Substring/Top and tail: Difference between revisions

(Add Neko)
Line 1,038:
 
=={{header|Neko}}==
Neko strings are mutable, fixed length buffers. The '''$ssize''' builtin uses the allocated size, not any internal sentinel terminator byte. With literals, the allocated size is the size of the literaldata asbetween it appears in source codequotes, i.e. no NUL byte appended.
 
'''$ssub''' ''sub-string'' takes string, position (zero-relative), length arguments.
Anonymous user