Sync
This commit is contained in:
parent
6f050a029e
commit
776bba907c
3887 changed files with 59894 additions and 7280 deletions
|
|
@ -1,11 +1,9 @@
|
|||
#define std'routines'arrays'*.
|
||||
#define extensions'io.
|
||||
|
||||
#symbol Program =
|
||||
#symbol program =
|
||||
[
|
||||
#var a := (1,2,3).
|
||||
#var b := (4,5).
|
||||
|
||||
#var c := a~earrayop add:b.
|
||||
|
||||
'program'output << "(" << a << ") + (" << b << ") = (" << c <<")%n".
|
||||
consoleEx write:"(" write::a write:") + (" write::b write:") = (" write::(a + b) writeLine:")".
|
||||
].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue