vintage-basic icon indicating copy to clipboard operation
vintage-basic copied to clipboard

Vintage BASIC Interpreter

Results 9 vintage-basic issues
Sort by recently updated
recently updated
newest added

$ cabal v2-build src/Language/VintageBasic/Interpreter.hs:354:17: error: • No instance for (Control.Monad.Fail.MonadFail (Control.Monad.CPST.CPST (Excep Result BasicRT ()) BasicRT)) arising from a do statement with the failable pattern ‘(FloatVal index)’ • In a...

Description: A program displays some data in columns and then asks for information at the end of the line with an INPUT statement. The user submits the input by hitting...

Having a placeholder page and 404 on the User's Guide, so I presume something happened?

Hi! Thanks for Vintage BASIC, I enjoy playing with it! Two things that influence my programs and that are not explained in the User's Guide are: - Behavior of `+`...

Having syscalls suddenly makes Vintage BASIC a proper general-purpose programming system. Is it a non-goal?

Find all the error codes [in this manual](https://archive.org/details/bitsavers_mitsMITSAl_6669937/page/n54/mode/1up?view=theater).

Right now, the only form of input Vintage BASIC allows is `input "prompt"; a, b, c`, while using comma or providing neither comma nor semicolon throws errors: ``` !SYNTAX ERROR...