Moved dump and print to common.sun.
This commit is contained in:
parent
72ea2a031c
commit
ed4822ee29
5 changed files with 5 additions and 37 deletions
stdlib
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue