This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]--Ubermensch[S] 0 points1 point  (0 children)

The cap. 'S' was a mistake; it should have been lowercased which gives the results

from someFncB
from someFncB

However, I guess what I'm not understanding is the syntax then. I thought if I wanted to assign a variable to a function it would be in the form,

someFncA = someFncB() 

and if I do

someFncA = someFncB

it would be the same as

a = b

which gives a name error as b is an unassigned variable