Skip to content
This repository has been archived by the owner on Nov 4, 2019. It is now read-only.

Commit

Permalink
0.3.1.e
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyan committed Jan 6, 2016
1 parent 7ea3967 commit 4bf6868
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,28 @@ All commands must be in lowercase and typed perfectly. Error handling has not ye
Supported Commands:

* print
..* Prints out the entire table

...Prints out the entire table
* quit

..* Quits the program
* <Cell>
... Quits the program
* [Cell]

... Prints out the specified cell
* [Cell] = [Value]

...Prints out the specified cell
* <Cell> = <Value>
...Sets [Cell] to [Value]

...Possible [Value] types and syntax:

...Sets <Cell> to <Value>
...Possible <Value> types and syntax:
......String: "input string"

......Double: 5

......Date: 1/12/1976

......Formula: (5 + 3 / 2 * A3)

......*Numbers in a formula can be substituded with a Cell address that contains a double

* Save <File>
Expand Down

0 comments on commit 4bf6868

Please sign in to comment.