// Test file. param tau = 5, x0 = 0.01 var x = x0 delay xlag = x(t-tau) x'= -xlag - x^3 plot t, x option tstart = 0.0, tstop = 50, outstep = 0.01, device="aqt"