Update all new Tasks
This commit is contained in:
parent
00a190b0a6
commit
91df62d461
5697 changed files with 93386 additions and 804 deletions
|
|
@ -0,0 +1,4 @@
|
|||
a_to_z(From, To, L) :-
|
||||
maplist(atom_codes, [From, To], [[C_From], [C_To]]),
|
||||
bagof([C], between(C_From, C_To, C), L1),
|
||||
maplist(atom_codes,L, L1).
|
||||
Loading…
Add table
Add a link
Reference in a new issue