Module s2_atoms

Atoms.

Description

Atoms.

Function Index

catenate/1catenate(Args) is the concatenation of Args as an atom.
gensym/0gensym() is a fresh atom.
gensym/1

Function Details

catenate/1

catenate(Args::[atom() | integer() | float() | string()]) -> atom()

catenate(Args) is the concatenation of Args as an atom.

gensym/0

gensym() -> atom()

gensym() is a fresh atom.

gensym/1

gensym(Prefix0) -> any()


Generated by EDoc