is there a way to reference a top level fun that h...
# announcements
d
is there a way to reference a top level fun that has the same name as a local variable? usually I would do
Class.funname()
, however there is no class here