Changes between Version 3 and Version 4 of JSC
- Timestamp:
- Jul 1, 2009, 4:12:06 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSC
v3 v4 29 29 {{{readline()}}}:: 30 30 Read data from stdin. Mainly useful for writing test routines. 31 {{{run('[FileName]')}}}::31 {{{run('[FileName]')}}}:: 32 32 Load and execute the specified external JavaScript file {{{[FileName]}}}. If the run is successful, it will return the elapsed milliseconds for the run. 33 33 {{{version()}}}::