Skip to content

Commit 6c23ae1

Browse files
committed
ver
1 parent 6f000d0 commit 6c23ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/res/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.81-SNAPSHOT
1+
1.81

examples/test.p8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ main {
2323
print_stackpointer()
2424
exit(33)
2525
sub3() ; TODO warning about unreachable code
26-
sub3() ; TODO remove statements after a return
26+
sub3() ; TODO remove statements after a return/exit
2727
c64scr.print("sp2:")
2828
c64scr.print("sp2:")
2929
sub3()

0 commit comments

Comments
 (0)