Skip to content

Commit 16cfe79

Browse files
committed
Update
1 parent 2fb6507 commit 16cfe79

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/background-flag.png

-2.42 KB
Loading

src/overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Overview
22

3-
The .AS file format, as incorporated into the Jet™ engine, is a dialect of the nonexistent fourth edition of ECMAScript. This document specifies the language syntax, semantics and execution.
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 reactive User Interface components. .AS is a dialect of the nonexistent fourth edition of ECMAScript.
4+
5+
## Scope
6+
7+
This document specifies the language syntax, semantics, execution and a part of the global objects included into the language.

src/overview/as3-changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `include` directive is not implemented in Jet.
2121

2222
The `default xml namespace =` E4X statement is not implemented in Jet due to WebAssembly limitations.
2323

24-
## Object dynamicness
24+
## Dynamic
2525

2626
The `Object` type is not dynamic per se, nor are there dynamic classes, nor are there legacy ECMAScript `prototype` objects. Only the `*` type is dynamic.
2727

0 commit comments

Comments
 (0)