Useful because the code is still syntax colorized, and you can select
it without selecting the semi-colons.
The odd thing is doing that turns the file into some totally
unreadable (human unreadable at least) representation of the file. I
guess that's to get around the lack of block comments?
I assume that is the special format for storing "enhanced" data like
boxes or images.
> I guess that's to get around the lack of block comments?
You can do block comments like this:
#|
hello, world
|#
You don't get the nice formatting and editing features, though.