view putchar.rhope @ 187:5e752cf2d6b1

Add versions of compile and ctobin scripts that have desktop notifications
author Mike Pavone <pavone@retrodev.com>
date Fri, 07 Oct 2011 00:11:30 -0700
parents 3e20ed8959c4
children
line wrap: on
line source



Foreign C:libc
{
	putchar[char(Int32,Naked):out(Int32,Naked)]
}

Main[]
{
	putchar[72]
	{ putchar[101]
	{ putchar[108]
	{ putchar[108]
	{ putchar[111]
	{ putchar[10] }}}}}
}