Unchecked-examples are hard, let's go shopping.
parent
d5f2a2133b
commit
86a46477a6
|
@ -247,7 +247,7 @@ HELP: retry
|
||||||
{ $examples
|
{ $examples
|
||||||
"Try to get a 0 as a random number:"
|
"Try to get a 0 as a random number:"
|
||||||
{ $unchecked-example "USING: continuations math prettyprint random ;"
|
{ $unchecked-example "USING: continuations math prettyprint random ;"
|
||||||
"[ 5 random 0 = ] 5 retry t"
|
"[ 5 random 0 = ] 5 retry"
|
||||||
"t"
|
"t"
|
||||||
}
|
}
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue