RosettaCodeData/Task/Reflection-Get-source/Julia/reflection-get-source.julia

6 lines
115 B
Plaintext

# Definition
function foo() end
@which foo() # where foo is defined
@less foo() # first file where foo is defined