| ) | Index Level | * |
| Syntax | * comment(s) |
| Category | BASIC |
| Type | Statement |
| Description | used as a "remark" statement, text after this statement are ignored. |
| Options | |
| See Also | operators special characters REM |
| Example |
*
* Init Customer Counter * customer.count = 0 * * Open Customer File * open ... This illustrates "*" as a remark or comment statement. |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| ) | Index Level | * |