fork download
  1.  
  2. : :" [char] " parse header, (:noname) ;
  3. : find" [char] " parse dup here c! here char+ swap cmove here find ;
  4. : get" find" 0= abort" error" execute ;
  5.  
  6. :" My favourite programming language" s" Forth" ;
  7.  
  8. get" My favourite programming language" type
Success #stdin #stdout 0s 22520KB
stdin
Standard input is empty
stdout
Forth