とりあえず関数呼び出し
This commit is contained in:
@@ -27,6 +27,14 @@ class SyntaxError : SmileBasicError
|
||||
super("Syntax error");
|
||||
}
|
||||
}
|
||||
class IllegalFunctionCall : SmileBasicError
|
||||
{
|
||||
this()
|
||||
{
|
||||
this.errnum = 4;
|
||||
super("Illegal function call");
|
||||
}
|
||||
}
|
||||
class TypeMismatch : SmileBasicError
|
||||
{
|
||||
this()
|
||||
|
||||
Reference in New Issue
Block a user