This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#### 简介
打印出一串数字
#### 语法
```
seq [option] last # 打印出从1到last之间的数字
seq [option] first last # 打印出first到last之间的数字
seq [option] first inc last # 打印出first到last之间的数字,数字间相差inc