mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-14 23:16:06 +09:00
kinda working AST building?
This commit is contained in:
@@ -7,7 +7,7 @@ var shell_pwd = [""];
|
||||
var welcome_text = "TSVM Disk Operating System, version " + DOS_VERSION;
|
||||
|
||||
function get_prompt_text() {
|
||||
return CURRENT_DRIVE + ":\\\\" + shell_pwd.join("\\\\") + PROMPT_TEXT;
|
||||
return CURRENT_DRIVE + ":\\" + shell_pwd.join("\\") + PROMPT_TEXT;
|
||||
}
|
||||
|
||||
function greet() {
|
||||
|
||||
Reference in New Issue
Block a user