implemented interpreter; setup code dir; added code sync to Makefile
This commit is contained in:
18
code/start.txt
Normal file
18
code/start.txt
Normal file
@ -0,0 +1,18 @@
|
||||
\a
|
||||
=result
|
||||
5
|
||||
=ctr
|
||||
:loop
|
||||
$result
|
||||
dup
|
||||
cat
|
||||
=result
|
||||
$ctr
|
||||
dec
|
||||
=ctr
|
||||
$ctr
|
||||
0
|
||||
>loop
|
||||
gne
|
||||
$result
|
||||
end
|
Reference in New Issue
Block a user