Help for this page

Select Code to Download


  1. or download this
    print //;   # pattern-match an empty string. result: 1
    print \\//; # ref to ref to variable holding 1 (1)
    print \\\//; # ref to ref to ref to variable holding 1 (2)
    print \\///\\\//; # print (1) / (2)