From dc5761d9b358939aef9c2c6bf3b5944955be1e29 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 17 Jul 2018 14:36:03 +0200 Subject: [PATCH] Update page 'P# 1.0 Draft Specification' --- P%23-1.0-Draft-Specification.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/P%23-1.0-Draft-Specification.md b/P%23-1.0-Draft-Specification.md index 57687d4..6ef2627 100644 --- a/P%23-1.0-Draft-Specification.md +++ b/P%23-1.0-Draft-Specification.md @@ -11,9 +11,9 @@ principles such as strong type checking, detection of attempts to use uninitiali ## 2. Scope This specification describes the form and establishes the interpretation of programs written in the P# scripting language. It describes: -• The representation of P# programs; -• The syntax and constraints of the P# language; -• The semantic rules for interpreting P# programs; + * The representation of P# programs; + * The syntax and constraints of the P# language; + * The semantic rules for interpreting P# programs; ## 3. Lexical structure A P# script consists of one or more source files. A source file is an ordered sequence of UTF-8 characters, what means that any UTF-8 encoded natural language (i.e: Japanese, Chinese, Arabic, etc.) can be used for writing scripts. Source files typically have a one-to-one correspondence with files in a file system.