• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

C Compatibility with other Prolog dialects
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Compatibility with other Prolog dialects
        • expects_dialect/1
        • exists_source/1
        • source_exports/2
        • Some considerations for writing portable code
    • Packages
Availability::- use_module(library(dialect)).(can be autoloaded)
Sourceexists_source(+Spec)
Is true if Spec exists as a Prolog source. Spec uses the same conventions as load_files/2. Fails without error if Spec cannot be found.
ClioPatria (version V3.1.1-21-gb8003bb)