Call it a stupid implementation but I set up interaction to be versatile enough that each building would default to execute a certain code depending on whether I set it to be ‘Production’ or ‘Consumption’, so there was no way to merge the code as buildings were either one or the othe...
2.3.3 The Question Mark In regular expression the meta character?makes the preceding character optional. This symbol matches zero or one instance of the preceding character. For example, the regular expression[T]?hemeans: Optional the uppercase letterT, followed by the lowercase characterh, follow...