basic navigation, add unlimited string in input
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function input(prompt::AbstractString="")
|
||||
function input(prompt::AbstractString="",x...)
|
||||
print(prompt)
|
||||
return chomp(readline())
|
||||
end
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
include("../lib/io.jl")
|
||||
global function mirStation()
|
||||
|
||||
println("You havearrived in Mir")
|
||||
|
||||
return
|
||||
end
|
||||
Reference in New Issue
Block a user