Mirror of CollapseOS
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

8 lines
275B

  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.