hello(object) -> object + "!". hello() -> "hello, " + hello("world"). putstrln(hello()).