sub samewith
Documentation for sub samewith assembled from the following types:
language documentation Functions
From Functions
(Functions) sub samewith
samewith calls current candidate again with arguments provided by users and returns return value of the new instance of current candidate.
proto a(|)multi a(Int )say (a 10); # OUTPUT: «36288002»