Help language development. Donate to The Perl Foundation

Slang::Subscripts zef:lizmat last updated on 2021-11-07

e4efa97a64f22345e4f752c944136014ef242c71/

NAME

Slang::Subscripts - Allow subscripts in identifiers, just as digits

SYNOPSIS

use Slang::Subscripts;

my $x₁ = 42; say $x₁;  # 42

DESCRIPTION

Slang::Subscripts modifies the Raku grammar to make it possible to use numeric subscripts ₀₁₂₃₄₅₆₇₈₉ at the end of identifiers.

CREDITS

Idea shamelessly copied from Slang::Piersing by Tobias Leich.

AUTHOR

Elizabeth Mattijsen [email protected]

COPYRIGHT AND LICENSE

Copyright 2019, 2021 Elizabeth Mattijsen

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.