/*
	demonstrate use of argv
*/

println("You called this script with arguments:");

printVars(ARGV);