Skip to content

Commit 574d65e

Browse files
committed
Added ternary operator to intermediate features
1 parent 8940ae1 commit 574d65e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/c_compiler.md

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Here is a list of intermediate features that you might like to implement once th
111111
* the `enum` keyword
112112
* `switch` statements
113113
* the `break` and `continue` keywords
114+
* ternary operator (`x ? y : z`)
114115

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

0 commit comments

Comments
 (0)