rhea/assets/libraries/std/io.rhea

7 lines
87 B
Plaintext

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