Skip to content

Commit

Permalink
Add iftype to keyword table
Browse files Browse the repository at this point in the history
First mention of iftype for progress toward #393
  • Loading branch information
rhagenson committed Apr 25, 2020
1 parent 03ca847 commit 93f6033
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/appendices/keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This listing explains the usage of every Pony keyword.
| if | (1) conditional statement
| | (2) to define a guard in a pattern match
| ifdef | when defining a build flag at compile time: ponyc –D "foo"
| iftype | type conditional statement `iftype A <: B` checks if `A` is a subtype of `B`
| in | used in a for in - loop statement
| interface | used in structural subtyping
| is | (1) used in nominal subtyping
Expand Down

0 comments on commit 93f6033

Please sign in to comment.