Opened 20 years ago
Closed 20 years ago
#231 closed defect (invalid)
For(1,0, Real(Real i) {i}) don´t give an error message
Reported by: | jlaybar | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Its return an empty set instead of giving an error message.
Set a = For(1,0, Real(Real i) {i});
Cheer
James
Note: See
TracTickets for help on using
tickets.
We consider this is not a bug. May be the description of the function For should
refers explicitly to this situation where the iteration range is not defined and
assumed as empty.