I read the <https://kotlinlang.org/docs/reference/...
# getting-started
d
I read the https://kotlinlang.org/docs/reference/classes.html#constructors and get your point @Andreas Sinz. so argument or parameter has no relationship to 'var' or 'val', they are just variables. and 'var'/'val' only apply on attributes, right?