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

13 行
307B

  1. ( Initializes the readln subsystem )
  2. : RDLN$
  3. ( 53 == rdln's memory )
  4. H@ 0x53 RAM+ !
  5. ( 2 for IN>, plus 2 for extra bytes after buffer: 1 for
  6. the last typed 0x0a and one for the following NULL. )
  7. INBUFSZ 4 + ALLOT
  8. (infl)
  9. ['] RDLN< 0x0c RAM+ !
  10. 1 0x06 RAM+ ! ( 06 == C<? )
  11. ;