diff --git a/P%23-1.0-Draft-Specification.md b/P%23-1.0-Draft-Specification.md index e06e4de..59b1132 100644 --- a/P%23-1.0-Draft-Specification.md +++ b/P%23-1.0-Draft-Specification.md @@ -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 * (unset) - casts to NULL +An example: <% string $str = "45";