RosettaCodeData/Task/Reflection-Get-source/Raku/reflection-get-source.raku

3 lines
58 B
Raku
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
say &sum.file;
say Date.^find_method("day-of-week").file;