print "Hello from sayHello.jy script. Autoplot allows arguments to be passed into a script " print "from the command line, or interactively by automatically creating a GUI." arg= getParam( 'name', 'there', 'your name', ['Jeremy','Ed','Chris'] ) print "Hi, "+arg print "good-bye!"