PureMVC Framework for haXe: API Documentation
Back | Index
enum Bool
import StdTypes
The standard Boolean type is represented as an enum with two choices.
true
false
Back | Index