include std/console.e clear_screen() -- write AZ to the top left of the screen -- (attributes are platform-dependent) -- For Unix: put_screen_char(2, 1, {'A', 152, 'Z', 131}) put_screen_char(1, 1, {'A', 152, 'Z', 131})