class MAIN is main is #OUT + 'a'.int + "\n"; -- or #OUT + 'a'.ascii_int + "\n"; #OUT + CHAR::from_ascii_int(97) + "\n"; end; end;