Skip to content

Commit cbc7ed7

Browse files
committed
fix(expressions_and_assignments.md): fix operations block
Signed-off-by: Norwid Behrnd <[email protected]>
1 parent 1ffd9b1 commit cbc7ed7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/learn/f95_features/expressions_and_assignments.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ of real numbers to integers:
4444
For *scalar relational* operations of numeric types, there is a set of
4545
built-in operators:
4646

47-
`< <= == /= > >=`
48-
`.lt. .le. .eq. .ne. .gt. .ge.`
47+
```f90
48+
< <= == /= > >=
49+
.lt. .le. .eq. .ne. .gt. .ge.
50+
```
4951

5052
(the forms above are new to Fortran-90, and older equivalent forms are
5153
given below them). Example expressions:

0 commit comments

Comments
 (0)