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

_TEMPLATE

JBtje edited this page Jun 8, 2015 · 3 revisions

Syntax

LIST

Description

The LIST command will output the current program in the memory to the command line.

Example

NEW
10 A = 1
20 PRINT A
LIST

Returns:

10 A = 1
20 PRINT A

Clone this wiki locally