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.