sub callsame
Documentation for sub callsame
assembled from the following types:
language documentation Functions
From Functions
(Functions) sub callsame
callsame
calls the next matching candidate with the same arguments that were used for the current candidate and returns that candidate's return value.
proto a(|)multi a(Any )multi a(Int )a 1; # OUTPUT: «Int 1Any 1Back in Int with 5»