e0dcfa0c55
* Remove multiple newlines at the end of file * Remove the white space from the end of line
9 lines
140 B
QBasic
9 lines
140 B
QBasic
10 print 4.7\3
|
|
20 print -2.3\1
|
|
30 print int(-2.3)
|
|
40 print int(2.3)
|
|
50 print fix(-2.3)
|
|
60 print fix(2.3)
|
|
70 print fp(-2.3)
|
|
80 print fp(2.3)
|