Source: include/stdlib/macro.ml
Provides convenient stand-alone macros.
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 |