Skip to content

Instantly share code, notes, and snippets.

@lsparrish
Created December 13, 2009 00:32
Show Gist options
  • Save lsparrish/255163 to your computer and use it in GitHub Desktop.
Save lsparrish/255163 to your computer and use it in GitHub Desktop.
: append ( $$-$ )
swap
here push
here over getLength dup allot copy
here over getLength dup allot copy
0 , pop ;
: paren-wrap s" (" swap append s" )" append ;
: :create ( $- )
keepString push
here
last @ ,
last !
['] .data ,
0 ,
pop dup getLength here swap dup allot copy 0 , ;
: t s" test" :create ;
t words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment