Files
scryer-prolog/src
Markus Triska 8f39bee463 ISO: Implement the include/1 directive
Quoting from the standard:

    7.4.2.7 include/1

    If F is an implementation defined ground term designating
    a Prolog text unit, then Prolog text P1 which contains
    a directive include(F) is identical to a Prolog text P2
    obtained by replacing the directive include(F) in P1 by
    the Prolog text denoted by F.

Example:

    :- include("hello.pl").

This addresses #583 and #634.
2026-02-28 14:49:13 +01:00
..
2025-02-20 01:04:38 -03:00
2026-01-14 20:39:48 -08:00
2026-01-10 18:13:59 +01:00
2025-07-07 22:38:10 -07:00
2026-01-10 18:13:59 +01:00
2026-01-10 18:13:59 +01:00
2026-01-14 20:39:48 -08:00
2026-01-10 18:31:40 +01:00
2026-01-14 20:39:48 -08:00
2024-07-23 00:01:58 +02:00
2026-01-10 17:52:34 +01:00
2026-01-10 18:13:59 +01:00
2025-07-07 22:38:10 -07:00
2026-01-10 18:13:59 +01:00
2025-04-10 19:02:04 +02:00