5bce5fc4da
with B.
8 lines
93 B
QBasic
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
|