Oleg Kostenko
Results
2
issues of
Oleg Kostenko
Hi, Having the following code: ```basic sub PrintArray(arr() as integer) dim i as integer for i = lbound(arr, 1) to ubound(arr, 1) print i; ": "; arr(i) next i end...
bug
### Contact Details _No response_ ### Compiler version v1.18.1 ### What happened? ```basic print code("a") * 3 ' prints "291" dim char as string = "a" print code(char) * 3...
bug