VolksForth Glossary#
This is a list of all Forth words contained in the VolksForth distribtion. Current version is 3.8x
VolksForth Handbuch (german)#
VolksForth extensions#
VolksForth Tutorial#
- Adding comments
- Saving executable
- Working with files
- Reading binary files
- Writing binary files
- Reading text files
- Writing text files
- Assembler CODE
- Plot and DrawTo using the CIO OS ROM
- Clear Screen
- Read Keyboard
- Read a word ie Input Command
- Loops
- Sound
- Read Joysticks
- Position Command -- position the cursor on the screen
- Accessing Memory (PEEK+POKE)
- Graphics Command (Setting a graphics mode using the CIO OS ROM)
- Setcolor Command
- Random command
- Color command
- Locate command
- String handling
- Control Structures - Loops
- Making decisions - IF etc