unix, windows: There's no "help" builtin.
This commit is contained in:
parent
a12a0f78b0
commit
b8cf948550
@ -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(">>> ");
|
||||
|
@ -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(">>> ");
|
||||
|
Loading…
Reference in New Issue
Block a user