Function of type_is_cl command
type_is_cl
bool commandIsCollection(List args) { final a = expEval(args[0]); return (a is List) || (a is Map); }