Jump to content

Hostname: Difference between revisions

Added AppleScript
No edit summary
(Added AppleScript)
Line 26:
<lang aikido>
println (System.hostname)
</lang>
 
=={{header|AppleScript}}==
<lang applescript>
host name of (system info)
</lang>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.