﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1567	Simplify delay-expressions	Martin Sjölund	Martin Sjölund	"The following will store two different delay-expressions in the simulation runtime:
{{{delay(x,3)
delay(3*x,3)}}}

However, it is equivalent to:
{{{delay(x,3)
3*delay(x,3)}}}
which only need to store one of the expressions in the delay buffer"	defect	closed	high				fixed		Martin Sjölund
