diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-23 14:14:56 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-09-23 14:14:56 (GMT) |
| commit | 2ddbd576770d2497af4b0a66149962956ef0ccf3 (patch) | |
| tree | 1ba1231fb2e9f8c05394189366a0e5b9855d5a75 /src/pim/Token.cpp | |
| parent | 1905e497442bc39cf8896e54812718064a52d621 (diff) | |
| download | powder-2ddbd576770d2497af4b0a66149962956ef0ccf3.zip powder-2ddbd576770d2497af4b0a66149962956ef0ccf3.tar.gz | |
If/elseif with simple conditions
Diffstat (limited to 'src/pim/Token.cpp')
| -rw-r--r-- | src/pim/Token.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pim/Token.cpp b/src/pim/Token.cpp index 2407167..453e92f 100644 --- a/src/pim/Token.cpp +++ b/src/pim/Token.cpp @@ -33,6 +33,8 @@ namespace pim "break", "continue", "if", + "else", + "elseif", "then", "end", "kill", |
