Skip to content

Commit 66844b2

Browse files
StartAutomatingStartAutomating
authored andcommitted
More Dotting Examples (#107)
1 parent 22d829e commit 66844b2

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Transpilers/Syntax/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,22 @@ This directory and it's subdirectories contain syntax changes that enable common
4444

4545

4646
~~~PowerShell
47-
1.
47+
.> { 1.
48+
~~~
49+
50+
## Dot Example 6
51+
52+
53+
~~~PowerShell
54+
.> {
55+
~~~
56+
57+
## Dot Example 7
58+
59+
60+
~~~PowerShell
61+
.> {
62+
# Declare a new object
4863
~~~
4964

5065
## PipedAssignment Example 1

0 commit comments

Comments
 (0)