fix help-lint for values -- IN: scratchpad in an example

db4
Doug Coleman 2009-01-09 16:35:28 -06:00
parent e61acc5eee
commit 2714de3b85
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ HELP: VALUE:
{ $examples
{ $example
"USING: values math prettyprint ;"
"IN: scratchpad"
"VALUE: x"
"2 2 + to: x"
"x ."