mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
block, which is to return from the method containing the block's definition. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@36419 72102866-910b-0410-8b05-ffd578937521
17 lines
410 B
Objective-C
17 lines
410 B
Objective-C
/**
|
|
Externs
|
|
Misc. variables
|
|
|
|
Copyright (c) 2002 Free Software Foundation
|
|
|
|
This file is part of the StepTalk project.
|
|
|
|
*/
|
|
#import <Foundation/NSString.h>
|
|
|
|
extern NSString *STCompilerSyntaxException;
|
|
extern NSString *STCompilerGenericException;
|
|
extern NSString *STCompilerInconsistencyException;
|
|
|
|
extern NSString *STInterpreterGenericException;
|
|
extern NSString *STInterpreterReturnException;
|