From 4890365da79488cfa1c1182f3b220992a6986532 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Thu, 19 Jul 2018 10:06:23 +0200 Subject: [PATCH] Update page 'P# 1.0 Draft Specification' --- P%23-1.0-Draft-Specification.md | 2 -- 1 file changed, 2 deletions(-) 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