|
|
|
|
|
by qbrass
4188 days ago
|
|
Look at your case statement. In most languages, if you swapped the order of TUESDAY and _, you'd get different results. An actual declarative language would choose TUESDAY over _ because it's the most specific match, and not because it matched it first. |
|