summaryrefslogtreecommitdiffstats
path: root/SPACE.FOR
diff options
context:
space:
mode:
Diffstat (limited to 'SPACE.FOR')
-rw-r--r--SPACE.FOR8
1 files changed, 8 insertions, 0 deletions
diff --git a/SPACE.FOR b/SPACE.FOR
new file mode 100644
index 0000000..d1713c7
--- /dev/null
+++ b/SPACE.FOR
@@ -0,0 +1,8 @@
+ SUBROUTINE SPACE
+ write(*,*)'ENTER'
+ READ(*,*)
+ DO I=1,27
+ WRITE(*,*)
+ ENDDO
+ RETURN
+ END