human-2.sh 403 B

123456789101112
  1. $ ./a.out
  2. Welcome to SWI-Prolog (Multi-threaded, 32 bits, Version 5.10.4)
  3. Copyright (c) 1990-2011 University of Amsterdam, VU Amsterdam
  4. SWI-Prolog comes with ABSOLUTELY NO WARRANTY. This is free
  5. software, and you are welcome to redistribute it under certain
  6. conditions. Please visit http://www.swi-prolog.org for details.
  7. For help, use ?- help(Topic). or ?- apropos(Word).
  8. ?- human(socrates).
  9. true.