Ticket #50 (closed Bug: fixed)
Return statement check problem
Reported by: | F. Singhoff | Owned by: | F. Singhoff |
---|---|---|---|
Priority: | minor | Milestone: | 2.0 |
Component: | framework | Version: | |
Keywords: | Cc: |
Description
The control which checks the use of the return statement did not worked. At this time, the only expressions allowed with a return statement are :
- an integer constant
- an integer variable (not a table !)
- a max_to_index/min_to_index operator
Any other expression must be rejected by the Cheddar program interpreter... sometimes, it was not the case.
Change History
Note: See
TracTickets for help on using
tickets.