Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

_comment

JBtje edited this page Sep 24, 2015 · 2 revisions

Syntax

//

Description

The // command allows you to place text inline. It does the same as REM.

Example

NEW
1 // Commented line, this is not part of the code
2 // Can be used to describe what you are doing
10 A = 11
20 PRINT A
LIST

Returns:

11

Clone this wiki locally