ChardScript User Input
ChardScript allows for user input.
That means we are able to ask the user for input but with nothing question.
Example
call username = ask()
echo("Hello " + username + "!")
Last updated
ChardScript allows for user input.
That means we are able to ask the user for input but with nothing question.
Example
call username = ask()
echo("Hello " + username + "!")
Last updated