- = Chapter 1 A Tutorial Introduction(概论) =
- Basic Concepts(基本概念): variable(变量), function(函数), constant(常量), input(输入), output(输出), arithmetic(算术运算), control flow(控制流)
- Examples:
- Hello world
- Fahr-Celsius table
- copy input to output
- count input characters
- count input lines
- count input words
- count input digits
- power function
- print longest input line