Population count: Difference between revisions

m
→‎{{header|ALGOL 68}}: corrected comment
(Added Algol 68)
m (→‎{{header|ALGOL 68}}: corrected comment)
Line 116:
END # population # ;
 
# population count of 3^0, 3^1, 3*2, ..., 3^3029 #
LONG INT power of three := 1;
print( ( "3^x pop counts:" ) );
3,038

edits