Remove obsolete info; 1+ and 1- are identical to 1 + and 1 - in reality
parent
25bf16f6d4
commit
fa146b248a
|
@ -166,15 +166,17 @@ HELP: log2
|
||||||
HELP: 1+
|
HELP: 1+
|
||||||
{ $values { "x" number } { "y" number } }
|
{ $values { "x" number } { "y" number } }
|
||||||
{ $description
|
{ $description
|
||||||
"Increments a number by 1. The following two lines are equivalent, but the first is more efficient:"
|
"Increments a number by 1. The following two lines are equivalent:"
|
||||||
{ $code "1+" "1 +" }
|
{ $code "1+" "1 +" }
|
||||||
|
"There is no difference in behavior or efficiency."
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
HELP: 1-
|
HELP: 1-
|
||||||
{ $values { "x" number } { "y" number } }
|
{ $values { "x" number } { "y" number } }
|
||||||
{ $description
|
{ $description
|
||||||
"Decrements a number by 1. The following two lines are equivalent, but the first is more efficient:"
|
"Decrements a number by 1. The following two lines are equivalent:"
|
||||||
{ $code "1-" "1 -" }
|
{ $code "1-" "1 -" }
|
||||||
|
"There is no difference in behavior or efficiency."
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
HELP: ?1+
|
HELP: ?1+
|
||||||
|
|
Loading…
Reference in New Issue