program/endprogramstatements to define a main program- Intrinsic numeric types
integer,real, andcomplex dimensionattribute to declare an array- Arithmetic operators
+,-,*,/, and**, and assignment= ifstatement andifblocks for branchingstopstatement to abort the program and print a message to the terminaldo/enddoconstruct to iterate over any executable section of the codedoconcurrentto mark embarrassingly parallel sections of the codeprint*statement as the simplest way to print text and variable values to the terminal
New Fortran elements, at a glance