Jump to content

Program name: Difference between revisions

m (syntax highlighting fixup automation)
Line 1,964:
if {$::argv0 eq [info script]} {
main {*}$::argv
}</syntaxhighlight>
 
=={{header|Transd}}==
<syntaxhighlight lang="Scheme">#lang transd
 
MainModule: {
_start: (λ
(textout (get @progArgs 0))
)
}</syntaxhighlight>
 
111

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.