Rand Stats

L10N::EN

zef:l10n

Actions Status Actions Status Actions Status

NAME

L10N::EN - English localization of Raku

SYNOPSIS

use L10N::NL;           # or any other non-English localization
zeg "Hallo wereld";
{
    gebruik L10N::EN;   # Note: -use- is -gebruik- in L10N::NL
    say "Hello World";  # now back to "normal" english syntax
}

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 liz@raku.rocks

COPYRIGHT AND LICENSE

Copyright 2023, 2025 Raku Localization Team

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