home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-08-18 | 2.9 KB | 180 lines | [TEXT/Moml] |
- val primitives_table = #[
- "compare",
- "equal",
- "notequal",
- "lessthan",
- "lessequal",
- "greaterthan",
- "greaterequal",
- "extern_val",
- "extern_compact_val",
- "format_float",
- "float_of_string",
- "exp_float",
- "log_float",
- "sqrt_float",
- "power_float",
- "sin_float",
- "cos_float",
- "tan_float",
- "asin_float",
- "acos_float",
- "atan_float",
- "atan2_float",
- "gc_stat",
- "gc_get",
- "gc_set",
- "gc_minor",
- "gc_major",
- "gc_full_major",
- "hash_univ_param",
- "intern_val",
- "int_of_string",
- "format_int",
- "open_descriptor",
- "channel_descriptor",
- "channel_size",
- "flush",
- "output_char",
- "output_int",
- "output",
- "seek_out",
- "pos_out",
- "close_out",
- "input_char",
- "input_int",
- "input",
- "seek_in",
- "pos_in",
- "close_in",
- "input_scan_line",
- "get_next_char",
- "start_interp",
- "realloc_global",
- "static_alloc",
- "static_free",
- "static_resize",
- "obj_is_block",
- "obj_block",
- "available_primitives",
- "parse_engine",
- "create_string",
- "compare_strings",
- "blit_string",
- "fill_string",
- "is_printable",
- "sys_exit",
- "sys_open",
- "sys_close",
- "sys_remove",
- "sys_rename",
- "sys_chdir",
- "sys_getenv",
- "sys_system_command",
- "sys_catch_break",
-
- "sml_equal",
- "sml_not_equal",
- "sml_system",
- "sml_abs_int",
- "sml_floor",
- "sml_ceil",
- "sml_round",
- "sml_trunc",
- "sml_abs_real",
- "sml_sqrt",
- "sml_sin",
- "sml_cos",
- "sml_exp",
- "sml_ln",
- "sml_int_of_string",
- "sml_concat",
- "sml_chr",
- "sml_ord",
- "sml_float_of_string",
- "sml_string_of_int",
- "sml_string_of_float",
- "sml_makestring_of_char",
- "sml_makestring_of_string",
- "sml_getrealtime",
- "sml_getrutime",
- "sml_errno",
- "sml_getdir",
- "sml_mkdir",
- "sml_rmdir",
- "sml_opendir",
- "sml_rewinddir",
- "sml_readdir",
- "sml_closedir",
- "sml_isdir",
- "sml_modtime",
- "sml_settime",
- "sml_access",
- "sml_mktemp",
- "sml_errormsg",
- "sml_asin",
- "sml_acos",
- "sml_atan2",
- "sml_pow",
- "sml_localtime",
- "sml_gmtime",
- "sml_mktime",
- "sml_asctime",
- "sml_strftime",
- "sml_general_string_of_float",
- "sml_filesize",
- "sml_int_of_hex",
- "sml_word_of_hex",
- "sml_word_of_dec",
- "sml_hexstring_of_word",
- "sml_sinh",
- "sml_cosh",
- "sml_tanh",
- "sml_realpath",
- "sml_uname",
- "sml_islink",
- "sml_readlink",
- "sml_devinode",
-
- "md5sum",
-
- "get_timer",
- "beg_timer",
- "end_timer",
- "clr_timer",
-
- "mac_OSACompile",
- "mac_OSAExecute",
- "mac_OSADispose",
- "mac_OSADisplay",
- "mac_OSAScriptError",
-
- "dump_image",
- "set_line_width",
- "draw_arc",
- "create_image",
- "draw_char",
- "text_size",
- "wait_event",
- "fill_poly",
- "make_image",
- "fill_rect",
- "plot",
- "draw_image",
- "set_color",
- "sound",
- "lineto",
- "moveto",
- "clear_graph",
- "blit_image",
- "draw_string",
- "current_point",
- "size_x",
- "size_y",
- "point_color",
- "fill_arc",
- "close_graph",
- "set_font",
- "open_graph",
- "set_text_size"];
-