#!/usr/bin/env /friends/bin/basicscript Var1 = 23 Var2 = 67 if var1 > var2 then goto a else goto b a ? "Ja" End b ? "Nein" End