Introduction

Once I understood variables and data types, the next question was, how does a program actually make a decision? This is where operators and conditionals come in. They let a script react differently depending on the data it's given.

Arithmetic Operators

These perform basic math:

Comparison Operators