This repository was archived by the owner on Nov 3, 2022. It is now read-only.
Version 0.3.6 Alpha
Pre-release
Pre-release
WARNING! This update includes breaking changes!
This release changes some function names and variables for better formatting and introduces a new function called random_value
Changelog
- Added
functions.random_value()
function that takes an array and returns a random value from it. - Renamed
functions.typedinput()
tofunctions.typed_input()
. - Renamed variables in
functions.typed_input()
andfunctions.palindrome()
to include underscores. (Better naming practices)