Restored hello world
This commit is contained in:
parent
44d5893139
commit
8b8cc103e0
|
@ -0,0 +1,5 @@
|
|||
<> ((read)) (?:)
|
||||
<> ((send ?:)) ()
|
||||
<> (?x ?y catswap) ((?y ?x))
|
||||
|
||||
(send (You said: )) (read) send catswap
|
|
@ -1,5 +1,5 @@
|
|||
<> ((read)) (?:)
|
||||
<> ((send ?:)) ()
|
||||
<> (?x ?y catswap) ((?y ?x))
|
||||
<> (?x dup) (?x ?x)
|
||||
<> (?x ?y swap) (?y ?x)
|
||||
<> ( ?x pop) ()
|
||||
|
||||
(send (You said: )) (read) send catswap
|
||||
(1 2 3) (4 5 6) swap pop dup
|
Loading…
Reference in New Issue