- codes_term(+Codes, -Term) is det
- codes_term(-Codes, +Term) is det
- True if Term can be read from Codes. All characters of
Codes must be consumed.
- variable_name(-Var, -Name:atom) is det
- True if Var was named Name in the original source code.
Throws an exception if Var was not created by tidylog
parsing source code.