L10N::EN
NAME
L10N::EN - English localization of Raku
SYNOPSIS
use L10N::NL;
zeg "Hallo wereld";
{
gebruik L10N::EN; # Note: -use- needs to be in outer localization
say "Hello World";
}
DESCRIPTION
L10N::EN contains the logic to provide a English localization of the Raku Programming Language.
Note that this is the same mapping as the core. This localization is mainly intended to allow switching back to the core language in a scope, while being in another localization.
AUTHORS
Elizabeth Mattijsen [email protected]
COPYRIGHT AND LICENSE
Copyright 2023 Raku Localization Team
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.