ack/lang/basic/test/test05.bas

8 lines
93 B
QBasic

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