Documentation for method my
assembled from the following pages:
Class: CallFrame §
From CallFrame
(CallFrame) method my §
method my()
Return a Hash that names all the variables and their values associated with the lexical scope of the frame.
sub some-value my = some-value();say .my<$the-answer>; # OUTPUT: «42»