ABS "abs" ( n -- u )
| Forth79 | Forth83 | ANSI | Forth200x |
|---|---|---|---|
| X | X | X | X |
u is the absolute value of n.
u ist der Betrag von n. Wenn n gleich -32768 ist, hat u denselben Wert wie n. Vergleiche auch Zweierkomlement.
ABS "abs" ( n -- u )
| Forth79 | Forth83 | ANSI | Forth200x |
|---|---|---|---|
| X | X | X | X |
, unless otherwise noted.