1 void dprint(string s, ...) = #25;
2 string ftos(float f) = #26;
3 string vtos(vector v) = #27;
4 void error(string e) = #10;
7 void spawnfunc_worldspawn()
10 dprint("TESTCASE: START\n");
13 error("TESTCASE: PASS");
15 error("TESTCASE: FAIL");
17 error("TESTCASE: INVALID");