oops! forgot a parens

matthew.willis 2006-08-21 04:40:22 +00:00
parent bbb53dbfab
commit 1ccae0ef2e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ IN: lambda
":ALIENNUM (num.((num [ALIENSUCC]) ALIEN0))"
":HELLOCONS ((CONS H) ((CONS E) ((CONS Y) nil)))"
":HELLO ((PRINTCONS 3) HELLOCONS)"
"(([HELLO] nil) ([INFO] nil)"
"(([HELLO] nil) ([INFO] nil))"
} append ;
: print-return ( -- node )