add INCLUDE and INCLUDED

This commit is contained in:
2021-11-22 10:41:55 +01:00
parent d0cead3c42
commit 042a08bcad
10 changed files with 158 additions and 50 deletions
+2
View File
@@ -0,0 +1,2 @@
." Included file" CR
+2
View File
@@ -0,0 +1,2 @@
." Included file 2" CR
+6
View File
@@ -0,0 +1,6 @@
." main file" CR
S" _included.f" INCLUDED
." main file again" CR
INCLUDE _included2.f
." main file ends"
CR