Up

syspackBuild

Return the build of the current loaded syspack library

Prototype :

fun [] S

Return : S the date.

See also

syspackCompiler

Example

fun main ()=
	_showconsole;
	_fooS syspackBuild;	// jan 22 2012 12:34:21
	0;;