summaryrefslogtreecommitdiff
path: root/docs/pod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-25 18:48:28 +0000
committerPaul Buetow <paul@buetow.org>2008-08-25 18:48:28 +0000
commitec9899c0399f42473d311c7d0a46769d3d933c06 (patch)
tree8396b366b5e1b665f60f5502d484985b0950a94e /docs/pod
parentcf9029ee902eda028f3efcb77e8c2aed25205b94 (diff)
bugs fixed, initial array
Diffstat (limited to 'docs/pod')
-rw-r--r--docs/pod/fype.1.gzbin6086 -> 6050 bytes
-rw-r--r--docs/pod/fype.html15
-rw-r--r--docs/pod/fype.man27
-rw-r--r--docs/pod/fype.pod16
-rw-r--r--docs/pod/fype.tex18
-rw-r--r--docs/pod/fype.txt14
6 files changed, 40 insertions, 50 deletions
diff --git a/docs/pod/fype.1.gz b/docs/pod/fype.1.gz
index c270197..8491141 100644
--- a/docs/pod/fype.1.gz
+++ b/docs/pod/fype.1.gz
Binary files differ
diff --git a/docs/pod/fype.html b/docs/pod/fype.html
index b47abe9..66c2303 100644
--- a/docs/pod/fype.html
+++ b/docs/pod/fype.html
@@ -349,6 +349,8 @@ not.</p>
<dt><strong><a name="item__28integer_29_any__3e_any">(<em>integer</em>) <em>any</em> <strong>&gt;</strong> <em>any</em></a></strong>
+<dt><strong><a name="item__28integer_29_not_any">(<em>integer</em>) <strong>not</strong> <em>any</em></a></strong>
+
</dl>
<p>
</p>
@@ -370,19 +372,16 @@ not.</p>
<p>
</p>
<h2><a name="bitwise">Bitwise</a></h2>
-<p>Bitwise operators do not work ATM. The fix is on its way!</p>
<dl>
-<dt><strong><a name="item__28any_29_any__3c_3c_any">(<em>any</em>) <em>any</em> <strong>&lt;&lt;</strong> <em>any</em></a></strong>
-
-<dt><strong><a name="item__28any_29_any__3e_3e_any">(<em>any</em>) <em>any</em> <strong>&gt;&gt;</strong> <em>any</em></a></strong>
+<dt><strong><a name="item__28integer_29_any__3a_3c_any">(<em>integer</em>) <em>any</em> <strong>:&lt;</strong> <em>any</em></a></strong>
-<dt><strong><a name="item__28any_29_any_and_any">(<em>any</em>) <em>any</em> <strong>and</strong> <em>any</em></a></strong>
+<dt><strong><a name="item__28integer_29_any__3a_3e_any">(<em>integer</em>) <em>any</em> <strong>:&gt;</strong> <em>any</em></a></strong>
-<dt><strong><a name="item__28any_29_any_or_any">(<em>any</em>) <em>any</em> <strong>or</strong> <em>any</em></a></strong>
+<dt><strong><a name="item__28integer_29_any_and_any">(<em>integer</em>) <em>any</em> <strong>and</strong> <em>any</em></a></strong>
-<dt><strong><a name="item__28any_29_any_xor_any">(<em>any</em>) <em>any</em> <strong>xor</strong> <em>any</em></a></strong>
+<dt><strong><a name="item__28integer_29_any_or_any">(<em>integer</em>) <em>any</em> <strong>or</strong> <em>any</em></a></strong>
-<dt><strong><a name="item__28any_29_not_any">(<em>any</em>) <strong>not</strong> <em>any</em></a></strong>
+<dt><strong><a name="item__28integer_29_any_xor_any">(<em>integer</em>) <em>any</em> <strong>xor</strong> <em>any</em></a></strong>
</dl>
<p>
diff --git a/docs/pod/fype.man b/docs/pod/fype.man
index 0a04c66..22eec38 100644
--- a/docs/pod/fype.man
+++ b/docs/pod/fype.man
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "FYPE 1"
-.TH FYPE 1 "2008-04-25" "Fype v0.0-devel Build 8860" "The Fype Users Manual Page"
+.TH FYPE 1 "2008-08-25" "Fype v0.0-devel Build 9175" "The Fype Users Manual Page"
.SH "NAME"
\&\fBFype\fR is \fBf\fRor \fBy\fRour \fBp\fRrogram \fBe\fRxecution
.PP
@@ -365,6 +365,8 @@ Special string behavior: A string will get auto convertet into an \fIinteger\fR.
.IX Item "(integer) any < any"
.IP "(\fIinteger\fR) \fIany\fR \fB>\fR \fIany\fR" 4
.IX Item "(integer) any > any"
+.IP "(\fIinteger\fR) \fBnot\fR \fIany\fR" 4
+.IX Item "(integer) not any"
.PD
.Sh "Definedness"
.IX Subsection "Definedness"
@@ -376,20 +378,17 @@ Returns 1 if \fIidentifier\fR has been defined. Returns 0 else.
Tries to undefine/delete the \fIidentifier\fR. Returns 1 if success, otherwise 0 is returned.
.Sh "Bitwise"
.IX Subsection "Bitwise"
-Bitwise operators do not work \s-1ATM\s0. The fix is on its way!
-.IP "(\fIany\fR) \fIany\fR \fB<<\fR \fIany\fR" 4
-.IX Item "(any) any << any"
+.IP "(\fIinteger\fR) \fIany\fR \fB:<\fR \fIany\fR" 4
+.IX Item "(integer) any :< any"
.PD 0
-.IP "(\fIany\fR) \fIany\fR \fB>>\fR \fIany\fR" 4
-.IX Item "(any) any >> any"
-.IP "(\fIany\fR) \fIany\fR \fBand\fR \fIany\fR" 4
-.IX Item "(any) any and any"
-.IP "(\fIany\fR) \fIany\fR \fBor\fR \fIany\fR" 4
-.IX Item "(any) any or any"
-.IP "(\fIany\fR) \fIany\fR \fBxor\fR \fIany\fR" 4
-.IX Item "(any) any xor any"
-.IP "(\fIany\fR) \fBnot\fR \fIany\fR" 4
-.IX Item "(any) not any"
+.IP "(\fIinteger\fR) \fIany\fR \fB:>\fR \fIany\fR" 4
+.IX Item "(integer) any :> any"
+.IP "(\fIinteger\fR) \fIany\fR \fBand\fR \fIany\fR" 4
+.IX Item "(integer) any and any"
+.IP "(\fIinteger\fR) \fIany\fR \fBor\fR \fIany\fR" 4
+.IX Item "(integer) any or any"
+.IP "(\fIinteger\fR) \fIany\fR \fBxor\fR \fIany\fR" 4
+.IX Item "(integer) any xor any"
.PD
.Sh "Numeric"
.IX Subsection "Numeric"
diff --git a/docs/pod/fype.pod b/docs/pod/fype.pod
index 6628322..33e50f5 100644
--- a/docs/pod/fype.pod
+++ b/docs/pod/fype.pod
@@ -251,6 +251,8 @@ Special string behavior: A string will get auto convertet into an I<integer>.
=item (I<integer>) I<any> B<E<gt>> I<any>
+=item (I<integer>) B<not> I<any>
+
=back
=head2 Definedness
@@ -269,21 +271,17 @@ Tries to undefine/delete the I<identifier>. Returns 1 if success, otherwise 0 is
=head2 Bitwise
-Bitwise operators do not work ATM. The fix is on its way!
-
=over
-=item (I<any>) I<any> B<<<> I<any>
-
-=item (I<any>) I<any> B<E<gt>E<gt>> I<any>
+=item (I<integer>) I<any> B<:<> I<any>
-=item (I<any>) I<any> B<and> I<any>
+=item (I<integer>) I<any> B<:E<gt>> I<any>
-=item (I<any>) I<any> B<or> I<any>
+=item (I<integer>) I<any> B<and> I<any>
-=item (I<any>) I<any> B<xor> I<any>
+=item (I<integer>) I<any> B<or> I<any>
-=item (I<any>) B<not> I<any>
+=item (I<integer>) I<any> B<xor> I<any>
=back
diff --git a/docs/pod/fype.tex b/docs/pod/fype.tex
index a14a509..0558ff3 100644
--- a/docs/pod/fype.tex
+++ b/docs/pod/fype.tex
@@ -293,7 +293,8 @@ Special string behavior: A string will get auto convertet into an \textit{intege
\item[{(\textit{integer}) \textit{any} \textbf{$<$=}}] \textbf{\textit{any}}
\item[{(\textit{integer}) \textit{any} \textbf{$>$=}}] \textbf{\textit{any}}
\item[{(\textit{integer}) \textit{any} \textbf{$<$}}] \textbf{\textit{any}}
-\item[{(\textit{integer}) \textit{any} \textbf{$>$}}] \textbf{\textit{any}}\end{description}
+\item[{(\textit{integer}) \textit{any} \textbf{$>$}}] \textbf{\textit{any}}
+\item[{(\textit{integer}) \textbf{not} \textit{any}}] \mbox{}\end{description}
\subsection*{Definedness\label{Definedness}\index{Definedness}}
\begin{description}
@@ -308,18 +309,13 @@ Tries to undefine/delete the \textit{identifier}. Returns 1 if success, otherwis
\end{description}
\subsection*{Bitwise\label{Bitwise}\index{Bitwise}}
-
-
-Bitwise operators do not work ATM. The fix is on its way!
-
\begin{description}
-\item[{(\textit{any}) \textit{any} \textbf{$<$$<$}}] \textbf{\textit{any}}
-\item[{(\textit{any}) \textit{any} \textbf{$>$$>$}}] \textbf{\textit{any}}
-\item[{(\textit{any}) \textit{any} \textbf{and}}] \textbf{\textit{any}}
-\item[{(\textit{any}) \textit{any} \textbf{or}}] \textbf{\textit{any}}
-\item[{(\textit{any}) \textit{any} \textbf{xor}}] \textbf{\textit{any}}
-\item[{(\textit{any}) \textbf{not} \textit{any}}] \mbox{}\end{description}
+\item[{(\textit{integer}) \textit{any} \textbf{:$<$}}] \textbf{\textit{any}}
+\item[{(\textit{integer}) \textit{any} \textbf{:$>$}}] \textbf{\textit{any}}
+\item[{(\textit{integer}) \textit{any} \textbf{and}}] \textbf{\textit{any}}
+\item[{(\textit{integer}) \textit{any} \textbf{or}}] \textbf{\textit{any}}
+\item[{(\textit{integer}) \textit{any} \textbf{xor}}] \textbf{\textit{any}}\end{description}
\subsection*{Numeric\label{Numeric}\index{Numeric}}
\begin{description}
diff --git a/docs/pod/fype.txt b/docs/pod/fype.txt
index 3f61d8b..3cc7d20 100644
--- a/docs/pod/fype.txt
+++ b/docs/pod/fype.txt
@@ -223,6 +223,7 @@ BUILT IN FUNCTIONS
(*integer*) *any* >= *any*
(*integer*) *any* < *any*
(*integer*) *any* > *any*
+ (*integer*) not *any*
Definedness
(*integer*) defined *identifier*
@@ -233,14 +234,11 @@ BUILT IN FUNCTIONS
otherwise 0 is returned.
Bitwise
- Bitwise operators do not work ATM. The fix is on its way!
-
- (*any*) *any* << *any*
- (*any*) *any* >> *any*
- (*any*) *any* and *any*
- (*any*) *any* or *any*
- (*any*) *any* xor *any*
- (*any*) not *any*
+ (*integer*) *any* :< *any*
+ (*integer*) *any* :> *any*
+ (*integer*) *any* and *any*
+ (*integer*) *any* or *any*
+ (*integer*) *any* xor *any*
Numeric
(*number*) neg *number*