We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ffd9b1 commit cbc7ed7Copy full SHA for cbc7ed7
source/learn/f95_features/expressions_and_assignments.md
@@ -44,8 +44,10 @@ of real numbers to integers:
44
For *scalar relational* operations of numeric types, there is a set of
45
built-in operators:
46
47
-`< <= == /= > >=`
48
-`.lt. .le. .eq. .ne. .gt. .ge.`
+```f90
+ < <= == /= > >=
49
+.lt. .le. .eq. .ne. .gt. .ge.
50
+```
51
52
(the forms above are new to Fortran-90, and older equivalent forms are
53
given below them). Example expressions:
0 commit comments