Is it possible to have a long line of code be cut down into 2 lines?
Like when I have a
var/r=input() usually there's a ton of options that are hard to manage...
ID:267773
Oct 3 2003, 12:49 pm
|
|
In response to Foomer
|
|
ya there we go, just came back to byond again (college has been bogging me down) and I forgot how to do that :)
Thanks a ton foomer! |
You mean using \ ?
<code>var/r = input("This is a ", "really", \ "long text string")</code>