- Oracle Certified Associate
- Oracle Certified Professional
- Oracle Certified Developer
# speaking Streem
hd = { s -> "-- " + s + " --" } # make header
h1 = hd("Java Skills")
section1 = [h1, "[*] OCA", "[ ] OCP", "[ ] OCD"]
h2 = hd("Inspired look")
a = "The Out Campaign: Scarlet Letter of Atheism"
section2 = ["", h2, a]
concat(section1, section2) | stdout