print the text to the console
print the character with the ascii value a to the console
take input from the console and serve it
take a single character from the console and serve its ascii value
serve the column of the console cursor
serve the row of the console cursor
set the position of the console cursor if x and y are not intygers, they will be rounded down
represent the number as a string
convert the string to a number
serve a copy of s with every instance of old replaced with new
If n is negative, serve ~n, otherwise serve n
Serve the square root of n
Serve n to the power of p