Results 4 issues of Nju79

Hello, I cross-develop with AmiBlitz by writing in VSCode (there is an obsolete addin for AmiBlitz2 which also works with AmiBlitz3). Sometimes it happens that I write keywords in lowercase...

question
investigation

Hi there, In the documentation for every AmiBlitz version, it is strongly recommended to wait around 250 vertical blanks after accessing a drive before switching to Blitz mode. The reason...

enhancement

Following code give me no compiler error and changes the variable to the value -1: ``` MyFixedVariable.b = 1 If MyFixedVariable = 3 Print MyFixedVariable ;will never jump in, that's...

There is a bug with the parameters in functions-command. The following code print not the value 5, it prints the content at a memory addresses: Function.b Test{@text.s} Function Return 5...

bug
investigation