1 '' examples/manual/procs/alias.bas 2 '' 3 '' NOTICE: This file is part of the FreeBASIC Compiler package and can't 4 '' be included in other distributions without authorization. 5 '' 6 '' See Also: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgAlias 7 '' -------- 8 9 Declare Sub ClearVideoScreen Alias "xClearScreen" ()