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 e20bcb7 commit abdb0abCopy full SHA for abdb0ab
episodes/02-basics.Rmd
@@ -55,7 +55,7 @@ and functions, as well as names for variables.
55
56
### The `implicit` statement
57
58
-By default, variables in fortran do not need to be declared a specific type, they
+By default, variables in Fortran do not need to be declared a specific type, they
59
can just be used within the code. Variables with names beginning with letters `i-n` are implicitly
60
of type `integer`, while anything else is of type `real` (unless explicitly declared otherwise).
61
0 commit comments