Skip to content

Commit 228e1b0

Browse files
committed
beta 0.9.0
1 parent ff9edde commit 228e1b0

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

examples/exceptions.cal

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ func exception_msg begin
55
&_cal_exception Exception.msg +
66
end
77

8-
func __uxn_exception begin
9-
exception_msg c"Unhandled exception: %s" printf new_line
10-
1 exit
11-
end
12-
138
func error foo begin
149
c"hi im an exception" throw
1510
end

source/app.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ int main(string[] args) {
198198
break;
199199
}
200200
case "--version": {
201-
writeln("Callisto compiler beta 0.8.0");
201+
writeln("Callisto compiler beta 0.9.0");
202202
return 0;
203203
}
204204
case "-a": {

0 commit comments

Comments
 (0)