Skip to content
Snippets Groups Projects
Commit dfca1b28 authored by Stephen D's avatar Stephen D
Browse files

Update README

parent 137b99bb
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,14 @@ SAVE filename - save code into database
LOAD filename - load filename into memory
DIR - list programs you have saved
PUB filename - Publish a program
PUBDIR - List published programs
PUBLOAD id - Load public program by ID (IDs are listed in PUBDIR)
Code is specified by writing `line_num code`. For example, `10 print "hello world"`. This makes it easy to insert new code or overwrite lines.
### Example session
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment