##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: August, 2016 # Modified: 2016-10-03/22:37-0400 ##+ # # Any.icn, demonstrate the SNOBOL based pattern Any() function # procedure main() str := "ABCdef" ups := Any(&ucase) write("Type of ups: ", type(ups)) str ?? ups -> intermediate write(intermediate) end