When a dev is typing a complex command like a function or loop, they'll probably want to use multiple lines. In that case, triple currently will just choke on the SyntaxError. The SyntaxError should be caught and it should be assumed that the developer has more to type. If this is not the case, the developer will likely realize they made a mistake and can either adjust it or break the current command and continue.
When a dev is typing a complex command like a function or loop, they'll probably want to use multiple lines. In that case,
triple
currently will just choke on the SyntaxError. The SyntaxError should be caught and it should be assumed that the developer has more to type. If this is not the case, the developer will likely realize they made a mistake and can either adjust it or break the current command and continue.