Difference between revisions of "Floor"
From Mesham
Jump to navigationJump to searchm |
|||
Line 8: | Line 8: | ||
#include <maths> | #include <maths> | ||
− | var a:=floor(10.5); | + | |
− | + | function void main() { | |
+ | var a:=floor(10.5); | ||
+ | var y:=floor(a); | ||
+ | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' |