Added clarification that it is :l, not :1

This commit is contained in:
Bobbi Webber-Manners 2018-05-01 17:17:19 -04:00 committed by GitHub
parent f90b88dad5
commit 27a1a9eb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ end
I have included the line editor commands to begin inserting text `:i0` and to leave the editor and return to the interpreter (a single period on its own.)
You can list the program using the `:l` command and run it using the EightBall interpreter using the `run` command.
You can list the program using the `:l` (the letter Ell, not the number 1!) command and run it using the EightBall interpreter using the `run` command.
# Building the Code