#!/usr/bin/env pluvo % 044-case.pvo - Variable Expansion in Tables Test Author: Sean B. Palmer, inamidst.com main = (argv) first = "one" second = "two" third = "three" numbers = (first second third) for number in numbers say number script main