First-Order ODE or IVP

> ode := diff( y(t), t ) = %? ; # first-order ODE

> ic := [ y(0) = %? ]; # IC for first-order ODE

>