|
FUNCTION make_repackaging_function (operand : maths_function, input_repack : repackage_options, output_repack : repackage_options, selected_output : nonnegative_integer) : repackaging_function; RETURN ( repackaging_function ( input_repack , output_repack , selected_output ) || maths_function ( ) || generic_expression ( ) || unary_generic_expression ( operand ) ) ; END_FUNCTION; -- make_repackaging_function |
|
public class FMake_repackaging_function public static Value run(SdaiContext _context, Value operand, Value input_repack, Value output_repack, Value selected_output) |