Hello World!

2018/03/14 chill cms

The Chill Language

Documentation

ICM Interpreter

(defunc main []
	(print "Hello World!")
	(return 0))

The CMS Language

Documentation

CVM

.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

Search

    Table of Contents