Update page 'P# 1.0 Draft Specification'

2018-07-19 10:06:23 +02:00
parent c5e4a5fa0a
commit 4890365da7

@@ -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