Native shebang: Difference between revisions

Content added Content deleted
(mark for attention)
Line 30: Line 30:
FOR i FROM 4 TO argc DO print((ofs, argv(i))); ofs:=" " OD</lang>'''Test Execution:'''
FOR i FROM 4 TO argc DO print((ofs, argv(i))); ofs:=" " OD</lang>'''Test Execution:'''
<pre>
<pre>
$ ./echo.c Hello, world!
$ ./echo.a68 Hello, world!
</pre>
</pre>
'''Output:'''
'''Output:'''