Jacques Gélinas on Sun, 05 Aug 2018 17:24:47 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Parser inline function problem
|
- To: "pari-users@pari.math.u-bordeaux.fr" <pari-users@pari.math.u-bordeaux.fr>
- Subject: Parser inline function problem
- From: Jacques Gélinas <jacquesg00@hotmail.com>
- Date: Sun, 5 Aug 2018 15:24:44 +0000
- Accept-language: fr-CA, en-US
- Authentication-results: spf=none (sender IP is ) smtp.mailfrom=jacquesg00@hotmail.com;
- Delivery-date: Sun, 05 Aug 2018 17:24:47 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hotmail.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=5mLCtgs607O3l7TbOPujDD9qh3KTFTZNVPsnMHOuqIs=; b=aJZM7ZId8EPE+N/Prw5VGwVgo1azSUd2DPDYVPevzAEyP9A8Qj19JnldcwzWiFlllFRtywEGWDM0FDO6hoFMItc7VX1en28eD4D9pQtiObh2/bT2JCtvnVbPNVv8pCa5Xb0FfO6amf1kc2aRkEbRuGqp0IfeFDyXVgS6hkHxORJgoUYLnhyOEmX6r0Ieq5cdm+bqntstUtnG15d7AB+Xztomn2r9mV1klKoWgHaJkvYP8nvavzUvUOtMIKVfTD6Wyn3weNcLEllMM+UYk7HBz15PstrsuB7FyO3RzzLNCW3OhSx7Q0VAgVzM31LFObGPYqVHjUSHczcA3Kc9RJlF9Q==
- Thread-index: AQHULNBGxQ7IHjWbqECxaQ+xxC98SQ==
- Thread-topic: Parser inline function problem
Is it possible to stop the parser from searching for inline functions ?
# v=version()
%1 = [2, 11, 0]
# print("v"(v));
*** at top-level: print("v"(v))
*** ^-------
*** not a function in function call
Jacques Gélinas