[Implemented] support list array map parameters in interface

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
idle
Always Here
Always Here
Posts: 5836
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

[Implemented] support list array map parameters in interface

Post by idle »

For the sake of consistency it would help if Lists Maps and Arrays could be used in interfaces as the can be in Procedures and Declares

Code: Select all

Interface X_obj
    ProcX(List myList.s())      ; <---Syntax error 
EndInterface