# state-dependent delay equations x'=x*(1-delay(x,p*max(x,0)))*(2-x) par p=1 init x=.1 @ delay=10,total=40 done