From 06a8b0c5fbd0de877d903b69cd51d11d4d76eedd Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 17 Jul 2018 09:49:00 +0200 Subject: [PATCH] Update page 'P# 1.0 Draft Specification' --- P%23-1.0-Draft-Specification.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/P%23-1.0-Draft-Specification.md b/P%23-1.0-Draft-Specification.md index 59b1132..a82f777 100644 --- a/P%23-1.0-Draft-Specification.md +++ b/P%23-1.0-Draft-Specification.md @@ -239,6 +239,15 @@ An example: int $integer = 7 + (int) $str; // contains value: 52 %> +## 6. Operators +TODO + +## 7. Flow Control +TODO + +## 8. Object-Oriented Programming +TODO + ## Future P# Versions This paragraph describes an ideas for future versions of P# language specification * Pointers support