Example: after(Axis.x) or after(1) returns 3, which is equivalent to Axis.z.
after(Axis.x)
after(1)
Axis.z
function before extends Modelica.Icons.Function; input Axis axis; output Axis after; end before;