RosettaCodeData/Task/Scope-Function-names-and-la.../Jq/scope-function-names-and-la...

6 lines
109 B
Plaintext

def NAME:
def NAME: 2;
1, NAME; # this calls the inner function, not the outer function
NAME # => 1, 2