Logo
  • Home
  • INSTALL
  • Calling YAP
  • Core Built-ins
  • Programming
  • Extensions
  • Library
  • Available Packages
  • Foreign Language Interface
YAP Prolog Reference Manual
  • Operations on Sequences of Codes.

Operations on Sequences of Codes.¶

Term to sequence of codes conversion, mostly replaced by engine code.

You can use the following directive to load the files.


 :- use_module(library(charsio)).
  • with_output_to_chars/5
  • open_chars_stream/3
  • number_to_chars/4
  • atom_to_chars/4
  • write_to_chars/4
  • format_to_chars/5
  • prolog::read_from_chars/2
  • prolog::with_output_to_chars/4
  • prolog::with_output_to_chars/3
  • prolog::with_output_to_chars/2
  • prolog::open_chars_stream/2
  • prolog::number_to_chars/3
  • prolog::number_to_chars/2
  • prolog::atom_to_chars/3
  • prolog::atom_to_chars/2
  • prolog::write_to_chars/3
  • prolog::write_to_chars/2
  • prolog::format_to_chars/4
  • prolog::format_to_chars/3

Built with MkDocs using a theme provided by Read the Docs.