Re: Functional syntax
Carlo Capelli <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <CABty9wxQSebdv6U6kXEm_EhHowC+irx2WnV3if7=7f-Le+HULw@mail.gmail.com> |
2013/12/4 Alan Baljeu <[email protected]> > > 2 ?- length(List, ° is 1+1). > > How do you get the little circles? Copy-Paste? Alt+01234? > I have it handy on my keyboard. Italian layout misses curly brackets, but has that (almost useless) symbol near to enter :) Anyway, should be Alt+176 on Windows. ?- char_code(°,C). C = 176. -------------- next part -------------- HTML attachment scrubbed and removed