README

NAME

Slang::Piersing - allow ? and ! at end of identifiers

SYNOPSIS

use Slang::Piersing;

sub foo?($a, $b) { $a * $b };
sub foo!($a, $b) { $a + $b };

foo? 3, 5  # 15
foo?(3, 5) # 15
foo!(3, 5) #  8

DESCRIPTION

The Slang::Piersing module adapts the Raku Programming Language syntax to allow the question mark ? and exclamation mark ! at the end of identifiers.

AUTHOR

Tobias Leich (FROGGS)

Source can be located at: https://github.com/raku-community-modules/Slang-Piersing . Comments and Pull Requests are welcome.

COPYRIGHT AND LICENSE

Copyright 2015, 2016, 2017 Tobias Leich, 2023 Raku Community

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

Slang::Piersing v0.0.2

allow ? and ! at end of identifiers

Authors

    License

    Artistic-2.0

    Dependencies

    Slangify:ver<0.0.2+>:auth<zef:lizmat>

    Test Dependencies

    Provides

    • Slang::Piersing

    Documentation

    The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.