A newline in REPL is not read as whitespace Try to type the following in REPL. ``` Io> a := method( ... "hi" print ... nil ... ) ==> method( "hi" printnil ) ```