Help for this page

Select Code to Download


  1. or download this
    return 1 unless ($flag // 0);
    
    ... if $HAS_FOCUS // '';
    
  2. or download this
    return 1 unless $flag;
    
    ... if $HAS_FOCUS;