Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

The Type string [3/14]

Strings have a getter .n which returns the length of the string.

Getters can be applied directly on variables, but not on most other expressions.

To apply a getter on an expression, include it inside parentheses.

Loading...