Pristine Ack-5.5
[Ack-5.5.git] / lang / basic / test / test04.b
1 100 let a=1:print a
2 110 let b%=2:print b
3 120 let c!= 1.0:print c
4 125 let d#= 12.0:print d
5 130 let s$= "hello":prints