7 lines
87 B
Plaintext
7 lines
87 B
Plaintext
var log = include "log";
|
|
|
|
func print(value) {
|
|
// TODO: define an api for output
|
|
}
|
|
|