[Implemented] Array Arguments in Interface definitions
Posted: Sat Feb 07, 2009 2:31 pm
something like..
at the moment this still returns in a syntax error, but it would be nice if it was possible, too. 
Code: Select all
Interface Test
getArray(Array a.s(1))
EndInterface
