Example: debug
#!/usr/bin/csh -x
while ( $#argv )
echo $argv[1]
shift
end
# while ( 2 ) ? output of "debug a b"
# echo a
# a
# shift
# end
# while ( 1 )
# echo b
# b
# shift
# end
# while ( 0 )
Previous slide
Next slide
Back to first slide
View graphic version