help: clean up to example usage of 'HELP:' in docs
parent
60481f7871
commit
69353f2625
|
@ -479,7 +479,7 @@ HELP: HELP:
|
||||||
"USING: help help.markup help.syntax math ;"
|
"USING: help help.markup help.syntax math ;"
|
||||||
": foo ( m -- n ) 2 + ;"
|
": foo ( m -- n ) 2 + ;"
|
||||||
"HELP: foo"
|
"HELP: foo"
|
||||||
"{ $values { \"m\" \"an integer\" } { \"n\" \"an integer\" } }"
|
"{ $values { \"m\" integer } { \"n\" integer } }"
|
||||||
"{ $description \"Increments a value by 2.\" } ;"
|
"{ $description \"Increments a value by 2.\" } ;"
|
||||||
"\\ foo help"
|
"\\ foo help"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue