May 2018
Beginner
252 pages
6h 19m
English
Red also has an unless word, which is the same as if not.
The block after unless is executed only if the condition is false. So we could have written the preceding line with the file existence test as the following:
unless exists? %missing.txt [print "File missing.txt does not exist"]