|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/usr/share/examples/bootforth/ |
Upload File : |
\ Example of the file which is automatically loaded by /boot/loader \ on startup. \ Load the screen manipulation words cr .( Loading Forth extensions:) cr .( - screen.4th...) s" /boot/screen.4th" O_RDONLY fopen dup fload fclose \ Load frame support cr .( - frames.4th...) s" /boot/frames.4th" O_RDONLY fopen dup fload fclose \ Load our little menu cr .( - menu.4th...) s" /boot/menu.4th" O_RDONLY fopen dup fload fclose \ Show it cr main_menu