September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -1,10 +1,9 @@
|
|||
#define system.
|
||||
#define extensions.
|
||||
import extensions.
|
||||
|
||||
#symbol program =
|
||||
program =
|
||||
[
|
||||
#var a := (1,2,3).
|
||||
#var b := (4,5).
|
||||
var a := (1,2,3).
|
||||
var b := (4,5).
|
||||
|
||||
console writeLine:"(":a:") + (":b:") = (":(a + b):")".
|
||||
console printLine("(",a,") + (",b,") = (",a + b,")"); readChar.
|
||||
].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue