*line 1: Unknown output type = >$A include=template_file IMP Core Environment Standard Section 11: Miscellaneous * constant name NIL ________ ____ The predefined pointer NIL may be used to terminate linked lists of items; any pointer variable which is pointing to NIL will have all its bits clear (0) {IAY: better wording required here, but see language implications section}. * integer function SIZE OF ( name X ) _______ ________ ____ The number of storage units occupied by the given variable is returned. The unit is machine dependent but is commonly a byte. * integer function TYPE OF ( name X ) _______ ________ ____ This function returns a code which indicates the type of the object supplied as parameter. The complete list of code values which may be returned by TYPE OF is as follows: 0 - unknown type 1 - integer _______ 2 - real ____ 3 - string ______ 4 - record ______ 5 - byte integer ____ _______ 6 - short integer _____ _______ 7 - long integer ____ _______ 8 - long real ____ ____ 9 - array _____ 10 - label _____ End of input file Program stopped