diff --git a/P%23-1.0-Draft-Specification.md b/P%23-1.0-Draft-Specification.md index 47e8196..988ad0e 100644 --- a/P%23-1.0-Draft-Specification.md +++ b/P%23-1.0-Draft-Specification.md @@ -71,8 +71,6 @@ A variable is an identifier, which holds a value. In programming we say that we A constant is an identifier for a value which cannot change during the execution of the script. Constants are created with the define() function. Constants differ from variables; is is impossible to assign a different value to an existing constant. ## 4. Basic concept -TODO - ### 4.1. Script startup TODO