Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 597 Bytes

macro.md

File metadata and controls

17 lines (13 loc) · 597 Bytes

Macro library

Source: include/stdlib/macro.ml

Provides convenient stand-alone macros.

Macro

Macro Description
repeat Repeats the expression list a specified number of times
delimit Inserts a delimiter between each argument of the list
reverse Reverses the order of the arguments of the list
not Negates the given boolean argument
neg Negates the identifier passed as a argument
incr Increments the identifier passed as a argument
decr Decrements the identifier passed as a argument