Menu

#32 "Call foo(bar)" translated as "Call(foo(bar))"

open
nobody
None
5
2009-11-18
2009-11-18
No

The BAS code

Call foo(bar)

is translated to

Call(foo(bar))

instead of

foo(bar)

Even changing the basic code to:

foo(bar)

yields in the Python foo(bar)().

Discussion


Log in to post a comment.

MongoDB Logo MongoDB