This website requires JavaScript.
Explore
Help
Sign In
andrew
/
akbasic
Watch
1
Star
0
Fork
0
You've already forked akbasic
Code
Issues
27
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Labels
Milestones
New Issue
26 Open
0 Closed
Label
Show archived labels
Use
alt
+
click/enter
to exclude labels
All labels
No label
abi-break
api-gap
blast-radius:high
blast-radius:low
blast-radius:medium
defect
design-decision
docs
hygiene
packaging
performance
status::blocked
status::grooming
status::ready
test-coverage
Milestone
All milestones
No milestones
Open milestones
0.1.x
0.2.0
1.0.0
Project
All projects
No project
Author
All users
Assignee
Assigned to nobody
Assigned to anybody
tachikoma
andrew
Sort
Newest
Oldest
Most recently updated
Least recently updated
Most commented
Least commented
Nearest due date
Farthest due date
Label
26 Open
0 Closed
Close
Label
Clear labels
abi-break
api-gap
blast-radius:high
blast-radius:low
blast-radius:medium
defect
design-decision
docs
hygiene
packaging
performance
status::blocked
status::grooming
status::ready
test-coverage
Milestone
No milestone
Open milestones
0.1.x
0.2.0
1.0.0
Projects
Clear projects
Assignee
Clear assignees
No assignee
tachikoma
andrew
Block skipping works by source line, so a whole
FOR
/
NEXT
on one line never loops
blast-radius:high
defect
design-decision
status::grooming
#6
opened
2026-08-02 19:04:13 -04:00
by
tachikoma
0.2.0
A
FOR
body runs once with the overshot counter, and
FOR I = 1 TO 1
does not run at all
blast-radius:high
defect
status::grooming
#5
opened
2026-08-02 19:04:12 -04:00
by
tachikoma
0.2.0
A scanner error escapes as an interpreter error and takes the REPL with it
blast-radius:high
defect
status::grooming
#4
opened
2026-08-02 19:04:11 -04:00
by
tachikoma
0.1.x
A
GOTO
that leaves a
FOR
or a
DO
leaks the loop's scope
blast-radius:high
defect
status::grooming
#3
opened
2026-08-02 19:04:10 -04:00
by
tachikoma
0.1.x
Only one unparenthesised
AND
or
OR
is matched per expression
blast-radius:high
defect
status::grooming
#2
opened
2026-08-02 19:04:08 -04:00
by
tachikoma
0.1.x
An expression mixing
-
and
+
at the same level is evaluated right to left
blast-radius:high
defect
status::grooming
#1
opened
2026-08-02 19:04:07 -04:00
by
tachikoma
0.1.x
First
Previous
1
2
Next
Last