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

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