| version 1.9, Sun Jan 7 17:22:11 1996 UTC | version 1.10, Thu May 9 18:13:00 1996 UTC | ||
|---|---|---|---|
|
|
||
| REPEAT 2drop THEN | REPEAT 2drop THEN | ||
| tuck 2dup type 0 ; | tuck 2dup type 0 ; | ||
| : ctrl ( "<char>" -- ctrl-code ) | : ctrl ( compilation: "<char>" -- ) ( run-time: -- ctrl-code ) | ||
| char [char] @ - postpone Literal ; immediate | char [char] @ - postpone Literal ; immediate | ||
| interpretation: ( "<char>" -- ctrl-code ) | |||
| char [char] @ - ; | |||
| Create lfpad #lf c, | Create lfpad #lf c, | ||
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |