forked from KolibriOS/kolibrios
tinypy: support for raw_input() builtin function.
git-svn-id: svn://kolibrios.org@3235 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -325,8 +325,8 @@ tp_obj tp_import_(TP) {
|
||||
|
||||
void tp_builtins(TP) {
|
||||
struct {const char *s;void *f;} b[] = {
|
||||
{"print",tp_print}, {"range",tp_range}, {"min",tp_min},
|
||||
{"max",tp_max}, {"bind",tp_bind}, {"copy",tp_copy},
|
||||
{"print",tp_print}, {"range",tp_range}, {"raw_input", tp_raw_input},
|
||||
{"min",tp_min}, {"max",tp_max}, {"bind",tp_bind}, {"copy",tp_copy},
|
||||
{"import",tp_import_}, {"len",tp_len_}, {"assert",tp_assert},
|
||||
{"str",tp_str2}, {"float",tp_float}, {"system",tp_system},
|
||||
{"istype",tp_istype}, {"chr",tp_chr}, {"save",tp_save},
|
||||
|
||||
Reference in New Issue
Block a user