Commit 6029d9db by Janne Blomqvist

Fix DATE_AND_TIME example.

2013-09-27  Janne Blomqvist  <jb@gcc.gnu.org>

	* intrinsic.texi (DATE_AND_TIME): Fix example.

From-SVN: r202986
parent 19cdb489
2013-09-27 Janne Blomqvist <jb@gcc.gnu.org>
* intrinsic.texi (DATE_AND_TIME): Fix example.
2013-09-25 Tobias Burnus <burnus@net-b.de>
PR fortran/58436
......
......@@ -3461,7 +3461,7 @@ program test_time_and_date
call date_and_time(TIME=time)
call date_and_time(VALUES=values)
print '(a,2x,a,2x,a)', date, time, zone
print '(8i5))', values
print '(8i5)', values
end program test_time_and_date
@end smallexample
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment