| 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 |
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