Difference between revisions of "LavishScript:Top-Level Objects"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
== Built-in Top-Level Objects ==
 
== Built-in Top-Level Objects ==
 
=== Data Storage Conversion ===
 
=== Data Storage Conversion ===
 +
; Use these only when necessary, they do not generally need to be used at all!
 
* [[TLO:Int|Int]]
 
* [[TLO:Int|Int]]
 
* [[TLO:String|String]]
 
* [[TLO:String|String]]
 
* [[TLO:Float|Float]]
 
* [[TLO:Float|Float]]
 
* [[TLO:Bool|Bool]]
 
* [[TLO:Bool|Bool]]
 +
 
=== Other ===
 
=== Other ===
 
* [[TLO:Math|Math]]
 
* [[TLO:Math|Math]]

Revision as of 18:36, 1 March 2005

Introduction

Usage

Built-in Top-Level Objects

Data Storage Conversion

Use these only when necessary, they do not generally need to be used at all!

Other

See Also