Replies: 2 comments
-
If something does not work, please file a bug report specifying what you did, what you expected to happen and what happened instead. One example, sound does have four parameters in Tandy or PCjr mode, while GWBASIC's SOUND only has 2 parameters, so if you need those parameters you need to choose tandy/pcjr syntax See the documentation https://robhagemans.github.io/pcbasic/doc/2.0/#SOUND. What is "not working" for
"And others and others" - what others? If something does not work, please report it, just saying "lots of things don't work" is extremely unhelpful. |
Beta Was this translation helpful? Give feedback.
-
@QSDDS The limitations with I suspect you can read the arrow keys just fine and the Just in case your problem with This small test programs works for me: 10 SL=32:SCREEN 9:CLS:FOR I=0 TO 15:CIRCLE (SL\2-I*0,SL\2-I*0),I,I,,,1:NEXT
20 DIM A%(SL^2\2+2):GET (0,0)-(SL,SL),A%:CLS
30 FOR I=0 TO 4:FOR J=0 TO 4:PUT (I*SL,J*SL),A%:NEXT:NEXT |
Beta Was this translation helpful? Give feedback.
-
Sorry but so much problems, i can't do anything
and others and others
With pc-basic 2.0.4 on raspberry pi 3B+ and raspbian
Beta Was this translation helpful? Give feedback.
All reactions