diff --git a/Examples.md b/Examples.md index 8ebe4eb..aff7a25 100644 --- a/Examples.md +++ b/Examples.md @@ -33,7 +33,6 @@ fn main (Skipping for now because we likely want "f-strings" in Husht, which require some thought/design.) ### Primitives - @@ -95,11 +94,9 @@ fn main
Rust
#### Literals and operators - Not really anything new in this subsection. #### Tuples - @@ -185,13 +182,11 @@ fn main()
Rust
#### Arrays and slices - Not really anything new in this subsection; we don't currently expect that Husht will make material changes in array/slice declaration or indexing. ### Custom Types #### Structures - @@ -325,7 +320,6 @@ fn main()
Rust
#### Enums - @@ -417,4 +411,54 @@ fn main() inspect unload ``` -
Rust
\ No newline at end of file + + +##### linked list + + + + + + +
RustHusht
+ +``` +``` + + +``` +``` +
+ +#### Constants +Not really anything new in this section. + +### Variable Bindings +Not really anything new here. + +#### Mutability +Or here. + +#### Scope and shadowing + + + + + + +
RustHusht
+ +``` +``` + + +``` +``` +
+ +#### Declare first +Nothing here. + +#### Freezing +Or here. +