It looks like you're new here. If you want to get involved, click one of these buttons!
(set: $var1 to 1) (set: $var2 to 3) (set: $var3 to 9) (set: $var4 to 7) max: (print: Math.max($var1, $var2, $var3, $var4))
(max: $var1, $var2, $var3, $var4)
Comments