On 19 February 2014 14:05, Elias Mårtenson <loke...@gmail.com> wrote: > I've reached the point where I have been able to reproduce the famous Dyalog > video where a guy builds a game of life and lets it animate by updating a > watched variable, with one exception: > > I need a way to sleep for a short while (less than a second). Is there any > facility in GNU APL that would let me do that?
⎕dl ÷8 works for me, just like in the video! Jay.