basic.*.comment

Statement/BASIC Program, Releases: AP and R83

Remark line indicator.

Syntax

* comment(s)

Description

used as a 'remark' statement, text after this statement are ignored.

Example

*
* Init Customer Counter
*
customer.count = 0
*
* Open Customer File
*
open ...

This illustrates '*' as a remark or comment statement.

See Also

Command Name Type Description
basic.operators Relational Operator Operators * ! & = # - + / ^ < > \ [ ] ( )
basic.special.characters Reserved Character Reserved characters and their functions.
basic.rem.statement Statement Defines user-specified remark.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.