-
Notifications
You must be signed in to change notification settings - Fork 108
Logic
victordiao edited this page May 3, 2016
·
1 revision
Most of the instructions in this part are used to do logic operation, including equation, AND, OR, NOT, TRUE or FALSE, and ? operation. We just introduce ? operation. A?B:C means if A is true, then execute B sentence, otherwise execute C sentence.