File: gprolog020.html

package info (click to toggle)
gprolog 1.3.0-6.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 13,512 kB
  • ctags: 8,954
  • sloc: ansic: 57,431; perl: 16,620; sh: 5,900; makefile: 1,284
file content (75 lines) | stat: -rw-r--r-- 2,673 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
            "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>



<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="hevea 1.08">
<LINK rel="stylesheet" type="text/css" href="gprolog.css">
<TITLE>
Prolog directives and control constructs
</TITLE>
</HEAD>
<BODY TEXT=black BGCOLOR=white>
<A HREF="gprolog016.html"><IMG SRC ="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Up"></A>
<A HREF="gprolog023.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
<HR>

<H2 CLASS="section"><A NAME="htoc44">6</A>&nbsp;&nbsp;Prolog directives and control constructs</H2>

<UL>
<LI><A HREF="gprolog021.html">Prolog directives</A>
<UL>
<LI><A HREF="gprolog021.html#toc26">Introduction</A>
<LI><A HREF="gprolog021.html#toc27"><TT>dynamic/1</TT></A>
<LI><A HREF="gprolog021.html#toc28"><TT>public/1</TT></A>
<LI><A HREF="gprolog021.html#toc29"><TT>multifile/1</TT></A>
<LI><A HREF="gprolog021.html#toc30"><TT>discontiguous/1</TT></A>
<LI><A HREF="gprolog021.html#toc31"><TT>ensure_linked/1</TT></A>
<LI><A HREF="gprolog021.html#toc32"><TT>built_in/0</TT>,
 <TT>built_in/1</TT>,
 <TT>built_in_fd/0</TT>,
 <TT>built_in_fd/1</TT></A>
<LI><A HREF="gprolog021.html#toc33"><TT>include/1</TT></A>
<LI><A HREF="gprolog021.html#toc34"><TT>ensure_loaded/1</TT></A>
<LI><A HREF="gprolog021.html#toc35"><TT>op/3</TT></A>
<LI><A HREF="gprolog021.html#toc36"><TT>char_conversion/2</TT></A>
<LI><A HREF="gprolog021.html#toc37"><TT>set_prolog_flag/2</TT></A>
<LI><A HREF="gprolog021.html#toc38"><TT>initialization/1</TT></A>
<LI><A HREF="gprolog021.html#toc39"><TT>foreign/2</TT>,
 <TT>foreign/1</TT></A>
</UL>
<LI><A HREF="gprolog022.html">Prolog control constructs</A>
<UL>
<LI><A HREF="gprolog022.html#toc40"><TT>true/0</TT>,
 <TT>fail/0</TT>,
 <TT>!/0</TT></A>
<LI><A HREF="gprolog022.html#toc41"><TT>(',')/2</TT> - conjunction,
 <TT>(;)/2</TT> - disjunction,
 <TT>(-&gt;)/2</TT> - if-then</A>
<LI><A HREF="gprolog022.html#toc42"><TT>call/1</TT></A>
<LI><A HREF="gprolog022.html#toc43"><TT>catch/3</TT>,
 <TT>throw/1</TT></A>
</UL>
</UL>
<BR>
<BR>


<HR SIZE=2>
Copyright (C) 1999-2007 Daniel Diaz
<BR>
<BR>
Verbatim copying and distribution of this entire article is permitted in any
medium, provided this notice is preserved. <BR>
<BR>
<A HREF="index.html#copyright">More about the copyright</A>
<HR>
<A HREF="gprolog016.html"><IMG SRC ="previous_motif.gif" ALT="Previous"></A>
<A HREF="index.html"><IMG SRC ="contents_motif.gif" ALT="Up"></A>
<A HREF="gprolog023.html"><IMG SRC ="next_motif.gif" ALT="Next"></A>
</BODY>
</HTML>