home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / IN / HASFEATU.IN < prev    next >
Text File  |  1996-06-04  |  259b  |  24 lines

  1. A=has_feature(@,S)?
  2.  
  3. S."@"=2?
  4. A=has_feature(@,S)?
  5. .
  6. A=s(q,w,e,f=>r)?
  7. has_feature(1,A)?
  8.  
  9. has_feature("1",A)?
  10.  
  11. has_feature(4,A)?
  12. X=str2psi("2")?
  13. has_feature(X,A)?
  14.  
  15.  
  16. X=str2psi("4")?
  17. has_feature(X,A)?
  18. .
  19. A = s(q,w,e,f => r)?
  20. has_feature(f,A)?
  21.  
  22. has_feature(e,A)?
  23. .
  24.