GCD === syntax: (gcd {<number> ...}) This function returns the greatest common divisor of all the arguments. It is not supported by babylon v3! example: >(gcd 12 16) 4