• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • 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

F.2 Library predicates
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Summary
        • Library predicates
          • library(aggregate)
          • library(ansi_term)
          • library(apply)
          • library(assoc)
          • library(broadcast)
          • library(charsio)
          • library(check)
          • library(clpb)
          • library(clpfd)
          • library(clpqr)
          • library(csv)
          • library(dcgbasics)
          • library(dcghighorder)
          • library(debug)
          • library(dicts)
          • library(error)
          • library(fastrw)
          • library(explain)
          • library(help)
          • library(gensym)
          • library(heaps)
          • library(increval)
          • library(intercept)
          • library(iostream)
          • library(listing)
          • library(lists)
          • library(main)
          • library(occurs)
          • library(option)
          • library(optparse)
          • library(ordsets)
          • library(persistency)
          • library(portraytext)
          • library(predicate_options)
          • library(prologdebug)
          • library(prologjiti)
          • library(prologpack)
          • library(prologxref)
          • library(pairs)
          • library(pio)
          • library(random)
          • library(rbtrees)
          • library(readutil)
          • library(record)
          • library(registry)
          • library(settings)
          • library(simplex)
          • library(statistics)
          • library(terms)
          • library(ugraphs)
          • library(url)
          • library(www_browser)
          • library(solution_sequences)
          • library(thread)
          • library(thread_pool)
          • library(varnumbers)
          • library(yall)
    • Packages
h3 id="sec:summary-lib-dcgbasics">F.2.12 library(dcgbasics)
alpha_to_lower//1Read a letter (class =alpha=) and return it as a lowercase letter.
atom//1Generate codes of Atom.
blank//0Take next =space= character from input.
blanks//0Skip zero or more white-space characters.
blanks_to_nl//0Take a sequence of blank//0 codes if blanks are followed by a newline or end of the input.
csym//1Recognise a C symbol according to the‘csymf` and‘csym` code type classification provided by the C library.
digit//1Number processing.
digits//1Number processing.
eol//0Matches end-of-line.
eos//0Matches end-of-input.
float//1Process a floating point number.
integer//1Number processing.
nonblank//1Code is the next non-blank (=graph=) character.
nonblanks//1Take all =graph= characters.
number//1Generate extract a number.
prolog_var_name//1Matches a Prolog variable name.
remainder//1Unify List with the remainder of the input.
string//1Take as few as possible tokens from the input, taking one more each time on backtracking.
string_without//2Take as many codes from the input until the next character code appears in the list EndCodes.
white//0Take next =white= character from input.
whites//0Skip white space _inside_ a line.
xdigit//1True if the next code is a hexdecimal digit with Weight.
xdigits//1List of weights of a sequence of h
ClioPatria (version V3.1.1-42-gd6a756b-DIRTY)