Gapful numbers: Difference between revisions

Content added Content deleted
(→‎{{header|Logo}}: Add implementation.)
(→‎{{header|Logo}}: require >= 100)
Line 1,717: Line 1,717:


to gapful? :n
to gapful? :n
output equal? 0 modulo :n bookend_number :n
output and greaterequal? :n 100 equal? 0 modulo :n bookend_number :n
end
end