Update page 'P# 1.0 Draft Specification'
@@ -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.
|
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
|
## 4. Basic concept
|
||||||
TODO
|
|
||||||
|
|
||||||
### 4.1. Script startup
|
### 4.1. Script startup
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user