The following call to the deprecated name/2 predicate can be replaced with a call to the standard atom_codes/2 predicate:
|
take_var(L):- name(ab11cf6h33,Lf),append(Lf,[95,116,111,107,46,116,120,116],Lft), |
Never use name/2 when the first argument is know to be an atom and never a number.
The following call to the deprecated
name/2predicate can be replaced with a call to the standardatom_codes/2predicate:DALI/src/metti_var.pl
Line 25 in eb30e1d
Never use
name/2when the first argument is know to be an atom and never a number.