Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for whatever (0.54 sec)

  1. doc/go1.17_spec.html

    <p>
    Constant expressions may contain only <a href="#Constants">constant</a>
    operands and are evaluated at compile time.
    </p>
    
    <p>
    Untyped boolean, numeric, and string constants may be used as operands
    wherever it is legal to use an operand of boolean, numeric, or string type,
    respectively.
    </p>
    
    <p>
    A constant <a href="#Comparison_operators">comparison</a> always yields
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  2. src/archive/zip/writer.go

    	// flag bit is set. However, there are several problems:
    	//
    	//	* Many ZIP readers still do not support UTF-8.
    	//	* If the UTF-8 flag is cleared, several readers simply interpret the
    	//	name and comment fields as whatever the local system encoding is.
    	//
    	// In order to avoid breaking readers without UTF-8 support,
    	// we avoid setting the UTF-8 flag if the strings are CP-437 compatible.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 04 14:28:57 GMT 2024
    - 19.3K bytes
    - Viewed (0)
  3. doc/go_spec.html

    <p>
    Constant expressions may contain only <a href="#Constants">constant</a>
    operands and are evaluated at compile time.
    </p>
    
    <p>
    Untyped boolean, numeric, and string constants may be used as operands
    wherever it is legal to use an operand of boolean, numeric, or string type,
    respectively.
    </p>
    
    <p>
    A constant <a href="#Comparison_operators">comparison</a> always yields
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top