v0.5.0-beta #32
boxgaming
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Try out the release online here: https://boxgm.itch.io/qbjs
Release Highlights
Data / Read / Restore
Full support has been added for standard QBasic Data operations.
Parsing Updates
This release has a number of improvements to the parser which allow for more flexible formatting. There is now much less reliance on white-space placement for proper parsing of the source code.
Error Reporting
Parsing and runtime errors shown in the console output window are now clickable links which will highlight the corresponding line of code in the editor.
Expanded Set of QB/QB64 Keywords
35 new keywords have been included with this release. See the full list below.
Release Notes
Fixes
Workaround: Wrap function call in extra parenthesis (e.g. -(_WIDTH) )
Enhancements
CDbl, CInt, CLng, CSng, Data, Date$, Let, Randomize, Read, Rem, Restore, _Acos, _Acosh, _Asin, _Asinh, _Atanh, _Ceil, _Coth, _Csch, _D2G, _G2D, _G2R, _Hypot, _PaletteColor, _R2G, _ReadBit, _ResetBit, _Sech, _SetBit, _Shl, _Shr, _StrCmp, _StriCmp, _Tanh, _ToggleBit
This discussion was created from the release v0.5.0-beta.
Beta Was this translation helpful? Give feedback.
All reactions