Let's say we have the following command: ``` >createcommand test say "Hello" ``` When we read the first argument it'll return `test` as expected but when you use a new line like: ``` >createcommand test say "Hello world" ``` The first argument will return: `test\nsay`. I would expect that this returns `test`.