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