|
FUNCTION make_finite_function (pairs : SET [1:?] OF LIST [2:2] OF maths_value) : finite_function; RETURN ( finite_function ( pairs ) || maths_function ( ) || generic_expression ( ) || generic_literal ( ) || simple_generic_expression ( ) ) ; END_FUNCTION; -- make_finite_function |
|
public class FMake_finite_function public static Value run(SdaiContext _context, Value pairs) |