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