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

6 lines
115 B
Julia

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