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 b2e71e9 commit 04667acCopy full SHA for 04667ac
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