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...
Copyright © 2025 BYOND Software.
All rights reserved.
You mean using \ ?
<code>var/r = input("This is a ", "really", \ "long text string")</code>