Skip to content

L1VM - 3.0.0

Latest
Compare
Choose a tag to compare
@koder77 koder77 released this 01 Feb 21:08
· 78 commits to master since this release

L1VM (3.0.0)
NEW: now math expressions can be written like this in Brackets:

{i = xd + yd}

The () brackets are not longer needed for this, to work.
The old way was:

{i = (xd + yd)}

-- Stefan Pietzonke jay-t@gmx.net Thur 1 Feb 2024 21:18 +0100

L1VM (2.9.0)
Added "return" to compiler. See "prog/return.l1com".

-- Stefan Pietzonke jay-t@gmx.net Thur 1 Feb 2024 15:54 +0100

L1VM (2.8.8)
NEW: Added "tab" to SDL multiline string gadget. With the "tab" key you can insert spaces to "wrap" to the next input line.
See program "lib/sdl-lib-test.l1com".

-- Stefan Pietzonke jay-t@gmx.net Sun 28 Jan 2024 20:05 +0100