Skip to content

Commit 96b37f5

Browse files
author
James Brundage
committed
Updating Template Transpiler Help
1 parent a9161e3 commit 96b37f5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Transpilers/Templates/SQL.Template.psx.ps1

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
.DESCRIPTION
55
Allows PipeScript to generate SQL.
66
7-
PipeScript can be embedded in multiline form: `/*{...}*/` or single line form:
8-
7+
PipeScript can be embedded in multiline or singleline format
8+
9+
In multiline format, PipeScript will be embedded within: `/*{...}*/`
10+
11+
In single line format
12+
913
-- { or -- PipeScript{ begins a PipeScript block
1014
1115
-- } or -- }PipeScript ends a PipeScript block

0 commit comments

Comments
 (0)