Display error message from parse #48
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometimes teapot won't accept an expression because of a parse error. (E.g 5=7 rather than 5==7) When that happens, it should display some message as to the nature of the error.
parse error messageto Display error message from parse