10 if $hope > $loss {
$future = $future+1
goto 10; }
else {
$hope = 0;
unset ($future);
goto 20;}
20 end program
30 run

Loss and Hope in Isolation
10 if $hope > $loss {
$future = $future+1
goto 10; }
else {
$hope = 0;
unset ($future);
goto 20;}
20 end program
30 run
