Value ObjectsBy James Jianbo Huang February 2003 printer-friendly versionAbstract
JudoScript is a object-based language. Every value in JudoScript is an object. This article lists
all possible categories of value objects in tabular format for quick reference.
»»» Top «««
 |  | Object Type | Category | Meaning | Creation |
primitive
|
built-in
|
|
x = 100;
x = 2.5;
x = 'abcd';
x = date(2003,3,15);
|
|