pocketlang/tests/lang
Derick Alangi f1bbafaa28
Introduce support for substring function - str_sub() (#152)
This function takes in 3 arguments: the string, the position and the
length (of the substring). As a quick example, a call to the function

`str_sub('c programming', 3, 11)`

will return the string 'programming' as the substring to the string
that is provisioned to the function call.
2021-06-29 18:18:41 +05:30
..
import core attributes refactored and added tests 2021-06-10 23:12:04 +05:30
basics.pk add elem in map (#121) 2021-06-23 21:03:26 +05:30
class.pk class implemented 2021-06-21 12:13:37 +05:30
controlflow.pk docstring for pocket functions implemented 2021-06-18 14:52:24 +05:30
core.pk Introduce support for substring function - str_sub() (#152) 2021-06-29 18:18:41 +05:30
fibers.pk Move fiber functions to module Fiber (#113) 2021-06-23 09:48:15 +05:30
functions.pk bin hex literals implemented (#72) 2021-06-16 00:24:30 +05:30
import.pk class implemented 2021-06-21 12:13:37 +05:30
toc.pk bin hex literals implemented (#72) 2021-06-16 00:24:30 +05:30