Closed nixpulvis closed 6 years ago
We currently have {@...} planned, but it should really be {#...} to support the following:
{@...}
{#...}
{ ... }
{# ... }
{#... ... }
{#!... ... }
As far as I can tell, this will only conflict with systems with a {# command (if that's even possible).
{#
We currently have
{@...}
planned, but it should really be{#...}
to support the following:{ ... }
Primary{# ... }
Alternate{#... ... }
Specific language{#!... ... }
Shebang-likeAs far as I can tell, this will only conflict with systems with a
{#
command (if that's even possible).