9 Jul
2007
9 Jul
'07
2:32 p.m.
David Kastrup wrote:
Akira Kakuto
writes:
-print_ln; print("(Retry if file name is empty."); +print_ln; print("(Retry if file name is empty or CTRL-D to exit.");
Are these meant to be instructions to the user, or statements of intended action ? If (as I suspect) they are instructions to the user, then (IMHO) they should be phrased as such : I suggest -- print_ln; print ("Enter the null string to re-try, or <eof> to exit"); Philip Taylor