Factors of an integer: Difference between revisions

Content added Content deleted
Line 203: Line 203:


=={{header|Ursala}}==
=={{header|Ursala}}==
Filter the sequence of numbers from 1 to n according to divisibility by n.
Filter the sequence of numbers from 1 to n according to divisibility into n.
<lang Ursala>
<lang Ursala>
#import std
#import std