poke
reads program source as UTF-8 encoded text. Program sources
can span over multiple lines. A line is a sequence of characters
terminated by an end-of-line. End-of-line can be a signle new-line
character (ASCII LF or \n
), the UNIX form, or pair of ASCII CR
and ASCII LF (\r\n
) characters, the Windows form.