Possible Duplicate:
Why are there digraphs in C and C++?
What does the C ??!??! operator do?!
In C++ there are alternative tokens for [] and {}, among others.
E.g. the following code compiles:
%:include <stdio.h>
int main() <%
printf("Hello World!");
}
I thought about it for a while but couldn't figure any applicability, is there any logical reason for this?