# Cheddar Documentation

## Cheddar Documentation

- [Introduction](https://docs.cheddar.vihan.org/docs/master.md)
- [Syntax](https://docs.cheddar.vihan.org/docs/syntax.md)
- [Literals](https://docs.cheddar.vihan.org/docs/literals.md)
- [Comment](https://docs.cheddar.vihan.org/docs/literals/comment.md)
- [String](https://docs.cheddar.vihan.org/docs/literals/string.md)
- [Number](https://docs.cheddar.vihan.org/docs/literals/number.md)
- [Array](https://docs.cheddar.vihan.org/docs/literals/array.md)
- [Boolean](https://docs.cheddar.vihan.org/docs/literals/bool.md)
- [Mathematics](https://docs.cheddar.vihan.org/docs/mathematics.md)
- [Addition](https://docs.cheddar.vihan.org/docs/mathematics/addition.md)
- [Subtraction](https://docs.cheddar.vihan.org/docs/mathematics/subtraction.md)
- [Multiplication](https://docs.cheddar.vihan.org/docs/mathematics/multiplication.md)
- [Division](https://docs.cheddar.vihan.org/docs/mathematics/division.md)
- [Exponentiation](https://docs.cheddar.vihan.org/docs/mathematics/exponentiation.md)
- [Remainder](https://docs.cheddar.vihan.org/docs/mathematics/remainder.md)
- [Negation](https://docs.cheddar.vihan.org/docs/mathematics/negation.md)
- [Sign](https://docs.cheddar.vihan.org/docs/mathematics/sign.md)
- [Root](https://docs.cheddar.vihan.org/docs/mathematics/root.md)
- [Bitwise AND](https://docs.cheddar.vihan.org/docs/mathematics/bitwise-and.md)
- [Bitwise OR](https://docs.cheddar.vihan.org/docs/mathematics/bitwise-or.md)
- [Bitwise XOR](https://docs.cheddar.vihan.org/docs/mathematics/bitwise-xor.md)
- [Bitwise NOT](https://docs.cheddar.vihan.org/docs/mathematics/bitwise-not.md)
- [Bitwise Left Shift](https://docs.cheddar.vihan.org/docs/mathematics/bitwise-left-shift.md)
- [Bitwise Right Shift](https://docs.cheddar.vihan.org/docs/mathematics/bitwise-right-shift.md)
- [Variables](https://docs.cheddar.vihan.org/docs/variables.md)
- [Functions](https://docs.cheddar.vihan.org/docs/functions.md)
- [Defining](https://docs.cheddar.vihan.org/docs/functions/defining.md)
- [Lambda](https://docs.cheddar.vihan.org/docs/functions/defining/lambda.md)
- [Functionized Operators](https://docs.cheddar.vihan.org/docs/functions/defining/functionized-operators.md)
- [Functionized Properties](https://docs.cheddar.vihan.org/docs/functions/defining/functionized-properties.md)
- [Operations](https://docs.cheddar.vihan.org/docs/functions/operations.md)
- [Functional Bonding](https://docs.cheddar.vihan.org/docs/functions/operations/functional-bonding.md)
- [Functional Composition](https://docs.cheddar.vihan.org/docs/functions/operations/functional-composition.md)
- [Default Operators](https://docs.cheddar.vihan.org/docs/default-operators.md)
- [What Is](https://docs.cheddar.vihan.org/docs/default-operators/what-is.md)
- [Instance-of](https://docs.cheddar.vihan.org/docs/default-operators/instance-of.md)
- [Actually Is](https://docs.cheddar.vihan.org/docs/default-operators/actually-is.md)
- [Control Flow](https://docs.cheddar.vihan.org/docs/control-flow.md)
- [Conditional](https://docs.cheddar.vihan.org/docs/control-flow/conditional.md)
- [Loops](https://docs.cheddar.vihan.org/docs/control-flow/loops.md)
- [For Loops](https://docs.cheddar.vihan.org/docs/control-flow/loops/for-loops.md)
- [While Loops](https://docs.cheddar.vihan.org/docs/control-flow/loops/while-loops.md)
- [Standard Library](https://docs.cheddar.vihan.org/docs/standard-library.md)
- [String](https://docs.cheddar.vihan.org/docs/standard-library/string.md)
- [Bytes](https://docs.cheddar.vihan.org/docs/standard-library/string/bytes.md)
- [Count](https://docs.cheddar.vihan.org/docs/standard-library/string/count.md)
- [Length](https://docs.cheddar.vihan.org/docs/standard-library/string/length.md)
- [Match](https://docs.cheddar.vihan.org/docs/standard-library/string/match.md)
- [Slice](https://docs.cheddar.vihan.org/docs/standard-library/string/slice.md)
- [Tail](https://docs.cheddar.vihan.org/docs/standard-library/string/tail.md)
- [Chars](https://docs.cheddar.vihan.org/docs/standard-library/string/chars.md)
- [Head](https://docs.cheddar.vihan.org/docs/standard-library/string/head.md)
- [Lines](https://docs.cheddar.vihan.org/docs/standard-library/string/lines.md)
- [Ord](https://docs.cheddar.vihan.org/docs/standard-library/string/ord.md)
- [Split](https://docs.cheddar.vihan.org/docs/standard-library/string/split.md)
- [Test](https://docs.cheddar.vihan.org/docs/standard-library/string/test.md)
- [Chunk](https://docs.cheddar.vihan.org/docs/standard-library/string/chunk.md)
- [Index](https://docs.cheddar.vihan.org/docs/standard-library/string/index.md)
- [Lower](https://docs.cheddar.vihan.org/docs/standard-library/string/lower.md)
- [Reverse](https://docs.cheddar.vihan.org/docs/standard-library/string/reverse.md)
- [Substitute](https://docs.cheddar.vihan.org/docs/standard-library/string/substitute.md)
- [Upper](https://docs.cheddar.vihan.org/docs/standard-library/string/upper.md)
- [Developing](https://docs.cheddar.vihan.org/docs/developing.md)
- [Structure](https://docs.cheddar.vihan.org/docs/developing/structure.md)
- [Primitive Objects](https://docs.cheddar.vihan.org/docs/developing/primitive-objects.md)
- [Scope](https://docs.cheddar.vihan.org/docs/developing/primitive-objects/scope.md)
- [Class](https://docs.cheddar.vihan.org/docs/developing/primitive-objects/class.md)
- [Variable](https://docs.cheddar.vihan.org/docs/developing/primitive-objects/variable.md)
- [Namespace](https://docs.cheddar.vihan.org/docs/developing/primitive-objects/namespace.md)
- [Getting Started](https://docs.cheddar.vihan.org/docs/developing/getting-started.md)
- [API](https://docs.cheddar.vihan.org/docs/developing/api.md)
- [Primitives](https://docs.cheddar.vihan.org/docs/developing/api/primitives.md)
- [string](https://docs.cheddar.vihan.org/docs/developing/api/primitives/string.md)
- [number](https://docs.cheddar.vihan.org/docs/developing/api/primitives/number.md)
- [array](https://docs.cheddar.vihan.org/docs/developing/api/primitives/array.md)
- [bool](https://docs.cheddar.vihan.org/docs/developing/api/primitives/bool.md)
- [func](https://docs.cheddar.vihan.org/docs/developing/api/primitives/func.md)
- [nil](https://docs.cheddar.vihan.org/docs/developing/api/primitives/nil.md)
