Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Beta 0.26

Compare
Choose a tag to compare
@PQCraft PQCraft released this 19 Oct 03:33
· 23 commits to master since this release
eda359c

Changes:

  • Improved snake example
  • Added back BREAK and CONTINUE
  • Fixed a bug where getCurPos() would stop INKEY$() from picking up previous keys
  • Updated README.md
  • LOCATE no longer supports negative/relative coordinates
  • Added RLOCATE as a relative version of LOCATE

(Compressed) Executables:

  • Linux x86 64-bit: clibasic-linux-x64.zip
  • Linux x86 32-bit: clibasic-linux-x86.zip
  • Windows x86 64-bit using VT escape codes: clibasic-windows-vt-x64.zip
  • Windows x86 32-bit using VT escape codes: clibasic-windows-vt-x86.zip
  • Windows x86 64-bit using legacy API calls: clibasic-windows-x64.zip
  • Windows x86 32-bit using legacy API calls: clibasic-windows-x86.zip

Extras:

  • Documentation: docs.zip
  • Example programs: examples.zip
  • Windows Readline library: lib.zip