Count in octal: Difference between revisions

m
→‎{{header|Haskell}}: Specified maximum value of numeric type
m (→‎{{header|J}}: remove some bitrot and simplify grammar)
m (→‎{{header|Haskell}}: Specified maximum value of numeric type)
Line 1,668:
mapM_
(putStrLn . flip showOct "")
[1 .. maxBound :: Int]</lang>
 
=={{header|Icon}} and {{header|Unicon}}==
9,655

edits