Help for this page

Select Code to Download


  1. or download this
    use constant ROTATE => 1; 
    use constant HOLD => 2; 
    ...
      +FLASH => "c",
      # etc...
    );
    
  2. or download this
    sub ROTATE () { 1 }
    # etc.
    ...
      +ROTATE => a,
      # etc.
    );
    
  3. or download this
    .