Difference between revisions of "Pow"
From Mesham
Jump to navigationJump to searchm |
m (5 revisions imported) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
#include <maths> | #include <maths> | ||
− | var a:=pow(2,8); | + | |
+ | function void main() { | ||
+ | var a:=pow(2,8); | ||
+ | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' |