Methods

Methods are subroutines that are executed when called. On completion, the program returns to the code original, and continues exection from there. Luna knows two different methods:

Properties

Methods have the property .Addr to get their address in RAM or Flash. MyMethod().Addr returns the Word-Adresse.

See also