comparison runtime/builtin.h @ 56:d2f9b0a9403d

Initial experiment with goto and switch
author Mike Pavone <pavone@retrodev.com>
date Thu, 08 Oct 2009 01:52:38 -0400
parents 495dddadd058
children a844c623c7df
comparison
equal deleted inserted replaced
38:7f05bbe82f24 56:d2f9b0a9403d
45 }; 45 };
46 46
47 void register_builtin_types(); 47 void register_builtin_types();
48 void register_builtin_type(uint32_t type); 48 void register_builtin_type(uint32_t type);
49 49
50 //TODO: Remove this when it's possible to write Print in Rhope
51 FuncDef(Print)
52
53 #endif //_BUILTIN_H_ 50 #endif //_BUILTIN_H_