We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Macros or inline functions, they allow a form of metaprogramming.
macro firstprogram(message) { software { print(message) } } firstprogram("Hello World")