Could be nice to write: ```julia ig = @init ocp_fixed begin q(t) := sin(t) v(t) := 1.0 + q(t) u(t) := t + v(t).^2 end ```
Could be nice to write: