Oxygen

zstring
USE: specify a string of ascii characters (8 bits wide)
EXAMPLE:
zstring w="world"
zstring buf[1024]
buf=w
print "hello "+buf

REMARKS: similar to C char, but is not conflated with byte which is a numeric type

RELATED: wchar types