You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2024. It is now read-only.
Dhruvan edited this page Oct 20, 2022
·
4 revisions
This is how Console Input works in Versace
Input
You can get input from the user using the in keyword.
Type declarations are optional, by default the type is String. if you want to change the type, you can do so by adding < (type) anywhere after the string.
Input is written in the following format:
in(variable)<(string)<(args)
Input arguments are the same as the print arguments.