mirror of
https://github.com/zekexiao/pocketlang.git
synced 2025-03-04 13:15:55 +08:00
![]() - check a string contains another with `in` keyword - Number: isint, isbyte - String: find, replace, split, startswith, endswith, strip - Map: clear, has, get, pop - list: insert, clear, find, pop - removed str_sub builtin function as its redunent since we have range slice over strings. - moved lower, upper attributes of strings as methods |
||
---|---|---|
.. | ||
imports | ||
basics.pk | ||
builtin_fn.pk | ||
builtin_ty.pk | ||
class.pk | ||
closure.pk | ||
controlflow.pk | ||
fibers.pk | ||
functions.pk | ||
import.pk | ||
tco.pk |