# Language

- [Intro](/redscript/language/intro.md)
- [REDscript in 2 minutes](/redscript/language/intro/redscript-in-2-minutes.md)
- [How to create a hook](/redscript/language/intro/how-to-create-a-hook.md): Creating a hook (with code snippets)
- [Things to hook](/redscript/language/intro/how-to-create-a-hook/things-to-hook.md)
- [Language Features](/redscript/language/language-features.md): How the fuck do I...
- [Intrinsics](/redscript/language/language-features/intrinsics.md): Intrinsics are low-level operations that are natively supported in REDscript.
- [Loops](/redscript/language/language-features/loops.md)
- [Strings](/redscript/language/language-features/strings.md): How to get shit done with strings
- [Modules](/redscript/language/language-features/modules.md): Introduction to modules.
- [Annotations](/redscript/language/language-features/annotations.md): Annotations are special keywords that you can use to change or extend the behavior of existing methods and classes in the base game. You cannot use annotations to modify modded methods or classes.
- [Conditional compilation](/redscript/language/language-features/conditional-compilation.md)
- [Configurable user hints](/redscript/language/language-features/configurable-user-hints.md)
- [Built-in Types](/redscript/language/native-types.md): Built-in types available in the game runtime.
- [Built-in Functions](/redscript/language/built-in-functions.md): Built-in functions available in the game runtime.
- [Math](/redscript/language/built-in-functions/math.md)
- [Random](/redscript/language/built-in-functions/random.md)
- [Utilities](/redscript/language/built-in-functions/utilities.md)
