Help for this page

Select Code to Download


  1. or download this
    
    (A) --B--> (C) --1--> (R) --L--> (F)
    (A) --D--> (D) --2--> (Q) --3--> (F)
    (A) --P--> (M) --4--> (P) --9--> (F)
    
  2. or download this
    <fsm initial_state="A" final_state="F">
    
    ...
    
  3. or download this
    use XML::Twig;
    
    ...
        return 0;
    }