@ocots this should work: ```julia @init begin phi = 2pi * t # not phi(t) = 2pi * t u(t) := [cos(phi), sin(phi)] end ``` supposes to expand aliases before parsing each line
@ocots this should work:
supposes to expand aliases before parsing each line