mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 05:00:26 +01:00
unix, windows: There's no "help" builtin.
This commit is contained in:
@@ -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(">>> ");
|
||||
|
||||
Reference in New Issue
Block a user