mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 22:30:54 +11:00
2d9a07d215
This was becoming heavy to manage.
8 lines
275 B
Plaintext
8 lines
275 B
Plaintext
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.
|
|
S= a1 a2 -- f Returns whether string a1 == a2.
|