|
FUNCTION expression_is_constant (expr : generic_expression) : BOOLEAN; RETURN ( bool ( SIZEOF ( free_variables_of ( expr ) ) = 0 ) ) ; END_FUNCTION; -- expression_is_constant |
|
public class FExpression_is_constant public static Value run(SdaiContext _context, Value expr) |