inline Keyword

Monkey Forums/Monkey Programming/inline Keyword

Emil_halim(Posted 2014) [#1]
Hi all,

while navigating Monkey Source code , i have found this keyword "inline".

i searched the help for that keyword , but i did not get any help.

so what is that keyword and for what it using?


dawlane(Posted 2014) [#2]
Monkey Documentation
Reserved

Module | Inline
These keywords are not currently used by the Monkey language but are reserved for future use.


Grey Alien(Posted 2014) [#3]
Wow having an Inline keyword would be epic for mobile code. You could still write everything with nice classes/functions but inline portions of them to ensure peak performance on mobile.