Prev | Current Page 75 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"

This means that the language is structured in a hierarchical
format whereby simple structures of data form the basis and content of more complex data
structures. You are introduced to the object - oriented features of haXe in Chapter 5 , ??? Delving Into
Object - Oriented Programming, ??? but for now, it is important to understand that the haXe language
relies upon a hierarchy throughout its entire makeup.
??‘
??‘
??‘
??‘
??‘
??‘
??‘
??‘
??‘
??‘
Part I: The Core Language
28
Many of you who are used to programming in languages such as C++ and Java will appreciate the
flexibility of the haXe language and may be somewhat familiar with its grammatical style. The haXe
language provides an extensive range of types ??” classes, functions and the like, which center on a small
group of keywords. These are:
class
function
enum
anonymous
unknown
typedef
These keywords are used to construct and represent the containers of one or more values and ultimately
affect the way values are handled in different contexts.


Pages:
63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87