1 2 3 4 5 6 7 8 9
proc f() var x: const Float := 3.14 y: const Float := 1e10 z: const Float := 4.567e8 t: const Float := 2.5E-3 return end.