I really like the way multiline comment look right now,
Here's the problem, though:
#=
Block A
#=
Block B
#=
Block C
#=
What in that is actually commented? In other languages, it would depend on the direction of the multiline comment sigil, eg.
/*
Block A
*/
Block B
/*
Block C
*/
The remedy is trivial, change the multiline comment syntax to having an 'opening' and 'closing' sigil.
Perhaps
#<
Block A
>#
Block B
#<
Block C
>#
Which, for style, means you could
#<================================
Block A
================================>#
If you were into that kinda thing.
I really like the way multiline comment look right now,
Here's the problem, though:
What in that is actually commented? In other languages, it would depend on the direction of the multiline comment sigil, eg.
The remedy is trivial, change the multiline comment syntax to having an 'opening' and 'closing' sigil.
Perhaps
Which, for style, means you could
If you were into that kinda thing.