|
3 | 3 | All of System EZCode packages. |
4 | 4 | - [Main](Main/package.json): Includes main functionality for EZCode (automatically included in build) |
5 | 5 | - `bool`, `str`, `float`, `int`, `char`, `expressions`, `var`, and `list` classes |
6 | | - - `print`, `input`, `runcode`, `clear`, `regexmatch`, `environment`, and `istype` methods |
7 | | - - basic math functions including: |
8 | | - - `add` add numbers |
9 | | - - `subtract` subtract numbers |
10 | | - - `multiply` multiply numbers |
11 | | - - `divide` divide numbers |
12 | | - - `pi` pi constant |
13 | | - - `clamp` clamp number between 2 numbers |
14 | | - - `avg` average of numbers |
15 | | - - `operate` everything in MathF from C# class. |
| 6 | + - `print`, `input`, `runcode`, `clear`, `regexmatch`, `environment`, and `istype` methods. Basic global math functions |
16 | 7 | - [WinForms](WinForms/package.json): Adds Windows Forms Support (not currently supported) |
17 | | -- [HTTP](HTTP/package.json): contains functinality for basic HTTP requests |
| 8 | +- [HTTP](HTTP/package.json): Contains functinality for basic HTTP requests |
18 | 9 | - Methods include: |
19 | 10 | - `install` Install file from url to file |
20 | 11 | - `GET` GET request |
21 | 12 | - `POST` POST request |
| 13 | +- [Time](Time/package.json): Adds classes for time related functions |
| 14 | + - `datetime` class is a container for date and time related functions |
| 15 | + - `stopwatch` class for stopwatches |
| 16 | + - `timer` class for timers |
0 commit comments