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.

17 lines
419B

  1. Symbols
  2. Throughout words, different symbols are used in different
  3. contexts, but we try to been consistent in their use. Here's
  4. their definitions:
  5. ! - Store
  6. @ - Fetch
  7. $ - Initialize
  8. ^ - Arguments in their opposite order
  9. < - Input
  10. > - 1. Pointer in a buffer 2. Opposite of "<".
  11. ( - Lower boundary
  12. ) - Upper boundary
  13. * - Word indirection (pointer to word)
  14. (cont.)