Open crazywolf132 opened 6 years ago
Should also add the "and" and "or" condition variables in some of the if-else statements in the doc.
The docs will also have to be redone to match the new Maps and Lists libraries. As much has changed since the new implementations of the API's.
Need to add the new '%' operator to the docs. 8444312a7e4812854884d7614ada15c3edcac762
Also need to add and update the current documentation for how the say
statement with execute the show
function in any class, if it exists.
That than having to create a function in the class to show the contents.
It's function is much like the toString()
function when used in a Java class.
Multi-line commenting added to the docs. 1174adb192789a994e36bd0e1eee974e6cfbfc10
Need to update Maps
and lists
library documentation to include new features and update delete
function to del
in docs
We have recently been adding new features. It would be a good idea to add these to the docs, so people know about them. Aswell as how to use them.
We should also add some documentation on the standard library that is being constantly added to.
Below I will reference new features to this "issue" so we know what needs to be added to the docs.