|
|
|
|
|
by Miner49er
605 days ago
|
|
Erlang sigils are not, they can be any length, limited to characters allowed in atoms. Elixir sigils also allow multiple characters in the name, but chars after the first must be upper case, according to the docs. So for Elixir, it would have to be something like ~zIG |
|
> Custom sigils may be either a single lowercase character, or an uppercase character followed by more uppercase characters and digits.
https://hexdocs.pm/elixir/sigils.html