--* From postmaster%watson.vnet.ibm.com@yktvmv.watson.ibm.com  Mon Jun 14 14:58:40 1993
--* Received: from yktvmv2.watson.ibm.com by radical.watson.ibm.com (AIX 3.2/UCB 5.64/900524)
--*           id AA19017; Mon, 14 Jun 1993 14:58:40 -0400
--* X-External-Networks: yes
--* Received: from watson.vnet.ibm.com by yktvmv.watson.ibm.com (IBM VM SMTP V2R3)
--*    with BSMTP id 0867; Mon, 14 Jun 93 14:59:25 EDT
--* Received: from YKTVMV by watson.vnet.ibm.com with "VAGENT.V1.0"
--*           id <A.SANTAS.NOTE.YKTVMV.1781.Jun.14.14:59:24.-0400>
--*           for asbugs@watson; Mon, 14 Jun 93 14:59:24 -0400
--* Received: from bernina.ethz.ch by watson.ibm.com (IBM VM SMTP V2R3) with TCP;
--*    Mon, 14 Jun 93 14:59:23 EDT
--* Received: from neptune by bernina.ethz.ch with SMTP inbound id <26330-0@bernina.ethz.ch>; Mon, 14 Jun 1993 20:59:17 +0200
--* From: Philip Santas <santas@inf.ethz.ch>
--* Received: from rutishauser.inf.ethz.ch (rutishauser-gw.inf.ethz.ch) by neptune id AA18545; Mon, 14 Jun 93 20:59:13 +0200
--* Date: Mon, 14 Jun 93 20:59:12 +0200
--* Message-Id: <9306141859.AA09176@rutishauser.inf.ethz.ch>
--* Received: from ru7.inf.ethz.ch.rutishauser by rutishauser.inf.ethz.ch id AA09176; Mon, 14 Jun 93 20:59:12 +0200
--* To: asbugs@watson.ibm.com
--* Subject: 123abc
--* Cc: bronstein

--@ Fixed  by: SSD Wed Jul 28 18:38:37 1993
--@ Tested by: none
--@ Summary:   123abc is parsed as the two tokens 123 and abc.



Should the expression 97865uigfd be accepted?
A# says that this is a function application:

The following program cpmpiles and results to 246.

Philip

-----------------------------
#include "aslib.as"
SI==>SingleInteger
import SI
as:SI==2
apply(x:SI, y:SI):SI==x*y
print(123as)()
------------------------------

 
