Mirror of CollapseOS
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

17 řádky
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.