PHP
·
发表于 5年以前
·
阅读量:8290
#!/bin/bash
# basic for command
for test in Alabama Alaska Arizona
do
echo The next state is $test
done