Index

Symbols

1> prompt, 8

+ (addition) operator, 29

= (assignment) operator, 14, 30, 44, 246

* (asterisk), 22, 379

: (colon), 16

/* ... */ (comment blocks), 7

-= compound assignment operator, 31

*= compound assignment operator, 31

/= compound assignment operator, 31

%= compound assignment operator, 31

+= compound assignment operator, 31

+ (concatenation) operator, 9

{} (curly braces), 109, 279, 302

-- (decrement) operator, 28

/ (division) operator, 29

// (double forward slash), 7

== (equality) operator, 31

! (exclamation point), 208

> (greater than) operator, 31

>= (greater than or equal to) operator, 31

++ (increment) operator, 28

!= (inequality) comparison operator, 31

== (is-equal) operator, 415

< (less than) operator, 31

<= (less than or ...

Get Swift in 24 Hours, Sams Teach Yourself, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.