▲ | Jtsummers 2 days ago | |||||||
Is your idea that that would always work? Like:
Or only in `print`? If only in `print`, then you've suddenly made a context-sensitive grammar. And if the former, just use "Hello world\n" instead, since the tokenizer already supports that. | ||||||||
▲ | keithnz 2 days ago | parent [-] | |||||||
I think the point is to add the correct end of line depending on OS. | ||||||||
|