Fix some bootstrapping of types and add more type support

This commit is contained in:
Jason Turner
2009-06-08 04:41:13 +00:00
parent 2fa615974c
commit db6fe9134f
2 changed files with 60 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ vec.push_back("Hello World")
vec.push_back(25.3)
var i = int(0)
var i = 0
var size = int(vec.size())
print("Vector Size: " + size.to_string());