5bce5fc4da
with B.
6 lines
117 B
QBasic
6 lines
117 B
QBasic
100 let a=1:print a
|
|
110 let b%=2:print b
|
|
120 let c!= 1.0:print c
|
|
125 let d#= 12.0:print d
|
|
130 let s$= "hello":prints
|