slots.syntax: fix example.

db4
Doug Coleman 2011-10-10 22:00:40 -07:00
parent ae286fb7ef
commit d834d9bfa4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ HELP: copy-slots{
"TUPLE: thing1 a b ;"
"TUPLE: thing2 a b c ;"
"1 2 thing1 boa 11 22 33 thing2 boa copy-slots{ a b } ."
"T{ thing2 f 1 2 33 }"
"T{ thing2 { a 1 } { b 2 } { c 33 } }"
} ;
ARTICLE: "slots.syntax" "Slots syntax sugar"