I've read Synopsis and I wondered why to treat max and min as
operator. IMHO, view them as list functions is more reasonable. Like
below:

@test.max

is clearer than

@test[0] max @test[1]  or [max] @test.


Any reply would be really appreciated and will much help me learn
perl6. Thanks in advance!

Reply via email to