'''OPERATORS AND PRECEDENCE'''
 ! ~ ++ -- - * & right to left * / %  left to right + -  left to right << >>  left to right < <= > >= left to right == !=  left to rigth &  left to rigth ^  left to right |  left to right &&  left to right ||  left to right ?:  right to left =  -= += *= %= right to left /= &= ^= |=
 
'''LIBRARIES'''
 mescc.h    Runtime. All programs must include this file first. alloc.h    Memory allocation functions. clock.h    Date & time functions for CP/M Plus. conio.h    Console I/O functions. cpm.h      CP/M specific functions. ctype.h    Test and character conversion functions. fileio.h  Stream file I/O functions. fprintf.h Formatted output to file. mem.h      Memory functions. printf.h  Formatted output to console. rand.h     Pseudo-random number generation. sprintf.h Formatted output to memory. string.h  String functions. xprintf.h Support library for printf, fprintf and sprintf. z80.h      Z80 specific functions. 
'''COPYRIGHT'''