[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Read?



For the $&read primitive:

	+ don't hardcode the line delimiter as \n

One more thought on this:  I think it could be very useful for the
line delimiter to possibly be the null character.  But since there is
no easy way for the user to specify the null character, why not let it
be the default delimiter?  Of course, the %read version should
probably use \n in order not to confuse the hell out of the casual
user.

- Harald