Posted to tcl by Bradipo at Thu Jun 10 00:00:29 GMT 2021view pretty

>>> def f(a):
...   return a
...    
>>> b = 2
>>> f(a=b) 
2