function BooleanFunctions extends Modelica.Icons.Function; import Modelica.Utilities.Streams; import Modelica.Math.BooleanVectors; input String logFile = "ModelicaTestLog.txt" "Filename where the log is stored"; output Boolean ok; end BooleanFunctions;