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.

9 lines
158 B

  1. param x;
  2. param y;
  3. toplevel "SF";
  4. "SF" or "FW" "BW";
  5. "FW" wsp "W1" "WS";
  6. "BW" wsp "W2" "WS";
  7. "W1" lambda=x dorm=0;
  8. "W2" lambda=1 dorm=0;
  9. "WS" lambda=y dorm=0;