Invoking new parser

To enable new parser, set useInternalParser property of the dialog to true. You can also enable new parser in a single script by putting

#!kommander
on the first line of the script. Also note if you are using another scripting language in a script with a sheebang that Kommander automatically enables the old parser for interacting with the dialog.
#!/bin/bash
echo @Self.item(0)
# returns first paramter passed to script
# echo $returnvalue passes back to calling script