mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-03-04 13:15: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
|