Jump to content

Arithmetic/Integer: Difference between revisions

(Added PicoLisp)
Line 868:
PrintN("a * b = " + Str(a * b))
PrintN("a / b = " + Str(a / b))
PrintN("a % b = " + Str(a % b))
PrintN("a POW b = " + Str(Pow(a, b)))
 
CloseConsole()</lang>
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.