diff --git a/compiler/res/version.txt b/compiler/res/version.txt index 853262655..ea3769f29 100644 --- a/compiler/res/version.txt +++ b/compiler/res/version.txt @@ -1 +1 @@ -1.81-SNAPSHOT +1.81 diff --git a/examples/test.p8 b/examples/test.p8 index cec9d29d2..646ed0de0 100644 --- a/examples/test.p8 +++ b/examples/test.p8 @@ -23,7 +23,7 @@ main { print_stackpointer() exit(33) sub3() ; TODO warning about unreachable code - sub3() ; TODO remove statements after a return + sub3() ; TODO remove statements after a return/exit c64scr.print("sp2:") c64scr.print("sp2:") sub3()