Returns the ASCII code of the first character in a string. Takes str (string to examine). Returns the ASCII code (0-255) of the first character in the string.
str
String
; No example implemented yet