Skip to content

Commit

Permalink
Add TODO in getting started doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaquraish committed Nov 7, 2024
1 parent 395dbac commit 2dda4e6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
- [Method Bindings](#method-bindings)
- [Enum Bindings](#enum-bindings)
- [Miscellaneous Binding Tips](#miscellaneous-binding-tips)

- [Undocumented](#undocumented)

## Installation

Expand Down Expand Up @@ -1426,4 +1426,13 @@ def main() {
// Can also print out for free...
println(f"Key Pressed: {GetKeyPressed()}")
}
```
```

## Undocumented

These features exist in the ocean compiler, but are not documented here yet due to lack of time.
These sections should be updated in the future, but in the meantime you can look in the `tests/`
folder for examples of how to use these features.

- [Value Enums](../tests/value_enum.oc)
- [Unordered Default Arguments](../tests/default_args.oc)

0 comments on commit 2dda4e6

Please sign in to comment.