Ticket #50 (closed Bug: fixed)

Opened 16 years ago

Last modified 16 years ago

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

comment:1 Changed 16 years ago by jlegrand

  • Owner set to F. Singhoff
  • Status changed from new to assigned

comment:2 Changed 16 years ago by jlegrand

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.