sub samewith
1 | language documentation Functions |
1.1 | (Functions) 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 the return value of the new instance of current candidate.
proto a(|)multi a(Int )say (a 10); # OUTPUT: «36288000»