Opened 17 years ago
Closed 17 years ago
#46 closed enhancement (fixed)
add front end support for if-then-else
| Reported by: | Stephen Siegel | Owned by: | ywei |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | front | Version: | 1.0 |
| Keywords: | if, then, else | Cc: |
Description
An if the else expression has the following syntax:
( condition ? trueExpr : falseExpr )
Just as in C. There is already support in the model layer. Now it needs to be added to front end.
Change History (2)
comment:1 by , 17 years ago
| Status: | new → accepted |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Feature added.