We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8940ae1 commit 574d65eCopy full SHA for 574d65e
docs/c_compiler.md
@@ -111,6 +111,7 @@ Here is a list of intermediate features that you might like to implement once th
111
* the `enum` keyword
112
* `switch` statements
113
* the `break` and `continue` keywords
114
+* ternary operator (`x ? y : z`)
115
116
Here is a list of more advanced features like you might like to implement once the basic and intermediate features are working.
117
0 commit comments