Hello! It's… Been quite a while, though that's my fault. I've been working on this program recently, trying to make it smaller and smaller, and now I think it's the smallest it can get, unless there's a better way of going about it. It takes the input, A and uses a for( loop to go from 1 to A with the variable B. It uses a list and finds all of the factors that go into A. Willing to see anything on it! And no, I'm not very good with lists
:DelVar L₁1→C
:Input A
:For(B,1,A
:A/B→L₁(C:C+not(fPart(Ans→C
:End:L₁