Overview Schemas Index

MATHEMATICAL_FUNCTIONS_SCHEMA (jsdai.SMathematical_functions_schema)


FUNCTION make_atom_based_literal
          (lit_value : atom_based_value) : atom_based_literal;

 RETURN ( atom_based_literal ( lit_value ) || generic_literal ( ) || simple_generic_expression ( ) || generic_expression ( ) ) ; 

END_FUNCTION; -- make_atom_based_literal

public class FMake_atom_based_literal
          public static Value run(SdaiContext _context, Value lit_value)