Parses string input, delimited by character delimiter, into a tuple of variables $(arg).
Loads a delimited text file, line-by-line, parses the line into fields, and calls a delegate/function for each line.
Loads a delimited text file, line-by-line, parses the line into fields, returns an array of fields.
Generic Loader for delimited text files.
tabular is the main function to be used.