Idoneal numbers: Difference between revisions

Content deleted Content added
m →‎{{header|Lua}}: Minor bug fix - affecting performance but not the output
m →‎{{header|Lua}}: Doh! not x instead of x == false
Line 746:
b = b + 1
end
until sum > n or not idoneal == false or ab >= n
a = a + 1
end