Hello ClauText World!

# ClauText
Main = { $call = { id = start } }

Event = { 
	id = start 
	
	$print = { str = { "Hello ClauText World!" } }
	$_getch = { }
}

Last updated