Native shebang: Difference between revisions

Added Forth
m (→‎{{header|Phix}}: added syntax colouring, marked p2js compatible(ish, the ignore part anyway))
(Added Forth)
Line 432:
</pre>
 
=={{header|Forth}}==
Such functionality can be added easily by the following definition:
<lang>: #! [COMPILE] \ ; immediate</lang>
Some Forth compilers - like 4tH or Gforth - support this functionality out of the box.
=={{header|Free Pascal}}==
Since FPC (FreePascal compiler) version 2.6.0 the distribution – e.g. the Debian or FreeBSD packages <tt>fpc-utils</tt> – come with the program <tt>instantfpc(1)</tt>, or <tt>ifpc(1)</tt> for short.
374

edits