mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
docs: Mention null in literal values section
This commit is contained in:
parent
8e10fcf869
commit
d7097cad01
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ Literals
|
|||
NumberLiteral = ( '-' | '+' )? <value::ref:`NUMBER<Syntax NUMBER>`>
|
||||
IdentLiteral = <ident::ref:`IDENT<Syntax IDENT>`>
|
||||
|
||||
Literals are used to specify values for properties. They can be strings, numbers, references to objects, types, boolean values, or enum members.
|
||||
|
||||
Literals are used to specify values for properties. They can be strings, numbers, references to objects, ``null``, types, boolean values, or enum members.
|
||||
|
||||
.. _Syntax TypeLiteral:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue