FILES=""
MLEVEL="0"
LMODE="async"
+FLAGS=
usage='echo "usage: dotty [-V] [-lm (sync|async)] [-el (0|1)] <filename>"'
exit 1
fi
-exec $leftypath -e "
+exec $leftypath $FLAGS -e "
load ('dotty.lefty');
checkpath = function () {
if (tablesize (dotty) > 0)
FILES=""
MLEVEL="0"
LMODE="async"
+FLAGS=
usage="echo usage: lneato [-V] [-lm (sync|async)] [-el (0|1)] <filename>"
CMDS="$CMDS dotty.createviewandgraph($i,'file',null,null);"
done
-lefty -e "
+lefty $FLAGS -e "
load ('dotty.lefty');
checkpath = function () {