Sign in
apache
/
nuttx-apps
/
cf7491a1fe01afe1c135fa13584939fe06fc55c2
/
.
/
examples
/
bastest
/
tests
/
test42.bas
blob: d7d93122612e17ef9b2be5eea8a517ad616fa086 [
file
] [
log
] [
blame
]
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
)