Case Sensitivity

sdlBasic is not sensitive to case, so the the variable Foo is not different from FOO and foo
This is valid with built-in constants too;

Print True
Print TRUE

refers to the same built-in constant.