Turing recognizes AND and OR boolean statements. MikeSty's got it right. Also don't forget to close your if-structure. Note also if you use "else" you can't put a condition on it since by definition "else" refers to "all other conditions". You need "elsif" instead of "else" I believe.
|