basic navigation, add unlimited string in input

This commit is contained in:
2018-03-18 05:24:17 -07:00
parent ab11ccccd1
commit 59a655e4c7
3 changed files with 79 additions and 23 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
function input(prompt::AbstractString="")
function input(prompt::AbstractString="",x...)
print(prompt)
return chomp(readline())
end
+7
View File
@@ -0,0 +1,7 @@
include("../lib/io.jl")
global function mirStation()
println("You havearrived in Mir")
return
end