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

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