mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
7 lines
76 B
Plaintext
7 lines
76 B
Plaintext
try {
|
|
var x = 100;
|
|
doSomething(x);
|
|
} catch {
|
|
errorHandling();
|
|
}
|