Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

17 linhas
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.)