Learn to Program with ZedLX

Free Online Programming Course for Beginners

Getters [5/12]

The getter .str from type num returns the common decimal system representation of a number.

The text after symbols << is called a single-line comment. Comments are ignored by the computer.

The text between symbols /* and */ is called a multiline comment. A multiline comment can span multiple lines.

Loading...