input.LookupBinding
Example
Demonstrates usage of this function and its arguments.
print( input.LookupBinding( "+use" ) )
print( input.LookupBinding( "use" ) )
print( input.LookupBinding( "+use", true ) )
print( input.LookupBinding( "use", true ) )
Output:
e
e
e
no value