Mirror of CollapseOS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
393B

  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.