Closed evhub closed 10 years ago
Allow << (alias «) and >> (alias ») to enclose code blocks like :: but allowing for manual termination. If this is done, class << >>> should be used for classes, freeing {} for dictionaries.
<<
«
>>
»
::
class << >>>
{}
Allow
<<
(alias«
) and>>
(alias»
) to enclose code blocks like::
but allowing for manual termination. If this is done,class << >>>
should be used for classes, freeing{}
for dictionaries.