Subversion Repositories Kolibri OS

Rev

Rev 1913 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1913 Rev 3235
Line 323... Line 323...
323
}
323
}
324
 
324
 
Line 325... Line 325...
325
void tp_builtins(TP) {
325
void tp_builtins(TP) {
326
    struct {const char *s;void *f;} b[] = {
326
    struct {const char *s;void *f;} b[] = {
327
    {"print",tp_print}, {"range",tp_range}, {"min",tp_min},
327
    {"print",tp_print}, {"range",tp_range}, {"raw_input", tp_raw_input},
328
    {"max",tp_max}, {"bind",tp_bind}, {"copy",tp_copy},
328
    {"min",tp_min}, {"max",tp_max}, {"bind",tp_bind}, {"copy",tp_copy},
329
    {"import",tp_import_}, {"len",tp_len_}, {"assert",tp_assert},
329
    {"import",tp_import_}, {"len",tp_len_}, {"assert",tp_assert},
330
    {"str",tp_str2}, {"float",tp_float}, {"system",tp_system},
330
    {"str",tp_str2}, {"float",tp_float}, {"system",tp_system},
331
    {"istype",tp_istype}, {"chr",tp_chr}, {"save",tp_save},
331
    {"istype",tp_istype}, {"chr",tp_chr}, {"save",tp_save},
332
    {"load",tp_load}, {"fpack",tp_fpack}, {"abs",tp_abs},
332
    {"load",tp_load}, {"fpack",tp_fpack}, {"abs",tp_abs},
333
    {"int",tp_int}, {"exec",tp_exec_}, {"exists",tp_exists},
333
    {"int",tp_int}, {"exec",tp_exec_}, {"exists",tp_exists},