pocketlang/tests
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
..
benchmarks native types initialization & attribute getters. (#147) 2021-06-29 00:30:41 +05:30
examples changed the keyword in unit tests, prism and in the md 2021-06-16 11:14:35 +03:00
lang Introduce support for substring function - str_sub() (#152) 2021-06-29 18:18:41 +05:30
check.py yet another docs update (#115) 2021-06-23 10:51:18 +05:30
tests.py Fix minor typos in test files (#114) 2021-06-23 09:51:58 +05:30