tran method
transform to target code, the target information is in the tip
Implementation
@override
String tran(LanguageTip tip) {
// DBool Function(bool) i = OBool.new;
return value.toString();
}
transform to target code, the target information is in the tip
@override
String tran(LanguageTip tip) {
// DBool Function(bool) i = OBool.new;
return value.toString();
}