unix, windows: There's no "help" builtin.

This commit is contained in:
Paul Sokolovsky 2014-04-08 04:07:02 +03:00
parent a12a0f78b0
commit b8cf948550
2 changed files with 0 additions and 2 deletions

View File

@ -139,7 +139,6 @@ STATIC char *prompt(char *p) {
STATIC void do_repl(void) {
printf("Micro Python build " MICROPY_GIT_HASH " on " MICROPY_BUILD_DATE "; UNIX version\n");
printf("Type \"help()\" for more information.\n");
for (;;) {
char *line = prompt(">>> ");

View File

@ -119,7 +119,6 @@ static char *prompt(char *p) {
static void do_repl(void) {
printf("Micro Python build " MICROPY_GIT_HASH " on " MICROPY_BUILD_DATE "; Windows version\n");
printf("Type \"help()\" for more information.\n");
for (;;) {
char *line = prompt(">>> ");