This page (revision-8) was last changed on 03-Feb-2023 15:21 by Carsten Strotmann 

This page was created on 29-Jul-2010 12:35 by Carsten Strotmann

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
8 03-Feb-2023 15:21 7 KB Carsten Strotmann to previous
7 29-Jul-2010 12:58 7 KB Carsten Strotmann to previous | to last
6 29-Jul-2010 12:58 7 KB Carsten Strotmann to previous | to last
5 29-Jul-2010 12:53 3 KB Carsten Strotmann to previous | to last
4 29-Jul-2010 12:52 3 KB Carsten Strotmann to previous | to last
3 29-Jul-2010 12:48 2 KB Carsten Strotmann to previous | to last
2 29-Jul-2010 12:35 1 KB Carsten Strotmann to previous | to last
1 29-Jul-2010 12:35 1 KB Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 42 added 39 lines
!!!VolksForth Arithmetic
-1 ( -- -1 )
0 ( -- 0 )
1 ( -- 1 )
2 ( -- 2 )
3 ( -- 3 )
4 ( -- 4 )
Oft benutzte Zahlenwerte wurden zu Konstanten gemacht. Definiert in der Form :
{{{ n Constant n }}}
Dadurch wird Syeicherplatz eingespart und die Ausführungszeit ver­kürzt.
* [1+|one-plus]
* [1-|one-minus]
* [2+|two-plus]
* [2-|two-minus]
* [2*|two-times]
* [2/|two-divide]
* [3+|three-plus]
* [abs|absolute]
* [not]
* [negate]
* [even]
* [max|maximum]
* [min|minimum]
* [+|plus]
* [-|minus]
* [*|times]
* [/|divide]
* [mod]
* [/mod|divide-mod]
* [*/|times-divide]
* [*/mod|times-divide-mod]
* [u/mod|u-divide-mod]
* [umax|u-maximum]
* [umin|u-minimum]