Hi Jim -

>do not understand this code (and can't find in reference)
>// evaluate P20=1
>// tag more
>// evaluate P20=?20? + 3
>// if ??20??=L     GOTO   TAGL
>
>?20? is parameter 20 and is used as a numeric counter
>what is IF ??20??=L      ???
>cannot find any reference in OCL manual to "double question marks"

Boy, does that bring make memories.  Does that mean *I'm* "ancient"?
Nah!!!! <G>

Multiple question marks means multiple passes to interpret the value.

??20?? means to take the contents of parameter 20 and use that as a
parameter number.

So on the first pass through the code given above, parameter 4 is checked
for being equal to L.  Then parameter 7 is checked for being equal to L,
then parameter 10.  (Assuming that parameter 20 is not changed except in the
code shown.)

evaluate and multi-pass interpretation gives the capability to process
parameters like an array, rather having to code for each individual
parameter.

Ken
Southern Wine and Spirits of Nevada, Inc.
Opinions expressed are my own and do not necessarily represent the views of
my employer or anyone in their right mind.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.