issues Search Results · repo:boriel-basic/zxbasic language:Python
Filter by
96 results
(85 ms)96 results
inboriel-basic/zxbasic (press backspace or delete to remove)Contact Details
No response
Compiler version
v1.18.1
What happened?
This code won t compile:
FUNCTION plusOne(ByRef a As Ubyte) As UByte
LET a = a + 1
RETURN a
END FUNCTION
DIM myArray(5) as ...
bug
oskostenko
- Opened 10 days ago
- #994
Contact Details
No response
Compiler version
v1.18.1
What happened?
print code( a ) * 3 prints 291
dim char as string = a
print code(char) * 3 prints 35 (which is 291 truncated ...
bug
oskostenko
- Opened 11 days ago
- #993
Detalles de Contacto
Telegram @juntelart
Versión del compilador
v1.17.1
¿Qué ha pasado?
Buenas, cuando alguien se instala boriel a través de las dependencias de pip con python 3.11.2, se le descarga ...
bug
rtorralba
- Opened 27 days ago
- #990
Add support to retrieve the address of the data of a const string. This should work:
Const STRING_A String = abcd
Print @STRING_A
Freebasic At
sewave
- Opened on Jun 15
- #983
Detalles de Contacto
Telegram @Sewave
Versión del compilador
v1.18.1
¿Qué ha pasado?
CONST STRING_A AS STRING = abcdef
DIM x AS UBYTE = 0
PRINT AT 1,0; STRING_A(x TO x)
Compiles but execution prints ...
bug
sewave
- Opened on Jun 15
- #982
Contact Details
@baltasarq
Compiler version
v1.17.3
What happened?
This program cannot compile:
const DCMD_CIRCLE as ubyte = 102
sub test_func()
dim pic_data(1) as ubyte ...
invalid
boriel
- 2
- Opened on Mar 16
- #967
La documentación de la palabra reservada STOP falla. Da error 404
https://zxbasic.readthedocs.io/en/docs/identifier/stop.md
doc
rtorralba
- 1
- Opened on Feb 23
- #957
Contact Details
@oskostenko
Compiler version
v1.18.0-beta9
What happened?
This code works as expected:
sub PrintArray(array() as ubyte)
for i = lbound(array, 1) to ubound(array, 1)
print ...
bug
boriel
- Opened on Feb 17
- #956
Contact Details
@boriel
Compiler version
v1.17.3
What happened?
A label in Boriel Basic is no more than any identifier which is declared in the moment it s first found:
GOTO MyLabel
...
MyLabel
...
bug
boriel
- Opened on Feb 16
- #953
I was interested in using the spectranet library, and wrote a small test program
#include spectranet.bas
CLS
DIM f AS BYTE
f = SNETopen(0, test.scr ,O_RDONLY, 0)
SNETfread(f, 16384, 6912)
PAUSE 0
When ...
bug
jimblimey
- 2
- Opened on Jan 15
- #947

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.