/* ----------- 2. COMPARISON & BRANCHES -------------*/ -- IF...THEN SAY...ELSE... -- Example: FRA Exporter spotrate_0=1.36 spotrate_1=1.30 forwrate=1.40 IF (spotrate_0 > spotrate_1) & (forwrate > spotrate_0) THEN SAY 'Overall Payoff negative'; ELSE 'Try changing the numbers' -- WHEN...THEN SAY...THEN SAY...OTHERWISE... -- Example: FRA Exporter SELECT WHEN forwrate>spotrate_0 THEN SAY 'Overall Payoff positive'; WHEN forwrate