Asciidots - Librairies
Here is the complete list of the librairies inculded in asciidots grouped by categories.
Simple operations on dots
- neg.dots - Change the value of a dot to the opposite
- negate_id.dots - Change the id of a dot to the opposite
- val_to_id.dots - Set the id to the value
- bool_not.dots - Operation NOT on booleans
Loops
- for_in_range.dots - Generate a range of numbers between to values
- clone.dots - Generate the same dot x times
Data structures
- list.dots - Simulate a list with get, set, append, etc methods
- storage.dots - Simulates a queue that can be used to store a single value
Time
- wait.dots - Make a dot wait
(De)compression
- compress.dots - Compress dots so they go in the same path
- decompress.dots - Separate dots that go in the same path