I want my functions to be able to call themselves ...
# announcements
t
I want my functions to be able to call themselves so I'm leaning towards inner classes. Lambdas can't recur because "this" refers to the parent object.