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 ywei, 17 years ago

Status: newaccepted

comment:2 by ywei, 17 years ago

Resolution: fixed
Status: acceptedclosed

Feature added.

Note: See TracTickets for help on using tickets.