The following user guide doc - expcondition.html - contains a section called Conditional Evaluation where it discusses the use of the any and all functions.  In one of the examples I am having difficulting understanding the example as given:

You can use it with functions like find to always return a valid result:

data: [123 456 789]
print any [find data 432 999]
999

Can somone explain this.  It may be incorrect but it seems the find function is not going to return any value of "data:".
 
I thought maybe this was an error in the documentation.
 
Paul Tretter
 
 

Reply via email to