<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>Using variables</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>I am trying to convert a java-like code into a kepler workflow<BR>
<BR>
if I have something like:<BR>
int x = 5;<BR>
boolean greaterThanFive;<BR>
if(x==5)<BR>
greaterThanFive = true;<BR>
<BR>
what actors/set-up would I need?<BR>
Thank you<BR>
<BR>
<BR>
<BR>
TR<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>