|
Perl 6
WITCH squiggle: Revision 1
~ As an infix operator: concatinate or stitch characters together, instead of . in perl5. Specification Operators containing this character
~= String Append, the post-assignment mutant form of ~ Old, deprecated, or other language uses=~ and !~ in Perl5 used to be for matching. Now it is ~~ (see above). =~ is always a syntax error in Perl6. |