Chapter 1: Expressions, Variables & Constants

大綱

  • How a computer works

    • Representing numbers

    • Binary numbers

    • Hexadecimal numbers

    • How code works

  • Playgrounds

  • Getting started with Swift

    • Code comments

  • Printing out

  • Arithmetic operations

    • Simple operations

    • Decimal numbers

    • The remainder operation

    • Shift operations

    • Order of operations

  • Math functions

  • Naming data

    • Constants

    • Variables

    • Using meaningful names

  • Increment and decrement

  • Key points

Last updated