Paramterless functions with and without parentheses different!

Wow, great answer! Interesting details. Thanks a lot!

Good to know that methods without parentheses are for pure functions (like rangeOfdata : Range) while methods with parentheses are for side-effecting functions (like printRangeOfdata() : Unit.