Multiple statements, generalized expressions.

This commit is contained in:
Marvin Blum
2015-09-21 16:44:14 +02:00
parent 6cd9caef99
commit af7a0a9f4c
7 changed files with 67 additions and 36 deletions

6
in/statements.asl Normal file
View File

@@ -0,0 +1,6 @@
if (4 < (5+5)/2 || ((3-3)*10-5)) {
hint("hallo welt");
}
else {
hint("no");
}