--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Tue Sep 13 06:11:36 1994
--* Received: from yktvmv-ob.watson.ibm.com by asharp.watson.ibm.com (AIX 3.2/UCB 5.64/930311)
--*           id AA24333; Tue, 13 Sep 1994 06:11:36 -0400
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 7569; Tue, 13 Sep 94 06:11:40 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.MIKER.NOTE.YKTVMV.3541.Sep.13.06:11:40.-0400>
--*           for asbugs@watson; Tue, 13 Sep 94 06:11:40 -0400
--* Received: from nagrs3.nag.co.uk by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Tue, 13 Sep 94 06:11:39 EDT
--* Received: by nagrs3.nag.co.uk (AIX 3.2/UCB 5.64/4.03)
--*           id AA18549; Tue, 13 Sep 1994 11:12:24 +0100
--* Date: Tue, 13 Sep 1994 11:12:24 +0100
--* From: miker@nagrs3.nag.co.uk (Mike Richardson)
--* Message-Id: <9409131012.AA18549@nagrs3.nag.co.uk>
--* To: asbugs@watson.ibm.com
--* Subject: [9] anomalous error message for "1"

--@ Fixed  by:  SSD   Thu Sep 15 12:43:05 EDT 1994 
--@ Tested by:  none 
--@ Summary:    Not a bug. 0 and 1 are identifiers, not integer literals. 

-- Command line: 1
-- Version: 0.36.5
-- Original bug file name: /home/red5/miker/Mail/t

asharp -gloop
%1 >> 3
      ^
[L1 C1] #1 (Error) No meaning for integer-style literal `3'.

%2 >> 2
      ^
[L2 C1] #1 (Error) No meaning for integer-style literal `2'.

%3 >> 1
      ^
[L3 C1] #1 (Error) No meaning for identifier `1'.
 
