mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
func foo(a, b) {
|
|
return a > b;
|
|
}
|
|
|
|
var x = foo();
|