Skip to content
Splizard edited this page Mar 25, 2018 · 2 revisions

Macros or inline functions, they allow a form of metaprogramming.

macro firstprogram(message) {
    software {    
        print(message)
    }
}

firstprogram("Hello World")
Clone this wiki locally