变量定义语句:
    [变量类型] [变量名] (= xxx);
    变量类型都有什么?

    int 整型
    byte 0~255
    int16 -32768~32767
    int32
    int64
    uint16
    uint32
    uint64

    float 浮点型
    char 字符
    string 字符串
    bool 布尔类型 true or false

    class
    走直线