19:53
<rektide>
i want to add "2" to the end of a string
f={arg->arg+"2"}
why does that not work
20:04
f("cow") gives me "null2" i dont understand why