! and not are effectively interchangeable now. Mark them both as operators for syntax highlighting.
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
|
|
####################
|
|
# Basic && and || support
|
|
|
|
####################
|
|
# && and || in if statements
|
|
|
|
####################
|
|
# && and || in while statements
|
|
|
|
####################
|
|
# Nots
|
|
|
|
####################
|
|
# Complex scenarios
|