prolog::read_from_chars/2

read_from_chars( + Chars, - Term)*

Parse the list of character codes Chars and return the result in the term Term. The character codes to be read must terminate with a dot character such that either (i) the dot character is followed by blank characters; or (ii) the dot character is the last character in the string.

note:
The SWI-Prolog version does not require Codes to end in a full-stop.

Private-func:

1. prolog::read_from_chars_2::read_from_chars/2(int ARG1, int ARG2)():