﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
419	Problem with BinGroup	giken019	Víctor de Buen Remiro	"The following makes Tol crash:

Anything a = 5;
Anything b = 6;
Anything c = 7;
Anything d = 8;
Anything BBB = SetOfAnything(a,b,c,d);
Anything CCC= BinGroup(""+"",BBB);
-------------------------------------

If the last line is changed to

Real CCC= BinGroup(""+"",BBB);

Then it works (however BinGroup is supposed to be of type Anything, so I am not sure how to use it).  Hope that information is useful."	defect	closed	lowest		Kernel	head	minor	fixed		
