summaryrefslogtreecommitdiff
path: root/utils/cli/sample.lsmb
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-02 17:07:56 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-02 17:07:56 +0000
commitfc91f7ed3693603c67b4a5dbe6d7bc15a8b99969 (patch)
tree1d02a1d0b94750908a59335ee1ae0e7e5509e2f3 /utils/cli/sample.lsmb
parent803c62d22eb4e2eb3a79a66a03dc0e8a9da23e01 (diff)
Nested IF support for the CLI script host
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@465 4979c152-3d1c-0410-bac9-87ea11338e46
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
+