Skip to content

Commit 7adf41f

Browse files
authored
Add "UB" to glossary
1 parent 4ca4b13 commit 7adf41f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/Language/glossary.pod6

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,11 @@ X<|value>
10611061
10621062
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.
10631063
1064+
=head1 UB
1065+
X<|UB>
1066+
1067+
Stands for "Undefined Behaviour". In other words, it is something that is not explicitly specified by the language specification.
1068+
10641069
=head1 Value type
10651070
X<|Value type>
10661071

0 commit comments

Comments
 (0)