Return the least common multiple of one or more integers. LCM of no arguments is defined to be 1.
(&rest sb-kernel::integers)