Skip to content

Commit be48ced

Browse files
committed
updated readme
1 parent add95bb commit be48ced

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,22 @@ Variable declaration
205205
</declaration>
206206
207207
208+
External declaration
209+
~~~~~~~~~~~~~~~~~~~~
210+
211+
.. code:: fortran
212+
213+
external omp_get_num_procs
214+
215+
216+
Save declaration
217+
~~~~~~~~~~~~~~~~
218+
219+
.. code:: fortran
220+
221+
save n
222+
223+
208224
Use
209225
~~~
210226

@@ -298,6 +314,7 @@ All simple statements are using :xml:`<statement>` node, which wraps around node
298314
* :xml:`<stop>`
299315
* :xml:`<continue>`
300316
* :xml:`<cycle>`
317+
* :xml:`<arithmetic-if>`
301318
* ...
302319

303320

0 commit comments

Comments
 (0)