Strings
Strings support interpolation, indexing, and builtins. |
|
Length and indexing. |
|
String interpolation with |
|
Built-in string operations via UFCS. |
|
$ pyr run strings.pyr 11 h say: hello world HELLO padded a, b, c true bazbar |