mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
if (4 < (5+5)/2 || ((3-3)*10-5)) {
|
|
hint("hallo welt");
|
|
}
|
|
else {
|
|
hint("no");
|
|
}
|