mirror of
https://git.checksum.fail/alec/mujs.git
synced 2025-12-11 13:39:58 +02:00
Initialize interpreter in Adam task
This commit is contained in:
9
Run.HC
9
Run.HC
@@ -1,7 +1,8 @@
|
||||
XTalkWait(Fs, "Cd(\"M:/System/\");\n");
|
||||
XTalkWait(Fs, "#include \"M:/System/MakeSystem\";\n");
|
||||
XTalkWait(Fs, "#include \"M:/MuJS\";\n");
|
||||
Adam("Cd(\"M:/System/\");\n");
|
||||
Adam("#include \"M:/System/MakeSystem\";\n");
|
||||
|
||||
WinMax;
|
||||
AutoComplete(0);
|
||||
|
||||
XTalkWait(Fs, "Cd(\"M:/\");\n");
|
||||
XTalkWait(Fs, "mujs(\"examples/hello.js\");\n");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user