An interesting features of PL/1 is the absence of reserved words.PL/1 has "Keywords" which are recognized only in context, and may otherwise be used freely by the programmer. it is legitimate to use a variable named FIXED(roughly equivalent to C's INT); the compiler differentiates the keywords FIXED from the variable FIXED through their usage.