##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: November, 2016 # Modified: 2016-11-11/18:20-0500 ##+ # # NotAny.icn, demonstrate the SNOBOL based pattern NotAny() function # procedure main() str := "ABCdef" ups := NotAny(&lcase) write("Type of ups: ", type(ups)) str ?? ups -> intermediate write(intermediate) end