COMAL is a programming language created in 1973 by Børge R. Christensen and Benedict Løfstedt.
#1691on PLDB | 51Years Old |
COMAL (Common Algorithmic Language) is a computer programming language developed in Denmark by Benedict Løfstedt and Børge R. Christensen in 1973. COMAL was one of the few structured programming languages that was available for and comfortably usable on 8-bit home computers. Read more on Wikipedia...
10 PAGE
20 FOR number:= 1 TO 10 DO
30 PRINT "HELLO, WORLD!"
40 NEXT or ENDFOR (Unicomal)
50 END " "