Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
435B

  1. Strings
  2. LIT -- Write a LIT entry. You're expected to write
  3. actual string to HERE right afterwards.
  4. LIT< x -- Read following word and write to HERE as a
  5. string literal.
  6. LITS a -- Write word at addr a as a atring literal.
  7. S= a1 a2 -- f Returns whether string a1 == a2.
  8. SCPY a -- Copy string at addr a into HERE.
  9. SLEN a -- n Push length of str at a.