Hacker News new | ask | show | jobs
by SighMagi 1314 days ago

    (print (a) (b) (c) (d))
would be

    print(a(), b(), c(), d())