x = random() if x == 1 then placeholder() end if x != 1 then placeholder() end if x > 1 then placeholder() end if x >= 1 then placeholder() end if x < 1 then placeholder() end if x <= 1 then placeholder() end