Price fraction: Difference between revisions

Content added Content deleted
Line 1,848: Line 1,848:
# The default operator between test cases is "and".
# The default operator between test cases is "and".
# That is, writing "case" without a logical operator is the same as writing "case and".
# That is, writing "case" without a logical operator is the same as writing "case and".
# To make a given case act as a switch in other languages, use "case or".
# To make a given case act as a switch does in other languages, use "case or".
}
}