Include a file: Difference between revisions

Content added Content deleted
(Added Maple implementation)
No edit summary
Line 388: Line 388:
9960 REM Jump to the merged code. Pray it has the right line numbers!
9960 REM Jump to the merged code. Pray it has the right line numbers!
9965 GO TO 5000 </lang>
9965 GO TO 5000 </lang>

=={{header|x86 Assembly}}==
<lang x86 Assembly>
{{libheader|Works with FASM on Windows}}
include 'MyFile.INC'
</lang>




{{omit from|Go}}
{{omit from|Go}}