Did you know ...
Search Documentation:
Predicate atom/3
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
IRC
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
library
dcg
basics.pl -- Various general DCG utilities
string_without//2
string//1
blanks//0
blank//0
nonblanks//1
nonblank//1
blanks_to_nl//0
whites//0
white//0
alpha_to_lower//1
digits//1
digit//1
integer//1
float//1
number//1
xinteger//1
xdigit//1
xdigits//1
eol//0
eos//0
remainder//1
prolog_var_name//1
csym//1
atom//1
high_order.pl -- High order grammar operations
atom
(++Atom)
//
is
det
Generate codes of
Atom
. Current implementation uses
write/1
, dealing with any Prolog term.
Atom
must be ground though.