Skip to content
Snippets Groups Projects
Commit 05c5be10 authored by Bardhyl Miftari's avatar Bardhyl Miftari
Browse files

identifiers nowrap centered

parent 0bdf9d3a
No related branches found
No related tags found
No related merge requests found
Pipeline #14602 passed
......@@ -5,7 +5,7 @@ Identifiers are used to name different kinds of language objects such as nodes,
Accordingly, the following identifiers are all valid,
``mynode1``, \qquad ``_SolarPlant_2``, \qquad ``HydroStorage_a``.
``mynode1``, ``_SolarPlant_2``, ``HydroStorage_a``.
Besides these lexical requirements, identifiers must also be unique in their respective scope. Hence, no two nodes may have the same identifier since this would prohibit the unambiguous identification of a particular node.
Similarly, variables and parameters may not have the same identifier as a node or other variables and parameters belonging to the same node.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment