Chris Burke wrote: > I am not sure exactly what you are looking for, but > perhaps the prompt verb may do what you want.
The problem seems to be that plot interferes with
later use of verbs such as prompt:
bad=: 3 : 0
while.1 do.
plot ?5 5$0
if. -. 'y' e. prompt 'again (y/n)? ' do.break.end.
end.
smoutput 'done'
)
bad''
again (y/n)?
done
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
