Skip to content
  • Deucе's avatar
    Fix if <condition> then do begin handling. · c487be34
    Deucе authored
    In various places (most visibly stoneb.txt pawn shop), the following
    is used:
    
    @if <condition> then do begin
     @begin
    
    The begin on the @if line must be ignored, and the @begin on the
    second line starts the block.
    c487be34