Hostname: Difference between revisions

Content added Content deleted
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
(added Arturo)
Line 38: Line 38:
=={{header|Arc}}==
=={{header|Arc}}==
<syntaxhighlight lang="arc">(system "hostname -f")</syntaxhighlight>
<syntaxhighlight lang="arc">(system "hostname -f")</syntaxhighlight>

=={{header|Arturo}}==

<syntaxhighlight lang="arturo">print sys\hostname</syntaxhighlight>

{{out}}

<pre>drkameleons-Mac.home</pre>


=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==