mainLanguage property

DartBlockTypedLanguage mainLanguage
final

The typed language associated with the DartBlock program.

This affects certain behaviors which are language-specific.

In the current version of DartBlock, only Java is supported. In that regard, DartBlock's integer division imitates Java's, i.e., it uses truncating division.

Implementation

final DartBlockTypedLanguage mainLanguage;