17 Feb
2007
17 Feb
'07
1:02 p.m.
Hello! On Sat, Feb 17, 2007 at 06:50:29PM +0800, Jerome BENOIT wrote:
my_list := [ 1, 2, 3, 4, 5, NULL];
gives the list [1,2,3,4,5] .
GiNaC does not support such (to put it mildly) weird objects.
The idea is that inside a script the elements of the list can be easily commented or uncommented.
my_list := [ 1, 2, # 3, # 4, # 5, NULL];
gives [1,2] .
can we do that with GiNaC ?
lst my_list; my_list = 1, 2/*, 3, 4, 5*/ ; Best regards, Alexei -- All science is either physics or stamp collecting.