--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Mon Jul 19 02:17:09 1993
--* Received: from yktvmv2.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA14578; Mon, 19 Jul 1993 02:17:09 -0400
--* X-External-Networks: yes
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 1591; Mon, 19 Jul 93 02:18:14 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SANTAS.NOTE.YKTVMV.2795.Jul.19.02:18:13.-0400>
--*           for asbugs@watson; Mon, 19 Jul 93 02:18:14 -0400
--* Received: from bernina.ethz.ch by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Mon, 19 Jul 93 02:18:12 EDT
--* Received: from neptune by bernina.ethz.ch with SMTP inbound id <24530-0@bernina.ethz.ch>; Mon, 19 Jul 1993 08:17:57 +0200
--* From: Philip Santas <santas@inf.ethz.ch>
--* Received: from rutishauser.inf.ethz.ch (rutishauser-gw.inf.ethz.ch) by neptune id AA27184; Mon, 19 Jul 93 08:17:51 +0200
--* Date: Mon, 19 Jul 93 08:17:50 +0200
--* Message-Id: <9307190617.AA18250@rutishauser.inf.ethz.ch>
--* Received: from ru7.inf.ethz.ch.rutishauser by rutishauser.inf.ethz.ch id AA18250; Mon, 19 Jul 93 08:17:50 +0200
--* To: asbugs@watson.ibm.com
--* Subject: print(1@SI@with@SI), print(((1@SI)@with)@SI), vs  print((1@
--* Cc: bronstein, santas

--@ Fixed  by: SSD Wed Jul 28 17:29:50 1993
--@ Tested by: none
--@ Summary:   x@with is a with, not a SI, so the error message is correct

The following reports errors:

--------------syntax.as----------------
#include "aslib.as"

SI ==> SingleInteger
import SI
print(1@SI@with@SI@SI)
---------------errors-------------------
"syntax.as", line 5: print(1@SI@with@SI)
                     ......^
[L43 C7] (Error) The expression has 1 possible meanings.
  The context requires an expression of type SingleInteger.
----------------------------------------

Philip

 
