LITERACY
A UFB program can be either illiterate or literate.
b: able to read and write
- Merriam-Webster Dictionary
This program is literate:
wvar 38 "Hello" read 50 print "$038, $050!\n"
This program is illiterate:
print "Hello, World!\n"
b: able to read and write
- Merriam-Webster Dictionary
wvar 38 "Hello" read 50 print "$038, $050!\n"
print "Hello, World!\n"