Bwbasic 3.20d for Coherent Part 2.
Untar in you home folder
Download BWBASIC.TAR and untar that into your home folder
$ cd to bwbcoh
$ make
(if OK)
$ su
# make install
# exit
$ cd ../bwbasic
$ bwbasic lof
Then to run interactive
$ bwbasic
To exit bwbasic type: quit
Complete documents for Bwbasic 3.20 are available at:
https://github.com/kenmartin-unix/Bwbasic-3.20d-Documents
Focal 1.0.5a tarball includes source and executable.
focal directory contains sample focal programs.
focal-1.0.5a directory contains the source and executable for Coherent-4.2.14.
untar then cd to new directory focal then cd to focal-1.0.5a
$ su
# make install
# exit
$
To rebuild fresh do:
$ make coherent
$ su
# make install
# exit
Then type "focal" to execute.
To try an example:
$cd
$cd focal/focal
$focal calndr.foc
=== program runs ===
*q <== exit focal
$
1-7-2023
renum2. This is a 'C' program to renumber lines in a basic program.
The basic program must be in ASCII not tokenized or compressed.
Follow on screen directions.
Before it begins it makes a backup of the original in editfl.bas.
You can not renumber editfl.bas as a source.
The program takes into account all statements with line numbers
like GOTO, GOSUB, ON GOTO, etc.
The program was optiomized for Coherent 4.2.14.
It is free to use but does not contain source code as it was
written for another platform by myself and Chip Master.
Any problems I will try and resolve them. Simply add an issue.
1-7-2023
This is a tweak to /usr/X11/lib/system.twrc for Coherent 4.2.14 so when running startx
X can be exited gracefully.
Under Applications a new option is presented 'Quit Window Manager'
This will return you to the shell prompt.
When running Coherent 4.2.14 under a VM X does not present this option.