view putchar.rhope @ 51:7d6a6906b648

Added integer type conversions and started on the implementation of String
author Mike Pavone <pavone@retrodev.com>
date Thu, 22 Apr 2010 02:18:26 -0400
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] }}}}}
}