﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4048	Where is function print defined?	Francesco Casella	somebody	"Try this test model
{{{
model Test
  algorithm
  when sample(0,0.1) then
    print(""It's now t = ""+String(time));
  end when;
end Test;
}}}
The model compiles and runs, but it doesn't print anything anywhere. I wonder which {{{print()}}} function is linked here, I am not aware of any pre-defined function in Modelica with that name."	defect	closed	high	1.11.0	*unknown*		fixed		Adeel Asghar
