mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
Multiple statements, generalized expressions.
This commit is contained in:
6
in/statements.asl
Normal file
6
in/statements.asl
Normal file
@@ -0,0 +1,6 @@
|
||||
if (4 < (5+5)/2 || ((3-3)*10-5)) {
|
||||
hint("hallo welt");
|
||||
}
|
||||
else {
|
||||
hint("no");
|
||||
}
|
||||
Reference in New Issue
Block a user