summaryrefslogtreecommitdiff
path: root/testprogs/ejs/argv.js
blob: 2f8dc74174a1ffa50bb00ab156ed5eeb648cfc73 (plain)
1
2
3
4
5
6
7
/*
	demonstrate use of argv
*/

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

printVars(ARGV);