Arc Forumnew | comments | leaders | submitlogin
2 points by seertaak 4459 days ago | link | parent

Yes, and it's not very difficult to get the behaviour:

    begin
         // 4-indent, so no parens: back in lisp world.
         (if (prefers-s-expresssions user)
           (print "bullet sucks")
           (print "why are you doing this to yourself??"))