2020-04-15 00:04:09 +10:00
|
|
|
Strings
|
|
|
|
|
|
|
|
LIT -- Write a LIT entry. You're expected to write
|
|
|
|
actual string to HERE right afterwards.
|
|
|
|
LIT< x -- Read following word and write to HERE as a
|
|
|
|
string literal.
|
2020-04-16 02:29:47 +10:00
|
|
|
S= a1 a2 -- f Returns whether string a1 == a2.
|