Hacker News new | ask | show | jobs
by thund 418 days ago
Use a function?

    bar(“zoop”)
It’s just syntax, like we used to have

    print “foo” 
that later became

    print(“foo”)