ID:2958730
 
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
(516) Currently, when using the key,value pair loop on the for list proc (e.g., for(key, value in list)), it is not possible to specify a type for the value var, only for the key. I'd like to be able explicitly declare the type of value (e.g., for(var/SomeType/key, var/AnotherType/value in list)).

Login to reply.