Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Basthon
Basthon Kernel
Commits
b06c23ee
Commit
b06c23ee
authored
Apr 12, 2021
by
Romain Casati
Browse files
Default implementation for banner().
parent
4ec25867
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/basthon-js/basthon_base.js
View file @
b06c23ee
...
@@ -86,11 +86,11 @@
...
@@ -86,11 +86,11 @@
};
};
more
(
source
)
{
throw
new
NotImplementedError
(
"
more
"
);
};
more
(
source
)
{
throw
new
NotImplementedError
(
"
more
"
);
};
banner
()
{
throw
new
NotImplementedError
(
"
banner
"
);
};
complete
(
code
)
{
return
[];
};
complete
(
code
)
{
return
[];
};
banner
()
{
return
`Welcome to the
${
this
.
language
()}
REPL!`
;
};
/**
/**
* Initialize the kernel.
* Initialize the kernel.
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment