Hi there,
I’m doing often things like:
kindergarden=0 if kindergarden<0
Is there any super cool syntax magic to do something like:
kindergarden=0 if its<0 # <-- no need to repeat the var name?
It would be cool especially with long var names, or on arrays with long
indices!
bye!
Dominik