Restored hello world

This commit is contained in:
Devine Lu Linvega 2024-04-06 15:49:25 -07:00
parent 44d5893139
commit 8b8cc103e0
2 changed files with 9 additions and 4 deletions

View File

@ -0,0 +1,5 @@
<> ((read)) (?:)
<> ((send ?:)) ()
<> (?x ?y catswap) ((?y ?x))
(send (You said: )) (read) send catswap

View File

@ -1,5 +1,5 @@
<> ((read)) (?:) <> (?x dup) (?x ?x)
<> ((send ?:)) () <> (?x ?y swap) (?y ?x)
<> (?x ?y catswap) ((?y ?x)) <> ( ?x pop) ()
(send (You said: )) (read) send catswap (1 2 3) (4 5 6) swap pop dup