Added amb1600: trie natives

This commit is contained in:
Steve Dudenhoeffer
2008-04-14 19:52:11 +00:00
parent 683f453b6f
commit 53ed817183
9 changed files with 732 additions and 2 deletions

View File

@@ -102,6 +102,9 @@ public arraytest1()
new Float:f;
new Array:a=ArrayCreate(1);
if (a == Invalid_Array)
{
}
for (new i=0; i<1000; i++)
{
f=float(i);