@@ -893,10 +893,9 @@ <h5>Examples:</h5>
893
893
</ div >
894
894
895
895
<!-- ======================================================================= -->
896
- < div class ="doc_subsection "> < a name ="undefvalues "> Undefined Values</ a >
897
- </ div >
898
-
896
+ < div class ="doc_subsection "> < a name ="undefvalues "> Undefined Values</ a > </ div >
899
897
< div class ="doc_text ">
898
+ < < < < < < < LangRef .html
900
899
901
900
< p > The string '< tt > undef</ tt > ' is recognized as a filler that has no specified
902
901
value. Undefined values may be of any type, and be used anywhere a constant
@@ -905,6 +904,15 @@ <h5>Examples:</h5>
905
904
< p > Undefined values are used to indicate to the compiler that the program is
906
905
well defined no matter what value is used, giving it more freedom.</ p >
907
906
907
+ =======
908
+ < p > The string '< tt > undef</ tt > ' is recognized as a type-less constant that has
909
+ no specific value. Undefined values may be of any type, and be used anywhere
910
+ a constant is permitted.</ p >
911
+
912
+ < p > Undefined values indicate to the compiler that the program is well defined
913
+ no matter what value is used, giving the compiler more freedom to optimize.
914
+ </ p >
915
+ > > > > > > > 1.82
908
916
</ div >
909
917
910
918
<!-- ======================================================================= -->
@@ -933,14 +941,12 @@ <h5>Examples:</h5>
933
941
934
942
< dt > < b > < tt > OPCODE ( LHS, RHS )</ tt > </ b > </ dt >
935
943
936
- < dd > Perform the specied operation of the LHS and RHS constants. OPCODE may be
937
- any of the < a href ="#binaryops "> binary</ a > or < a href ="#bitwiseops "> bitwise
944
+ < dd > Perform the specified operation of the LHS and RHS constants. OPCODE may
945
+ be any of the < a href ="#binaryops "> binary</ a > or < a href ="#bitwiseops "> bitwise
938
946
binary</ a > operations. The constraints on operands are the same as those for
939
947
the corresponding instruction (e.g. no bitwise operations on floating point
940
948
are allowed).</ dd >
941
-
942
949
</ dl >
943
-
944
950
</ div >
945
951
946
952
<!-- *********************************************************************** -->
0 commit comments