Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
! operator
hi,
I was running my parser on one of our programs and it failed on this line
but the OI compiler compiles it...
Do yo you what the ! is supposed to be doing in this case? I guess that the programmer intended it to be != but forgot the =.
I was running my parser on one of our programs and it failed on this line
enable_controls = (rec ! '')
but the OI compiler compiles it...
Do yo you what the ! is supposed to be doing in this case? I guess that the programmer intended it to be != but forgot the =.
Comments