HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Component util.Runtime by barry
expand copy to clipboardexpand
interface CoreLib {
	int getVersion()
	}

component provides Runtime requires native CoreLib lib {
	
	int Runtime:getVersion()
		{
		return lib.getVersion()
		}
	
	}
Revision history
To propose a new revision to this entity, use dana source put -uc your/new/version.dn -n util.Runtime -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation