RosettaCodeData/Task/Reflection-Get-source/00-TASK.txt

4 lines
158 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;Task:
The goal is to get the source code or file path and line number where a programming object (e.g. module, class, function, method) is defined.
<br><br>