Update page 'P# 1.0 Draft Specification'

2018-07-17 09:40:29 +02:00
parent 8e3fc2832e
commit 117a97c948

@@ -232,6 +232,7 @@ Type casting in P# works much as it does in C/C++ - the name of the desired type
* (string) - casts to String * (string) - casts to String
* (unset) - casts to NULL * (unset) - casts to NULL
An example:
<% <%
string $str = "45"; string $str = "45";