31
BBC BASIC / Re: New: Console Mode editions of BBC BASIC
« Last post by Richard Russell on November 27, 2021, 05:48:35 PM »I have updated the Console Mode editions of BBC BASIC to version 0.39. The changes in this version are:
- Fixed an off-by-one bug which resulted in a crash if the response to an INPUT LINE statement was a maximum length string (255 characters).
- Added a new example program patience.bbc which is a simple Patience (Solitaire) program, adapted from one first published in Practical Computing nearly 40 years ago! Note that it uses VT100 line-drawing characters, which may need to be enabled in some terminal emulators (particularly PuTTY). See the code for more information.