Skip to content

Commit 0f8fe53

Browse files
author
James Brundage
committed
Updating new keyword (adding example, fixing #142)
1 parent e81993d commit 0f8fe53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Transpilers/Keywords/New.psx.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
.> { new byte 1 }
2020
.EXAMPLE
2121
.> { new int[] 5 }
22+
.EXAMPLE
23+
.> { new Timespan }
2224
.EXAMPLE
2325
.> { new datetime 12/31/1999 }
2426
.EXAMPLE

0 commit comments

Comments
 (0)