transpiler
transpiler copied to clipboard
xstr vs str
DATA xstr TYPE xstring.
DATA str TYPE string.
str = 'hello'.
xstr = str.
ASSERT xstr = ''.