< > denotes mandatory ( ) denotes optional
var (= value | expr) <;> gbl <= value | expr> <;>
if <{> <}>
if <{> <;> <}> else <{> (else-body) <}>
def <(>(args ...)<)> <{> <}>
How to call a Luna function:
functionname("this-is-an-arg-string");
Luna has two types of loops, for
, and while
while<(><)> <{> <}>
for <(>, , <)> <{> <}>