print( abs "a" ); # prints the character code of a (97 in ASCII) print( char( 97 ) ); # prints the character corresponding to code 97 ("a" in ASCII)