Project Euler Problem 4 optimized
' https://projecteuler.net/problem=4
' 906609
sub main()
top = 999
bottom = 100
firstFound = firstPalindrome( 99, 10 )
if firstFound[0] >= firstFound[1]
high = firstFound[0]
low = firstFound[1]
e...
blog.brightscripters.com2 min read