!752 // deh function! static S answer(S s) { return "OMG USER! I can't believe you just said: " + s; } // deh test program! oh, python is so nice and short. p { S s; s = "hello computer!"; print(s); print("> " + answer(s)); }