mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
func myFunc(a, b) {
|
|
return a > b;
|
|
}
|
|
|
|
myFunc(1+3/4, 2-(66*22)/3-((123)));
|