This repository has been archived on 2025-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
iodine/examples/password.io
2025-05-10 21:28:56 +10:00

6 lines
147 B
Io

print "Enter your password: ";
let str passwdInput input;
if passwdInput == "dingus" {
println "Thank you for entering the right password.";
}