gesslar

Results 47 comments of gesslar

I think everything should be initialized as undefined. Since we use 1 and 0 to also mean "boolean", being undefined should show that we've not set that value. Brian M....

Also, it would be more consistent and expected behaviour if everything were treated the same.

This issue is closed as a result of #911

I suppose in the context of LPC `x = x || y` is a fine representation, but, the example I provided is valid. And your description of &&= is correct....

I think `->` would be more ideal. I think introducing `.` would make it confusing.

Would the above prevent regular default parameters? Doesn't have to be functions, I didn't realise it would be more difficult.

I did a test. ```c varargs string do_wrap(string str, int len, int left) { if(!sizeof(str)) return str; if (len < 1) len = 75; if ((left >= len) || (left...

To answer your question, it would behave like call_other, loading it if it isn't loaded.

Thank you for following up. I might have determined where this might be going wrong and why I didn't detect this before. I do all of my development work in...

I found this, I don't know how much it will help, though: https://code.visualstudio.com/api/advanced-topics/remote-extensions