ID:2959800
 
Redundant
Applies to:DM Language
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
The ability to disable type checking when accessing variables with no type specified.

#pragma ignore type_checking

mob/Login()
var o = new/obj
o.name = "Object"
world << o.name
How is this different from the : operator?
Spevacus resolved issue (Redundant)
In response to F0lak
F0lak wrote:
How is this different from the : operator?

It would treat . as if you were using :

Login to reply.