Name: Anonymous 2013-05-27 13:35
How can I use the damn string functions? They work with constant strings such as
Also, I'd like to do the following, say I have x = 'quux', I'd like to write a function that removes the last character, so that f(x) evaluates to
'foo', but as soon as I use character arrays, they fuck up. Obviously that's because strings are not arrays some shit like that. What the fuck am I to do?Also, I'd like to do the following, say I have x = 'quux', I'd like to write a function that removes the last character, so that f(x) evaluates to
quu. Ideas?