6 ms·
I admit to not having that much experience in prolog, but I'm having a hard time translating the time parameter `[n]` into executable prolog. Anyone got a clue?
by rustman123 2y ago
I admit to not having that much experience in prolog, but I'm having a hard time translating the time parameter `[n]` into executable prolog. Anyone got a clue?
- upghost 2y agothat is prolog pseudocode. You would probably use the lists:nth/3 predicate. https://www.scryer.pl/lists https://www.scryer.pl/lists Markus Triska has probably the best resources on modern Prolog. Just search for "Power of Prolog" on YouTube or the internets.