1 \ Example of the file which is automatically loaded by /boot/loader
5 \ Load the screen manipulation words
7 cr .( Loading Forth extensions:)
10 s" /boot/screen.4th" O_RDONLY fopen dup fload fclose
13 cr .( - frames.4th...)
14 s" /boot/frames.4th" O_RDONLY fopen dup fload fclose
16 \ Load our little menu
18 s" /boot/menu.4th" O_RDONLY fopen dup fload fclose