Appearance
string System.GetIP()
Returns the IP of the terminal
string - The IP
string
using System; using Console; string ip = System.GetIP(); Console.WriteLine("The terminal IP is: "..ip);