Y-Less

Results 405 comments of Y-Less

"There's already confusing syntax" is not a good argument for adding more confusing syntax.

There's already three different ways to pass a variable by reference. You're proposing a fourth, which is no shorter than any of the others; I just don't think it is...

Another common convention that already exists is using `` for things that are almost, but not quite, array-like.

So another issue on this determined that they were trying to use Unicode characters in a non-Unicode build of the compiler (i.e. Invalid characters). Is that the case here? Does...

> And what about some fix that could possibly be included in the main release? Or is it just not worth it and people with such problems should use a...

I get an access violation here after merging this PR: ```c /* pc_readsrc() * Reads a single line from the source file (or up to a maximum number of *...

When compiling the YSI test script: https://github.com/pawn-lang/YSI/blob/master/gamemodes/YSI_TEST.pwn

If it were included, it should include spaces - if you want them excluded there's already a way to do that (bug not withstanding). Two different options shouldn't do the...

Personally I'd prefer markdown-style strings, i.e. ``` hello ``` (which is non-trivial to display in markdown btw).