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

16 行
376B

  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. S= a1 a2 -- f Returns whether string a1 == a2.
  7. SCPY a -- Copy string at addr a into HERE, without
  8. NULL termination.