diff options
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c index 5799cedb..a3ea49fd 100644 --- a/environment.c +++ b/environment.c @@ -158,6 +158,7 @@ env_t *new_compilation_unit(void) #undef F #undef C {"Text", TEXT_TYPE, "Text_t", "$Text", TypedArray(ns_entry_t, + {"slice", "Text$slice", "func(text:Text, index:Int, length=Int.max)->Text"}, {"quoted", "Text$quoted", "func(text:Text, color=no)->Text"}, {"upper", "Text$upper", "func(text:Text)->Text"}, {"lower", "Text$lower", "func(text:Text)->Text"}, |
