Difference between revisions of "Sqr"
From Mesham
Jump to navigationJump to searchm |
|||
| Line 9: | Line 9: | ||
#include <maths.h> | #include <maths.h> | ||
| − | var a:=sqr(3.45); | + | |
| + | function void main() { | ||
| + | var a:=sqr(3.45); | ||
| + | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' | ||