NAME
SPVM::Document::StandardFunction - SPVM Standard Function(BETA before 1.0)
SPVM Standard Function
FUNCTIONS
Print string to stdout.
sub print : void ($value : byte);
warn
Print string to stderr.
sub warn : void ($value : byte[]);
time
Get epoch time.
sub time : long ();