The only likely explanations I can think of would be:
a) You've started a comment block, with the characters
/*
and have not yet closed that comment block. In that case, RATS would simply be treating those lines as part of the comment block, and thus effectively ignoring them.
or
b) You've done an INPUT command, a DATA(UNIT=INPUT) command, or something similar such that RATS is simply processing lines from the input window as data being read into an array or series. For example, if you do:
dec vector[labels] vl(3)
input vl
label1
label2
display 'test'
The "DISPLAY" command won't be executed, because it is actually being read as the third label for the VL vector.
Occasionally, you can run into a situation where cursor is "live" in a window that isn't actually the front (active) window, such that hitting <Enter> isn't executing commands from the "input" window. That doesn't appear to be the case from your screen shot, but you could try clicking in the "input" window to make sure it is active.
If the problem persists, you may want to email us a copy of the program you are trying to execute so we can see if there's anything about the program (such as the un-closed comment blocks or similar) that might be causing the problem. You can email files to
support@estima.comBe sure to include your full name and RATS serial number in the email.
Regards,
Tom Maycock
Estima