This line:
CONST E$ TYPE STRING = "..."
Gives this error:
"Initializer expression is not constant."
CONST E$ TYPE STRING = "..."
Gives this error:
"Initializer expression is not constant."
Error: STRING CONSTant (solved)
|
This line:
CONST E$ TYPE STRING = "..." Gives this error: "Initializer expression is not constant."
06-04-2023, 10:52 AM
This is a BUG. Thanks for reporting it.
Will keep you updated. That said, the correct syntax is: Code: CONST E As String = "..."
08-30-2023, 07:40 AM
Ok, here's a beta with the fix. Let me know if it works for you:
http://www.boriel.com/files/zxb/zxbasic-...ta2.tar.gz http://www.boriel.com/files/zxb/zxbasic-...-beta2.zip http://www.boriel.com/files/zxb/zxbasic-...-win32.zip http://www.boriel.com/files/zxb/zxbasic-...x64.tar.gz http://www.boriel.com/files/zxb/zxbasic-...cos.tar.gz
11-08-2023, 04:32 PM
works, thanks
11-12-2023, 05:43 PM
Please use the latest beta from the other thread, not this one.
This fix was already released in final version.
11-12-2023, 05:48 PM
OK Thanks.
Is there any way for me to receive notification whenever a new version comes out? What is the thread that announces new versions?
11-12-2023, 11:16 PM
We have a Telegram Channel (Spanish, mostly) for that, mostly for beta versions.
For final versions,. you can track Mastodon official account: https://fosstodon.org/@zxbasic since I've decided to left Twitter (now X) Also there's #boriel channel in Discord ZX Next official.
Most of the updates are made because of the Wishlist forum or the Bug Reports forum.
Forum › Compilers and Computer Languages › ZX Basic Compiler › Wishlist Forum › Compilers and Computer Languages › ZX Basic Compiler › Bug Reports For me it would be simpler if the new versions were announced here. So, all I had to do was subscribe to the Wishlist forum or the Bug Reports forum to find out when the new versions were available. |
« Next Oldest | Next Newest »
|