From 9a780cadb9d5cef79414a045e809b0e6dacbdaa0 Mon Sep 17 00:00:00 2001 From: IAmCheeseman <64710123+IAmCheeseman@users.noreply.github.com> Date: Wed, 5 Jan 2022 09:33:47 -0500 Subject: [PATCH] Added Classes to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 98702dc..5d8e24d 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ Conditions can be surrounded in `()` if you wish, and you may also end lines in - Import - `import ` +- Classes - `class ([constructorargs]) {}` + `continue` and `break` are supported in loops.