Program name: Difference between revisions

Added BaCon version.
(Added BaCon version.)
Line 283:
edit 0
start(1,2,3,"Hello")</lang>
 
==={{header|BaCon}}===
To get the name with which the program was invoked:
<lang bacon>PRINT TOKEN$(ARGUMENT$, 1)</lang>
To get the full path:
<lang bacon>PRINT ME$</lang>
 
 
=={{header|C}}==
Anonymous user