Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2f12004bd2b4a087ae45af8bcff28a9f > files > 17

aifad-2.0.2-5.mga3.x86_64.rpm

# This is a comment

diameter = Large | Small.

cheese = Mozzarella | Gorgonzola.

topping = Cheese cheese | Tomatoes | Mushrooms.

spiced = False | True.

meal =
  | WienerSchnitzel diameter
  | Pizza (diameter * spiced * topping)
  | TapirSoup spiced.

drink = Water | Beer | Wine.

satisfaction = Low | High | Very satisfaction.

domain = meal.
codomain = satisfaction.