Native shebang: Difference between revisions

added Arturo implementation
(→‎Free Pascal: update URL)
(added Arturo implementation)
Line 68:
Hello, world!
</pre>
 
=={{header|Arturo}}==
Arturo is a scripting language and does not compile to a binary.
<lang rebol>#!/usr/bin/env arturo
print "Hello from Arturo!"</lang>
 
{{out}}
 
<pre>$> ./native_shebang.art
Hello from Arturo!</pre>
 
=={{header|C}}==
1,532

edits