Weird errors generated by stocking with some capital letters?
#1

pawn Код:
stock Test(a) return a;    // No error
stock Test(A) return A;    // No error
stock Test(b) return b;    // No error
stock Test(B) return b;    // Error: 010: Invalid function or declaration.
stock Test(B) return B;    // Crashes the compiler.
Same thing happens with letters: B, G, O, R, W, Y.
So, is it happening only to me, or anyting related to inner design of PAWN?
Reply


Messages In This Thread
Weird errors generated by stocking with some capital letters? - by Dragonsaurus - 21.11.2013, 19:39
Re: Weird errors generated by stocking with some capital letters? - by Emmet_ - 21.11.2013, 21:44
Re: Weird errors generated by stocking with some capital letters? - by Mauzen - 21.11.2013, 22:28
Re: Weird errors generated by stocking with some capital letters? - by summer10 - 28.11.2013, 19:23

Forum Jump:


Users browsing this thread: 1 Guest(s)