Skip to content

Commit c64b5eb

Browse files
committed
Update
1 parent 0874aec commit c64b5eb

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["hydroperx"]
33
language = "en"
44
multilingual = false
55
src = "src"
6-
title = ".AS Language Specification"
6+
title = "AS Language Specification"
77

88
[output.html]
99
copy-fonts = false

src/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Overview
22

3-
The .AS file format, as incorporated into the Jet™ engine, is a strongly typed, multi-paradigm scripting language used for expressing computational logic and user interface. .AS is a dialect of the nonexistent fourth edition of ECMAScript.
3+
AS, as incorporated into the Jet™ engine, is a strongly typed, multi-paradigm scripting language used for expressing computational logic and user interface. AS is a dialect of the nonexistent fourth edition of ECMAScript.
44

55
## Scope
66

77
This document specifies the language syntax, semantics, execution and a part of the global objects included into the language.
88

99
## User interface
1010

11-
.AS incorporates a reactive mechanism for implementing user interface components.
11+
AS incorporates a reactive mechanism for implementing user interface components.
1212

1313
## Events
1414

15-
.AS incorporates a DOM event model and allows easily declaring event types and documenting them.
15+
AS incorporates a DOM event model and allows easily declaring event types and documenting them.
1616

1717
## ASDoc
1818

19-
.AS supports documentation comments allowing for Markdown notation and special tags such as `@throws`.
19+
AS supports documentation comments allowing for Markdown notation and special tags such as `@throws`.

src/overview/as3-changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What has changed from ActionScript 3
22

3-
The .AS language is a deep modification of ActionScript 3. This section describes several details that changed on the language.
3+
The AS language is a deep modification of ActionScript 3. This section describes several details that changed on the language.
44

55
## String type
66

@@ -15,11 +15,11 @@ The `String` type stores an UTF-8 encoded text, not an UTF-16 encoded text.
1515

1616
## Include directive
1717

18-
The `include` directive is not implemented in .AS.
18+
The `include` directive is not implemented in AS.
1919

2020
## Default XML namespace
2121

22-
The `default xml namespace =` E4X statement is not implemented in .AS due to WebAssembly limitations.
22+
The `default xml namespace =` E4X statement is not implemented in AS due to WebAssembly limitations.
2323

2424
## Dynamic
2525

0 commit comments

Comments
 (0)