All examples for READTAB
#	Reads a table from user input, appending/overwriting other tables

#--------------------------------------------------------

*call	readtab	table	picks
evid	integer	1
trcno	integer
pick	float

file	all	test_tab1.txt		# read from two given text files first
file	all	test_tab2.txt
file	all	stdin			# read from terminal, close with word 'EOF'