﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1500	in vesion  1.6.1   functions could not be parsed	fh77	fh77	"in version 1.7.0 and 1.6.0 I had not this problem

simple sample, which did not work with 1.6.1

{{{
function FRun1
  input  Int16 in1;
  output  Int16 out1;
  algorithm
  out1:=in1+10;
end FRun1;
}}}"	defect	closed	normal				wontfix		fh77
