demo


interpreter demos

demo

demo com

        Launches demonstration for the command com of the interpreter, prefer::
demo0_com();
Examples:
demo break; ou:
demo0_break();
demo for; ou:
demo0_for();

etc..

Notes:

1) The name of the corresponding file is:
        demo0_com.func with com = name of the interpreter command
2) These files are located in the directory of the environment.

See also:

read demo