Under both J901 and J902, wd 'msgs' seems to take effect at the wrong point of execution.
delay=: 6!:3 status=: wd@'msgs'@echo status 'start' delay 1 status 'started' delay 5 status 'done' Here, the text from echo commands do not appear until after the subsequent delay commands have completed. Is this intended? If so, why? If not, could wd 'msgs' and/or 1!:2 be fixed so that the echo text appears when wd'msgs' is run? Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
