Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hanachin committed Jan 6, 2017
1 parent e303647 commit 5620b61
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -175,8 +175,8 @@ Print the value of A as a number

Example:

I have 97 Apples
Uh! Print-Apples
I have 97 Apple
Uh! Print-Apple
#=> 97

#### PUTC(Put)
Expand All @@ -187,14 +187,14 @@ Print the character whose character code is A

Example:

I have 97 Apples
Uh! Put-Apples
I have 97 Apple
Uh! Put-Apple
#=> a

Put can take more than one arguments.

I have 97 Apples
Uh! Put-Apples-Apples-Apples
I have 97 Apple
Uh! Put-Apple-Apple-Apple
#=> aaa

#### GETC(Pick)
Expand Down

0 comments on commit 5620b61

Please sign in to comment.