mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-03-04 13:15:55 +08:00
![]() - ByteBuffer, and Vector classes were created. However thier methods are limited, and to do. - Strings supports new line escape "\\n". - typename will return class name of an instance (was just 'Inst' fixed) - _repr() method added. if _str method doesn' exists on an instance, it'll try to call _repr() to make a string. - number.isint(), number.isbyte() method added - [], []= operator were added. |
||
---|---|---|
.. | ||
imports | ||
basics.pk | ||
builtin_fn.pk | ||
builtin_ty.pk | ||
class.pk | ||
closure.pk | ||
controlflow.pk | ||
core.pk | ||
fibers.pk | ||
functions.pk | ||
import.pk | ||
tco.pk |