# 0 死循环 如: while : do operation-1 operation-2 ...
表示该行是一个空命令,如果被用在 while/until 的头结构中,则表示值 0,会使循环一直进行下去,如下例: while : do operation-1 operation-2 ...