Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
please write some more documentation
#31
Macro Macro1469
Code:
Copy      Help
out
; Generate the square root of a number between c to b
int i c b
c=2
b=101
ARRAY(int) a
for(i c b) a[]=i ;;adds and sets 1 element
for(i 0 a.len) out F"The square root of {a[i]} is {sqrt(a[i])%%.13f}"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)