Add hint for Hack repl
This commit is contained in:
parent
85a5b33180
commit
4c0cab2572
|
@ -957,7 +957,7 @@ func main() {
|
||||||
repl: "hhvm -a",
|
repl: "hhvm -a",
|
||||||
input: "print 123 * 234",
|
input: "print 123 * 234",
|
||||||
main: "main.hack",
|
main: "main.hack",
|
||||||
run: "hhvm -a main.hack",
|
run: `echo "Type 'r' at the debugger prompt to run the code" && hhvm -a main.hack`,
|
||||||
helloInput: "r",
|
helloInput: "r",
|
||||||
scope: {
|
scope: {
|
||||||
code: `function x() : int {
|
code: `function x() : int {
|
||||||
|
|
Loading…
Reference in New Issue