|
| PAW version: | 2.06/20 |
| Description | |
In the COMIS interpreter the following line doesn't work:
print *,(1+1)The problem is due to a conflict between expression in brackets and implicit DO-loop: print *,(1+1)and print *,(a(i),i=1,n) | |
| Fixed in: | Not fixed |
| Workaround | |
You can do:
print *,+(1+1)
| |
![]() | Release Notes | Known bugs | FAQs | Contributions | Tutorial | Reference manual | Down load | Miscellaneous |