e.g. if i have `init { x = 5 }` and i want to set ...
# getting-started
j
e.g. if i have
init { x = 5 }
and i want to set x to 5 again at some later point, is there some way to do
this()