Method code for $data_lib.is_valid_type()

[Turn on line numbering]
arg type;

return type in ['integer, 'float, 'string, 'buffer, 'symbol, 'list, 'objnum, 'dictionary, 'error, 'frob];

["// Created 07-Dec-1996 as a part of ColdCore, see: @help Credit"]

the Cold Dark