--- gforth/kernel/comp.fs 2004/12/08 11:26:59 1.69 +++ gforth/kernel/comp.fs 2004/12/29 14:15:12 1.70 @@ -192,10 +192,13 @@ has? OS [IF] postpone lit A, [ [THEN] ] ; immediate restrict +Defer char@ ( addr u -- char addr' u' ) +:noname over c@ -rot 1 /string ; IS char@ + : char ( 'ccc' -- c ) \ core \G Skip leading spaces. Parse the string @i{ccc} and return @i{c}, the \G display code representing the first character of @i{ccc}. - bl word char+ c@ ; + bl word count char@ 2drop ; : [char] ( compilation 'ccc' -- ; run-time -- c ) \ core bracket-char \G Compilation: skip leading spaces. Parse the string