|
FUNCTION make_listed_product_space (factors : LIST [0:?] OF maths_space) : listed_product_space; RETURN ( listed_product_space ( factors ) || maths_space ( ) || generic_expression ( ) || generic_literal ( ) || simple_generic_expression ( ) ) ; END_FUNCTION; -- make_listed_product_space |
|
public class FMake_listed_product_space public static Value run(SdaiContext _context, Value factors) |