<END FUNCTION Example Program>
Program end_function_example Real :: a=2, b=3, c=4 Print *, Print *, Print *, End Program shiki1 = a*x**2 + b*x + c End Function shiki1 shiki = a*x**2 + b*x + c End Function shiki3 = a*x**2 + b*x + c End
■ Execution Results
18.0000000 18.0000000 18.0000000