Author: larry
Date: Mon Sep 1 17:02:00 2008
New Revision: 14578
Modified:
doc/trunk/design/syn/S02.pod
Log:
added Rat type to list of immutables, mbiggar++
Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod (original)
+++ doc/trunk/design/syn/S02.pod Mon Sep 1 17:02:00 2008
@@ -12,9 +12,9 @@
Maintainer: Larry Wall <[EMAIL PROTECTED]>
Date: 10 Aug 2004
- Last Modified: 8 Aug 2008
+ Last Modified: 1 Sep 2008
Number: 2
- Version: 136
+ Version: 137
This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
@@ -885,6 +885,7 @@
Int Perl integer (allows Inf/NaN, arbitrary precision, etc.)
Str Perl string (finite sequence of Unicode characters)
Num Perl number
+ Rat Perl rational
Complex Perl complex number
Bool Perl boolean
Exception Perl exception