ssc/stdlib/common.sun

16 lines
339 B
Text
Raw Normal View History

2015-12-13 02:51:32 +09:00
/* ================================================= *\
* common.sun
*
* ssc standard include utility
* 2015 arookas
\* ================================================= */
// return values for typeof(x)
const TYPE_INT = 0;
const TYPE_FLOAT = 1;
const TYPE_STRING = 2;
import "system.sun";
import "talk.sun";
import "sound.sun";