Moved dump and print to common.sun.

This commit is contained in:
arookas 2015-12-28 23:24:08 -05:00
parent 72ea2a031c
commit ed4822ee29
5 changed files with 5 additions and 37 deletions

View file

@ -10,6 +10,10 @@ const TYPE_INT = 0;
const TYPE_FLOAT = 1;
const TYPE_STRING = 2;
// debug
builtin dump();
builtin print(...);
import "system.sun";
import "talk.sun";
import "sound.sun";