Skip to content

Commit

Permalink
Added ternary operator to intermediate features
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiwo735 committed Mar 4, 2024
1 parent 8940ae1 commit 574d65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/c_compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ Here is a list of intermediate features that you might like to implement once th
* the `enum` keyword
* `switch` statements
* the `break` and `continue` keywords
* ternary operator (`x ? y : z`)

Here is a list of more advanced features like you might like to implement once the basic and intermediate features are working.

Expand Down

0 comments on commit 574d65e

Please sign in to comment.