Functionsยง
- input
- get input with the given output, similar to how input function works in python
- input_
optional_ repeat - input, if user just press enter, then return default, otherwise repeat until user gets the correct input
- input_
other - input with the given type, crashes if failed to convert
- input_
other_ or - get input or if failed then return with the default value
- input_
other_ or_ else - get input or if failed then return with the default value
- input_
other_ repeat - repeat forever until the user gets the correct input
- input_
trim