Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
274B

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