db4
Doug Coleman 2008-09-03 12:34:34 -05:00
parent 64be3e3f81
commit 7aa0086278
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ HELP: <mirror> ( object -- mirror )
"TUPLE: circle center radius ;"
"C: <circle> circle"
"{ 100 50 } 15 <circle> <mirror> >alist ."
"{ { \"delegate\" f } { \"center\" { 100 50 } } { \"radius\" 15 } }"
"{ { \"center\" { 100 50 } } { \"radius\" 15 } }"
}
} ;