Native shebang: Difference between revisions

Content added Content deleted
(Added program to Forth)
Line 438: Line 438:
This example program works as advertised:
This example program works as advertised:
<lang>#! /usr/local/bin/4th cxq
<lang>#! /usr/local/bin/4th cxq
argn 1 ?do i args type space loop cr
argn 1 ?do i args type space loop cr</lang>
</lang>


=={{header|Free Pascal}}==
=={{header|Free Pascal}}==