And Michael Ferguson writes: > readln(s); > > s would contain only "hello", because the default string > reading rule is to read one word only.
In Pascal, readln reads the whole line. Is there another language with a different definition of readln? What does the "ln" mean otherwise? (Yeah, I know, the definition of a line is funny.) ------------------------------------------------------------------------------ _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
