Help for this page

Select Code to Download


  1. or download this
    my macro do_something {
        ...
    ...
    cont { 
        do_something;
    }
    
  2. or download this
    for (...) {
        notagain, next if ...;
        ...;
    }