|
FUNCTION make_reindexed_array_function (func : maths_function, start_idxs : LIST [1:?] OF INTEGER) : reindexed_array_function; RETURN ( reindexed_array_function ( start_idxs ) || maths_function ( ) || generic_expression ( ) || unary_generic_expression ( func ) ) ; END_FUNCTION; -- make_reindexed_array_function |
|
public class FMake_reindexed_array_function public static Value run(SdaiContext _context, Value func, Value start_idxs) |