Added version header to REPL.
This commit is contained in:
parent
f31bf270bd
commit
0b6cab8672
1 changed files with 2 additions and 2 deletions
|
|
@ -366,8 +366,8 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
|
||||
// REPL mode
|
||||
printf("Fun REPL. Type code and press Enter. Submit an empty line to run.\n");
|
||||
printf("Commands: :help, :reset, :dump, :quit\n");
|
||||
printf("Fun %s REPL\n", FUN_VERSION);
|
||||
printf("Type :help for commands. Submit an empty line to run.\n");
|
||||
|
||||
char *buffer = NULL;
|
||||
size_t bufcap = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue