Create a set
s = pySet([arg_1 [, args_2 ... ]])
A Python object or a Scilab wrappable data.
A Python object.
Get a set built with the input arguments.
s = pySet(1, 2+%i*3, "Hello", %t, "Hello", %f) pyRemove s