Book Image

haXe 2 Beginner's Guide

5 (1)
Book Image

haXe 2 Beginner's Guide

5 (1)

Overview of this book

Table of Contents (21 chapters)
haxe 2
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Explicitly typed variables


Variables are explicitly typed if you write their type while declaring them. This is what we have seen so far; and this is done in the following way:

var myVar : TypeOfMyVariable

This way, you tell the type of your variable to the compiler.