Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
JBtje edited this page Sep 17, 2015 · 1 revision

Syntax

+

Description

The + command adds two values.

Example

NEW
10 A = 1
20 PRINT A + 1

Returns:

2

Clone this wiki locally