Difference between revisions of "LavishScript:Data Sequences"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
+ | There are two basic operations for any kind of data: read and write. In LavishScript, reading is always done via "data sequences", which are then converted to a string for output. For example, "${Time}" will get converted to something like "12:45:00". | ||
=== Objects === | === Objects === |
Revision as of 23:36, 10 May 2005
Contents
Overview
There are two basic operations for any kind of data: read and write. In LavishScript, reading is always done via "data sequences", which are then converted to a string for output. For example, "${Time}" will get converted to something like "12:45:00".