#pragma ignore type_checking
mob/Login()
var o = new/obj
o.name = "Object"
world << o.name
ID:2959800
Jan 9, 5:26 pm
|
|||||||
Redundant
| |||||||
The ability to disable type checking when accessing variables with no type specified.
|
Jan 10, 7:48 am
|
|
How is this different from the : operator?
|
In response to F0lak
|
|
Login to reply.