Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
|
|
@ -15,11 +15,11 @@
|
|||
|
||||
#symbol program =
|
||||
[
|
||||
control forrange &int:0 &int:3 &do: (&int:i)
|
||||
0 to:3 &doEach: (:i)
|
||||
[
|
||||
control forrange &int:0 &int:5 &do: (&int:j)
|
||||
0 to:5 &doEach: (:j)
|
||||
[
|
||||
consoleEx writeLine:"A(":i:",":j:")=":(ackermann:i:j).
|
||||
console writeLine:"A(":i:",":j:")=":(ackermann:i:j).
|
||||
].
|
||||
].
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue