Jump to content

Hostname: Difference between revisions

m
(Added PicoLisp)
Line 233:
Also PowerShell can use .NET classes and methods:
<lang powershell>[Net.Dns]::GetHostName()</lang>
 
=={{header|PureBasic}}==
{{works with|PureBasic|4.4.1}}
<lang PureBasic>InitNetwork()
answer$=Hostname()</lang>
 
=={{header|Python}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.