i1 : "abcdefghij" |
i2 : "abcde |
i3 : x = "abcdefghij" |
\n newline
\f form feed
\r return
\\ \
\" "
\t tab
\xxx ascii character with octal value xxx
i4 : y = "abc\101\102\n\tstu" |
i5 : peek y |
i6 : ///a \ n = "c"/// |
i7 : ascii y |
i8 : ascii oo |
i9 : x|x|x |
i10 : #x |
i11 : x#5 |
i12 : substring(x,5) |
i13 : substring(x,5,2) |




