Comment Out Block of Text

In a tiddler, I used a wrong macro name by accident! and I saw it is hidden, as there is no such macro to be parsed. So I thought I can use it for commenting out part of tiddler content, so.

<<!
This is a block of text.

* One
* Two
* Three
>>

I am not sure if it has a performance impact! I expect it has not!

I prefer to stick with the standard.

<!--
This is a block of text.

* One
* Two
* Three
-->

I think it’s better to stick with the standard because it prevents side-effects. For example, the <<!>> macro is actually defined in the French translation of tiddlywiki.com!

Fred