Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add "UB" to glossary
  • Loading branch information
zoffixznet committed Jul 29, 2018
1 parent 4ca4b13 commit 7adf41f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Language/glossary.pod6
Expand Up @@ -1061,6 +1061,11 @@ X<|value>
A value is what is actually contained in a container such as a variable. Used in expressions such as L<lvalue>, to indicate that that particular container can be assigned to.
=head1 UB
X<|UB>
Stands for "Undefined Behaviour". In other words, it is something that is not explicitly specified by the language specification.
=head1 Value type
X<|Value type>
Expand Down

0 comments on commit 7adf41f

Please sign in to comment.