right, and when you don't mark it as `val` or `var...
# announcements
k
right, and when you don't mark it as
val
or
var
, it can be referenced in the initializer for any field that you declare in that class, as well as in the
init
block. And any secondary ctors you make, too