Commit 3817c88
committed
Added exit keyword to fortran syntax definition
The EXIT keyword was added along with the CYCLE keyword to control the program flow within loops. EXIT is equivalent to `break` in C/C++.1 parent 18f1de4 commit 3817c88
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments