Thanks for the reply on Steam. Yes, it's because it's on an early puzzle.
MannyKlystron
2
Posts
A member registered Jun 07, 2020
Recent community posts
In the Steam version, writing this by itself:
IF 1 = 0 {
T 10;
}gives an error "trying to use undefined variable =" with the = highlighted in blue. If I replace it with >, then there's no error but T 10; isn't run. Adding parens on the condition doesn't help.Am I missing something? There aren't enough examples to learn from.