logoalt Hacker News

lpil10/13/20241 replyview on HN

Try adding some parameters that function! Including more function parameters.


Replies

bmacho10/13/2024

Sure.

    A f(a,b,c)
becomes

    A f(a,b,c,d)
and

    f(a,b,c) -> A
grows to

    f(a,b,c,d) -> A