Oxygen Basic
Programming => Example Code => General => Topic started by: Charles Pegge on February 10, 2014, 11:39:53 PM
-
Similar to C: but integers and pointers expressions do not require casting.
float f=4.25
sys a
a=(int) f
print a
float g
g=(float) a
print g