// Arithmetic, function calls and imports! pub fn OneHalf(var1: f32) -> f32 { return var1 * 1.5; }