Oxygen

wstring
USE: specify a string type with 16-bit characters, supporting unicode
EXAMPLE:
wstring sw
getfile "greek.txt",sw

REMARKS: strings are automatically destroyed when out of scope.

RELATED: unic types