# Keywords

The following are reserved Keywords in BoxLang:

* `abstract`
* `boolean`
* `break`
* `case`
* `catch`
* `char`
* `class`
* `component`
* `const`
* `continue`
* `default`
* `do`
* `double`
* `else`
* `enum`
* `extends`
* `false`
* `final`
* `finally`
* `float`
* `for`
* `function`
* `if`
* `implements`
* `import`
* `in`
* `instanceof`
* `int`
* `interface`
* `long`
* `new`
* `null`
* `package`
* `private`
* `protected`
* `public`
* `return`
* `short`
* `static`
* `super`
* `switch`
* `synchronized`
* `this`
* `throw`
* `throws`
* `transient`
* `true`
* `try`
* `void`
* `volatile`
* `while`
