The Chill Language
(defunc main []
(print "Hello World!")
(return 0))
The CMS Language
.program
.entry main
.datas
.string #1 "Hello World!"
.func main
.stvarb 1, cms#pointer
loadp %1, #1, cms#pointer
call %0, Chill#Core#print, %1
ret
(defunc main []
(print "Hello World!")
(return 0))
.program
.entry main
.datas
.string #1 "Hello World!"
.func main
.stvarb 1, cms#pointer
loadp %1, #1, cms#pointer
call %0, Chill#Core#print, %1
ret