mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Fixed negation bug.
This commit is contained in:
@@ -1,6 +1 @@
|
||||
try {
|
||||
var x = 100;
|
||||
doSomething(x);
|
||||
} catch {
|
||||
errorHandling();
|
||||
}
|
||||
var x = !foo();
|
||||
|
||||
Reference in New Issue
Block a user