Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying haXe 2 Beginner's Guide
  • Table Of Contents Toc
haXe 2 Beginner's Guide

haXe 2 Beginner's Guide

3.5 (2)
close
close
haXe 2 Beginner's Guide

haXe 2 Beginner's Guide

3.5 (2)

Overview of this book

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

Function's type


Functions are typed too. That's good for two reasons: you can pass a function as a parameter to another function, and you can also store typed functions in a variable!

Expressing a function's type

All functions in haXe are typed, so for example, when you write:

public function outputString(st : String) : Void;

we know that the outputString function takes one parameter of type String and returns Void (that actually means that it does not return any object). This is represented as the following type:

String->Void

Now, imagine the following function:

public function sumAndCeil(a : Float, b : Int) : Int

Its type is:

Float->Int->Int

Ok, this was the easy part.

Functions using functions

As mentioned earlier, a function can be given as an argument to another function. That also means that a function can take a function as an argument. This is useful, for example, to apply filters on lists or arrays. There's such a case in the standard library: List.filter. I will simplify things...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
haXe 2 Beginner's Guide
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon