Help for this page
infix:«+» infix:<<+>> infix:{'+'}
my &plus_op_subref = &infix:«+»; my ¬_op_subref = &prefix:«!»; say plus_op_subref(3, 2); # 5