Created
January 2, 2011 22:38
-
-
Save iceandguard/762891 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
REAL X, Y, Z | |
DATA X /1.2345E1/ | |
DATA Y /.12345E2/ | |
DATA Z /.012345E3/ | |
DATA A /-1.2345E1/ | |
DATA B /-0.12345E2/ | |
PRINT *, X, Y, Z | |
PRINT *, A, B | |
END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
12.345000 12.345000 12.345000
-12.345000 -12.345000