4 lines
68 B
PSL
4 lines
68 B
PSL
func test() -> f32:
|
|
if 0.0 >= 1.0:
|
|
return 3.1415
|
|
return 2.71828
|
func test() -> f32:
|
|
if 0.0 >= 1.0:
|
|
return 3.1415
|
|
return 2.71828
|