Skip to content

Commit ee06af9

Browse files
Update README.md
1 parent bb30bfb commit ee06af9

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,14 @@
33
All of System EZCode packages.
44
- [Main](Main/package.json): Includes main functionality for EZCode (automatically included in build)
55
- `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
167
- [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
189
- Methods include:
1910
- `install` Install file from url to file
2011
- `GET` GET request
2112
- `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

Comments
 (0)