public static CONST = 0.01f; .. mutable val : float; mutable i,j : int; val = (i*i + j*j) * CONST;
generates "val = (i * i + j * j) * 0.01;" code