y = dly(x,init);
y is equal to the value of x, one simulation-time step delayed. The initial value of y is equal to init
x = sin(time*0.3);
y = dly(x);
x,y and init must be scalars.