[Tutorial] Known Runtime/Compiler PAWN Bugs
#3

13)
  • Code
    Code:
    goto abc; //No error
    #emit LOAD.pri a
    #emit LOAD.alt b
    #emit JSLESS abc //Error, undefined symbol abc
    
    abc:
    your code
  • Problem

    The compiler allows you to use goto with lables that are defined later (somewhere down the file after your goto statement). But unfortunately the compiler does not recognize labels that are defined later when you use #emit.
  • Solution:

    No idea!
Reply


Messages In This Thread
Known Runtime/Compiler PAWN Bugs - by Ada32 - 14.04.2015, 21:49
Re: Known Runtime/Compiler PAWN Bugs - by Yashas - 17.06.2015, 18:00
Re: Known Runtime/Compiler PAWN Bugs - by Yashas - 12.07.2015, 12:14

Forum Jump:


Users browsing this thread: 1 Guest(s)