ack/lang/basic/test/test05.b
1985-01-24 11:27:36 +00:00

8 lines
93 B
Brainfuck

100 defint a-c,d
110 defstr s,t
120 defdbl f
125 a=1.13
127 s="hello"
128 print a,s
130 stop