mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-02-06 04:37:47 +08:00
15716de9ce
I've also written tests in the corresponding test files, please have a look. But on the command line (after compiling the source), do: >>> from math import * >>> print(cos(1)) [ results will be displayed here ] >>> print(tan(1)) [ results will be displayed here ] |
||
---|---|---|
.. | ||
import | ||
basics.pk | ||
controlflow.pk | ||
core.pk | ||
fibers.pk | ||
functions.pk | ||
import.pk |