RosettaCodeData/Task/Reflection-Get-source/00-TASK.txt
2023-07-01 13:44:08 -04:00

3 lines
158 B
Text

;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>