Help for this page

Select Code to Download


  1. or download this
    print +(split(...))[3];     # force "list operator" mode, or...
    print( (split(...))[3] );   # make the whole thing a function call.