Help for this page
Select Code to Download
Select
or
download this
@t = (1,2,3); test(@t) == test((1,2,3)) == test(1,2,3);
Select
or
download this
test(@{[1,2,3]});