##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-14/13:08-0400 ##+ # # tab.icn, demonstrate string scanning position change tab function # procedure main() s := "this is a test" s ? out := tab(5) write(":", out, ":") end