Sha256: 899ca33764387ca256e1b26d4796c6eef7a47994bd15de286b7381d70f7cc2f4

Contents?: true

Size: 256 Bytes

Versions: 7

Compression:

Stored size: 256 Bytes

Contents

implement Hello;

include "sys.m";
	sys: Sys;
include "draw.m";

Hello: module
{
	init:	fn(ctxt: ref Draw->Context, argv: list of string);
};

init(ctxt: ref Draw->Context, argv: list of string)
{
	sys = load Sys Sys->PATH;
	sys->print("Hello World\n");
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
language_templates-0.1.5.2 bin/languages/l/limbo.b
language_templates-0.1.5.1 bin/languages/l/limbo.b
language_templates-0.1.5 bin/languages/l/limbo.b
language_templates-0.1.4 bin/languages/l/limbo.b
language_templates-0.1.3 bin/languages/l/limbo.b
language_templates-0.1.2 bin/languages/l/limbo.b
language_templates-0.1.1 bin/languages/l/limbo.b