3 lines
59 B
PSL
3 lines
59 B
PSL
let n = 10 + (1u as i32)
|
|
let x = (n as f32) / 3.0
|
|
x = 15.2
|
let n = 10 + (1u as i32)
|
|
let x = (n as f32) / 3.0
|
|
x = 15.2
|