PC-BASIC release 2.0.5 #201
robhagemans
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For desktop use, use one of the installers here.
For Python use, install with
pip3 install pcbasic
.Selected improvements
Ok
prompt after syntax error beforeEDIT
promptGO TO
with following textELSE
andELSE
after something else than :FN
and other token keywords #193: ensure there's no space betweenFN
,USR
and any following keywordPOKE
LIST
ing program with line feedPRINT CHR$(10)
should not connect/wrap lines #192:PRINT CHR$(10)
should not connect/wrap linesPSET
callsOPTION BASE
should be ok afterERASE
ing all arraysRANDOM
filesSTRIG
function - buttons mapped to wrong joystickSCREEN 6
PUT
, reported in Tandy SCREEN 6 (640x200x4-color) GET gets 2x size expected #163from collections import Iterable
fails on Python 3.10 #171: Python 3.10 crashGOSUB
after entering programSHA-256 hashes
This discussion was created from the release PC-BASIC release 2.0.5.
Beta Was this translation helpful? Give feedback.
All reactions