13.04.2026, 01:54
(This post was last modified: 13.04.2026, 01:56 by Dale Yarker.)
From: What´s different
I'll download now.
I need to get closer to the bottom of "job jar" to try it.
Quote:The syntax is (with some minor restrictions) compatible to PowerBASIC. These restrictions are:The bit that caught my interest
Quote:- Variables must not be declared with "DIM" anymore! ... Dim is exclusively used for dimensioning arrays.Big agreement and self-imposed in my code.
Quote:THREADED is not supported ATM.Aww, when thread is needed it is needed. Since I seldom need it its not a big handicap for now.
Quote:- You may still declare multiple variables of the same data type in one single line. "LOCAL a, b, c AS LONG" is accepted. "LOCAL a$, b AS DWORD, c AS LONG" throws an error, because a$, b and c represent different data types.Also self-imposed.
I'll download now.
I need to get closer to the bottom of "job jar" to try it.
