bwbasic icon indicating copy to clipboard operation
bwbasic copied to clipboard

The Bywater BASIC Interpreter (bwBASIC) implements a large superset of the ANSI Standard for Minimal BASIC (X3.60-1978) and a significant subset of the ANSI Standard for Full BASIC (X3.113-1987) in C.

Results 2 bwbasic issues
Sort by recently updated
recently updated
newest added

The following little program did a major error in handling read statements to assign to a string array in a loop. Instead of putting the data terms into the string...

I wrote a little program with nested set of loops, and the program crashed with a next without for error reported at the NEXT of the outer loop. The program...