summaryrefslogtreecommitdiff
path: root/utils/cli/sample.lsmb
diff options
context:
space:
mode:
Diffstat (limited to 'utils/cli/sample.lsmb')
-rw-r--r--utils/cli/sample.lsmb5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/cli/sample.lsmb b/utils/cli/sample.lsmb
index 9e544b4e..24747b26 100644
--- a/utils/cli/sample.lsmb
+++ b/utils/cli/sample.lsmb
@@ -1,3 +1,4 @@
+# Comments start with a pund sign
ENV:PGUSER = postgres # how to set an environment variable
login = demo # How to set a form variable
password = demo
@@ -7,3 +8,7 @@ id = 10139
vc = customer
db = customer
CALL CT->create_links(user, form) # call a function
+IF bcc4 # Conditional IF's can be nested
+testing = hi
+FI
+