You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
114 B

  1. toplevel "A";
  2. "A" or "B" "Z";
  3. "B" pand "D" "S";
  4. "Z" lambda=1 dorm=0;
  5. "D" lambda=100 dorm=0;
  6. "S" lambda=50 dorm=0;