Skip to content

File System

aanon4 edited this page Sep 22, 2014 · 5 revisions

Syntax

OPEN <0-3>, READ|TRUNCATE|APPEND "<A-Z>"

READ #<0-3>, <variable> [, ...]

WRITE #<0-3>, <variable>|<number> [, ...]

<variable> = EOF(<0-3>)

CLOSE <0-3>

Description

Clone this wiki locally