ok so while im writing my sys32 files i run into using
Code:
system("cls");
alot and now im trying to figure out if i can creat a global variable to atomaticly substitute that line in for the word "Clear" or somthing simple

i basicly only want to type clear while im writing my file and have the compiler recognize it for the system("cls") command anyways if ya guy could help out it would be great