mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-05 19:30:07 +08:00

* 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)
|