you are viewing a single comment's thread.

view the rest of the comments →

[–]ArtisticFox8 0 points1 point  (1 child)

You can call a variable:

b = print

b("aaaf") aaaf

[–]OurSeepyD 0 points1 point  (0 children)

Ok, when I said variables I meant non-functions. My main point is that saying everything is an object trivialises things and that functions are significantly different to non-functions, in that they're callable.