TT version 4.90 breaks macro keyword 'Continue'
The following line works just fine in TT 4.89 and previous: for x 1 3 strcompare my_str 'XXX' if result = 0 continue ; magic line to test next
In TT 4.90 the line with 'continue' generates a syntax error.
Your problem is a bug of Tera Term. This bug is regressed in Tera Term 4.90. Please use below archive.
http://ttssh2.osdn.jp/snapshot/snapshot-20160320_vs2005.zip
I am sorry for the inconvenience.
The following line works just fine in TT 4.89 and previous: for x 1 3 strcompare my_str 'XXX' if result = 0 continue ; magic line to test next
In TT 4.90 the line with 'continue' generates a syntax error.