2 lines
44 B
PSL
2 lines
44 B
PSL
func test(x : i32) -> bool:
|
|
return x <= 42
|
func test(x : i32) -> bool:
|
|
return x <= 42
|