Pascal's triangle: Difference between revisions

Content added Content deleted
(→‎{{header|AppleScript}}: (Indentation of triangle lines))
Line 337: Line 337:
end nreps
end nreps


-- GENERIC LIBRARY FUNCTIONS



-- GENERIC LIBRARY FUNCTIONS


-- foldl :: (a -> b -> a) -> a -> [b] -> a
-- foldl :: (a -> b -> a) -> a -> [b] -> a