Ariane logo ARIANE: A Visual Programming Interface

The Item: Script

Definition

A Script is an item which contains long text that can be used as a parameter value for other items.

Double-click on the item titlebar rolls up or rolls down the window to open or close the script.

Example

import sys argument = sys.argv[1] print "first argument="+argument

Result value

The result of the execution of a script is the script text itself.

See also


Return to the reference manual