File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -895,24 +895,13 @@ <h5>Examples:</h5>
895
895
<!-- ======================================================================= -->
896
896
< div class ="doc_subsection "> < a name ="undefvalues "> Undefined Values</ a > </ div >
897
897
< div class ="doc_text ">
898
- < < < < < < < LangRef .html
899
-
900
- < p > The string '< tt > undef</ tt > ' is recognized as a filler that has no specified
901
- value. Undefined values may be of any type, and be used anywhere a constant
902
- is.</ p >
903
-
904
- < p > Undefined values are used to indicate to the compiler that the program is
905
- well defined no matter what value is used, giving it more freedom.</ p >
906
-
907
- =======
908
898
< p > The string '< tt > undef</ tt > ' is recognized as a type-less constant that has
909
899
no specific value. Undefined values may be of any type, and be used anywhere
910
900
a constant is permitted.</ p >
911
901
912
902
< p > Undefined values indicate to the compiler that the program is well defined
913
903
no matter what value is used, giving the compiler more freedom to optimize.
914
904
</ p >
915
- > > > > > > > 1.82
916
905
</ div >
917
906
918
907
<!-- ======================================================================= -->
You can’t perform that action at this time.
0 commit comments