mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 20:50:55 +08:00
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
![]() |
|
||
|
import math ## core math module
|
||
|
|
||
|
## math script sqrt fn.
|
||
|
def sqrt(n)
|
||
|
return ".math sqrt fn"
|
||
|
end
|