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.