Unchecked-examples are hard, let's go shopping.

db4
Doug Coleman 2009-02-03 21:29:24 -06:00
parent d5f2a2133b
commit 86a46477a6
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ HELP: retry
{ $examples
"Try to get a 0 as a random number:"
{ $unchecked-example "USING: continuations math prettyprint random ;"
"[ 5 random 0 = ] 5 retry t"
"[ 5 random 0 = ] 5 retry"
"t"
}
} ;