Skip to content

Latest commit

 

History

History
542 lines (459 loc) · 35.9 KB

ContractExamplesTest.md

File metadata and controls

542 lines (459 loc) · 35.9 KB

Table of Contents

v0.3

Arithmetic augmented assignment operators

Arithmetic operations

Assert

Bitwise operations

Boolean logic operations

Built in function

Bytearray type

Bytes type

Dict type

For statement

Function call

Global variable declarations and assignments

If, elif, else statements

Import

List type

Local variable declarations and assignments

Multiple expressions in the same line

Relational operations

Sequence slicing

Tuple type

While statement

v0.4

Built in function

Global keyword

List type

Try except

v0.5

Try except with finally

v0.6

v0.6.1

Union type

Bytearray type

v0.7

Built in function

List type

v0.8

Arithmetic augmented assignment operators

Arithmetic operations

Built in function

v0.8.1

Built in function

Typing function

v0.8.2

Built in function

Function call

Import

Typing function

Optional type

v0.8.3

Relational operations

Bitwise augmented assignment operators

Built in function

Import