Reflection/Get source: Difference between revisions

Added Julia language
m (added whitespace before the TOC.)
(Added Julia language)
Line 88:
// "function sqrt() { [native code] }"
</lang>
 
=={{header|Julia}}==
{{works with|Julia|0.6}}
 
<lang julia># Definition
function foo() end
 
@which foo() # where foo is defined
@less foo() # first file where foo is defined</lang>
 
=={{header|Lingo}}==
Anonymous user