var log = include "log";
// print accepts all types in value
func print(value) {
// TODO: define an api for output
}