Replace deprecated API's

This commit is contained in:
James Roseborough
2007-11-05 17:19:46 +00:00
parent dda1af0570
commit c93301506a
7 changed files with 101 additions and 96 deletions

View File

@@ -21,5 +21,8 @@ print( select(2, "a", "b", "c"))
print((select(3, "a", "b", "c")))
print( select(3, "a", "b", "c"))
print((select(4, "a", "b", "c")))
print( select(4, "a", "b", "c"))
-- f("hello", "world")
-- g(1, 2, 3, 4, 5, 6, 7)

Binary file not shown.