2 lines
43 B
PSL
2 lines
43 B
PSL
func test(x : f32) -> f32:
|
|
return x * 1.5
|
func test(x : f32) -> f32:
|
|
return x * 1.5
|