This website requires JavaScript.
Explore
Help
Sign In
mollusk
/
quest-for-sundrop
Watch
1
Star
0
Fork
0
You've already forked quest-for-sundrop
Code
Issues
Pull Requests
Releases
Wiki
Activity
quest-for-sundrop
/
lib
/
io-extra.jl
4 lines
106 B
Julia
Raw
Normal View
History
Unescape
Escape
Added: created input function to take user input for choices
2017-06-20 02:11:52 -07:00
function
input
(
prompt
::
String
=
"
"
)
::
String
print
(
prompt
)
return
chomp
(
readline
(
)
)
end
Reference in New Issue
Copy Permalink