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