コンパイルして実行できるようにした
This commit is contained in:
@@ -34,4 +34,15 @@ struct Value
|
||||
this.type = ValueType.String;
|
||||
stringValue = value;
|
||||
}
|
||||
void castOp(ValueType type)
|
||||
{
|
||||
switch(type)
|
||||
{
|
||||
case ValueType.Double:
|
||||
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user