master
Craig Oates 4 years ago
parent
commit
7cbeae70b5
  1. 3
      Using-the-Console-Program.md

3
Using-the-Console-Program.md

@ -24,8 +24,7 @@ From here, you can begin entering commands. Before you do, it is worth pointing
If you go through the "help" section, in the console or PDF, you will notice most of the commands have input arguments. From your point-of-view, they are typical input types (E.G. `int`, `string`). There are limitations, though. The most notable one being the converting from (console) text to other (non-`string`) types. If you would like to know more about these limitations, I recommend you use the following link:
- [Coerce
List](https://git.abbether.net/craig.oates/Console.Waterworks/wikis/Coercion-Types-List)
- [Coerce List](https://git.abbether.net/craig.oates/Console.Waterworks/wiki/Coercion-Types-List)
I will not go into too much detail about the limitation because it is essentially a C.W. concern. And, you should not notice it for the most part. Although, if you are wanting to work with this projects source code, I highly recommend you use the above link.

Loading…
Cancel
Save