mpsl(1)
NAME
mpsl - scripting engine
SYNOPSIS
mpsl [-d] [-e 'script' | script.mpsl ]
DESCRIPTION
This manual page documents briefly the mpsl command.
MPSL (Minimum Profit Scripting Language) is a programming language concieved as an scripting engine for Minimum Profit, though it can also be
used as a general-purpose programming tool. An MPSL program consists of
a sequence of statements which run from top to bottom. Loops, subroutines and other control structures allow you to jump around within the
code. It is a free-form language, meaning that you can format and
indent it however you like, as whitespace serves to separate tokens.
SEE ALSO
Website: http://triptico.com/software/mpsl.html
AUTHOR
mpsl was written by Angel Ortega <angel@triptico.com>.
- This manual page was written by Vincent Legout <vincent@legout.info>,
for the Debian project (and may be used by others).