Program name: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
Line 1,964: Line 1,964:
if {$::argv0 eq [info script]} {
if {$::argv0 eq [info script]} {
main {*}$::argv
main {*}$::argv
}</syntaxhighlight>

=={{header|Transd}}==
<syntaxhighlight lang="Scheme">#lang transd

MainModule: {
_start: (λ
(textout (get @progArgs 0))
)
}</syntaxhighlight>
}</syntaxhighlight>