JayMo: |
Output:
|
Short reference
Hello world! |
|
|
Classic |
|
Flow |
General |
|
|
Type |
|
Constant |
|
Variable (default) (can be nil) (with type) |
|
Call of an public function |
Atomic types |
|
|
String (Str) |
|
Character (Char) |
|
Integer (Int) |
|
Decimal number (Dec) |
|
Boolean (Bool) |
|
Nil (Nil) |
Magic variables |
|
|
Reference to the current instance |
|
Reference to the parent instance |
|
Value of the current block |
|
Object of this function |
|
Current functional processed object |
|
Reference to the instance of the application |
|
Reference to the JayMo-Environment |
Comments |
|
|
line comment |
|
block comment |
|
End of script |
Control objects (classic) |
|
|
Output without line break |
|
Output with line break |
|
Output the identification of the object |
|
Output the description of the object |
Structures (classic) |
|
|
If ... then |
|
Counting loop |
|
While loop |
|
Repeat loop |
|
Each loop |
|
For loop |
|
Endless loop |
|
Catching errors |
|
Function definition |
|
Type definition |
Structures (flow) |
|
|
Counting loop |
|
Each loop |
|
Function definition in single line |
|
Function definition multiline |
|
Type definition |