Include test

Download all the 5 test files via one ZIP file

You can download a ZIP file with the 5 test files (File1...5.txt) via this shortened link:

kortlink.dk/IncludeNesting/29ryp

Place all 5 TXT files in same DIR as MyFFshell.exe

Open File1.txt in the Source File window and send it to your Arduino/Scamp2/...

Test include "nesting"

5 files used for test of include "nesting"

\ File1.txt
-testing
marker -testing
\ log Starting a demo of several nested include calls :-)
: file1Aword ;
\ include "file2.txt"
: file1Bword ;
: file1Cword ;

\ File2.txt
:file2Aword ;
#include <file3.txt>
: file2Bword ;
: file2Cword ;
#include file4.txt
: file2Dword ;

\ File3.txt
: file3Aword ;
: file3Bword ;
: file3Cword ;
\ EOF
: file3Dword \ not to be seen! ;

\ File4.txt
: file4Aword ;
: file4Bword ;
\ include "file5.txt"
: file4Cword ;
: file4Dword ;

\ File5.txt
: file5Aword ;
: file5Bword ;
: file5Cword ;
\ log End of File 5 reached :-)