values: fix docs (need to escape "\").
parent
11bd334abb
commit
3a703d797d
|
@ -22,7 +22,7 @@ HELP: VALUE:
|
|||
"USING: values math prettyprint ;"
|
||||
"IN: scratchpad"
|
||||
"VALUE: x"
|
||||
"2 2 + \ x set-value"
|
||||
"2 2 + \\ x set-value"
|
||||
"x ."
|
||||
"4"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue