Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 line
244B

  1. ( current position in INBUF )
  2. : IN> 0x30 RAM+ ;
  3. ( points to INBUF )
  4. : IN( 0x32 RAM+ @ ;
  5. ( points to INBUF's end )
  6. : IN) 0x40 ( buffer size ) IN( + ;
  7. ( flush input buffer )
  8. ( set IN> to IN( and set IN> @ to null )
  9. : (infl) 0 IN( DUP IN> ! ! ;