This page (revision-4) was last changed on 03-Feb-2023 15:21 by John 

This page was created on 21-Aug-2010 04:30 by John

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
4 03-Feb-2023 15:21 4 KB John to previous
3 21-Aug-2010 04:34 4 KB John to previous | to last
2 21-Aug-2010 04:33 4 KB John to previous | to last
1 21-Aug-2010 04:30 4 KB John to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
!!!Input / Output in Volks-FORTH
! Input / output in the people-FORTH
At line 3 changed one line
[{TableOfContents }]
[TableOfContents ()]
At line 5 changed one line
!! Input / output commands in VolksFORTH
! Input / output commands in the people-FORTH
At line 18 changed one line
{{{
(((
At line 21 changed one line
}}}
)))
At line 82 changed one line
! Input / output of numbers
!!Ein- / Ausgabe von Zahlen
At line 84 changed one line
The input of numbers is made in the interpretive mode via the keyboard, and basic input words are defined with __number__ __numbers__ and related words. For the issue of numbers again is the lack of typing of FORTH observed - for a specific data format (integer, unsigned, double) is appropriate in each case the operator to select.
Die Eingabe von Zahlen erfolgt im interpretativen Modus über die Tastatur, wobei grundlegende Eingabeworte mit __number__ __numbers__ und den verwandten Worten definiert werden. Bei der Ausgabe von Zahlen ist wieder die fehlende Typisierung von FORTH zu beachten — für ein bestimmtes Datenformat (integer, unsigned, double) ist jeweils der geeignete Operator auszuwählen.
At line 86 changed 6 lines
* [. | Dot]
* [U. | unsigned-dot]
* [D | double-dot]
* [. R | dot-right-justified]
* [U.r | unsigned-dot-right-justified]
* [D.r | double-dot-right-justified]
* [.|dot]
* [u.|unsigned-dot]
* [d.|double-dot]
* [.r|dot-right-justified]
* [u.r|unsigned-dot-right-justified]
* [d.r|double-dot-right-justified]