summaryrefslogtreecommitdiffstats
path: root/eshtrans/main.esh
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans/main.esh')
-rw-r--r--eshtrans/main.esh5
1 files changed, 3 insertions, 2 deletions
diff --git a/eshtrans/main.esh b/eshtrans/main.esh
index 46edd26..0177774 100644
--- a/eshtrans/main.esh
+++ b/eshtrans/main.esh
@@ -101,6 +101,7 @@ main()
#try 'foo' '#bar'
#try '# foo' 'bar'
#try '' 'foo'
-dbg=true
-try '\\ foo'
+#try '\\ foo'
+try '$(($foo + 1))'
+try '$((1 + $foo))'
}