diff options
Diffstat (limited to 'forth/core-ext.fth')
-rw-r--r-- | forth/core-ext.fth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forth/core-ext.fth b/forth/core-ext.fth index 8bc83be..f9178e8 100644 --- a/forth/core-ext.fth +++ b/forth/core-ext.fth @@ -67,7 +67,7 @@ drop - spaces u. ; ( WORD uses HERE and must be at least 33 characters. ) -: pad here 50 chars + align ; +: pad here [ 50 chars ] literal + align ; : parse here dup >r swap begin key? if key else dup then 2dup <> while |