Password generator: Difference between revisions

Content added Content deleted
(Added Wren)
Line 531: Line 531:
generate: function [length][
generate: function [length][
if length < 4 [
if length < 4 [
print (color.red "ERROR: ") ++ "password length too short"
print (color #red "ERROR: ") ++ "password length too short"
exit
exit
]
]