Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JBrosDevelopment authored May 13, 2024
1 parent b782705 commit 95a9660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Contains the basic functionality for EZCode (automatically included in build).
- `avg` average of numbers
- `operate` everything in MathF from C# class.

```json
```
bool b new : True
str s new : Hello World
float f new : 1.23
Expand All @@ -35,4 +35,4 @@ pi // returns pi constant
clamp 50, 10, 100 // clamps number '50' between '10' and '100'
avg 10, 20, 30, 40, 50, 100000 // returns the average of the numbers
operate sin, 50 // returns the sin of 50
```
```

0 comments on commit 95a9660

Please sign in to comment.