summaryrefslogtreecommitdiff
path: root/docs/pod/fype.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/fype.pod
parentcf9029ee902eda028f3efcb77e8c2aed25205b94 (diff)
bugs fixed, initial array
Diffstat (limited to 'docs/pod/fype.pod')
-rw-r--r--docs/pod/fype.pod16
1 files changed, 7 insertions, 9 deletions
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