LavishScript:Object Types

From Lavish Software Wiki
Revision as of 22:26, 22 February 2005 by Lax (talk | contribs)
Jump to navigation Jump to search

Terms

  • Member
A member in the LavishScript context means a value associated with the datatype, referred to by a specific term
  • Method
A method in the LavishScript context means a function or action associated with the datatype, referred to by a specific term
  • Inherit
If a datatype inherits another, members and methods of the inherited datatype can be used as if they were of the original datatype, if not defined by the original datatype.

Introduction

Usage

Built-in Data Types

Data Storage

Text
Numbers
Boolean
List
Other

Utilities

Other

See Also