ike709
ike709
This is extremely low priority but it came up in coderbus. Right now the unimplemented warnings are sufficient IMO. 
Byond apparently lets you do stuff like `sleep 5` or `sleep value * other_value` etc.
There's a few files in NTstation full of indented closing brackets that cause an error. Example: ``` if(!z_offset){ z_offset = world.maxz+1 } ```
We should just rely on the path string for everything and add some handy things to cover most usecases like vars to track element count and the last element.
See https://github.com/wixoaGit/OpenDream/issues/34 Currently the compiler just eats the modifications and throws a warning that it's unimplemented.
Didn't investigate this too much but presumably the session's username isn't being treated as a ckey
http://www.byond.com/docs/ref/#/proc/throw Basic try/catch support got added in https://github.com/wixoaGit/OpenDream/issues/227 But we're still missing `throw` and also it'll never actually *catch* exceptions at the moment.
http://www.byond.com/docs/ref/#/matrix/proc/Interpolate