Question
Quick Tip: you can add comments in your text mode
IF(CONTAINS(bacon),"devour","reject")
//not how to lose weight
// I am not sure if we need this, but too scared to delete.
//I am not sure why this works but it fixes the problem.
If you're frequently writing code in text mode and you sometimes can't remember what you did or why you did it, you can add comments to your code by prefixing the line with "//" double slashes… Just like a real programming language.
You're welcome.
