Post History
When writing a legal document, what is the proper way to replace and/or in a list with more than two terms to remove ambiguity? For example, if I just have two terms: deliver apples and/or ora...
#3: Attribution notice added
Source: https://writers.stackexchange.com/q/24873 License name: CC BY-SA 3.0 License URL: https://creativecommons.org/licenses/by-sa/3.0/
#2: Initial revision
When writing a legal document, what is the proper way to replace and/or in a list with more than two terms to remove ambiguity? For example, if I just have two terms: > deliver apples and/or oranges could be replaced with: > deliver apples, oranges or both so the valid results are: ["apples", "oranges", "apples and oranges"] Now, I would like to do the same for the following sentence: > deliver apples, oranges and/or pears So the valid results are: ["apples", "oranges", "pears", "apples and oranges", "apples and pears", "oranges and pears", "apples, oranges and pears"]