#! /usr/local/bin/tcsh -f set x = 3 echo set x = 5 echo x = $x echo eval eval `echo set x = 5` echo x = $x