Basic Examples 
(1)
 

Get the definition for a simple function:
In[82]:=
f[x_]:=x^2;
In[85]:=
[◼]
PrintDefinitionCases
["Global`",f[_]]

Scope 
(1)
 
