Native shebang: Difference between revisions

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