Virtual Trading v2.0.95版本的 MD5 值为:ef0f95d706f7364286da0edbbd29a27d

以下内容为反编译后的 Screen1.java 源代码,内容仅作参考


package com.niotron.tmk_june.vt133_noScroll;

import android.os.Bundle;
import androidx.constraintlayout.core.motion.utils.TypedValues;
import androidx.core.app.NotificationCompat;
import androidx.core.view.InputDeviceCompat;
import androidx.core.view.PointerIconCompat;
import androidx.fragment.app.FragmentTransaction;
import androidx.recyclerview.widget.ItemTouchHelper;
import androidx.room.RoomDatabase;
import com.DavidNingthoujam.ScreenOrientationFix.ScreenOrientationFix;
import com.devyb.devybpopupmenu.DevYbPopupMenu;
import com.dreamers.AlphaDialog.AlphaDialog;
import com.dreamers.bubbletabbar.BubbleTabBar;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.util.GmsVersion;
import com.google.android.gms.location.GeofenceStatusCodes;
import com.google.appinventor.components.common.ComponentConstants;
import com.google.appinventor.components.common.FacebookBannerSize;
import com.google.appinventor.components.common.PropertyTypeConstants;
import com.google.appinventor.components.common.YaVersion;
import com.google.appinventor.components.runtime.ActivityStarter;
import com.google.appinventor.components.runtime.AppInventorCompatActivity;
import com.google.appinventor.components.runtime.AsyncTask;
import com.google.appinventor.components.runtime.Button;
import com.google.appinventor.components.runtime.CheckBox;
import com.google.appinventor.components.runtime.ChromeCustomTab;
import com.google.appinventor.components.runtime.Clock;
import com.google.appinventor.components.runtime.Component;
import com.google.appinventor.components.runtime.DevsTool;
import com.google.appinventor.components.runtime.EventDispatcher;
import com.google.appinventor.components.runtime.FacebookBannerAd;
import com.google.appinventor.components.runtime.FacebookInterstitialAd;
import com.google.appinventor.components.runtime.FirebaseAuthentication;
import com.google.appinventor.components.runtime.FirebaseCore;
import com.google.appinventor.components.runtime.Form;
import com.google.appinventor.components.runtime.GPlayAppUpdater;
import com.google.appinventor.components.runtime.HandlesEventDispatching;
import com.google.appinventor.components.runtime.HorizontalArrangement;
import com.google.appinventor.components.runtime.HorizontalScrollArrangement;
import com.google.appinventor.components.runtime.Image;
import com.google.appinventor.components.runtime.Label;
import com.google.appinventor.components.runtime.NiotronAnimations;
import com.google.appinventor.components.runtime.NiotronBeautify;
import com.google.appinventor.components.runtime.NiotronBottomNavigation;
import com.google.appinventor.components.runtime.NiotronBottomSheet;
import com.google.appinventor.components.runtime.NiotronCardView;
import com.google.appinventor.components.runtime.NiotronCircularProgress;
import com.google.appinventor.components.runtime.NiotronDeviceInfo;
import com.google.appinventor.components.runtime.NiotronFirebaseAnalytics;
import com.google.appinventor.components.runtime.NiotronLinearProgressBar;
import com.google.appinventor.components.runtime.NiotronMaterialButton;
import com.google.appinventor.components.runtime.NiotronMaterialTextBox;
import com.google.appinventor.components.runtime.NiotronMaterialToggleButton;
import com.google.appinventor.components.runtime.NiotronOneSignalPush;
import com.google.appinventor.components.runtime.NiotronRadioButton;
import com.google.appinventor.components.runtime.NiotronSecurity;
import com.google.appinventor.components.runtime.NiotronSwipeRefreshLayout;
import com.google.appinventor.components.runtime.NiotronTabLayout;
import com.google.appinventor.components.runtime.NiotronViewPager;
import com.google.appinventor.components.runtime.Notifier;
import com.google.appinventor.components.runtime.Sharing;
import com.google.appinventor.components.runtime.Slider;
import com.google.appinventor.components.runtime.Spacer;
import com.google.appinventor.components.runtime.SpeechRecognizer;
import com.google.appinventor.components.runtime.Spinner;
import com.google.appinventor.components.runtime.Switch;
import com.google.appinventor.components.runtime.TextBox;
import com.google.appinventor.components.runtime.TinyDB;
import com.google.appinventor.components.runtime.VerticalArrangement;
import com.google.appinventor.components.runtime.VerticalScrollArrangement;
import com.google.appinventor.components.runtime.ViewUtils;
import com.google.appinventor.components.runtime.Web;
import com.google.appinventor.components.runtime.WebViewer;
import com.google.appinventor.components.runtime.errors.PermissionException;
import com.google.appinventor.components.runtime.errors.StopBlocksExecution;
import com.google.appinventor.components.runtime.errors.YailRuntimeError;
import com.google.appinventor.components.runtime.util.ErrorMessages;
import com.google.appinventor.components.runtime.util.FullScreenVideoUtil;
import com.google.appinventor.components.runtime.util.RetValManager;
import com.google.appinventor.components.runtime.util.RuntimeErrorAlert;
import com.google.appinventor.components.runtime.util.ScreenDensityUtil;
import com.google.appinventor.components.runtime.util.YailDictionary;
import com.google.firebase.analytics.FirebaseAnalytics;
import com.google.firebase.messaging.Constants;
import com.google.firebase.messaging.ServiceStarter;
import com.google.youngandroid.runtime;
import com.gordonlu.imageutil.ImageUtil;
import com.jdl.NotificationStyle.NotificationStyle;
import com.onesignal.OSInAppMessageContentKt;
import com.onesignal.OneSignalDbContract;
import com.onesignal.OneSignalRemoteParams;
import com.onesignal.outcomes.OSOutcomeConstants;
import com.onesignal.outcomes.data.OutcomeEventsTable;
import com.sonu.AppSettings.AppSettings;
import com.sumit1334.websocket.WebSocketConnector;
import com.sunny.CustomWebView.CustomWebView;
import com.sunny.ScrollHandler.ScrollHandler;
import com.yusufcihan.DynamicComponents.DynamicComponents;
import gnu.expr.Language;
import gnu.expr.ModuleBody;
import gnu.expr.ModuleInfo;
import gnu.expr.ModuleMethod;
import gnu.kawa.functions.AddOp;
import gnu.kawa.functions.Apply;
import gnu.kawa.functions.ApplyToArgs;
import gnu.kawa.functions.DivideOp;
import gnu.kawa.functions.Format;
import gnu.kawa.functions.GetNamedPart;
import gnu.kawa.functions.IsEqual;
import gnu.kawa.functions.LispEscapeFormat;
import gnu.kawa.functions.MultiplyOp;
import gnu.kawa.functions.NumberCompare;
import gnu.kawa.reflect.Invoke;
import gnu.kawa.reflect.SlotGet;
import gnu.kawa.reflect.SlotSet;
import gnu.lists.Consumer;
import gnu.lists.FString;
import gnu.lists.LList;
import gnu.lists.Pair;
import gnu.lists.PairWithPosition;
import gnu.lists.VoidConsumer;
import gnu.mapping.CallContext;
import gnu.mapping.Environment;
import gnu.mapping.Procedure;
import gnu.mapping.SimpleSymbol;
import gnu.mapping.Symbol;
import gnu.mapping.Values;
import gnu.mapping.WrongType;
import gnu.math.DFloNum;
import gnu.math.IntNum;
import io.soham.styletextutils.StyleTextUtils;
import kawa.Telnet;
import kawa.lang.Continuation;
import kawa.lang.Promise;
import kawa.lib.lists;
import kawa.lib.misc;
import kawa.lib.strings;
import kawa.standard.Scheme;
import kotlinx.coroutines.scheduling.WorkQueueKt;
import org.jsoup.helper.HttpConnection;
import yt.DeepHost.ViewTooltip.ViewToolTip;

public class Screen1 extends Form implements Runnable {
    static final SimpleSymbol Lit0;
    static final SimpleSymbol Lit1;
    static final PairWithPosition Lit10;
    static final SimpleSymbol Lit100;
    static final PairWithPosition Lit1000;
    static final PairWithPosition Lit1001;
    static final PairWithPosition Lit1002;
    static final PairWithPosition Lit1003;
    static final PairWithPosition Lit1004;
    static final PairWithPosition Lit1005;
    static final PairWithPosition Lit1006;
    static final SimpleSymbol Lit1007;
    static final PairWithPosition Lit1008;
    static final PairWithPosition Lit1009;
    static final SimpleSymbol Lit101;
    static final PairWithPosition Lit1010;
    static final PairWithPosition Lit1011;
    static final SimpleSymbol Lit1012;
    static final PairWithPosition Lit1013;
    static final PairWithPosition Lit1014;
    static final PairWithPosition Lit1015;
    static final PairWithPosition Lit1016;
    static final PairWithPosition Lit1017;
    static final PairWithPosition Lit1018;
    static final PairWithPosition Lit1019;
    static final PairWithPosition Lit102;
    static final PairWithPosition Lit1020;
    static final PairWithPosition Lit1021;
    static final PairWithPosition Lit1022;
    static final PairWithPosition Lit1023;
    static final PairWithPosition Lit1024;
    static final SimpleSymbol Lit1025;
    static final SimpleSymbol Lit1026;
    static final SimpleSymbol Lit1027;
    static final PairWithPosition Lit1028;
    static final PairWithPosition Lit1029;
    static final PairWithPosition Lit103;
    static final PairWithPosition Lit1030;
    static final PairWithPosition Lit1031;
    static final PairWithPosition Lit1032;
    static final PairWithPosition Lit1033;
    static final PairWithPosition Lit1034;
    static final SimpleSymbol Lit1035;
    static final PairWithPosition Lit1036;
    static final PairWithPosition Lit1037;
    static final PairWithPosition Lit1038;
    static final PairWithPosition Lit1039;
    static final PairWithPosition Lit104;
    static final PairWithPosition Lit1040;
    static final PairWithPosition Lit1041;
    static final PairWithPosition Lit1042;
    static final PairWithPosition Lit1043;
    static final PairWithPosition Lit1044;
    static final PairWithPosition Lit1045;
    static final PairWithPosition Lit1046;
    static final PairWithPosition Lit1047;
    static final PairWithPosition Lit1048;
    static final PairWithPosition Lit1049;
    static final PairWithPosition Lit105;
    static final PairWithPosition Lit1050;
    static final PairWithPosition Lit1051;
    static final PairWithPosition Lit1052;
    static final PairWithPosition Lit1053;
    static final PairWithPosition Lit1054;
    static final PairWithPosition Lit1055;
    static final PairWithPosition Lit1056;
    static final PairWithPosition Lit1057;
    static final PairWithPosition Lit1058;
    static final PairWithPosition Lit1059;
    static final PairWithPosition Lit106;
    static final PairWithPosition Lit1060;
    static final PairWithPosition Lit1061;
    static final PairWithPosition Lit1062;
    static final PairWithPosition Lit1063;
    static final PairWithPosition Lit1064;
    static final PairWithPosition Lit1065;
    static final PairWithPosition Lit1066;
    static final PairWithPosition Lit1067;
    static final PairWithPosition Lit1068;
    static final PairWithPosition Lit1069;
    static final PairWithPosition Lit107;
    static final PairWithPosition Lit1070;
    static final PairWithPosition Lit1071;
    static final PairWithPosition Lit1072;
    static final PairWithPosition Lit1073;
    static final PairWithPosition Lit1074;
    static final PairWithPosition Lit1075;
    static final PairWithPosition Lit1076;
    static final PairWithPosition Lit1077;
    static final PairWithPosition Lit1078;
    static final PairWithPosition Lit1079;
    static final PairWithPosition Lit108;
    static final PairWithPosition Lit1080;
    static final PairWithPosition Lit1081;
    static final PairWithPosition Lit1082;
    static final PairWithPosition Lit1083;
    static final PairWithPosition Lit1084;
    static final PairWithPosition Lit1085;
    static final PairWithPosition Lit1086;
    static final PairWithPosition Lit1087;
    static final PairWithPosition Lit1088;
    static final PairWithPosition Lit1089;
    static final PairWithPosition Lit109;
    static final PairWithPosition Lit1090;
    static final SimpleSymbol Lit1091;
    static final PairWithPosition Lit1092;
    static final PairWithPosition Lit1093;
    static final PairWithPosition Lit1094;
    static final PairWithPosition Lit1095;
    static final PairWithPosition Lit1096;
    static final PairWithPosition Lit1097;
    static final PairWithPosition Lit1098;
    static final PairWithPosition Lit1099;
    static final SimpleSymbol Lit11;
    static final PairWithPosition Lit110;
    static final PairWithPosition Lit1100;
    static final PairWithPosition Lit1101;
    static final PairWithPosition Lit1102;
    static final PairWithPosition Lit1103;
    static final PairWithPosition Lit1104;
    static final PairWithPosition Lit1105;
    static final PairWithPosition Lit1106;
    static final PairWithPosition Lit1107;
    static final PairWithPosition Lit1108;
    static final IntNum Lit1109;
    static final PairWithPosition Lit111;
    static final PairWithPosition Lit1110;
    static final PairWithPosition Lit1111;
    static final SimpleSymbol Lit1112;
    static final PairWithPosition Lit1113;
    static final PairWithPosition Lit1114;
    static final SimpleSymbol Lit1115;
    static final IntNum Lit1116;
    static final PairWithPosition Lit1117;
    static final PairWithPosition Lit1118;
    static final PairWithPosition Lit1119;
    static final PairWithPosition Lit112;
    static final PairWithPosition Lit1120;
    static final PairWithPosition Lit1121;
    static final PairWithPosition Lit1122;
    static final PairWithPosition Lit1123;
    static final PairWithPosition Lit1124;
    static final PairWithPosition Lit1125;
    static final PairWithPosition Lit1126;
    static final PairWithPosition Lit1127;
    static final PairWithPosition Lit1128;
    static final PairWithPosition Lit1129;
    static final PairWithPosition Lit113;
    static final PairWithPosition Lit1130;
    static final PairWithPosition Lit1131;
    static final PairWithPosition Lit1132;
    static final PairWithPosition Lit1133;
    static final PairWithPosition Lit1134;
    static final PairWithPosition Lit1135;
    static final PairWithPosition Lit1136;
    static final PairWithPosition Lit1137;
    static final PairWithPosition Lit1138;
    static final PairWithPosition Lit1139;
    static final PairWithPosition Lit114;
    static final PairWithPosition Lit1140;
    static final PairWithPosition Lit1141;
    static final PairWithPosition Lit1142;
    static final PairWithPosition Lit1143;
    static final PairWithPosition Lit1144;
    static final PairWithPosition Lit1145;
    static final PairWithPosition Lit1146;
    static final PairWithPosition Lit1147;
    static final PairWithPosition Lit1148;
    static final PairWithPosition Lit1149;
    static final PairWithPosition Lit115;
    static final PairWithPosition Lit1150;
    static final PairWithPosition Lit1151;
    static final PairWithPosition Lit1152;
    static final PairWithPosition Lit1153;
    static final PairWithPosition Lit1154;
    static final PairWithPosition Lit1155;
    static final PairWithPosition Lit1156;
    static final PairWithPosition Lit1157;
    static final PairWithPosition Lit1158;
    static final PairWithPosition Lit1159;
    static final PairWithPosition Lit116;
    static final PairWithPosition Lit1160;
    static final PairWithPosition Lit1161;
    static final PairWithPosition Lit1162;
    static final PairWithPosition Lit1163;
    static final PairWithPosition Lit1164;
    static final PairWithPosition Lit1165;
    static final PairWithPosition Lit1166;
    static final PairWithPosition Lit1167;
    static final PairWithPosition Lit1168;
    static final PairWithPosition Lit1169;
    static final PairWithPosition Lit117;
    static final PairWithPosition Lit1170;
    static final PairWithPosition Lit1171;
    static final PairWithPosition Lit1172;
    static final PairWithPosition Lit1173;
    static final PairWithPosition Lit1174;
    static final PairWithPosition Lit1175;
    static final PairWithPosition Lit1176;
    static final PairWithPosition Lit1177;
    static final PairWithPosition Lit1178;
    static final PairWithPosition Lit1179;
    static final PairWithPosition Lit118;
    static final PairWithPosition Lit1180;
    static final PairWithPosition Lit1181;
    static final PairWithPosition Lit1182;
    static final PairWithPosition Lit1183;
    static final PairWithPosition Lit1184;
    static final PairWithPosition Lit1185;
    static final PairWithPosition Lit1186;
    static final PairWithPosition Lit1187;
    static final PairWithPosition Lit1188;
    static final PairWithPosition Lit1189;
    static final PairWithPosition Lit119;
    static final PairWithPosition Lit1190;
    static final PairWithPosition Lit1191;
    static final PairWithPosition Lit1192;
    static final PairWithPosition Lit1193;
    static final PairWithPosition Lit1194;
    static final PairWithPosition Lit1195;
    static final PairWithPosition Lit1196;
    static final PairWithPosition Lit1197;
    static final PairWithPosition Lit1198;
    static final PairWithPosition Lit1199;
    static final SimpleSymbol Lit12;
    static final PairWithPosition Lit120;
    static final PairWithPosition Lit1200;
    static final PairWithPosition Lit1201;
    static final PairWithPosition Lit1202;
    static final PairWithPosition Lit1203;
    static final PairWithPosition Lit1204;
    static final PairWithPosition Lit1205;
    static final PairWithPosition Lit1206;
    static final PairWithPosition Lit1207;
    static final PairWithPosition Lit1208;
    static final PairWithPosition Lit1209;
    static final PairWithPosition Lit121;
    static final PairWithPosition Lit1210;
    static final PairWithPosition Lit1211;
    static final PairWithPosition Lit1212;
    static final PairWithPosition Lit1213;
    static final PairWithPosition Lit1214;
    static final PairWithPosition Lit1215;
    static final PairWithPosition Lit1216;
    static final PairWithPosition Lit1217;
    static final PairWithPosition Lit1218;
    static final PairWithPosition Lit1219;
    static final PairWithPosition Lit122;
    static final PairWithPosition Lit1220;
    static final PairWithPosition Lit1221;
    static final PairWithPosition Lit1222;
    static final PairWithPosition Lit1223;
    static final PairWithPosition Lit1224;
    static final PairWithPosition Lit1225;
    static final PairWithPosition Lit1226;
    static final PairWithPosition Lit1227;
    static final PairWithPosition Lit1228;
    static final PairWithPosition Lit1229;
    static final PairWithPosition Lit123;
    static final PairWithPosition Lit1230;
    static final PairWithPosition Lit1231;
    static final PairWithPosition Lit1232;
    static final PairWithPosition Lit1233;
    static final PairWithPosition Lit1234;
    static final PairWithPosition Lit1235;
    static final PairWithPosition Lit1236;
    static final PairWithPosition Lit1237;
    static final PairWithPosition Lit1238;
    static final PairWithPosition Lit1239;
    static final PairWithPosition Lit124;
    static final PairWithPosition Lit1240;
    static final PairWithPosition Lit1241;
    static final PairWithPosition Lit1242;
    static final PairWithPosition Lit1243;
    static final PairWithPosition Lit1244;
    static final PairWithPosition Lit1245;
    static final PairWithPosition Lit1246;
    static final PairWithPosition Lit1247;
    static final PairWithPosition Lit1248;
    static final PairWithPosition Lit1249;
    static final PairWithPosition Lit125;
    static final PairWithPosition Lit1250;
    static final PairWithPosition Lit1251;
    static final PairWithPosition Lit1252;
    static final PairWithPosition Lit1253;
    static final PairWithPosition Lit1254;
    static final PairWithPosition Lit1255;
    static final PairWithPosition Lit1256;
    static final PairWithPosition Lit1257;
    static final PairWithPosition Lit1258;
    static final PairWithPosition Lit1259;
    static final PairWithPosition Lit126;
    static final PairWithPosition Lit1260;
    static final PairWithPosition Lit1261;
    static final PairWithPosition Lit1262;
    static final PairWithPosition Lit1263;
    static final PairWithPosition Lit1264;
    static final PairWithPosition Lit1265;
    static final PairWithPosition Lit1266;
    static final PairWithPosition Lit1267;
    static final PairWithPosition Lit1268;
    static final PairWithPosition Lit1269;
    static final PairWithPosition Lit127;
    static final PairWithPosition Lit1270;
    static final PairWithPosition Lit1271;
    static final PairWithPosition Lit1272;
    static final PairWithPosition Lit1273;
    static final PairWithPosition Lit1274;
    static final PairWithPosition Lit1275;
    static final PairWithPosition Lit1276;
    static final PairWithPosition Lit1277;
    static final PairWithPosition Lit1278;
    static final PairWithPosition Lit1279;
    static final SimpleSymbol Lit128;
    static final PairWithPosition Lit1280;
    static final PairWithPosition Lit1281;
    static final PairWithPosition Lit1282;
    static final PairWithPosition Lit1283;
    static final PairWithPosition Lit1284;
    static final PairWithPosition Lit1285;
    static final PairWithPosition Lit1286;
    static final PairWithPosition Lit1287;
    static final PairWithPosition Lit1288;
    static final PairWithPosition Lit1289;
    static final SimpleSymbol Lit129;
    static final PairWithPosition Lit1290;
    static final PairWithPosition Lit1291;
    static final PairWithPosition Lit1292;
    static final PairWithPosition Lit1293;
    static final PairWithPosition Lit1294;
    static final PairWithPosition Lit1295;
    static final PairWithPosition Lit1296;
    static final PairWithPosition Lit1297;
    static final PairWithPosition Lit1298;
    static final PairWithPosition Lit1299;
    static final SimpleSymbol Lit13;
    static final SimpleSymbol Lit130;
    static final PairWithPosition Lit1300;
    static final SimpleSymbol Lit1301;
    static final PairWithPosition Lit1302;
    static final PairWithPosition Lit1303;
    static final PairWithPosition Lit1304;
    static final PairWithPosition Lit1305;
    static final PairWithPosition Lit1306;
    static final PairWithPosition Lit1307;
    static final SimpleSymbol Lit1308;
    static final SimpleSymbol Lit1309;
    static final SimpleSymbol Lit131;
    static final PairWithPosition Lit1310;
    static final PairWithPosition Lit1311;
    static final PairWithPosition Lit1312;
    static final PairWithPosition Lit1313;
    static final PairWithPosition Lit1314;
    static final PairWithPosition Lit1315;
    static final PairWithPosition Lit1316;
    static final PairWithPosition Lit1317;
    static final PairWithPosition Lit1318;
    static final SimpleSymbol Lit1319;
    static final SimpleSymbol Lit132;
    static final SimpleSymbol Lit1320;
    static final PairWithPosition Lit1321;
    static final PairWithPosition Lit1322;
    static final PairWithPosition Lit1323;
    static final PairWithPosition Lit1324;
    static final IntNum Lit1325;
    static final PairWithPosition Lit1326;
    static final PairWithPosition Lit1327;
    static final PairWithPosition Lit1328;
    static final PairWithPosition Lit1329;
    static final SimpleSymbol Lit133;
    static final PairWithPosition Lit1330;
    static final PairWithPosition Lit1331;
    static final PairWithPosition Lit1332;
    static final PairWithPosition Lit1333;
    static final PairWithPosition Lit1334;
    static final PairWithPosition Lit1335;
    static final PairWithPosition Lit1336;
    static final PairWithPosition Lit1337;
    static final PairWithPosition Lit1338;
    static final PairWithPosition Lit1339;
    static final SimpleSymbol Lit134;
    static final PairWithPosition Lit1340;
    static final SimpleSymbol Lit1341;
    static final PairWithPosition Lit1342;
    static final PairWithPosition Lit1343;
    static final PairWithPosition Lit1344;
    static final PairWithPosition Lit1345;
    static final PairWithPosition Lit1346;
    static final PairWithPosition Lit1347;
    static final PairWithPosition Lit1348;
    static final PairWithPosition Lit1349;
    static final SimpleSymbol Lit135;
    static final PairWithPosition Lit1350;
    static final PairWithPosition Lit1351;
    static final PairWithPosition Lit1352;
    static final PairWithPosition Lit1353;
    static final PairWithPosition Lit1354;
    static final PairWithPosition Lit1355;
    static final PairWithPosition Lit1356;
    static final PairWithPosition Lit1357;
    static final PairWithPosition Lit1358;
    static final PairWithPosition Lit1359;
    static final SimpleSymbol Lit136;
    static final PairWithPosition Lit1360;
    static final PairWithPosition Lit1361;
    static final PairWithPosition Lit1362;
    static final PairWithPosition Lit1363;
    static final PairWithPosition Lit1364;
    static final SimpleSymbol Lit1365;
    static final PairWithPosition Lit1366;
    static final PairWithPosition Lit1367;
    static final PairWithPosition Lit1368;
    static final PairWithPosition Lit1369;
    static final SimpleSymbol Lit137;
    static final PairWithPosition Lit1370;
    static final PairWithPosition Lit1371;
    static final PairWithPosition Lit1372;
    static final PairWithPosition Lit1373;
    static final PairWithPosition Lit1374;
    static final PairWithPosition Lit1375;
    static final PairWithPosition Lit1376;
    static final SimpleSymbol Lit1377;
    static final SimpleSymbol Lit1378;
    static final SimpleSymbol Lit1379;
    static final SimpleSymbol Lit138;
    static final SimpleSymbol Lit1380;
    static final SimpleSymbol Lit1381;
    static final SimpleSymbol Lit1382;
    static final PairWithPosition Lit1383;
    static final PairWithPosition Lit1384;
    static final PairWithPosition Lit1385;
    static final PairWithPosition Lit1386;
    static final PairWithPosition Lit1387;
    static final PairWithPosition Lit1388;
    static final PairWithPosition Lit1389;
    static final SimpleSymbol Lit139;
    static final PairWithPosition Lit1390;
    static final PairWithPosition Lit1391;
    static final PairWithPosition Lit1392;
    static final PairWithPosition Lit1393;
    static final PairWithPosition Lit1394;
    static final PairWithPosition Lit1395;
    static final PairWithPosition Lit1396;
    static final PairWithPosition Lit1397;
    static final PairWithPosition Lit1398;
    static final PairWithPosition Lit1399;
    static final SimpleSymbol Lit14;
    static final SimpleSymbol Lit140;
    static final PairWithPosition Lit1400;
    static final PairWithPosition Lit1401;
    static final PairWithPosition Lit1402;
    static final PairWithPosition Lit1403;
    static final PairWithPosition Lit1404;
    static final PairWithPosition Lit1405;
    static final PairWithPosition Lit1406;
    static final PairWithPosition Lit1407;
    static final PairWithPosition Lit1408;
    static final PairWithPosition Lit1409;
    static final IntNum Lit141;
    static final PairWithPosition Lit1410;
    static final PairWithPosition Lit1411;
    static final PairWithPosition Lit1412;
    static final PairWithPosition Lit1413;
    static final PairWithPosition Lit1414;
    static final PairWithPosition Lit1415;
    static final PairWithPosition Lit1416;
    static final SimpleSymbol Lit1417;
    static final PairWithPosition Lit1418;
    static final PairWithPosition Lit1419;
    static final SimpleSymbol Lit142;
    static final PairWithPosition Lit1420;
    static final PairWithPosition Lit1421;
    static final SimpleSymbol Lit1422;
    static final PairWithPosition Lit1423;
    static final PairWithPosition Lit1424;
    static final PairWithPosition Lit1425;
    static final PairWithPosition Lit1426;
    static final PairWithPosition Lit1427;
    static final PairWithPosition Lit1428;
    static final SimpleSymbol Lit1429;
    static final SimpleSymbol Lit143;
    static final PairWithPosition Lit1430;
    static final PairWithPosition Lit1431;
    static final PairWithPosition Lit1432;
    static final PairWithPosition Lit1433;
    static final PairWithPosition Lit1434;
    static final PairWithPosition Lit1435;
    static final SimpleSymbol Lit1436;
    static final SimpleSymbol Lit1437;
    static final SimpleSymbol Lit1438;
    static final IntNum Lit1439;
    static final SimpleSymbol Lit144;
    static final PairWithPosition Lit1440;
    static final IntNum Lit1441;
    static final PairWithPosition Lit1442;
    static final SimpleSymbol Lit1443;
    static final SimpleSymbol Lit1444;
    static final SimpleSymbol Lit1445;
    static final PairWithPosition Lit1446;
    static final PairWithPosition Lit1447;
    static final PairWithPosition Lit1448;
    static final IntNum Lit1449;
    static final SimpleSymbol Lit145;
    static final PairWithPosition Lit1450;
    static final PairWithPosition Lit1451;
    static final PairWithPosition Lit1452;
    static final PairWithPosition Lit1453;
    static final PairWithPosition Lit1454;
    static final PairWithPosition Lit1455;
    static final PairWithPosition Lit1456;
    static final PairWithPosition Lit1457;
    static final PairWithPosition Lit1458;
    static final PairWithPosition Lit1459;
    static final IntNum Lit146;
    static final PairWithPosition Lit1460;
    static final IntNum Lit1461;
    static final PairWithPosition Lit1462;
    static final PairWithPosition Lit1463;
    static final SimpleSymbol Lit1464;
    static final SimpleSymbol Lit1465;
    static final PairWithPosition Lit1466;
    static final PairWithPosition Lit1467;
    static final PairWithPosition Lit1468;
    static final PairWithPosition Lit1469;
    static final PairWithPosition Lit147;
    static final PairWithPosition Lit1470;
    static final PairWithPosition Lit1471;
    static final PairWithPosition Lit1472;
    static final PairWithPosition Lit1473;
    static final PairWithPosition Lit1474;
    static final PairWithPosition Lit1475;
    static final PairWithPosition Lit1476;
    static final PairWithPosition Lit1477;
    static final SimpleSymbol Lit1478;
    static final IntNum Lit1479;
    static final SimpleSymbol Lit148;
    static final PairWithPosition Lit1480;
    static final SimpleSymbol Lit1481;
    static final SimpleSymbol Lit1482;
    static final PairWithPosition Lit1483;
    static final SimpleSymbol Lit1484;
    static final IntNum Lit1485;
    static final PairWithPosition Lit1486;
    static final PairWithPosition Lit1487;
    static final PairWithPosition Lit1488;
    static final IntNum Lit1489;
    static final PairWithPosition Lit149;
    static final PairWithPosition Lit1490;
    static final SimpleSymbol Lit1491;
    static final PairWithPosition Lit1492;
    static final PairWithPosition Lit1493;
    static final PairWithPosition Lit1494;
    static final PairWithPosition Lit1495;
    static final SimpleSymbol Lit1496;
    static final IntNum Lit1497;
    static final PairWithPosition Lit1498;
    static final PairWithPosition Lit1499;
    static final SimpleSymbol Lit15;
    static final SimpleSymbol Lit150;
    static final PairWithPosition Lit1500;
    static final PairWithPosition Lit1501;
    static final PairWithPosition Lit1502;
    static final PairWithPosition Lit1503;
    static final PairWithPosition Lit1504;
    static final PairWithPosition Lit1505;
    static final PairWithPosition Lit1506;
    static final PairWithPosition Lit1507;
    static final PairWithPosition Lit1508;
    static final PairWithPosition Lit1509;
    static final SimpleSymbol Lit151;
    static final PairWithPosition Lit1510;
    static final PairWithPosition Lit1511;
    static final PairWithPosition Lit1512;
    static final PairWithPosition Lit1513;
    static final PairWithPosition Lit1514;
    static final PairWithPosition Lit1515;
    static final PairWithPosition Lit1516;
    static final PairWithPosition Lit1517;
    static final PairWithPosition Lit1518;
    static final PairWithPosition Lit1519;
    static final SimpleSymbol Lit152;
    static final PairWithPosition Lit1520;
    static final PairWithPosition Lit1521;
    static final PairWithPosition Lit1522;
    static final PairWithPosition Lit1523;
    static final PairWithPosition Lit1524;
    static final PairWithPosition Lit1525;
    static final PairWithPosition Lit1526;
    static final PairWithPosition Lit1527;
    static final PairWithPosition Lit1528;
    static final PairWithPosition Lit1529;
    static final PairWithPosition Lit153;
    static final PairWithPosition Lit1530;
    static final PairWithPosition Lit1531;
    static final PairWithPosition Lit1532;
    static final PairWithPosition Lit1533;
    static final PairWithPosition Lit1534;
    static final PairWithPosition Lit1535;
    static final PairWithPosition Lit1536;
    static final PairWithPosition Lit1537;
    static final PairWithPosition Lit1538;
    static final PairWithPosition Lit1539;
    static final PairWithPosition Lit154;
    static final PairWithPosition Lit1540;
    static final PairWithPosition Lit1541;
    static final PairWithPosition Lit1542;
    static final PairWithPosition Lit1543;
    static final PairWithPosition Lit1544;
    static final PairWithPosition Lit1545;
    static final PairWithPosition Lit1546;
    static final PairWithPosition Lit1547;
    static final PairWithPosition Lit1548;
    static final PairWithPosition Lit1549;
    static final PairWithPosition Lit155;
    static final PairWithPosition Lit1550;
    static final PairWithPosition Lit1551;
    static final SimpleSymbol Lit1552;
    static final SimpleSymbol Lit1553;
    static final PairWithPosition Lit1554;
    static final PairWithPosition Lit1555;
    static final SimpleSymbol Lit1556;
    static final PairWithPosition Lit1557;
    static final PairWithPosition Lit1558;
    static final PairWithPosition Lit1559;
    static final SimpleSymbol Lit156;
    static final PairWithPosition Lit1560;
    static final SimpleSymbol Lit1561;
    static final PairWithPosition Lit1562;
    static final PairWithPosition Lit1563;
    static final PairWithPosition Lit1564;
    static final PairWithPosition Lit1565;
    static final PairWithPosition Lit1566;
    static final PairWithPosition Lit1567;
    static final PairWithPosition Lit1568;
    static final PairWithPosition Lit1569;
    static final SimpleSymbol Lit157;
    static final PairWithPosition Lit1570;
    static final PairWithPosition Lit1571;
    static final PairWithPosition Lit1572;
    static final PairWithPosition Lit1573;
    static final PairWithPosition Lit1574;
    static final PairWithPosition Lit1575;
    static final PairWithPosition Lit1576;
    static final IntNum Lit1577;
    static final PairWithPosition Lit1578;
    static final PairWithPosition Lit1579;
    static final PairWithPosition Lit158;
    static final PairWithPosition Lit1580;
    static final PairWithPosition Lit1581;
    static final PairWithPosition Lit1582;
    static final SimpleSymbol Lit1583;
    static final PairWithPosition Lit1584;
    static final PairWithPosition Lit1585;
    static final PairWithPosition Lit1586;
    static final PairWithPosition Lit1587;
    static final PairWithPosition Lit1588;
    static final PairWithPosition Lit1589;
    static final SimpleSymbol Lit159;
    static final PairWithPosition Lit1590;
    static final PairWithPosition Lit1591;
    static final PairWithPosition Lit1592;
    static final PairWithPosition Lit1593;
    static final PairWithPosition Lit1594;
    static final PairWithPosition Lit1595;
    static final PairWithPosition Lit1596;
    static final PairWithPosition Lit1597;
    static final PairWithPosition Lit1598;
    static final SimpleSymbol Lit1599;
    static final SimpleSymbol Lit16;
    static final SimpleSymbol Lit160;
    static final PairWithPosition Lit1600;
    static final SimpleSymbol Lit1601;
    static final PairWithPosition Lit1602;
    static final PairWithPosition Lit1603;
    static final PairWithPosition Lit1604;
    static final PairWithPosition Lit1605;
    static final PairWithPosition Lit1606;
    static final PairWithPosition Lit1607;
    static final PairWithPosition Lit1608;
    static final PairWithPosition Lit1609;
    static final SimpleSymbol Lit161;
    static final PairWithPosition Lit1610;
    static final PairWithPosition Lit1611;
    static final PairWithPosition Lit1612;
    static final PairWithPosition Lit1613;
    static final PairWithPosition Lit1614;
    static final PairWithPosition Lit1615;
    static final PairWithPosition Lit1616;
    static final PairWithPosition Lit1617;
    static final PairWithPosition Lit1618;
    static final PairWithPosition Lit1619;
    static final PairWithPosition Lit162;
    static final PairWithPosition Lit1620;
    static final PairWithPosition Lit1621;
    static final PairWithPosition Lit1622;
    static final PairWithPosition Lit1623;
    static final PairWithPosition Lit1624;
    static final PairWithPosition Lit1625;
    static final PairWithPosition Lit1626;
    static final PairWithPosition Lit1627;
    static final PairWithPosition Lit1628;
    static final PairWithPosition Lit1629;
    static final SimpleSymbol Lit163;
    static final PairWithPosition Lit1630;
    static final PairWithPosition Lit1631;
    static final PairWithPosition Lit1632;
    static final PairWithPosition Lit1633;
    static final PairWithPosition Lit1634;
    static final PairWithPosition Lit1635;
    static final PairWithPosition Lit1636;
    static final PairWithPosition Lit1637;
    static final PairWithPosition Lit1638;
    static final PairWithPosition Lit1639;
    static final PairWithPosition Lit164;
    static final PairWithPosition Lit1640;
    static final PairWithPosition Lit1641;
    static final PairWithPosition Lit1642;
    static final PairWithPosition Lit1643;
    static final PairWithPosition Lit1644;
    static final PairWithPosition Lit1645;
    static final SimpleSymbol Lit1646;
    static final SimpleSymbol Lit1647;
    static final PairWithPosition Lit1648;
    static final SimpleSymbol Lit1649;
    static final PairWithPosition Lit165;
    static final PairWithPosition Lit1650;
    static final PairWithPosition Lit1651;
    static final PairWithPosition Lit1652;
    static final PairWithPosition Lit1653;
    static final PairWithPosition Lit1654;
    static final SimpleSymbol Lit1655;
    static final SimpleSymbol Lit1656;
    static final SimpleSymbol Lit1657;
    static final SimpleSymbol Lit1658;
    static final SimpleSymbol Lit1659;
    static final PairWithPosition Lit166;
    static final SimpleSymbol Lit1660;
    static final SimpleSymbol Lit1661;
    static final SimpleSymbol Lit1662;
    static final PairWithPosition Lit1663;
    static final SimpleSymbol Lit1664;
    static final PairWithPosition Lit1665;
    static final IntNum Lit1666;
    static final PairWithPosition Lit1667;
    static final PairWithPosition Lit1668;
    static final PairWithPosition Lit1669;
    static final PairWithPosition Lit167;
    static final PairWithPosition Lit1670;
    static final SimpleSymbol Lit1671;
    static final SimpleSymbol Lit1672;
    static final SimpleSymbol Lit1673;
    static final SimpleSymbol Lit1674;
    static final SimpleSymbol Lit1675;
    static final PairWithPosition Lit1676;
    static final IntNum Lit1677;
    static final PairWithPosition Lit1678;
    static final IntNum Lit1679;
    static final PairWithPosition Lit168;
    static final PairWithPosition Lit1680;
    static final PairWithPosition Lit1681;
    static final PairWithPosition Lit1682;
    static final PairWithPosition Lit1683;
    static final PairWithPosition Lit1684;
    static final PairWithPosition Lit1685;
    static final PairWithPosition Lit1686;
    static final PairWithPosition Lit1687;
    static final PairWithPosition Lit1688;
    static final PairWithPosition Lit1689;
    static final SimpleSymbol Lit169;
    static final PairWithPosition Lit1690;
    static final PairWithPosition Lit1691;
    static final PairWithPosition Lit1692;
    static final PairWithPosition Lit1693;
    static final SimpleSymbol Lit1694;
    static final SimpleSymbol Lit1695;
    static final PairWithPosition Lit1696;
    static final SimpleSymbol Lit1697;
    static final PairWithPosition Lit1698;
    static final SimpleSymbol Lit1699;
    static final SimpleSymbol Lit17;
    static final PairWithPosition Lit170;
    static final PairWithPosition Lit1700;
    static final SimpleSymbol Lit1701;
    static final PairWithPosition Lit1702;
    static final PairWithPosition Lit1703;
    static final PairWithPosition Lit1704;
    static final PairWithPosition Lit1705;
    static final PairWithPosition Lit1706;
    static final PairWithPosition Lit1707;
    static final PairWithPosition Lit1708;
    static final PairWithPosition Lit1709;
    static final SimpleSymbol Lit171;
    static final PairWithPosition Lit1710;
    static final SimpleSymbol Lit1711;
    static final PairWithPosition Lit1712;
    static final PairWithPosition Lit1713;
    static final IntNum Lit1714;
    static final IntNum Lit1715;
    static final PairWithPosition Lit1716;
    static final PairWithPosition Lit1717;
    static final PairWithPosition Lit1718;
    static final PairWithPosition Lit1719;
    static final SimpleSymbol Lit172;
    static final PairWithPosition Lit1720;
    static final PairWithPosition Lit1721;
    static final PairWithPosition Lit1722;
    static final PairWithPosition Lit1723;
    static final IntNum Lit1724;
    static final IntNum Lit1725;
    static final SimpleSymbol Lit1726;
    static final PairWithPosition Lit1727;
    static final PairWithPosition Lit1728;
    static final PairWithPosition Lit1729;
    static final SimpleSymbol Lit173;
    static final SimpleSymbol Lit1730;
    static final PairWithPosition Lit1731;
    static final SimpleSymbol Lit1732;
    static final PairWithPosition Lit1733;
    static final PairWithPosition Lit1734;
    static final SimpleSymbol Lit1735;
    static final PairWithPosition Lit1736;
    static final PairWithPosition Lit1737;
    static final PairWithPosition Lit1738;
    static final SimpleSymbol Lit1739;
    static final IntNum Lit174;
    static final PairWithPosition Lit1740;
    static final PairWithPosition Lit1741;
    static final PairWithPosition Lit1742;
    static final PairWithPosition Lit1743;
    static final PairWithPosition Lit1744;
    static final PairWithPosition Lit1745;
    static final PairWithPosition Lit1746;
    static final PairWithPosition Lit1747;
    static final PairWithPosition Lit1748;
    static final PairWithPosition Lit1749;
    static final PairWithPosition Lit175;
    static final PairWithPosition Lit1750;
    static final PairWithPosition Lit1751;
    static final PairWithPosition Lit1752;
    static final PairWithPosition Lit1753;
    static final PairWithPosition Lit1754;
    static final PairWithPosition Lit1755;
    static final PairWithPosition Lit1756;
    static final PairWithPosition Lit1757;
    static final PairWithPosition Lit1758;
    static final SimpleSymbol Lit1759;
    static final PairWithPosition Lit176;
    static final PairWithPosition Lit1760;
    static final PairWithPosition Lit1761;
    static final PairWithPosition Lit1762;
    static final PairWithPosition Lit1763;
    static final PairWithPosition Lit1764;
    static final PairWithPosition Lit1765;
    static final PairWithPosition Lit1766;
    static final PairWithPosition Lit1767;
    static final PairWithPosition Lit1768;
    static final PairWithPosition Lit1769;
    static final PairWithPosition Lit177;
    static final PairWithPosition Lit1770;
    static final PairWithPosition Lit1771;
    static final SimpleSymbol Lit1772;
    static final PairWithPosition Lit1773;
    static final PairWithPosition Lit1774;
    static final PairWithPosition Lit1775;
    static final DFloNum Lit1776;
    static final PairWithPosition Lit1777;
    static final PairWithPosition Lit1778;
    static final DFloNum Lit1779;
    static final PairWithPosition Lit178;
    static final PairWithPosition Lit1780;
    static final PairWithPosition Lit1781;
    static final DFloNum Lit1782;
    static final PairWithPosition Lit1783;
    static final PairWithPosition Lit1784;
    static final DFloNum Lit1785;
    static final PairWithPosition Lit1786;
    static final PairWithPosition Lit1787;
    static final DFloNum Lit1788;
    static final PairWithPosition Lit1789;
    static final PairWithPosition Lit179;
    static final PairWithPosition Lit1790;
    static final PairWithPosition Lit1791;
    static final SimpleSymbol Lit1792;
    static final SimpleSymbol Lit1793;
    static final PairWithPosition Lit1794;
    static final PairWithPosition Lit1795;
    static final SimpleSymbol Lit1796;
    static final DFloNum Lit1797;
    static final PairWithPosition Lit1798;
    static final PairWithPosition Lit1799;
    static final SimpleSymbol Lit18;
    static final PairWithPosition Lit180;
    static final DFloNum Lit1800;
    static final SimpleSymbol Lit1801;
    static final SimpleSymbol Lit1802;
    static final PairWithPosition Lit1803;
    static final PairWithPosition Lit1804;
    static final PairWithPosition Lit1805;
    static final DFloNum Lit1806;
    static final PairWithPosition Lit1807;
    static final PairWithPosition Lit1808;
    static final DFloNum Lit1809;
    static final PairWithPosition Lit181;
    static final PairWithPosition Lit1810;
    static final PairWithPosition Lit1811;
    static final SimpleSymbol Lit1812;
    static final SimpleSymbol Lit1813;
    static final SimpleSymbol Lit1814;
    static final SimpleSymbol Lit1815;
    static final PairWithPosition Lit1816;
    static final PairWithPosition Lit1817;
    static final SimpleSymbol Lit1818;
    static final PairWithPosition Lit1819;
    static final PairWithPosition Lit182;
    static final PairWithPosition Lit1820;
    static final PairWithPosition Lit1821;
    static final PairWithPosition Lit1822;
    static final PairWithPosition Lit1823;
    static final PairWithPosition Lit1824;
    static final PairWithPosition Lit1825;
    static final PairWithPosition Lit1826;
    static final PairWithPosition Lit1827;
    static final PairWithPosition Lit1828;
    static final PairWithPosition Lit1829;
    static final PairWithPosition Lit183;
    static final PairWithPosition Lit1830;
    static final PairWithPosition Lit1831;
    static final PairWithPosition Lit1832;
    static final SimpleSymbol Lit1833;
    static final PairWithPosition Lit1834;
    static final SimpleSymbol Lit1835;
    static final PairWithPosition Lit1836;
    static final PairWithPosition Lit1837;
    static final SimpleSymbol Lit1838;
    static final PairWithPosition Lit1839;
    static final PairWithPosition Lit184;
    static final PairWithPosition Lit1840;
    static final PairWithPosition Lit1841;
    static final PairWithPosition Lit1842;
    static final PairWithPosition Lit1843;
    static final PairWithPosition Lit1844;
    static final PairWithPosition Lit1845;
    static final PairWithPosition Lit1846;
    static final PairWithPosition Lit1847;
    static final PairWithPosition Lit1848;
    static final PairWithPosition Lit1849;
    static final PairWithPosition Lit185;
    static final PairWithPosition Lit1850;
    static final PairWithPosition Lit1851;
    static final PairWithPosition Lit1852;
    static final PairWithPosition Lit1853;
    static final PairWithPosition Lit1854;
    static final PairWithPosition Lit1855;
    static final PairWithPosition Lit1856;
    static final PairWithPosition Lit1857;
    static final PairWithPosition Lit1858;
    static final PairWithPosition Lit1859;
    static final PairWithPosition Lit186;
    static final PairWithPosition Lit1860;
    static final PairWithPosition Lit1861;
    static final PairWithPosition Lit1862;
    static final PairWithPosition Lit1863;
    static final PairWithPosition Lit1864;
    static final PairWithPosition Lit1865;
    static final PairWithPosition Lit1866;
    static final PairWithPosition Lit1867;
    static final PairWithPosition Lit1868;
    static final PairWithPosition Lit1869;
    static final PairWithPosition Lit187;
    static final PairWithPosition Lit1870;
    static final PairWithPosition Lit1871;
    static final PairWithPosition Lit1872;
    static final PairWithPosition Lit1873;
    static final PairWithPosition Lit1874;
    static final PairWithPosition Lit1875;
    static final PairWithPosition Lit1876;
    static final PairWithPosition Lit1877;
    static final PairWithPosition Lit1878;
    static final PairWithPosition Lit1879;
    static final PairWithPosition Lit188;
    static final PairWithPosition Lit1880;
    static final PairWithPosition Lit1881;
    static final PairWithPosition Lit1882;
    static final SimpleSymbol Lit1883;
    static final PairWithPosition Lit1884;
    static final SimpleSymbol Lit1885;
    static final PairWithPosition Lit1886;
    static final PairWithPosition Lit1887;
    static final PairWithPosition Lit1888;
    static final PairWithPosition Lit1889;
    static final PairWithPosition Lit189;
    static final PairWithPosition Lit1890;
    static final PairWithPosition Lit1891;
    static final PairWithPosition Lit1892;
    static final PairWithPosition Lit1893;
    static final PairWithPosition Lit1894;
    static final PairWithPosition Lit1895;
    static final PairWithPosition Lit1896;
    static final PairWithPosition Lit1897;
    static final SimpleSymbol Lit1898;
    static final PairWithPosition Lit1899;
    static final IntNum Lit19;
    static final PairWithPosition Lit190;
    static final PairWithPosition Lit1900;
    static final PairWithPosition Lit1901;
    static final PairWithPosition Lit1902;
    static final PairWithPosition Lit1903;
    static final PairWithPosition Lit1904;
    static final PairWithPosition Lit1905;
    static final PairWithPosition Lit1906;
    static final PairWithPosition Lit1907;
    static final PairWithPosition Lit1908;
    static final PairWithPosition Lit1909;
    static final PairWithPosition Lit191;
    static final PairWithPosition Lit1910;
    static final PairWithPosition Lit1911;
    static final PairWithPosition Lit1912;
    static final PairWithPosition Lit1913;
    static final PairWithPosition Lit1914;
    static final PairWithPosition Lit1915;
    static final PairWithPosition Lit1916;
    static final PairWithPosition Lit1917;
    static final PairWithPosition Lit1918;
    static final PairWithPosition Lit1919;
    static final PairWithPosition Lit192;
    static final PairWithPosition Lit1920;
    static final PairWithPosition Lit1921;
    static final PairWithPosition Lit1922;
    static final PairWithPosition Lit1923;
    static final PairWithPosition Lit1924;
    static final PairWithPosition Lit1925;
    static final PairWithPosition Lit1926;
    static final PairWithPosition Lit1927;
    static final PairWithPosition Lit1928;
    static final PairWithPosition Lit1929;
    static final PairWithPosition Lit193;
    static final PairWithPosition Lit1930;
    static final PairWithPosition Lit1931;
    static final PairWithPosition Lit1932;
    static final PairWithPosition Lit1933;
    static final PairWithPosition Lit1934;
    static final PairWithPosition Lit1935;
    static final PairWithPosition Lit1936;
    static final PairWithPosition Lit1937;
    static final PairWithPosition Lit1938;
    static final PairWithPosition Lit1939;
    static final PairWithPosition Lit194;
    static final PairWithPosition Lit1940;
    static final PairWithPosition Lit1941;
    static final PairWithPosition Lit1942;
    static final PairWithPosition Lit1943;
    static final PairWithPosition Lit1944;
    static final PairWithPosition Lit1945;
    static final PairWithPosition Lit1946;
    static final PairWithPosition Lit1947;
    static final PairWithPosition Lit1948;
    static final PairWithPosition Lit1949;
    static final SimpleSymbol Lit195;
    static final SimpleSymbol Lit1950;
    static final SimpleSymbol Lit1951;
    static final SimpleSymbol Lit1952;
    static final PairWithPosition Lit1953;
    static final PairWithPosition Lit1954;
    static final PairWithPosition Lit1955;
    static final PairWithPosition Lit1956;
    static final PairWithPosition Lit1957;
    static final PairWithPosition Lit1958;
    static final SimpleSymbol Lit1959;
    static final SimpleSymbol Lit196;
    static final PairWithPosition Lit1960;
    static final SimpleSymbol Lit1961;
    static final PairWithPosition Lit1962;
    static final PairWithPosition Lit1963;
    static final PairWithPosition Lit1964;
    static final PairWithPosition Lit1965;
    static final PairWithPosition Lit1966;
    static final PairWithPosition Lit1967;
    static final PairWithPosition Lit1968;
    static final PairWithPosition Lit1969;
    static final PairWithPosition Lit197;
    static final PairWithPosition Lit1970;
    static final PairWithPosition Lit1971;
    static final PairWithPosition Lit1972;
    static final PairWithPosition Lit1973;
    static final SimpleSymbol Lit1974;
    static final PairWithPosition Lit1975;
    static final PairWithPosition Lit1976;
    static final PairWithPosition Lit1977;
    static final PairWithPosition Lit1978;
    static final PairWithPosition Lit1979;
    static final SimpleSymbol Lit198;
    static final PairWithPosition Lit1980;
    static final PairWithPosition Lit1981;
    static final PairWithPosition Lit1982;
    static final PairWithPosition Lit1983;
    static final PairWithPosition Lit1984;
    static final PairWithPosition Lit1985;
    static final PairWithPosition Lit1986;
    static final PairWithPosition Lit1987;
    static final PairWithPosition Lit1988;
    static final PairWithPosition Lit1989;
    static final SimpleSymbol Lit199;
    static final PairWithPosition Lit1990;
    static final PairWithPosition Lit1991;
    static final PairWithPosition Lit1992;
    static final PairWithPosition Lit1993;
    static final PairWithPosition Lit1994;
    static final PairWithPosition Lit1995;
    static final PairWithPosition Lit1996;
    static final PairWithPosition Lit1997;
    static final PairWithPosition Lit1998;
    static final PairWithPosition Lit1999;
    static final SimpleSymbol Lit2;
    static final PairWithPosition Lit20;
    static final SimpleSymbol Lit200;
    static final PairWithPosition Lit2000;
    static final PairWithPosition Lit2001;
    static final PairWithPosition Lit2002;
    static final PairWithPosition Lit2003;
    static final PairWithPosition Lit2004;
    static final PairWithPosition Lit2005;
    static final PairWithPosition Lit2006;
    static final PairWithPosition Lit2007;
    static final PairWithPosition Lit2008;
    static final PairWithPosition Lit2009;
    static final SimpleSymbol Lit201;
    static final PairWithPosition Lit2010;
    static final PairWithPosition Lit2011;
    static final PairWithPosition Lit2012;
    static final PairWithPosition Lit2013;
    static final PairWithPosition Lit2014;
    static final PairWithPosition Lit2015;
    static final PairWithPosition Lit2016;
    static final PairWithPosition Lit2017;
    static final PairWithPosition Lit2018;
    static final PairWithPosition Lit2019;
    static final PairWithPosition Lit202;
    static final PairWithPosition Lit2020;
    static final PairWithPosition Lit2021;
    static final PairWithPosition Lit2022;
    static final PairWithPosition Lit2023;
    static final PairWithPosition Lit2024;
    static final PairWithPosition Lit2025;
    static final PairWithPosition Lit2026;
    static final PairWithPosition Lit2027;
    static final PairWithPosition Lit2028;
    static final PairWithPosition Lit2029;
    static final PairWithPosition Lit203;
    static final PairWithPosition Lit2030;
    static final PairWithPosition Lit2031;
    static final PairWithPosition Lit2032;
    static final PairWithPosition Lit2033;
    static final PairWithPosition Lit2034;
    static final PairWithPosition Lit2035;
    static final PairWithPosition Lit2036;
    static final PairWithPosition Lit2037;
    static final PairWithPosition Lit2038;
    static final PairWithPosition Lit2039;
    static final SimpleSymbol Lit204;
    static final PairWithPosition Lit2040;
    static final PairWithPosition Lit2041;
    static final SimpleSymbol Lit2042;
    static final PairWithPosition Lit2043;
    static final PairWithPosition Lit2044;
    static final PairWithPosition Lit2045;
    static final PairWithPosition Lit2046;
    static final PairWithPosition Lit2047;
    static final PairWithPosition Lit2048;
    static final PairWithPosition Lit2049;
    static final SimpleSymbol Lit205;
    static final PairWithPosition Lit2050;
    static final PairWithPosition Lit2051;
    static final PairWithPosition Lit2052;
    static final PairWithPosition Lit2053;
    static final PairWithPosition Lit2054;
    static final PairWithPosition Lit2055;
    static final PairWithPosition Lit2056;
    static final PairWithPosition Lit2057;
    static final SimpleSymbol Lit2058;
    static final SimpleSymbol Lit2059;
    static final SimpleSymbol Lit206;
    static final SimpleSymbol Lit2060;
    static final PairWithPosition Lit2061;
    static final SimpleSymbol Lit2062;
    static final PairWithPosition Lit2063;
    static final PairWithPosition Lit2064;
    static final PairWithPosition Lit2065;
    static final PairWithPosition Lit2066;
    static final SimpleSymbol Lit2067;
    static final PairWithPosition Lit2068;
    static final PairWithPosition Lit2069;
    static final PairWithPosition Lit207;
    static final SimpleSymbol Lit2070;
    static final PairWithPosition Lit2071;
    static final PairWithPosition Lit2072;
    static final PairWithPosition Lit2073;
    static final PairWithPosition Lit2074;
    static final PairWithPosition Lit2075;
    static final PairWithPosition Lit2076;
    static final PairWithPosition Lit2077;
    static final PairWithPosition Lit2078;
    static final PairWithPosition Lit2079;
    static final PairWithPosition Lit208;
    static final SimpleSymbol Lit2080;
    static final PairWithPosition Lit2081;
    static final PairWithPosition Lit2082;
    static final PairWithPosition Lit2083;
    static final PairWithPosition Lit2084;
    static final PairWithPosition Lit2085;
    static final PairWithPosition Lit2086;
    static final PairWithPosition Lit2087;
    static final PairWithPosition Lit2088;
    static final PairWithPosition Lit2089;
    static final IntNum Lit209;
    static final PairWithPosition Lit2090;
    static final PairWithPosition Lit2091;
    static final PairWithPosition Lit2092;
    static final PairWithPosition Lit2093;
    static final PairWithPosition Lit2094;
    static final PairWithPosition Lit2095;
    static final PairWithPosition Lit2096;
    static final PairWithPosition Lit2097;
    static final PairWithPosition Lit2098;
    static final PairWithPosition Lit2099;
    static final PairWithPosition Lit21;
    static final PairWithPosition Lit210;
    static final PairWithPosition Lit2100;
    static final SimpleSymbol Lit2101;
    static final PairWithPosition Lit2102;
    static final PairWithPosition Lit2103;
    static final PairWithPosition Lit2104;
    static final PairWithPosition Lit2105;
    static final SimpleSymbol Lit2106;
    static final PairWithPosition Lit2107;
    static final PairWithPosition Lit2108;
    static final SimpleSymbol Lit2109;
    static final PairWithPosition Lit211;
    static final PairWithPosition Lit2110;
    static final SimpleSymbol Lit2111;
    static final PairWithPosition Lit2112;
    static final PairWithPosition Lit2113;
    static final SimpleSymbol Lit2114;
    static final PairWithPosition Lit2115;
    static final SimpleSymbol Lit2116;
    static final SimpleSymbol Lit2117;
    static final SimpleSymbol Lit2118;
    static final SimpleSymbol Lit2119;
    static final PairWithPosition Lit212;
    static final SimpleSymbol Lit2120;
    static final PairWithPosition Lit2121;
    static final SimpleSymbol Lit2122;
    static final PairWithPosition Lit2123;
    static final SimpleSymbol Lit2124;
    static final SimpleSymbol Lit2125;
    static final PairWithPosition Lit2126;
    static final PairWithPosition Lit2127;
    static final PairWithPosition Lit2128;
    static final PairWithPosition Lit2129;
    static final IntNum Lit213;
    static final PairWithPosition Lit2130;
    static final PairWithPosition Lit2131;
    static final PairWithPosition Lit2132;
    static final PairWithPosition Lit2133;
    static final PairWithPosition Lit2134;
    static final PairWithPosition Lit2135;
    static final PairWithPosition Lit2136;
    static final PairWithPosition Lit2137;
    static final PairWithPosition Lit2138;
    static final PairWithPosition Lit2139;
    static final PairWithPosition Lit214;
    static final PairWithPosition Lit2140;
    static final PairWithPosition Lit2141;
    static final PairWithPosition Lit2142;
    static final PairWithPosition Lit2143;
    static final PairWithPosition Lit2144;
    static final PairWithPosition Lit2145;
    static final PairWithPosition Lit2146;
    static final PairWithPosition Lit2147;
    static final PairWithPosition Lit2148;
    static final PairWithPosition Lit2149;
    static final IntNum Lit215;
    static final PairWithPosition Lit2150;
    static final PairWithPosition Lit2151;
    static final PairWithPosition Lit2152;
    static final PairWithPosition Lit2153;
    static final PairWithPosition Lit2154;
    static final PairWithPosition Lit2155;
    static final PairWithPosition Lit2156;
    static final PairWithPosition Lit2157;
    static final PairWithPosition Lit2158;
    static final PairWithPosition Lit2159;
    static final PairWithPosition Lit216;
    static final PairWithPosition Lit2160;
    static final PairWithPosition Lit2161;
    static final PairWithPosition Lit2162;
    static final PairWithPosition Lit2163;
    static final PairWithPosition Lit2164;
    static final PairWithPosition Lit2165;
    static final PairWithPosition Lit2166;
    static final PairWithPosition Lit2167;
    static final PairWithPosition Lit2168;
    static final PairWithPosition Lit2169;
    static final PairWithPosition Lit217;
    static final PairWithPosition Lit2170;
    static final PairWithPosition Lit2171;
    static final PairWithPosition Lit2172;
    static final PairWithPosition Lit2173;
    static final PairWithPosition Lit2174;
    static final PairWithPosition Lit2175;
    static final PairWithPosition Lit2176;
    static final PairWithPosition Lit2177;
    static final PairWithPosition Lit2178;
    static final PairWithPosition Lit2179;
    static final IntNum Lit218;
    static final PairWithPosition Lit2180;
    static final PairWithPosition Lit2181;
    static final PairWithPosition Lit2182;
    static final PairWithPosition Lit2183;
    static final PairWithPosition Lit2184;
    static final PairWithPosition Lit2185;
    static final PairWithPosition Lit2186;
    static final PairWithPosition Lit2187;
    static final PairWithPosition Lit2188;
    static final PairWithPosition Lit2189;
    static final PairWithPosition Lit219;
    static final PairWithPosition Lit2190;
    static final PairWithPosition Lit2191;
    static final PairWithPosition Lit2192;
    static final PairWithPosition Lit2193;
    static final PairWithPosition Lit2194;
    static final PairWithPosition Lit2195;
    static final PairWithPosition Lit2196;
    static final PairWithPosition Lit2197;
    static final PairWithPosition Lit2198;
    static final SimpleSymbol Lit2199;
    static final SimpleSymbol Lit22;
    static final PairWithPosition Lit220;
    static final PairWithPosition Lit2200;
    static final SimpleSymbol Lit2201;
    static final PairWithPosition Lit2202;
    static final SimpleSymbol Lit2203;
    static final SimpleSymbol Lit2204;
    static final SimpleSymbol Lit2205;
    static final PairWithPosition Lit2206;
    static final SimpleSymbol Lit2207;
    static final PairWithPosition Lit2208;
    static final SimpleSymbol Lit2209;
    static final PairWithPosition Lit221;
    static final PairWithPosition Lit2210;
    static final PairWithPosition Lit2211;
    static final SimpleSymbol Lit2212;
    static final PairWithPosition Lit2213;
    static final SimpleSymbol Lit2214;
    static final PairWithPosition Lit2215;
    static final SimpleSymbol Lit2216;
    static final PairWithPosition Lit2217;
    static final SimpleSymbol Lit2218;
    static final PairWithPosition Lit2219;
    static final IntNum Lit222;
    static final SimpleSymbol Lit2220;
    static final PairWithPosition Lit2221;
    static final SimpleSymbol Lit2222;
    static final PairWithPosition Lit2223;
    static final PairWithPosition Lit2224;
    static final PairWithPosition Lit2225;
    static final PairWithPosition Lit2226;
    static final PairWithPosition Lit2227;
    static final PairWithPosition Lit2228;
    static final PairWithPosition Lit2229;
    static final PairWithPosition Lit223;
    static final PairWithPosition Lit2230;
    static final PairWithPosition Lit2231;
    static final PairWithPosition Lit2232;
    static final PairWithPosition Lit2233;
    static final PairWithPosition Lit2234;
    static final PairWithPosition Lit2235;
    static final PairWithPosition Lit2236;
    static final PairWithPosition Lit2237;
    static final PairWithPosition Lit2238;
    static final PairWithPosition Lit2239;
    static final PairWithPosition Lit224;
    static final PairWithPosition Lit2240;
    static final PairWithPosition Lit2241;
    static final PairWithPosition Lit2242;
    static final PairWithPosition Lit2243;
    static final PairWithPosition Lit2244;
    static final PairWithPosition Lit2245;
    static final SimpleSymbol Lit2246;
    static final PairWithPosition Lit2247;
    static final PairWithPosition Lit2248;
    static final PairWithPosition Lit2249;
    static final SimpleSymbol Lit225;
    static final PairWithPosition Lit2250;
    static final PairWithPosition Lit2251;
    static final PairWithPosition Lit2252;
    static final PairWithPosition Lit2253;
    static final PairWithPosition Lit2254;
    static final PairWithPosition Lit2255;
    static final PairWithPosition Lit2256;
    static final PairWithPosition Lit2257;
    static final PairWithPosition Lit2258;
    static final PairWithPosition Lit2259;
    static final PairWithPosition Lit226;
    static final PairWithPosition Lit2260;
    static final PairWithPosition Lit2261;
    static final PairWithPosition Lit2262;
    static final PairWithPosition Lit2263;
    static final PairWithPosition Lit2264;
    static final PairWithPosition Lit2265;
    static final PairWithPosition Lit2266;
    static final PairWithPosition Lit2267;
    static final PairWithPosition Lit2268;
    static final PairWithPosition Lit2269;
    static final SimpleSymbol Lit227;
    static final PairWithPosition Lit2270;
    static final PairWithPosition Lit2271;
    static final SimpleSymbol Lit2272;
    static final PairWithPosition Lit2273;
    static final PairWithPosition Lit2274;
    static final PairWithPosition Lit2275;
    static final PairWithPosition Lit2276;
    static final PairWithPosition Lit2277;
    static final PairWithPosition Lit2278;
    static final PairWithPosition Lit2279;
    static final PairWithPosition Lit228;
    static final PairWithPosition Lit2280;
    static final PairWithPosition Lit2281;
    static final PairWithPosition Lit2282;
    static final PairWithPosition Lit2283;
    static final PairWithPosition Lit2284;
    static final PairWithPosition Lit2285;
    static final PairWithPosition Lit2286;
    static final PairWithPosition Lit2287;
    static final PairWithPosition Lit2288;
    static final PairWithPosition Lit2289;
    static final PairWithPosition Lit229;
    static final PairWithPosition Lit2290;
    static final PairWithPosition Lit2291;
    static final PairWithPosition Lit2292;
    static final PairWithPosition Lit2293;
    static final PairWithPosition Lit2294;
    static final PairWithPosition Lit2295;
    static final SimpleSymbol Lit2296;
    static final PairWithPosition Lit2297;
    static final PairWithPosition Lit2298;
    static final PairWithPosition Lit2299;
    static final PairWithPosition Lit23;
    static final IntNum Lit230;
    static final PairWithPosition Lit2300;
    static final PairWithPosition Lit2301;
    static final PairWithPosition Lit2302;
    static final PairWithPosition Lit2303;
    static final PairWithPosition Lit2304;
    static final PairWithPosition Lit2305;
    static final PairWithPosition Lit2306;
    static final PairWithPosition Lit2307;
    static final PairWithPosition Lit2308;
    static final PairWithPosition Lit2309;
    static final PairWithPosition Lit231;
    static final PairWithPosition Lit2310;
    static final PairWithPosition Lit2311;
    static final PairWithPosition Lit2312;
    static final PairWithPosition Lit2313;
    static final PairWithPosition Lit2314;
    static final PairWithPosition Lit2315;
    static final PairWithPosition Lit2316;
    static final PairWithPosition Lit2317;
    static final PairWithPosition Lit2318;
    static final PairWithPosition Lit2319;
    static final SimpleSymbol Lit232;
    static final PairWithPosition Lit2320;
    static final PairWithPosition Lit2321;
    static final PairWithPosition Lit2322;
    static final PairWithPosition Lit2323;
    static final PairWithPosition Lit2324;
    static final PairWithPosition Lit2325;
    static final PairWithPosition Lit2326;
    static final PairWithPosition Lit2327;
    static final PairWithPosition Lit2328;
    static final PairWithPosition Lit2329;
    static final SimpleSymbol Lit233;
    static final PairWithPosition Lit2330;
    static final PairWithPosition Lit2331;
    static final PairWithPosition Lit2332;
    static final PairWithPosition Lit2333;
    static final PairWithPosition Lit2334;
    static final PairWithPosition Lit2335;
    static final PairWithPosition Lit2336;
    static final PairWithPosition Lit2337;
    static final PairWithPosition Lit2338;
    static final PairWithPosition Lit2339;
    static final SimpleSymbol Lit234;
    static final PairWithPosition Lit2340;
    static final PairWithPosition Lit2341;
    static final PairWithPosition Lit2342;
    static final PairWithPosition Lit2343;
    static final PairWithPosition Lit2344;
    static final PairWithPosition Lit2345;
    static final PairWithPosition Lit2346;
    static final PairWithPosition Lit2347;
    static final PairWithPosition Lit2348;
    static final SimpleSymbol Lit2349;
    static final SimpleSymbol Lit235;
    static final PairWithPosition Lit2350;
    static final PairWithPosition Lit2351;
    static final PairWithPosition Lit2352;
    static final PairWithPosition Lit2353;
    static final PairWithPosition Lit2354;
    static final PairWithPosition Lit2355;
    static final PairWithPosition Lit2356;
    static final PairWithPosition Lit2357;
    static final SimpleSymbol Lit2358;
    static final SimpleSymbol Lit2359;
    static final PairWithPosition Lit236;
    static final PairWithPosition Lit2360;
    static final PairWithPosition Lit2361;
    static final PairWithPosition Lit2362;
    static final PairWithPosition Lit2363;
    static final PairWithPosition Lit2364;
    static final PairWithPosition Lit2365;
    static final SimpleSymbol Lit2366;
    static final PairWithPosition Lit2367;
    static final PairWithPosition Lit2368;
    static final PairWithPosition Lit2369;
    static final SimpleSymbol Lit237;
    static final PairWithPosition Lit2370;
    static final PairWithPosition Lit2371;
    static final PairWithPosition Lit2372;
    static final PairWithPosition Lit2373;
    static final PairWithPosition Lit2374;
    static final PairWithPosition Lit2375;
    static final PairWithPosition Lit2376;
    static final PairWithPosition Lit2377;
    static final PairWithPosition Lit2378;
    static final PairWithPosition Lit2379;
    static final PairWithPosition Lit238;
    static final PairWithPosition Lit2380;
    static final PairWithPosition Lit2381;
    static final PairWithPosition Lit2382;
    static final PairWithPosition Lit2383;
    static final PairWithPosition Lit2384;
    static final PairWithPosition Lit2385;
    static final PairWithPosition Lit2386;
    static final PairWithPosition Lit2387;
    static final PairWithPosition Lit2388;
    static final PairWithPosition Lit2389;
    static final SimpleSymbol Lit239;
    static final PairWithPosition Lit2390;
    static final PairWithPosition Lit2391;
    static final PairWithPosition Lit2392;
    static final PairWithPosition Lit2393;
    static final PairWithPosition Lit2394;
    static final PairWithPosition Lit2395;
    static final PairWithPosition Lit2396;
    static final PairWithPosition Lit2397;
    static final PairWithPosition Lit2398;
    static final PairWithPosition Lit2399;
    static final PairWithPosition Lit24;
    static final PairWithPosition Lit240;
    static final PairWithPosition Lit2400;
    static final PairWithPosition Lit2401;
    static final PairWithPosition Lit2402;
    static final PairWithPosition Lit2403;
    static final PairWithPosition Lit2404;
    static final PairWithPosition Lit2405;
    static final PairWithPosition Lit2406;
    static final PairWithPosition Lit2407;
    static final PairWithPosition Lit2408;
    static final PairWithPosition Lit2409;
    static final PairWithPosition Lit241;
    static final PairWithPosition Lit2410;
    static final PairWithPosition Lit2411;
    static final PairWithPosition Lit2412;
    static final PairWithPosition Lit2413;
    static final PairWithPosition Lit2414;
    static final SimpleSymbol Lit2415;
    static final SimpleSymbol Lit2416;
    static final PairWithPosition Lit2417;
    static final PairWithPosition Lit2418;
    static final PairWithPosition Lit2419;
    static final SimpleSymbol Lit242;
    static final PairWithPosition Lit2420;
    static final PairWithPosition Lit2421;
    static final PairWithPosition Lit2422;
    static final PairWithPosition Lit2423;
    static final PairWithPosition Lit2424;
    static final PairWithPosition Lit2425;
    static final PairWithPosition Lit2426;
    static final PairWithPosition Lit2427;
    static final PairWithPosition Lit2428;
    static final PairWithPosition Lit2429;
    static final SimpleSymbol Lit243;
    static final PairWithPosition Lit2430;
    static final PairWithPosition Lit2431;
    static final PairWithPosition Lit2432;
    static final PairWithPosition Lit2433;
    static final PairWithPosition Lit2434;
    static final PairWithPosition Lit2435;
    static final PairWithPosition Lit2436;
    static final PairWithPosition Lit2437;
    static final PairWithPosition Lit2438;
    static final PairWithPosition Lit2439;
    static final PairWithPosition Lit244;
    static final PairWithPosition Lit2440;
    static final PairWithPosition Lit2441;
    static final PairWithPosition Lit2442;
    static final PairWithPosition Lit2443;
    static final PairWithPosition Lit2444;
    static final PairWithPosition Lit2445;
    static final PairWithPosition Lit2446;
    static final PairWithPosition Lit2447;
    static final PairWithPosition Lit2448;
    static final PairWithPosition Lit2449;
    static final SimpleSymbol Lit245;
    static final PairWithPosition Lit2450;
    static final PairWithPosition Lit2451;
    static final PairWithPosition Lit2452;
    static final PairWithPosition Lit2453;
    static final PairWithPosition Lit2454;
    static final PairWithPosition Lit2455;
    static final PairWithPosition Lit2456;
    static final PairWithPosition Lit2457;
    static final PairWithPosition Lit2458;
    static final PairWithPosition Lit2459;
    static final SimpleSymbol Lit246;
    static final PairWithPosition Lit2460;
    static final PairWithPosition Lit2461;
    static final PairWithPosition Lit2462;
    static final PairWithPosition Lit2463;
    static final PairWithPosition Lit2464;
    static final PairWithPosition Lit2465;
    static final PairWithPosition Lit2466;
    static final PairWithPosition Lit2467;
    static final PairWithPosition Lit2468;
    static final PairWithPosition Lit2469;
    static final SimpleSymbol Lit247;
    static final PairWithPosition Lit2470;
    static final PairWithPosition Lit2471;
    static final PairWithPosition Lit2472;
    static final PairWithPosition Lit2473;
    static final PairWithPosition Lit2474;
    static final PairWithPosition Lit2475;
    static final PairWithPosition Lit2476;
    static final PairWithPosition Lit2477;
    static final PairWithPosition Lit2478;
    static final PairWithPosition Lit2479;
    static final PairWithPosition Lit248;
    static final PairWithPosition Lit2480;
    static final PairWithPosition Lit2481;
    static final PairWithPosition Lit2482;
    static final PairWithPosition Lit2483;
    static final PairWithPosition Lit2484;
    static final PairWithPosition Lit2485;
    static final PairWithPosition Lit2486;
    static final PairWithPosition Lit2487;
    static final PairWithPosition Lit2488;
    static final PairWithPosition Lit2489;
    static final PairWithPosition Lit249;
    static final PairWithPosition Lit2490;
    static final PairWithPosition Lit2491;
    static final PairWithPosition Lit2492;
    static final PairWithPosition Lit2493;
    static final PairWithPosition Lit2494;
    static final PairWithPosition Lit2495;
    static final PairWithPosition Lit2496;
    static final PairWithPosition Lit2497;
    static final PairWithPosition Lit2498;
    static final PairWithPosition Lit2499;
    static final SimpleSymbol Lit25;
    static final PairWithPosition Lit250;
    static final PairWithPosition Lit2500;
    static final PairWithPosition Lit2501;
    static final PairWithPosition Lit2502;
    static final PairWithPosition Lit2503;
    static final PairWithPosition Lit2504;
    static final PairWithPosition Lit2505;
    static final PairWithPosition Lit2506;
    static final PairWithPosition Lit2507;
    static final PairWithPosition Lit2508;
    static final PairWithPosition Lit2509;
    static final PairWithPosition Lit251;
    static final PairWithPosition Lit2510;
    static final PairWithPosition Lit2511;
    static final PairWithPosition Lit2512;
    static final PairWithPosition Lit2513;
    static final PairWithPosition Lit2514;
    static final PairWithPosition Lit2515;
    static final PairWithPosition Lit2516;
    static final PairWithPosition Lit2517;
    static final PairWithPosition Lit2518;
    static final PairWithPosition Lit2519;
    static final PairWithPosition Lit252;
    static final PairWithPosition Lit2520;
    static final PairWithPosition Lit2521;
    static final PairWithPosition Lit2522;
    static final PairWithPosition Lit2523;
    static final PairWithPosition Lit2524;
    static final PairWithPosition Lit2525;
    static final PairWithPosition Lit2526;
    static final PairWithPosition Lit2527;
    static final PairWithPosition Lit2528;
    static final PairWithPosition Lit2529;
    static final PairWithPosition Lit253;
    static final PairWithPosition Lit2530;
    static final PairWithPosition Lit2531;
    static final PairWithPosition Lit2532;
    static final SimpleSymbol Lit2533;
    static final PairWithPosition Lit2534;
    static final SimpleSymbol Lit2535;
    static final PairWithPosition Lit2536;
    static final SimpleSymbol Lit2537;
    static final SimpleSymbol Lit2538;
    static final PairWithPosition Lit2539;
    static final PairWithPosition Lit254;
    static final PairWithPosition Lit2540;
    static final SimpleSymbol Lit2541;
    static final PairWithPosition Lit2542;
    static final SimpleSymbol Lit2543;
    static final PairWithPosition Lit2544;
    static final SimpleSymbol Lit2545;
    static final PairWithPosition Lit2546;
    static final SimpleSymbol Lit2547;
    static final PairWithPosition Lit2548;
    static final PairWithPosition Lit2549;
    static final PairWithPosition Lit255;
    static final PairWithPosition Lit2550;
    static final PairWithPosition Lit2551;
    static final PairWithPosition Lit2552;
    static final PairWithPosition Lit2553;
    static final PairWithPosition Lit2554;
    static final PairWithPosition Lit2555;
    static final PairWithPosition Lit2556;
    static final PairWithPosition Lit2557;
    static final PairWithPosition Lit2558;
    static final PairWithPosition Lit2559;
    static final PairWithPosition Lit256;
    static final PairWithPosition Lit2560;
    static final SimpleSymbol Lit2561;
    static final PairWithPosition Lit2562;
    static final PairWithPosition Lit2563;
    static final PairWithPosition Lit2564;
    static final DFloNum Lit2565;
    static final PairWithPosition Lit2566;
    static final PairWithPosition Lit2567;
    static final DFloNum Lit2568;
    static final PairWithPosition Lit2569;
    static final PairWithPosition Lit257;
    static final PairWithPosition Lit2570;
    static final DFloNum Lit2571;
    static final PairWithPosition Lit2572;
    static final PairWithPosition Lit2573;
    static final DFloNum Lit2574;
    static final PairWithPosition Lit2575;
    static final PairWithPosition Lit2576;
    static final DFloNum Lit2577;
    static final PairWithPosition Lit2578;
    static final PairWithPosition Lit2579;
    static final PairWithPosition Lit258;
    static final PairWithPosition Lit2580;
    static final PairWithPosition Lit2581;
    static final PairWithPosition Lit2582;
    static final DFloNum Lit2583;
    static final PairWithPosition Lit2584;
    static final PairWithPosition Lit2585;
    static final DFloNum Lit2586;
    static final PairWithPosition Lit2587;
    static final PairWithPosition Lit2588;
    static final PairWithPosition Lit2589;
    static final PairWithPosition Lit259;
    static final DFloNum Lit2590;
    static final PairWithPosition Lit2591;
    static final PairWithPosition Lit2592;
    static final DFloNum Lit2593;
    static final PairWithPosition Lit2594;
    static final PairWithPosition Lit2595;
    static final PairWithPosition Lit2596;
    static final PairWithPosition Lit2597;
    static final PairWithPosition Lit2598;
    static final PairWithPosition Lit2599;
    static final SimpleSymbol Lit26;
    static final PairWithPosition Lit260;
    static final PairWithPosition Lit2600;
    static final PairWithPosition Lit2601;
    static final PairWithPosition Lit2602;
    static final PairWithPosition Lit2603;
    static final PairWithPosition Lit2604;
    static final PairWithPosition Lit2605;
    static final PairWithPosition Lit2606;
    static final PairWithPosition Lit2607;
    static final PairWithPosition Lit2608;
    static final PairWithPosition Lit2609;
    static final PairWithPosition Lit261;
    static final PairWithPosition Lit2610;
    static final PairWithPosition Lit2611;
    static final PairWithPosition Lit2612;
    static final PairWithPosition Lit2613;
    static final PairWithPosition Lit2614;
    static final PairWithPosition Lit2615;
    static final PairWithPosition Lit2616;
    static final PairWithPosition Lit2617;
    static final PairWithPosition Lit2618;
    static final PairWithPosition Lit2619;
    static final PairWithPosition Lit262;
    static final PairWithPosition Lit2620;
    static final PairWithPosition Lit2621;
    static final PairWithPosition Lit2622;
    static final PairWithPosition Lit2623;
    static final PairWithPosition Lit2624;
    static final PairWithPosition Lit2625;
    static final PairWithPosition Lit2626;
    static final PairWithPosition Lit2627;
    static final PairWithPosition Lit2628;
    static final PairWithPosition Lit2629;
    static final PairWithPosition Lit263;
    static final PairWithPosition Lit2630;
    static final PairWithPosition Lit2631;
    static final PairWithPosition Lit2632;
    static final PairWithPosition Lit2633;
    static final PairWithPosition Lit2634;
    static final PairWithPosition Lit2635;
    static final PairWithPosition Lit2636;
    static final PairWithPosition Lit2637;
    static final PairWithPosition Lit2638;
    static final PairWithPosition Lit2639;
    static final PairWithPosition Lit264;
    static final PairWithPosition Lit2640;
    static final PairWithPosition Lit2641;
    static final PairWithPosition Lit2642;
    static final PairWithPosition Lit2643;
    static final PairWithPosition Lit2644;
    static final PairWithPosition Lit2645;
    static final PairWithPosition Lit2646;
    static final PairWithPosition Lit2647;
    static final PairWithPosition Lit2648;
    static final PairWithPosition Lit2649;
    static final PairWithPosition Lit265;
    static final PairWithPosition Lit2650;
    static final PairWithPosition Lit2651;
    static final PairWithPosition Lit2652;
    static final PairWithPosition Lit2653;
    static final PairWithPosition Lit2654;
    static final PairWithPosition Lit2655;
    static final PairWithPosition Lit2656;
    static final PairWithPosition Lit2657;
    static final PairWithPosition Lit2658;
    static final SimpleSymbol Lit2659;
    static final PairWithPosition Lit266;
    static final PairWithPosition Lit2660;
    static final PairWithPosition Lit2661;
    static final SimpleSymbol Lit2662;
    static final SimpleSymbol Lit2663;
    static final SimpleSymbol Lit2664;
    static final PairWithPosition Lit2665;
    static final SimpleSymbol Lit2666;
    static final SimpleSymbol Lit2667;
    static final SimpleSymbol Lit2668;
    static final PairWithPosition Lit2669;
    static final PairWithPosition Lit267;
    static final SimpleSymbol Lit2670;
    static final PairWithPosition Lit2671;
    static final PairWithPosition Lit2672;
    static final SimpleSymbol Lit2673;
    static final PairWithPosition Lit2674;
    static final PairWithPosition Lit2675;
    static final PairWithPosition Lit2676;
    static final SimpleSymbol Lit2677;
    static final PairWithPosition Lit2678;
    static final PairWithPosition Lit2679;
    static final PairWithPosition Lit268;
    static final SimpleSymbol Lit2680;
    static final PairWithPosition Lit2681;
    static final PairWithPosition Lit2682;
    static final PairWithPosition Lit2683;
    static final PairWithPosition Lit2684;
    static final PairWithPosition Lit2685;
    static final PairWithPosition Lit2686;
    static final PairWithPosition Lit2687;
    static final PairWithPosition Lit2688;
    static final PairWithPosition Lit2689;
    static final PairWithPosition Lit269;
    static final PairWithPosition Lit2690;
    static final PairWithPosition Lit2691;
    static final PairWithPosition Lit2692;
    static final PairWithPosition Lit2693;
    static final PairWithPosition Lit2694;
    static final PairWithPosition Lit2695;
    static final PairWithPosition Lit2696;
    static final PairWithPosition Lit2697;
    static final PairWithPosition Lit2698;
    static final PairWithPosition Lit2699;
    static final SimpleSymbol Lit27;
    static final PairWithPosition Lit270;
    static final PairWithPosition Lit2700;
    static final PairWithPosition Lit2701;
    static final PairWithPosition Lit2702;
    static final PairWithPosition Lit2703;
    static final PairWithPosition Lit2704;
    static final PairWithPosition Lit2705;
    static final PairWithPosition Lit2706;
    static final PairWithPosition Lit2707;
    static final PairWithPosition Lit2708;
    static final PairWithPosition Lit2709;
    static final PairWithPosition Lit271;
    static final SimpleSymbol Lit2710;
    static final SimpleSymbol Lit2711;
    static final SimpleSymbol Lit2712;
    static final PairWithPosition Lit2713;
    static final SimpleSymbol Lit2714;
    static final PairWithPosition Lit2715;
    static final PairWithPosition Lit2716;
    static final IntNum Lit2717;
    static final PairWithPosition Lit2718;
    static final PairWithPosition Lit2719;
    static final PairWithPosition Lit272;
    static final PairWithPosition Lit2720;
    static final PairWithPosition Lit2721;
    static final PairWithPosition Lit2722;
    static final PairWithPosition Lit2723;
    static final PairWithPosition Lit2724;
    static final PairWithPosition Lit2725;
    static final PairWithPosition Lit2726;
    static final PairWithPosition Lit2727;
    static final PairWithPosition Lit2728;
    static final PairWithPosition Lit2729;
    static final PairWithPosition Lit273;
    static final PairWithPosition Lit2730;
    static final PairWithPosition Lit2731;
    static final PairWithPosition Lit2732;
    static final PairWithPosition Lit2733;
    static final PairWithPosition Lit2734;
    static final PairWithPosition Lit2735;
    static final PairWithPosition Lit2736;
    static final PairWithPosition Lit2737;
    static final PairWithPosition Lit2738;
    static final PairWithPosition Lit2739;
    static final PairWithPosition Lit274;
    static final PairWithPosition Lit2740;
    static final PairWithPosition Lit2741;
    static final PairWithPosition Lit2742;
    static final SimpleSymbol Lit2743;
    static final PairWithPosition Lit2744;
    static final PairWithPosition Lit2745;
    static final PairWithPosition Lit2746;
    static final PairWithPosition Lit2747;
    static final PairWithPosition Lit2748;
    static final SimpleSymbol Lit2749;
    static final PairWithPosition Lit275;
    static final SimpleSymbol Lit2750;
    static final PairWithPosition Lit2751;
    static final PairWithPosition Lit2752;
    static final PairWithPosition Lit2753;
    static final PairWithPosition Lit2754;
    static final PairWithPosition Lit2755;
    static final PairWithPosition Lit2756;
    static final PairWithPosition Lit2757;
    static final PairWithPosition Lit2758;
    static final PairWithPosition Lit2759;
    static final PairWithPosition Lit276;
    static final PairWithPosition Lit2760;
    static final PairWithPosition Lit2761;
    static final PairWithPosition Lit2762;
    static final PairWithPosition Lit2763;
    static final PairWithPosition Lit2764;
    static final PairWithPosition Lit2765;
    static final PairWithPosition Lit2766;
    static final PairWithPosition Lit2767;
    static final PairWithPosition Lit2768;
    static final PairWithPosition Lit2769;
    static final PairWithPosition Lit277;
    static final PairWithPosition Lit2770;
    static final PairWithPosition Lit2771;
    static final SimpleSymbol Lit2772;
    static final SimpleSymbol Lit2773;
    static final SimpleSymbol Lit2774;
    static final SimpleSymbol Lit2775;
    static final PairWithPosition Lit2776;
    static final SimpleSymbol Lit2777;
    static final SimpleSymbol Lit2778;
    static final SimpleSymbol Lit2779;
    static final PairWithPosition Lit278;
    static final SimpleSymbol Lit2780;
    static final SimpleSymbol Lit2781;
    static final SimpleSymbol Lit2782;
    static final PairWithPosition Lit2783;
    static final PairWithPosition Lit2784;
    static final SimpleSymbol Lit2785;
    static final SimpleSymbol Lit2786;
    static final SimpleSymbol Lit2787;
    static final SimpleSymbol Lit2788;
    static final SimpleSymbol Lit2789;
    static final PairWithPosition Lit279;
    static final SimpleSymbol Lit2790;
    static final SimpleSymbol Lit2791;
    static final PairWithPosition Lit2792;
    static final SimpleSymbol Lit2793;
    static final PairWithPosition Lit2794;
    static final PairWithPosition Lit2795;
    static final PairWithPosition Lit2796;
    static final PairWithPosition Lit2797;
    static final SimpleSymbol Lit2798;
    static final PairWithPosition Lit2799;
    static final SimpleSymbol Lit28;
    static final PairWithPosition Lit280;
    static final SimpleSymbol Lit2800;
    static final PairWithPosition Lit2801;
    static final PairWithPosition Lit2802;
    static final PairWithPosition Lit2803;
    static final SimpleSymbol Lit2804;
    static final PairWithPosition Lit2805;
    static final PairWithPosition Lit2806;
    static final PairWithPosition Lit2807;
    static final PairWithPosition Lit2808;
    static final IntNum Lit2809;
    static final PairWithPosition Lit281;
    static final PairWithPosition Lit2810;
    static final SimpleSymbol Lit2811;
    static final PairWithPosition Lit2812;
    static final PairWithPosition Lit2813;
    static final PairWithPosition Lit2814;
    static final SimpleSymbol Lit2815;
    static final PairWithPosition Lit2816;
    static final PairWithPosition Lit2817;
    static final PairWithPosition Lit2818;
    static final SimpleSymbol Lit2819;
    static final PairWithPosition Lit282;
    static final SimpleSymbol Lit2820;
    static final PairWithPosition Lit2821;
    static final PairWithPosition Lit2822;
    static final PairWithPosition Lit2823;
    static final SimpleSymbol Lit2824;
    static final SimpleSymbol Lit2825;
    static final PairWithPosition Lit2826;
    static final PairWithPosition Lit2827;
    static final PairWithPosition Lit2828;
    static final PairWithPosition Lit2829;
    static final PairWithPosition Lit283;
    static final PairWithPosition Lit2830;
    static final PairWithPosition Lit2831;
    static final PairWithPosition Lit2832;
    static final PairWithPosition Lit2833;
    static final PairWithPosition Lit2834;
    static final PairWithPosition Lit2835;
    static final PairWithPosition Lit2836;
    static final SimpleSymbol Lit2837;
    static final PairWithPosition Lit2838;
    static final PairWithPosition Lit2839;
    static final PairWithPosition Lit284;
    static final PairWithPosition Lit2840;
    static final SimpleSymbol Lit2841;
    static final PairWithPosition Lit2842;
    static final IntNum Lit2843;
    static final PairWithPosition Lit2844;
    static final PairWithPosition Lit2845;
    static final PairWithPosition Lit2846;
    static final PairWithPosition Lit2847;
    static final PairWithPosition Lit2848;
    static final PairWithPosition Lit2849;
    static final PairWithPosition Lit285;
    static final PairWithPosition Lit2850;
    static final PairWithPosition Lit2851;
    static final PairWithPosition Lit2852;
    static final PairWithPosition Lit2853;
    static final PairWithPosition Lit2854;
    static final PairWithPosition Lit2855;
    static final PairWithPosition Lit2856;
    static final PairWithPosition Lit2857;
    static final PairWithPosition Lit2858;
    static final PairWithPosition Lit2859;
    static final PairWithPosition Lit286;
    static final PairWithPosition Lit2860;
    static final PairWithPosition Lit2861;
    static final PairWithPosition Lit2862;
    static final PairWithPosition Lit2863;
    static final PairWithPosition Lit2864;
    static final PairWithPosition Lit2865;
    static final PairWithPosition Lit2866;
    static final PairWithPosition Lit2867;
    static final PairWithPosition Lit2868;
    static final PairWithPosition Lit2869;
    static final PairWithPosition Lit287;
    static final PairWithPosition Lit2870;
    static final PairWithPosition Lit2871;
    static final PairWithPosition Lit2872;
    static final SimpleSymbol Lit2873;
    static final PairWithPosition Lit2874;
    static final PairWithPosition Lit2875;
    static final PairWithPosition Lit2876;
    static final PairWithPosition Lit2877;
    static final PairWithPosition Lit2878;
    static final PairWithPosition Lit2879;
    static final PairWithPosition Lit288;
    static final PairWithPosition Lit2880;
    static final SimpleSymbol Lit2881;
    static final PairWithPosition Lit2882;
    static final SimpleSymbol Lit2883;
    static final PairWithPosition Lit2884;
    static final PairWithPosition Lit2885;
    static final PairWithPosition Lit2886;
    static final PairWithPosition Lit2887;
    static final PairWithPosition Lit2888;
    static final PairWithPosition Lit2889;
    static final PairWithPosition Lit289;
    static final PairWithPosition Lit2890;
    static final PairWithPosition Lit2891;
    static final PairWithPosition Lit2892;
    static final PairWithPosition Lit2893;
    static final PairWithPosition Lit2894;
    static final PairWithPosition Lit2895;
    static final PairWithPosition Lit2896;
    static final PairWithPosition Lit2897;
    static final PairWithPosition Lit2898;
    static final PairWithPosition Lit2899;
    static final SimpleSymbol Lit29;
    static final PairWithPosition Lit290;
    static final PairWithPosition Lit2900;
    static final PairWithPosition Lit2901;
    static final SimpleSymbol Lit2902;
    static final SimpleSymbol Lit2903;
    static final PairWithPosition Lit2904;
    static final PairWithPosition Lit2905;
    static final SimpleSymbol Lit2906;
    static final PairWithPosition Lit2907;
    static final PairWithPosition Lit2908;
    static final PairWithPosition Lit2909;
    static final PairWithPosition Lit291;
    static final PairWithPosition Lit2910;
    static final PairWithPosition Lit2911;
    static final PairWithPosition Lit2912;
    static final PairWithPosition Lit2913;
    static final PairWithPosition Lit2914;
    static final PairWithPosition Lit2915;
    static final PairWithPosition Lit2916;
    static final PairWithPosition Lit2917;
    static final PairWithPosition Lit2918;
    static final PairWithPosition Lit2919;
    static final PairWithPosition Lit292;
    static final PairWithPosition Lit2920;
    static final PairWithPosition Lit2921;
    static final PairWithPosition Lit2922;
    static final SimpleSymbol Lit2923;
    static final PairWithPosition Lit2924;
    static final SimpleSymbol Lit2925;
    static final PairWithPosition Lit2926;
    static final IntNum Lit2927;
    static final PairWithPosition Lit2928;
    static final IntNum Lit2929;
    static final PairWithPosition Lit293;
    static final PairWithPosition Lit2930;
    static final IntNum Lit2931;
    static final SimpleSymbol Lit2932;
    static final SimpleSymbol Lit2933;
    static final IntNum Lit2934;
    static final PairWithPosition Lit2935;
    static final SimpleSymbol Lit2936;
    static final SimpleSymbol Lit2937;
    static final PairWithPosition Lit2938;
    static final PairWithPosition Lit2939;
    static final PairWithPosition Lit294;
    static final SimpleSymbol Lit2940;
    static final SimpleSymbol Lit2941;
    static final PairWithPosition Lit2942;
    static final PairWithPosition Lit2943;
    static final PairWithPosition Lit2944;
    static final PairWithPosition Lit2945;
    static final PairWithPosition Lit2946;
    static final PairWithPosition Lit2947;
    static final PairWithPosition Lit2948;
    static final PairWithPosition Lit2949;
    static final PairWithPosition Lit295;
    static final PairWithPosition Lit2950;
    static final IntNum Lit2951;
    static final PairWithPosition Lit2952;
    static final PairWithPosition Lit2953;
    static final PairWithPosition Lit2954;
    static final PairWithPosition Lit2955;
    static final PairWithPosition Lit2956;
    static final PairWithPosition Lit2957;
    static final PairWithPosition Lit2958;
    static final PairWithPosition Lit2959;
    static final PairWithPosition Lit296;
    static final SimpleSymbol Lit2960;
    static final PairWithPosition Lit2961;
    static final PairWithPosition Lit2962;
    static final IntNum Lit2963;
    static final PairWithPosition Lit2964;
    static final IntNum Lit2965;
    static final PairWithPosition Lit2966;
    static final IntNum Lit2967;
    static final IntNum Lit2968;
    static final PairWithPosition Lit2969;
    static final PairWithPosition Lit297;
    static final PairWithPosition Lit2970;
    static final PairWithPosition Lit2971;
    static final PairWithPosition Lit2972;
    static final PairWithPosition Lit2973;
    static final PairWithPosition Lit2974;
    static final SimpleSymbol Lit2975;
    static final PairWithPosition Lit2976;
    static final PairWithPosition Lit2977;
    static final PairWithPosition Lit2978;
    static final PairWithPosition Lit2979;
    static final PairWithPosition Lit298;
    static final PairWithPosition Lit2980;
    static final PairWithPosition Lit2981;
    static final PairWithPosition Lit2982;
    static final IntNum Lit2983;
    static final PairWithPosition Lit2984;
    static final SimpleSymbol Lit2985;
    static final PairWithPosition Lit2986;
    static final PairWithPosition Lit2987;
    static final PairWithPosition Lit2988;
    static final PairWithPosition Lit2989;
    static final PairWithPosition Lit299;
    static final PairWithPosition Lit2990;
    static final PairWithPosition Lit2991;
    static final PairWithPosition Lit2992;
    static final PairWithPosition Lit2993;
    static final PairWithPosition Lit2994;
    static final PairWithPosition Lit2995;
    static final PairWithPosition Lit2996;
    static final PairWithPosition Lit2997;
    static final PairWithPosition Lit2998;
    static final PairWithPosition Lit2999;
    static final SimpleSymbol Lit3;
    static final SimpleSymbol Lit30;
    static final PairWithPosition Lit300;
    static final PairWithPosition Lit3000;
    static final PairWithPosition Lit3001;
    static final PairWithPosition Lit3002;
    static final PairWithPosition Lit3003;
    static final PairWithPosition Lit3004;
    static final PairWithPosition Lit3005;
    static final PairWithPosition Lit3006;
    static final PairWithPosition Lit3007;
    static final PairWithPosition Lit3008;
    static final SimpleSymbol Lit3009;
    static final PairWithPosition Lit301;
    static final SimpleSymbol Lit3010;
    static final SimpleSymbol Lit3011;
    static final IntNum Lit3012;
    static final PairWithPosition Lit3013;
    static final SimpleSymbol Lit3014;
    static final PairWithPosition Lit3015;
    static final SimpleSymbol Lit3016;
    static final SimpleSymbol Lit3017;
    static final PairWithPosition Lit3018;
    static final PairWithPosition Lit3019;
    static final PairWithPosition Lit302;
    static final PairWithPosition Lit3020;
    static final SimpleSymbol Lit3021;
    static final SimpleSymbol Lit3022;
    static final PairWithPosition Lit3023;
    static final PairWithPosition Lit3024;
    static final PairWithPosition Lit3025;
    static final PairWithPosition Lit3026;
    static final PairWithPosition Lit3027;
    static final PairWithPosition Lit3028;
    static final PairWithPosition Lit3029;
    static final PairWithPosition Lit303;
    static final PairWithPosition Lit3030;
    static final PairWithPosition Lit3031;
    static final PairWithPosition Lit3032;
    static final PairWithPosition Lit3033;
    static final PairWithPosition Lit3034;
    static final PairWithPosition Lit3035;
    static final PairWithPosition Lit3036;
    static final PairWithPosition Lit3037;
    static final PairWithPosition Lit3038;
    static final PairWithPosition Lit3039;
    static final PairWithPosition Lit304;
    static final PairWithPosition Lit3040;
    static final PairWithPosition Lit3041;
    static final PairWithPosition Lit3042;
    static final PairWithPosition Lit3043;
    static final PairWithPosition Lit3044;
    static final PairWithPosition Lit3045;
    static final PairWithPosition Lit3046;
    static final PairWithPosition Lit3047;
    static final PairWithPosition Lit3048;
    static final PairWithPosition Lit3049;
    static final PairWithPosition Lit305;
    static final PairWithPosition Lit3050;
    static final PairWithPosition Lit3051;
    static final PairWithPosition Lit3052;
    static final PairWithPosition Lit3053;
    static final PairWithPosition Lit3054;
    static final PairWithPosition Lit3055;
    static final PairWithPosition Lit3056;
    static final PairWithPosition Lit3057;
    static final PairWithPosition Lit3058;
    static final PairWithPosition Lit3059;
    static final SimpleSymbol Lit306;
    static final PairWithPosition Lit3060;
    static final PairWithPosition Lit3061;
    static final PairWithPosition Lit3062;
    static final PairWithPosition Lit3063;
    static final PairWithPosition Lit3064;
    static final PairWithPosition Lit3065;
    static final PairWithPosition Lit3066;
    static final PairWithPosition Lit3067;
    static final PairWithPosition Lit3068;
    static final PairWithPosition Lit3069;
    static final SimpleSymbol Lit307;
    static final PairWithPosition Lit3070;
    static final PairWithPosition Lit3071;
    static final PairWithPosition Lit3072;
    static final PairWithPosition Lit3073;
    static final PairWithPosition Lit3074;
    static final PairWithPosition Lit3075;
    static final SimpleSymbol Lit3076;
    static final PairWithPosition Lit3077;
    static final PairWithPosition Lit3078;
    static final PairWithPosition Lit3079;
    static final SimpleSymbol Lit308;
    static final PairWithPosition Lit3080;
    static final PairWithPosition Lit3081;
    static final SimpleSymbol Lit3082;
    static final SimpleSymbol Lit3083;
    static final PairWithPosition Lit3084;
    static final SimpleSymbol Lit3085;
    static final PairWithPosition Lit3086;
    static final PairWithPosition Lit3087;
    static final SimpleSymbol Lit3088;
    static final PairWithPosition Lit3089;
    static final SimpleSymbol Lit309;
    static final PairWithPosition Lit3090;
    static final PairWithPosition Lit3091;
    static final PairWithPosition Lit3092;
    static final PairWithPosition Lit3093;
    static final PairWithPosition Lit3094;
    static final PairWithPosition Lit3095;
    static final PairWithPosition Lit3096;
    static final PairWithPosition Lit3097;
    static final SimpleSymbol Lit3098;
    static final PairWithPosition Lit3099;
    static final SimpleSymbol Lit31;
    static final SimpleSymbol Lit310;
    static final PairWithPosition Lit3100;
    static final PairWithPosition Lit3101;
    static final PairWithPosition Lit3102;
    static final DFloNum Lit3103;
    static final PairWithPosition Lit3104;
    static final PairWithPosition Lit3105;
    static final PairWithPosition Lit3106;
    static final DFloNum Lit3107;
    static final PairWithPosition Lit3108;
    static final PairWithPosition Lit3109;
    static final SimpleSymbol Lit311;
    static final DFloNum Lit3110;
    static final PairWithPosition Lit3111;
    static final PairWithPosition Lit3112;
    static final PairWithPosition Lit3113;
    static final PairWithPosition Lit3114;
    static final PairWithPosition Lit3115;
    static final DFloNum Lit3116;
    static final PairWithPosition Lit3117;
    static final PairWithPosition Lit3118;
    static final DFloNum Lit3119;
    static final SimpleSymbol Lit312;
    static final PairWithPosition Lit3120;
    static final PairWithPosition Lit3121;
    static final PairWithPosition Lit3122;
    static final DFloNum Lit3123;
    static final PairWithPosition Lit3124;
    static final PairWithPosition Lit3125;
    static final DFloNum Lit3126;
    static final PairWithPosition Lit3127;
    static final PairWithPosition Lit3128;
    static final PairWithPosition Lit3129;
    static final PairWithPosition Lit313;
    static final PairWithPosition Lit3130;
    static final PairWithPosition Lit3131;
    static final PairWithPosition Lit3132;
    static final PairWithPosition Lit3133;
    static final PairWithPosition Lit3134;
    static final PairWithPosition Lit3135;
    static final PairWithPosition Lit3136;
    static final PairWithPosition Lit3137;
    static final PairWithPosition Lit3138;
    static final PairWithPosition Lit3139;
    static final SimpleSymbol Lit314;
    static final PairWithPosition Lit3140;
    static final PairWithPosition Lit3141;
    static final PairWithPosition Lit3142;
    static final PairWithPosition Lit3143;
    static final PairWithPosition Lit3144;
    static final PairWithPosition Lit3145;
    static final PairWithPosition Lit3146;
    static final PairWithPosition Lit3147;
    static final PairWithPosition Lit3148;
    static final PairWithPosition Lit3149;
    static final PairWithPosition Lit315;
    static final PairWithPosition Lit3150;
    static final PairWithPosition Lit3151;
    static final PairWithPosition Lit3152;
    static final PairWithPosition Lit3153;
    static final PairWithPosition Lit3154;
    static final PairWithPosition Lit3155;
    static final PairWithPosition Lit3156;
    static final PairWithPosition Lit3157;
    static final PairWithPosition Lit3158;
    static final PairWithPosition Lit3159;
    static final PairWithPosition Lit316;
    static final PairWithPosition Lit3160;
    static final PairWithPosition Lit3161;
    static final PairWithPosition Lit3162;
    static final PairWithPosition Lit3163;
    static final PairWithPosition Lit3164;
    static final PairWithPosition Lit3165;
    static final PairWithPosition Lit3166;
    static final PairWithPosition Lit3167;
    static final PairWithPosition Lit3168;
    static final PairWithPosition Lit3169;
    static final PairWithPosition Lit317;
    static final PairWithPosition Lit3170;
    static final PairWithPosition Lit3171;
    static final PairWithPosition Lit3172;
    static final PairWithPosition Lit3173;
    static final PairWithPosition Lit3174;
    static final PairWithPosition Lit3175;
    static final PairWithPosition Lit3176;
    static final PairWithPosition Lit3177;
    static final PairWithPosition Lit3178;
    static final PairWithPosition Lit3179;
    static final PairWithPosition Lit318;
    static final PairWithPosition Lit3180;
    static final PairWithPosition Lit3181;
    static final PairWithPosition Lit3182;
    static final PairWithPosition Lit3183;
    static final PairWithPosition Lit3184;
    static final PairWithPosition Lit3185;
    static final PairWithPosition Lit3186;
    static final PairWithPosition Lit3187;
    static final PairWithPosition Lit3188;
    static final PairWithPosition Lit3189;
    static final PairWithPosition Lit319;
    static final SimpleSymbol Lit3190;
    static final PairWithPosition Lit3191;
    static final PairWithPosition Lit3192;
    static final PairWithPosition Lit3193;
    static final PairWithPosition Lit3194;
    static final PairWithPosition Lit3195;
    static final PairWithPosition Lit3196;
    static final PairWithPosition Lit3197;
    static final PairWithPosition Lit3198;
    static final PairWithPosition Lit3199;
    static final SimpleSymbol Lit32;
    static final PairWithPosition Lit320;
    static final SimpleSymbol Lit3200;
    static final SimpleSymbol Lit3201;
    static final PairWithPosition Lit3202;
    static final PairWithPosition Lit3203;
    static final PairWithPosition Lit3204;
    static final PairWithPosition Lit3205;
    static final PairWithPosition Lit3206;
    static final PairWithPosition Lit3207;
    static final PairWithPosition Lit3208;
    static final PairWithPosition Lit3209;
    static final PairWithPosition Lit321;
    static final PairWithPosition Lit3210;
    static final PairWithPosition Lit3211;
    static final PairWithPosition Lit3212;
    static final PairWithPosition Lit3213;
    static final PairWithPosition Lit3214;
    static final PairWithPosition Lit3215;
    static final PairWithPosition Lit3216;
    static final PairWithPosition Lit3217;
    static final PairWithPosition Lit3218;
    static final PairWithPosition Lit3219;
    static final PairWithPosition Lit322;
    static final PairWithPosition Lit3220;
    static final SimpleSymbol Lit3221;
    static final PairWithPosition Lit3222;
    static final PairWithPosition Lit3223;
    static final SimpleSymbol Lit3224;
    static final PairWithPosition Lit3225;
    static final PairWithPosition Lit3226;
    static final PairWithPosition Lit3227;
    static final PairWithPosition Lit3228;
    static final PairWithPosition Lit3229;
    static final PairWithPosition Lit323;
    static final PairWithPosition Lit3230;
    static final PairWithPosition Lit3231;
    static final PairWithPosition Lit3232;
    static final PairWithPosition Lit3233;
    static final PairWithPosition Lit3234;
    static final PairWithPosition Lit3235;
    static final SimpleSymbol Lit3236;
    static final PairWithPosition Lit3237;
    static final PairWithPosition Lit3238;
    static final PairWithPosition Lit3239;
    static final PairWithPosition Lit324;
    static final PairWithPosition Lit3240;
    static final PairWithPosition Lit3241;
    static final PairWithPosition Lit3242;
    static final PairWithPosition Lit3243;
    static final PairWithPosition Lit3244;
    static final PairWithPosition Lit3245;
    static final PairWithPosition Lit3246;
    static final PairWithPosition Lit3247;
    static final PairWithPosition Lit3248;
    static final PairWithPosition Lit3249;
    static final PairWithPosition Lit325;
    static final PairWithPosition Lit3250;
    static final PairWithPosition Lit3251;
    static final PairWithPosition Lit3252;
    static final PairWithPosition Lit3253;
    static final PairWithPosition Lit3254;
    static final PairWithPosition Lit3255;
    static final PairWithPosition Lit3256;
    static final PairWithPosition Lit3257;
    static final PairWithPosition Lit3258;
    static final PairWithPosition Lit3259;
    static final PairWithPosition Lit326;
    static final PairWithPosition Lit3260;
    static final PairWithPosition Lit3261;
    static final PairWithPosition Lit3262;
    static final PairWithPosition Lit3263;
    static final PairWithPosition Lit3264;
    static final PairWithPosition Lit3265;
    static final PairWithPosition Lit3266;
    static final PairWithPosition Lit3267;
    static final PairWithPosition Lit3268;
    static final PairWithPosition Lit3269;
    static final PairWithPosition Lit327;
    static final PairWithPosition Lit3270;
    static final PairWithPosition Lit3271;
    static final PairWithPosition Lit3272;
    static final PairWithPosition Lit3273;
    static final PairWithPosition Lit3274;
    static final PairWithPosition Lit3275;
    static final PairWithPosition Lit3276;
    static final PairWithPosition Lit3277;
    static final PairWithPosition Lit3278;
    static final PairWithPosition Lit3279;
    static final SimpleSymbol Lit328;
    static final PairWithPosition Lit3280;
    static final PairWithPosition Lit3281;
    static final PairWithPosition Lit3282;
    static final PairWithPosition Lit3283;
    static final PairWithPosition Lit3284;
    static final PairWithPosition Lit3285;
    static final PairWithPosition Lit3286;
    static final PairWithPosition Lit3287;
    static final PairWithPosition Lit3288;
    static final PairWithPosition Lit3289;
    static final SimpleSymbol Lit329;
    static final PairWithPosition Lit3290;
    static final PairWithPosition Lit3291;
    static final PairWithPosition Lit3292;
    static final PairWithPosition Lit3293;
    static final PairWithPosition Lit3294;
    static final PairWithPosition Lit3295;
    static final PairWithPosition Lit3296;
    static final PairWithPosition Lit3297;
    static final PairWithPosition Lit3298;
    static final PairWithPosition Lit3299;
    static final SimpleSymbol Lit33;
    static final SimpleSymbol Lit330;
    static final PairWithPosition Lit3300;
    static final PairWithPosition Lit3301;
    static final PairWithPosition Lit3302;
    static final PairWithPosition Lit3303;
    static final PairWithPosition Lit3304;
    static final PairWithPosition Lit3305;
    static final PairWithPosition Lit3306;
    static final PairWithPosition Lit3307;
    static final PairWithPosition Lit3308;
    static final PairWithPosition Lit3309;
    static final PairWithPosition Lit331;
    static final PairWithPosition Lit3310;
    static final PairWithPosition Lit3311;
    static final PairWithPosition Lit3312;
    static final PairWithPosition Lit3313;
    static final PairWithPosition Lit3314;
    static final PairWithPosition Lit3315;
    static final PairWithPosition Lit3316;
    static final PairWithPosition Lit3317;
    static final PairWithPosition Lit3318;
    static final PairWithPosition Lit3319;
    static final PairWithPosition Lit332;
    static final PairWithPosition Lit3320;
    static final PairWithPosition Lit3321;
    static final PairWithPosition Lit3322;
    static final PairWithPosition Lit3323;
    static final PairWithPosition Lit3324;
    static final PairWithPosition Lit3325;
    static final PairWithPosition Lit3326;
    static final PairWithPosition Lit3327;
    static final SimpleSymbol Lit3328;
    static final PairWithPosition Lit3329;
    static final PairWithPosition Lit333;
    static final PairWithPosition Lit3330;
    static final PairWithPosition Lit3331;
    static final PairWithPosition Lit3332;
    static final PairWithPosition Lit3333;
    static final PairWithPosition Lit3334;
    static final PairWithPosition Lit3335;
    static final PairWithPosition Lit3336;
    static final PairWithPosition Lit3337;
    static final PairWithPosition Lit3338;
    static final SimpleSymbol Lit3339;
    static final PairWithPosition Lit334;
    static final SimpleSymbol Lit3340;
    static final SimpleSymbol Lit3341;
    static final PairWithPosition Lit3342;
    static final SimpleSymbol Lit3343;
    static final PairWithPosition Lit3344;
    static final SimpleSymbol Lit3345;
    static final PairWithPosition Lit3346;
    static final PairWithPosition Lit3347;
    static final PairWithPosition Lit3348;
    static final PairWithPosition Lit3349;
    static final PairWithPosition Lit335;
    static final PairWithPosition Lit3350;
    static final PairWithPosition Lit3351;
    static final SimpleSymbol Lit3352;
    static final PairWithPosition Lit3353;
    static final PairWithPosition Lit3354;
    static final PairWithPosition Lit3355;
    static final PairWithPosition Lit3356;
    static final PairWithPosition Lit3357;
    static final PairWithPosition Lit3358;
    static final PairWithPosition Lit3359;
    static final PairWithPosition Lit336;
    static final PairWithPosition Lit3360;
    static final PairWithPosition Lit3361;
    static final PairWithPosition Lit3362;
    static final SimpleSymbol Lit3363;
    static final SimpleSymbol Lit3364;
    static final PairWithPosition Lit3365;
    static final PairWithPosition Lit3366;
    static final PairWithPosition Lit3367;
    static final SimpleSymbol Lit3368;
    static final SimpleSymbol Lit3369;
    static final PairWithPosition Lit337;
    static final PairWithPosition Lit3370;
    static final SimpleSymbol Lit3371;
    static final PairWithPosition Lit3372;
    static final PairWithPosition Lit3373;
    static final SimpleSymbol Lit3374;
    static final PairWithPosition Lit3375;
    static final PairWithPosition Lit3376;
    static final PairWithPosition Lit3377;
    static final PairWithPosition Lit3378;
    static final PairWithPosition Lit3379;
    static final PairWithPosition Lit338;
    static final PairWithPosition Lit3380;
    static final PairWithPosition Lit3381;
    static final PairWithPosition Lit3382;
    static final PairWithPosition Lit3383;
    static final PairWithPosition Lit3384;
    static final PairWithPosition Lit3385;
    static final PairWithPosition Lit3386;
    static final PairWithPosition Lit3387;
    static final SimpleSymbol Lit3388;
    static final PairWithPosition Lit3389;
    static final PairWithPosition Lit339;
    static final PairWithPosition Lit3390;
    static final PairWithPosition Lit3391;
    static final PairWithPosition Lit3392;
    static final PairWithPosition Lit3393;
    static final PairWithPosition Lit3394;
    static final PairWithPosition Lit3395;
    static final PairWithPosition Lit3396;
    static final PairWithPosition Lit3397;
    static final PairWithPosition Lit3398;
    static final PairWithPosition Lit3399;
    static final SimpleSymbol Lit34;
    static final PairWithPosition Lit340;
    static final PairWithPosition Lit3400;
    static final PairWithPosition Lit3401;
    static final PairWithPosition Lit3402;
    static final PairWithPosition Lit3403;
    static final SimpleSymbol Lit3404;
    static final SimpleSymbol Lit3405;
    static final PairWithPosition Lit3406;
    static final PairWithPosition Lit3407;
    static final PairWithPosition Lit3408;
    static final PairWithPosition Lit3409;
    static final PairWithPosition Lit341;
    static final PairWithPosition Lit3410;
    static final SimpleSymbol Lit3411;
    static final PairWithPosition Lit3412;
    static final PairWithPosition Lit3413;
    static final PairWithPosition Lit3414;
    static final PairWithPosition Lit3415;
    static final PairWithPosition Lit3416;
    static final SimpleSymbol Lit3417;
    static final PairWithPosition Lit3418;
    static final PairWithPosition Lit3419;
    static final PairWithPosition Lit342;
    static final PairWithPosition Lit3420;
    static final PairWithPosition Lit3421;
    static final PairWithPosition Lit3422;
    static final PairWithPosition Lit3423;
    static final PairWithPosition Lit3424;
    static final PairWithPosition Lit3425;
    static final SimpleSymbol Lit3426;
    static final PairWithPosition Lit3427;
    static final PairWithPosition Lit3428;
    static final SimpleSymbol Lit3429;
    static final PairWithPosition Lit343;
    static final PairWithPosition Lit3430;
    static final SimpleSymbol Lit3431;
    static final PairWithPosition Lit3432;
    static final SimpleSymbol Lit3433;
    static final PairWithPosition Lit3434;
    static final PairWithPosition Lit3435;
    static final SimpleSymbol Lit3436;
    static final PairWithPosition Lit3437;
    static final PairWithPosition Lit3438;
    static final SimpleSymbol Lit3439;
    static final PairWithPosition Lit344;
    static final PairWithPosition Lit3440;
    static final PairWithPosition Lit3441;
    static final PairWithPosition Lit3442;
    static final PairWithPosition Lit3443;
    static final SimpleSymbol Lit3444;
    static final PairWithPosition Lit3445;
    static final SimpleSymbol Lit3446;
    static final PairWithPosition Lit3447;
    static final SimpleSymbol Lit3448;
    static final PairWithPosition Lit3449;
    static final SimpleSymbol Lit345;
    static final SimpleSymbol Lit3450;
    static final PairWithPosition Lit3451;
    static final PairWithPosition Lit3452;
    static final PairWithPosition Lit3453;
    static final PairWithPosition Lit3454;
    static final SimpleSymbol Lit3455;
    static final PairWithPosition Lit3456;
    static final PairWithPosition Lit3457;
    static final SimpleSymbol Lit3458;
    static final PairWithPosition Lit3459;
    static final SimpleSymbol Lit346;
    static final PairWithPosition Lit3460;
    static final SimpleSymbol Lit3461;
    static final PairWithPosition Lit3462;
    static final PairWithPosition Lit3463;
    static final SimpleSymbol Lit3464;
    static final PairWithPosition Lit3465;
    static final PairWithPosition Lit3466;
    static final PairWithPosition Lit3467;
    static final PairWithPosition Lit3468;
    static final PairWithPosition Lit3469;
    static final SimpleSymbol Lit347;
    static final PairWithPosition Lit3470;
    static final SimpleSymbol Lit3471;
    static final PairWithPosition Lit3472;
    static final PairWithPosition Lit3473;
    static final PairWithPosition Lit3474;
    static final PairWithPosition Lit3475;
    static final SimpleSymbol Lit3476;
    static final SimpleSymbol Lit3477;
    static final SimpleSymbol Lit3478;
    static final SimpleSymbol Lit3479;
    static final PairWithPosition Lit348;
    static final SimpleSymbol Lit3480;
    static final PairWithPosition Lit3481;
    static final PairWithPosition Lit3482;
    static final PairWithPosition Lit3483;
    static final PairWithPosition Lit3484;
    static final PairWithPosition Lit3485;
    static final PairWithPosition Lit3486;
    static final PairWithPosition Lit3487;
    static final PairWithPosition Lit3488;
    static final PairWithPosition Lit3489;
    static final PairWithPosition Lit349;
    static final PairWithPosition Lit3490;
    static final PairWithPosition Lit3491;
    static final PairWithPosition Lit3492;
    static final PairWithPosition Lit3493;
    static final PairWithPosition Lit3494;
    static final PairWithPosition Lit3495;
    static final PairWithPosition Lit3496;
    static final PairWithPosition Lit3497;
    static final PairWithPosition Lit3498;
    static final PairWithPosition Lit3499;
    static final SimpleSymbol Lit35;
    static final PairWithPosition Lit350;
    static final PairWithPosition Lit3500;
    static final PairWithPosition Lit3501;
    static final PairWithPosition Lit3502;
    static final PairWithPosition Lit3503;
    static final PairWithPosition Lit3504;
    static final PairWithPosition Lit3505;
    static final PairWithPosition Lit3506;
    static final PairWithPosition Lit3507;
    static final PairWithPosition Lit3508;
    static final PairWithPosition Lit3509;
    static final PairWithPosition Lit351;
    static final PairWithPosition Lit3510;
    static final PairWithPosition Lit3511;
    static final PairWithPosition Lit3512;
    static final PairWithPosition Lit3513;
    static final PairWithPosition Lit3514;
    static final PairWithPosition Lit3515;
    static final PairWithPosition Lit3516;
    static final PairWithPosition Lit3517;
    static final PairWithPosition Lit3518;
    static final PairWithPosition Lit3519;
    static final PairWithPosition Lit352;
    static final PairWithPosition Lit3520;
    static final PairWithPosition Lit3521;
    static final PairWithPosition Lit3522;
    static final PairWithPosition Lit3523;
    static final PairWithPosition Lit3524;
    static final PairWithPosition Lit3525;
    static final PairWithPosition Lit3526;
    static final PairWithPosition Lit3527;
    static final PairWithPosition Lit3528;
    static final PairWithPosition Lit3529;
    static final PairWithPosition Lit353;
    static final PairWithPosition Lit3530;
    static final PairWithPosition Lit3531;
    static final PairWithPosition Lit3532;
    static final PairWithPosition Lit3533;
    static final PairWithPosition Lit3534;
    static final PairWithPosition Lit3535;
    static final PairWithPosition Lit3536;
    static final PairWithPosition Lit3537;
    static final PairWithPosition Lit3538;
    static final PairWithPosition Lit3539;
    static final PairWithPosition Lit354;
    static final PairWithPosition Lit3540;
    static final PairWithPosition Lit3541;
    static final PairWithPosition Lit3542;
    static final PairWithPosition Lit3543;
    static final PairWithPosition Lit3544;
    static final PairWithPosition Lit3545;
    static final PairWithPosition Lit3546;
    static final PairWithPosition Lit3547;
    static final PairWithPosition Lit3548;
    static final PairWithPosition Lit3549;
    static final PairWithPosition Lit355;
    static final PairWithPosition Lit3550;
    static final PairWithPosition Lit3551;
    static final PairWithPosition Lit3552;
    static final PairWithPosition Lit3553;
    static final PairWithPosition Lit3554;
    static final PairWithPosition Lit3555;
    static final PairWithPosition Lit3556;
    static final PairWithPosition Lit3557;
    static final PairWithPosition Lit3558;
    static final PairWithPosition Lit3559;
    static final PairWithPosition Lit356;
    static final PairWithPosition Lit3560;
    static final PairWithPosition Lit3561;
    static final PairWithPosition Lit3562;
    static final PairWithPosition Lit3563;
    static final PairWithPosition Lit3564;
    static final PairWithPosition Lit3565;
    static final PairWithPosition Lit3566;
    static final PairWithPosition Lit3567;
    static final PairWithPosition Lit3568;
    static final PairWithPosition Lit3569;
    static final PairWithPosition Lit357;
    static final PairWithPosition Lit3570;
    static final PairWithPosition Lit3571;
    static final PairWithPosition Lit3572;
    static final PairWithPosition Lit3573;
    static final SimpleSymbol Lit3574;
    static final PairWithPosition Lit3575;
    static final PairWithPosition Lit3576;
    static final PairWithPosition Lit3577;
    static final SimpleSymbol Lit3578;
    static final PairWithPosition Lit3579;
    static final PairWithPosition Lit358;
    static final PairWithPosition Lit3580;
    static final PairWithPosition Lit3581;
    static final PairWithPosition Lit3582;
    static final PairWithPosition Lit3583;
    static final PairWithPosition Lit3584;
    static final PairWithPosition Lit3585;
    static final PairWithPosition Lit3586;
    static final PairWithPosition Lit3587;
    static final SimpleSymbol Lit3588;
    static final PairWithPosition Lit3589;
    static final PairWithPosition Lit359;
    static final PairWithPosition Lit3590;
    static final SimpleSymbol Lit3591;
    static final SimpleSymbol Lit3592;
    static final PairWithPosition Lit3593;
    static final PairWithPosition Lit3594;
    static final PairWithPosition Lit3595;
    static final PairWithPosition Lit3596;
    static final PairWithPosition Lit3597;
    static final PairWithPosition Lit3598;
    static final PairWithPosition Lit3599;
    static final SimpleSymbol Lit36;
    static final PairWithPosition Lit360;
    static final PairWithPosition Lit3600;
    static final PairWithPosition Lit3601;
    static final PairWithPosition Lit3602;
    static final PairWithPosition Lit3603;
    static final PairWithPosition Lit3604;
    static final PairWithPosition Lit3605;
    static final PairWithPosition Lit3606;
    static final PairWithPosition Lit3607;
    static final PairWithPosition Lit3608;
    static final PairWithPosition Lit3609;
    static final PairWithPosition Lit361;
    static final PairWithPosition Lit3610;
    static final SimpleSymbol Lit3611;
    static final SimpleSymbol Lit3612;
    static final SimpleSymbol Lit3613;
    static final SimpleSymbol Lit3614;
    static final SimpleSymbol Lit3615;
    static final PairWithPosition Lit3616;
    static final SimpleSymbol Lit3617;
    static final PairWithPosition Lit3618;
    static final SimpleSymbol Lit3619;
    static final SimpleSymbol Lit362;
    static final PairWithPosition Lit3620;
    static final PairWithPosition Lit3621;
    static final PairWithPosition Lit3622;
    static final PairWithPosition Lit3623;
    static final PairWithPosition Lit3624;
    static final PairWithPosition Lit3625;
    static final PairWithPosition Lit3626;
    static final PairWithPosition Lit3627;
    static final PairWithPosition Lit3628;
    static final PairWithPosition Lit3629;
    static final SimpleSymbol Lit363;
    static final PairWithPosition Lit3630;
    static final PairWithPosition Lit3631;
    static final PairWithPosition Lit3632;
    static final PairWithPosition Lit3633;
    static final SimpleSymbol Lit3634;
    static final SimpleSymbol Lit3635;
    static final PairWithPosition Lit3636;
    static final SimpleSymbol Lit3637;
    static final SimpleSymbol Lit3638;
    static final SimpleSymbol Lit3639;
    static final PairWithPosition Lit364;
    static final PairWithPosition Lit3640;
    static final PairWithPosition Lit3641;
    static final PairWithPosition Lit3642;
    static final PairWithPosition Lit3643;
    static final PairWithPosition Lit3644;
    static final PairWithPosition Lit3645;
    static final PairWithPosition Lit3646;
    static final PairWithPosition Lit3647;
    static final PairWithPosition Lit3648;
    static final SimpleSymbol Lit3649;
    static final PairWithPosition Lit365;
    static final PairWithPosition Lit3650;
    static final PairWithPosition Lit3651;
    static final PairWithPosition Lit3652;
    static final PairWithPosition Lit3653;
    static final PairWithPosition Lit3654;
    static final PairWithPosition Lit3655;
    static final PairWithPosition Lit3656;
    static final PairWithPosition Lit3657;
    static final PairWithPosition Lit3658;
    static final PairWithPosition Lit3659;
    static final PairWithPosition Lit366;
    static final SimpleSymbol Lit3660;
    static final PairWithPosition Lit3661;
    static final PairWithPosition Lit3662;
    static final PairWithPosition Lit3663;
    static final SimpleSymbol Lit3664;
    static final SimpleSymbol Lit3665;
    static final PairWithPosition Lit3666;
    static final PairWithPosition Lit3667;
    static final PairWithPosition Lit3668;
    static final SimpleSymbol Lit3669;
    static final PairWithPosition Lit367;
    static final PairWithPosition Lit3670;
    static final PairWithPosition Lit3671;
    static final PairWithPosition Lit3672;
    static final PairWithPosition Lit3673;
    static final PairWithPosition Lit3674;
    static final PairWithPosition Lit3675;
    static final SimpleSymbol Lit3676;
    static final PairWithPosition Lit3677;
    static final PairWithPosition Lit3678;
    static final PairWithPosition Lit3679;
    static final PairWithPosition Lit368;
    static final PairWithPosition Lit3680;
    static final PairWithPosition Lit3681;
    static final PairWithPosition Lit3682;
    static final PairWithPosition Lit3683;
    static final PairWithPosition Lit3684;
    static final PairWithPosition Lit3685;
    static final PairWithPosition Lit3686;
    static final PairWithPosition Lit3687;
    static final SimpleSymbol Lit3688;
    static final PairWithPosition Lit3689;
    static final PairWithPosition Lit369;
    static final PairWithPosition Lit3690;
    static final PairWithPosition Lit3691;
    static final PairWithPosition Lit3692;
    static final PairWithPosition Lit3693;
    static final PairWithPosition Lit3694;
    static final PairWithPosition Lit3695;
    static final PairWithPosition Lit3696;
    static final SimpleSymbol Lit3697;
    static final SimpleSymbol Lit3698;
    static final PairWithPosition Lit3699;
    static final SimpleSymbol Lit37;
    static final PairWithPosition Lit370;
    static final PairWithPosition Lit3700;
    static final PairWithPosition Lit3701;
    static final PairWithPosition Lit3702;
    static final PairWithPosition Lit3703;
    static final PairWithPosition Lit3704;
    static final PairWithPosition Lit3705;
    static final PairWithPosition Lit3706;
    static final PairWithPosition Lit3707;
    static final PairWithPosition Lit3708;
    static final PairWithPosition Lit3709;
    static final PairWithPosition Lit371;
    static final PairWithPosition Lit3710;
    static final PairWithPosition Lit3711;
    static final PairWithPosition Lit3712;
    static final PairWithPosition Lit3713;
    static final PairWithPosition Lit3714;
    static final SimpleSymbol Lit3715;
    static final PairWithPosition Lit3716;
    static final PairWithPosition Lit3717;
    static final PairWithPosition Lit3718;
    static final PairWithPosition Lit3719;
    static final SimpleSymbol Lit372;
    static final PairWithPosition Lit3720;
    static final PairWithPosition Lit3721;
    static final PairWithPosition Lit3722;
    static final PairWithPosition Lit3723;
    static final PairWithPosition Lit3724;
    static final PairWithPosition Lit3725;
    static final PairWithPosition Lit3726;
    static final PairWithPosition Lit3727;
    static final PairWithPosition Lit3728;
    static final PairWithPosition Lit3729;
    static final SimpleSymbol Lit373;
    static final PairWithPosition Lit3730;
    static final PairWithPosition Lit3731;
    static final PairWithPosition Lit3732;
    static final PairWithPosition Lit3733;
    static final PairWithPosition Lit3734;
    static final PairWithPosition Lit3735;
    static final PairWithPosition Lit3736;
    static final PairWithPosition Lit3737;
    static final PairWithPosition Lit3738;
    static final PairWithPosition Lit3739;
    static final SimpleSymbol Lit374;
    static final PairWithPosition Lit3740;
    static final PairWithPosition Lit3741;
    static final PairWithPosition Lit3742;
    static final PairWithPosition Lit3743;
    static final PairWithPosition Lit3744;
    static final PairWithPosition Lit3745;
    static final SimpleSymbol Lit3746;
    static final PairWithPosition Lit3747;
    static final PairWithPosition Lit3748;
    static final PairWithPosition Lit3749;
    static final SimpleSymbol Lit375;
    static final SimpleSymbol Lit3750;
    static final PairWithPosition Lit3751;
    static final PairWithPosition Lit3752;
    static final PairWithPosition Lit3753;
    static final SimpleSymbol Lit3754;
    static final PairWithPosition Lit3755;
    static final PairWithPosition Lit3756;
    static final PairWithPosition Lit3757;
    static final PairWithPosition Lit3758;
    static final PairWithPosition Lit3759;
    static final PairWithPosition Lit376;
    static final PairWithPosition Lit3760;
    static final PairWithPosition Lit3761;
    static final PairWithPosition Lit3762;
    static final PairWithPosition Lit3763;
    static final PairWithPosition Lit3764;
    static final PairWithPosition Lit3765;
    static final PairWithPosition Lit3766;
    static final PairWithPosition Lit3767;
    static final PairWithPosition Lit3768;
    static final PairWithPosition Lit3769;
    static final PairWithPosition Lit377;
    static final PairWithPosition Lit3770;
    static final PairWithPosition Lit3771;
    static final PairWithPosition Lit3772;
    static final PairWithPosition Lit3773;
    static final PairWithPosition Lit3774;
    static final PairWithPosition Lit3775;
    static final PairWithPosition Lit3776;
    static final PairWithPosition Lit3777;
    static final PairWithPosition Lit3778;
    static final PairWithPosition Lit3779;
    static final SimpleSymbol Lit378;
    static final PairWithPosition Lit3780;
    static final PairWithPosition Lit3781;
    static final PairWithPosition Lit3782;
    static final PairWithPosition Lit3783;
    static final PairWithPosition Lit3784;
    static final PairWithPosition Lit3785;
    static final PairWithPosition Lit3786;
    static final PairWithPosition Lit3787;
    static final PairWithPosition Lit3788;
    static final PairWithPosition Lit3789;
    static final SimpleSymbol Lit379;
    static final PairWithPosition Lit3790;
    static final PairWithPosition Lit3791;
    static final PairWithPosition Lit3792;
    static final PairWithPosition Lit3793;
    static final PairWithPosition Lit3794;
    static final PairWithPosition Lit3795;
    static final PairWithPosition Lit3796;
    static final PairWithPosition Lit3797;
    static final PairWithPosition Lit3798;
    static final PairWithPosition Lit3799;
    static final SimpleSymbol Lit38;
    static final PairWithPosition Lit380;
    static final PairWithPosition Lit3800;
    static final PairWithPosition Lit3801;
    static final PairWithPosition Lit3802;
    static final PairWithPosition Lit3803;
    static final PairWithPosition Lit3804;
    static final PairWithPosition Lit3805;
    static final PairWithPosition Lit3806;
    static final PairWithPosition Lit3807;
    static final PairWithPosition Lit3808;
    static final PairWithPosition Lit3809;
    static final PairWithPosition Lit381;
    static final PairWithPosition Lit3810;
    static final PairWithPosition Lit3811;
    static final PairWithPosition Lit3812;
    static final PairWithPosition Lit3813;
    static final PairWithPosition Lit3814;
    static final PairWithPosition Lit3815;
    static final PairWithPosition Lit3816;
    static final PairWithPosition Lit3817;
    static final PairWithPosition Lit3818;
    static final PairWithPosition Lit3819;
    static final PairWithPosition Lit382;
    static final PairWithPosition Lit3820;
    static final PairWithPosition Lit3821;
    static final PairWithPosition Lit3822;
    static final PairWithPosition Lit3823;
    static final PairWithPosition Lit3824;
    static final PairWithPosition Lit3825;
    static final PairWithPosition Lit3826;
    static final PairWithPosition Lit3827;
    static final PairWithPosition Lit3828;
    static final PairWithPosition Lit3829;
    static final SimpleSymbol Lit383;
    static final PairWithPosition Lit3830;
    static final PairWithPosition Lit3831;
    static final PairWithPosition Lit3832;
    static final PairWithPosition Lit3833;
    static final PairWithPosition Lit3834;
    static final PairWithPosition Lit3835;
    static final PairWithPosition Lit3836;
    static final PairWithPosition Lit3837;
    static final PairWithPosition Lit3838;
    static final PairWithPosition Lit3839;
    static final PairWithPosition Lit384;
    static final PairWithPosition Lit3840;
    static final PairWithPosition Lit3841;
    static final PairWithPosition Lit3842;
    static final PairWithPosition Lit3843;
    static final PairWithPosition Lit3844;
    static final PairWithPosition Lit3845;
    static final PairWithPosition Lit3846;
    static final PairWithPosition Lit3847;
    static final SimpleSymbol Lit3848;
    static final SimpleSymbol Lit3849;
    static final PairWithPosition Lit385;
    static final PairWithPosition Lit3850;
    static final PairWithPosition Lit3851;
    static final SimpleSymbol Lit3852;
    static final SimpleSymbol Lit3853;
    static final SimpleSymbol Lit3854;
    static final SimpleSymbol Lit3855;
    static final PairWithPosition Lit3856;
    static final PairWithPosition Lit3857;
    static final PairWithPosition Lit3858;
    static final PairWithPosition Lit3859;
    static final SimpleSymbol Lit386;
    static final SimpleSymbol Lit3860;
    static final PairWithPosition Lit3861;
    static final PairWithPosition Lit3862;
    static final PairWithPosition Lit3863;
    static final PairWithPosition Lit3864;
    static final PairWithPosition Lit3865;
    static final PairWithPosition Lit3866;
    static final PairWithPosition Lit3867;
    static final PairWithPosition Lit3868;
    static final PairWithPosition Lit3869;
    static final SimpleSymbol Lit387;
    static final PairWithPosition Lit3870;
    static final PairWithPosition Lit3871;
    static final PairWithPosition Lit3872;
    static final PairWithPosition Lit3873;
    static final PairWithPosition Lit3874;
    static final SimpleSymbol Lit3875;
    static final PairWithPosition Lit3876;
    static final PairWithPosition Lit3877;
    static final SimpleSymbol Lit3878;
    static final SimpleSymbol Lit3879;
    static final PairWithPosition Lit388;
    static final SimpleSymbol Lit3880;
    static final SimpleSymbol Lit3881;
    static final SimpleSymbol Lit3882;
    static final SimpleSymbol Lit3883;
    static final SimpleSymbol Lit3884;
    static final SimpleSymbol Lit3885;
    static final PairWithPosition Lit3886;
    static final PairWithPosition Lit3887;
    static final PairWithPosition Lit3888;
    static final SimpleSymbol Lit3889;
    static final SimpleSymbol Lit389;
    static final PairWithPosition Lit3890;
    static final PairWithPosition Lit3891;
    static final PairWithPosition Lit3892;
    static final PairWithPosition Lit3893;
    static final PairWithPosition Lit3894;
    static final PairWithPosition Lit3895;
    static final PairWithPosition Lit3896;
    static final PairWithPosition Lit3897;
    static final PairWithPosition Lit3898;
    static final PairWithPosition Lit3899;
    static final SimpleSymbol Lit39;
    static final SimpleSymbol Lit390;
    static final PairWithPosition Lit3900;
    static final PairWithPosition Lit3901;
    static final PairWithPosition Lit3902;
    static final PairWithPosition Lit3903;
    static final PairWithPosition Lit3904;
    static final PairWithPosition Lit3905;
    static final PairWithPosition Lit3906;
    static final PairWithPosition Lit3907;
    static final PairWithPosition Lit3908;
    static final PairWithPosition Lit3909;
    static final SimpleSymbol Lit391;
    static final PairWithPosition Lit3910;
    static final PairWithPosition Lit3911;
    static final PairWithPosition Lit3912;
    static final PairWithPosition Lit3913;
    static final PairWithPosition Lit3914;
    static final PairWithPosition Lit3915;
    static final PairWithPosition Lit3916;
    static final PairWithPosition Lit3917;
    static final PairWithPosition Lit3918;
    static final PairWithPosition Lit3919;
    static final PairWithPosition Lit392;
    static final PairWithPosition Lit3920;
    static final PairWithPosition Lit3921;
    static final PairWithPosition Lit3922;
    static final PairWithPosition Lit3923;
    static final PairWithPosition Lit3924;
    static final PairWithPosition Lit3925;
    static final PairWithPosition Lit3926;
    static final SimpleSymbol Lit3927;
    static final SimpleSymbol Lit3928;
    static final PairWithPosition Lit3929;
    static final PairWithPosition Lit393;
    static final PairWithPosition Lit3930;
    static final SimpleSymbol Lit3931;
    static final SimpleSymbol Lit3932;
    static final SimpleSymbol Lit3933;
    static final SimpleSymbol Lit3934;
    static final PairWithPosition Lit3935;
    static final PairWithPosition Lit3936;
    static final PairWithPosition Lit3937;
    static final PairWithPosition Lit3938;
    static final PairWithPosition Lit3939;
    static final PairWithPosition Lit394;
    static final PairWithPosition Lit3940;
    static final PairWithPosition Lit3941;
    static final SimpleSymbol Lit3942;
    static final PairWithPosition Lit3943;
    static final PairWithPosition Lit3944;
    static final PairWithPosition Lit3945;
    static final SimpleSymbol Lit3946;
    static final PairWithPosition Lit3947;
    static final PairWithPosition Lit3948;
    static final PairWithPosition Lit3949;
    static final PairWithPosition Lit395;
    static final PairWithPosition Lit3950;
    static final PairWithPosition Lit3951;
    static final PairWithPosition Lit3952;
    static final PairWithPosition Lit3953;
    static final PairWithPosition Lit3954;
    static final PairWithPosition Lit3955;
    static final PairWithPosition Lit3956;
    static final PairWithPosition Lit3957;
    static final PairWithPosition Lit3958;
    static final PairWithPosition Lit3959;
    static final PairWithPosition Lit396;
    static final PairWithPosition Lit3960;
    static final PairWithPosition Lit3961;
    static final PairWithPosition Lit3962;
    static final SimpleSymbol Lit3963;
    static final PairWithPosition Lit3964;
    static final PairWithPosition Lit3965;
    static final PairWithPosition Lit3966;
    static final PairWithPosition Lit3967;
    static final PairWithPosition Lit3968;
    static final PairWithPosition Lit3969;
    static final PairWithPosition Lit397;
    static final PairWithPosition Lit3970;
    static final PairWithPosition Lit3971;
    static final PairWithPosition Lit3972;
    static final PairWithPosition Lit3973;
    static final PairWithPosition Lit3974;
    static final PairWithPosition Lit3975;
    static final PairWithPosition Lit3976;
    static final PairWithPosition Lit3977;
    static final PairWithPosition Lit3978;
    static final PairWithPosition Lit3979;
    static final PairWithPosition Lit398;
    static final PairWithPosition Lit3980;
    static final PairWithPosition Lit3981;
    static final PairWithPosition Lit3982;
    static final PairWithPosition Lit3983;
    static final PairWithPosition Lit3984;
    static final PairWithPosition Lit3985;
    static final PairWithPosition Lit3986;
    static final PairWithPosition Lit3987;
    static final PairWithPosition Lit3988;
    static final PairWithPosition Lit3989;
    static final PairWithPosition Lit399;
    static final PairWithPosition Lit3990;
    static final PairWithPosition Lit3991;
    static final PairWithPosition Lit3992;
    static final PairWithPosition Lit3993;
    static final PairWithPosition Lit3994;
    static final PairWithPosition Lit3995;
    static final PairWithPosition Lit3996;
    static final PairWithPosition Lit3997;
    static final PairWithPosition Lit3998;
    static final PairWithPosition Lit3999;
    static final SimpleSymbol Lit4;
    static final SimpleSymbol Lit40;
    static final PairWithPosition Lit400;
    static final PairWithPosition Lit4000;
    static final PairWithPosition Lit4001;
    static final SimpleSymbol Lit4002;
    static final SimpleSymbol Lit4003;
    static final PairWithPosition Lit4004;
    static final SimpleSymbol Lit4005;
    static final SimpleSymbol Lit4006;
    static final SimpleSymbol Lit4007;
    static final SimpleSymbol Lit4008;
    static final SimpleSymbol Lit4009;
    static final PairWithPosition Lit401;
    static final PairWithPosition Lit4010;
    static final SimpleSymbol Lit4011;
    static final SimpleSymbol Lit4012;
    static final PairWithPosition Lit4013;
    static final PairWithPosition Lit4014;
    static final PairWithPosition Lit4015;
    static final SimpleSymbol Lit4016;
    static final SimpleSymbol Lit4017;
    static final PairWithPosition Lit4018;
    static final PairWithPosition Lit4019;
    static final PairWithPosition Lit402;
    static final PairWithPosition Lit4020;
    static final PairWithPosition Lit4021;
    static final PairWithPosition Lit4022;
    static final PairWithPosition Lit4023;
    static final PairWithPosition Lit4024;
    static final PairWithPosition Lit4025;
    static final PairWithPosition Lit4026;
    static final PairWithPosition Lit4027;
    static final PairWithPosition Lit4028;
    static final PairWithPosition Lit4029;
    static final PairWithPosition Lit403;
    static final PairWithPosition Lit4030;
    static final SimpleSymbol Lit4031;
    static final PairWithPosition Lit4032;
    static final SimpleSymbol Lit4033;
    static final PairWithPosition Lit4034;
    static final PairWithPosition Lit4035;
    static final SimpleSymbol Lit4036;
    static final SimpleSymbol Lit4037;
    static final SimpleSymbol Lit4038;
    static final PairWithPosition Lit4039;
    static final PairWithPosition Lit404;
    static final PairWithPosition Lit4040;
    static final PairWithPosition Lit4041;
    static final SimpleSymbol Lit4042;
    static final SimpleSymbol Lit4043;
    static final PairWithPosition Lit4044;
    static final PairWithPosition Lit4045;
    static final PairWithPosition Lit4046;
    static final PairWithPosition Lit4047;
    static final SimpleSymbol Lit4048;
    static final PairWithPosition Lit4049;
    static final PairWithPosition Lit405;
    static final SimpleSymbol Lit4050;
    static final SimpleSymbol Lit4051;
    static final PairWithPosition Lit4052;
    static final SimpleSymbol Lit4053;
    static final SimpleSymbol Lit4054;
    static final SimpleSymbol Lit4055;
    static final SimpleSymbol Lit4056;
    static final SimpleSymbol Lit4057;
    static final PairWithPosition Lit4058;
    static final PairWithPosition Lit4059;
    static final SimpleSymbol Lit406;
    static final PairWithPosition Lit4060;
    static final PairWithPosition Lit4061;
    static final PairWithPosition Lit4062;
    static final PairWithPosition Lit4063;
    static final SimpleSymbol Lit4064;
    static final PairWithPosition Lit4065;
    static final PairWithPosition Lit4066;
    static final PairWithPosition Lit4067;
    static final SimpleSymbol Lit4068;
    static final PairWithPosition Lit4069;
    static final SimpleSymbol Lit407;
    static final PairWithPosition Lit4070;
    static final PairWithPosition Lit4071;
    static final PairWithPosition Lit4072;
    static final PairWithPosition Lit4073;
    static final PairWithPosition Lit4074;
    static final PairWithPosition Lit4075;
    static final PairWithPosition Lit4076;
    static final PairWithPosition Lit4077;
    static final PairWithPosition Lit4078;
    static final PairWithPosition Lit4079;
    static final SimpleSymbol Lit408;
    static final PairWithPosition Lit4080;
    static final PairWithPosition Lit4081;
    static final PairWithPosition Lit4082;
    static final PairWithPosition Lit4083;
    static final PairWithPosition Lit4084;
    static final PairWithPosition Lit4085;
    static final PairWithPosition Lit4086;
    static final PairWithPosition Lit4087;
    static final PairWithPosition Lit4088;
    static final PairWithPosition Lit4089;
    static final PairWithPosition Lit409;
    static final PairWithPosition Lit4090;
    static final PairWithPosition Lit4091;
    static final PairWithPosition Lit4092;
    static final PairWithPosition Lit4093;
    static final PairWithPosition Lit4094;
    static final PairWithPosition Lit4095;
    static final PairWithPosition Lit4096;
    static final PairWithPosition Lit4097;
    static final PairWithPosition Lit4098;
    static final PairWithPosition Lit4099;
    static final SimpleSymbol Lit41;
    static final PairWithPosition Lit410;
    static final PairWithPosition Lit4100;
    static final PairWithPosition Lit4101;
    static final PairWithPosition Lit4102;
    static final PairWithPosition Lit4103;
    static final PairWithPosition Lit4104;
    static final PairWithPosition Lit4105;
    static final PairWithPosition Lit4106;
    static final PairWithPosition Lit4107;
    static final PairWithPosition Lit4108;
    static final PairWithPosition Lit4109;
    static final SimpleSymbol Lit411;
    static final PairWithPosition Lit4110;
    static final PairWithPosition Lit4111;
    static final PairWithPosition Lit4112;
    static final PairWithPosition Lit4113;
    static final PairWithPosition Lit4114;
    static final PairWithPosition Lit4115;
    static final PairWithPosition Lit4116;
    static final PairWithPosition Lit4117;
    static final PairWithPosition Lit4118;
    static final PairWithPosition Lit4119;
    static final PairWithPosition Lit412;
    static final PairWithPosition Lit4120;
    static final PairWithPosition Lit4121;
    static final PairWithPosition Lit4122;
    static final PairWithPosition Lit4123;
    static final PairWithPosition Lit4124;
    static final PairWithPosition Lit4125;
    static final PairWithPosition Lit4126;
    static final PairWithPosition Lit4127;
    static final PairWithPosition Lit4128;
    static final PairWithPosition Lit4129;
    static final SimpleSymbol Lit413;
    static final PairWithPosition Lit4130;
    static final PairWithPosition Lit4131;
    static final PairWithPosition Lit4132;
    static final PairWithPosition Lit4133;
    static final PairWithPosition Lit4134;
    static final PairWithPosition Lit4135;
    static final PairWithPosition Lit4136;
    static final PairWithPosition Lit4137;
    static final PairWithPosition Lit4138;
    static final PairWithPosition Lit4139;
    static final PairWithPosition Lit414;
    static final PairWithPosition Lit4140;
    static final PairWithPosition Lit4141;
    static final PairWithPosition Lit4142;
    static final PairWithPosition Lit4143;
    static final SimpleSymbol Lit4144;
    static final PairWithPosition Lit4145;
    static final PairWithPosition Lit4146;
    static final PairWithPosition Lit4147;
    static final PairWithPosition Lit4148;
    static final PairWithPosition Lit4149;
    static final PairWithPosition Lit415;
    static final PairWithPosition Lit4150;
    static final PairWithPosition Lit4151;
    static final PairWithPosition Lit4152;
    static final PairWithPosition Lit4153;
    static final PairWithPosition Lit4154;
    static final PairWithPosition Lit4155;
    static final PairWithPosition Lit4156;
    static final PairWithPosition Lit4157;
    static final PairWithPosition Lit4158;
    static final PairWithPosition Lit4159;
    static final PairWithPosition Lit416;
    static final PairWithPosition Lit4160;
    static final PairWithPosition Lit4161;
    static final PairWithPosition Lit4162;
    static final PairWithPosition Lit4163;
    static final PairWithPosition Lit4164;
    static final SimpleSymbol Lit4165;
    static final PairWithPosition Lit4166;
    static final PairWithPosition Lit4167;
    static final PairWithPosition Lit4168;
    static final PairWithPosition Lit4169;
    static final SimpleSymbol Lit417;
    static final SimpleSymbol Lit4170;
    static final PairWithPosition Lit4171;
    static final PairWithPosition Lit4172;
    static final PairWithPosition Lit4173;
    static final PairWithPosition Lit4174;
    static final PairWithPosition Lit4175;
    static final PairWithPosition Lit4176;
    static final PairWithPosition Lit4177;
    static final PairWithPosition Lit4178;
    static final PairWithPosition Lit4179;
    static final PairWithPosition Lit418;
    static final PairWithPosition Lit4180;
    static final PairWithPosition Lit4181;
    static final PairWithPosition Lit4182;
    static final PairWithPosition Lit4183;
    static final PairWithPosition Lit4184;
    static final SimpleSymbol Lit4185;
    static final PairWithPosition Lit4186;
    static final PairWithPosition Lit4187;
    static final PairWithPosition Lit4188;
    static final PairWithPosition Lit4189;
    static final SimpleSymbol Lit419;
    static final PairWithPosition Lit4190;
    static final PairWithPosition Lit4191;
    static final PairWithPosition Lit4192;
    static final PairWithPosition Lit4193;
    static final PairWithPosition Lit4194;
    static final PairWithPosition Lit4195;
    static final PairWithPosition Lit4196;
    static final PairWithPosition Lit4197;
    static final PairWithPosition Lit4198;
    static final PairWithPosition Lit4199;
    static final SimpleSymbol Lit42;
    static final SimpleSymbol Lit420;
    static final SimpleSymbol Lit4200;
    static final PairWithPosition Lit4201;
    static final PairWithPosition Lit4202;
    static final PairWithPosition Lit4203;
    static final SimpleSymbol Lit4204;
    static final PairWithPosition Lit4205;
    static final PairWithPosition Lit4206;
    static final PairWithPosition Lit4207;
    static final PairWithPosition Lit4208;
    static final PairWithPosition Lit4209;
    static final PairWithPosition Lit421;
    static final PairWithPosition Lit4210;
    static final PairWithPosition Lit4211;
    static final PairWithPosition Lit4212;
    static final PairWithPosition Lit4213;
    static final PairWithPosition Lit4214;
    static final PairWithPosition Lit4215;
    static final PairWithPosition Lit4216;
    static final PairWithPosition Lit4217;
    static final PairWithPosition Lit4218;
    static final PairWithPosition Lit4219;
    static final PairWithPosition Lit422;
    static final PairWithPosition Lit4220;
    static final PairWithPosition Lit4221;
    static final PairWithPosition Lit4222;
    static final PairWithPosition Lit4223;
    static final SimpleSymbol Lit4224;
    static final PairWithPosition Lit4225;
    static final PairWithPosition Lit4226;
    static final PairWithPosition Lit4227;
    static final PairWithPosition Lit4228;
    static final PairWithPosition Lit4229;
    static final PairWithPosition Lit423;
    static final PairWithPosition Lit4230;
    static final PairWithPosition Lit4231;
    static final PairWithPosition Lit4232;
    static final PairWithPosition Lit4233;
    static final PairWithPosition Lit4234;
    static final PairWithPosition Lit4235;
    static final PairWithPosition Lit4236;
    static final PairWithPosition Lit4237;
    static final PairWithPosition Lit4238;
    static final PairWithPosition Lit4239;
    static final PairWithPosition Lit424;
    static final PairWithPosition Lit4240;
    static final PairWithPosition Lit4241;
    static final PairWithPosition Lit4242;
    static final PairWithPosition Lit4243;
    static final PairWithPosition Lit4244;
    static final PairWithPosition Lit4245;
    static final PairWithPosition Lit4246;
    static final SimpleSymbol Lit4247;
    static final SimpleSymbol Lit4248;
    static final PairWithPosition Lit4249;
    static final SimpleSymbol Lit425;
    static final PairWithPosition Lit4250;
    static final PairWithPosition Lit4251;
    static final PairWithPosition Lit4252;
    static final PairWithPosition Lit4253;
    static final PairWithPosition Lit4254;
    static final PairWithPosition Lit4255;
    static final PairWithPosition Lit4256;
    static final PairWithPosition Lit4257;
    static final PairWithPosition Lit4258;
    static final PairWithPosition Lit4259;
    static final PairWithPosition Lit426;
    static final PairWithPosition Lit4260;
    static final PairWithPosition Lit4261;
    static final SimpleSymbol Lit4262;
    static final PairWithPosition Lit4263;
    static final PairWithPosition Lit4264;
    static final PairWithPosition Lit4265;
    static final PairWithPosition Lit4266;
    static final PairWithPosition Lit4267;
    static final PairWithPosition Lit4268;
    static final PairWithPosition Lit4269;
    static final PairWithPosition Lit427;
    static final SimpleSymbol Lit4270;
    static final PairWithPosition Lit4271;
    static final PairWithPosition Lit4272;
    static final PairWithPosition Lit4273;
    static final PairWithPosition Lit4274;
    static final PairWithPosition Lit4275;
    static final PairWithPosition Lit4276;
    static final PairWithPosition Lit4277;
    static final PairWithPosition Lit4278;
    static final PairWithPosition Lit4279;
    static final PairWithPosition Lit428;
    static final PairWithPosition Lit4280;
    static final PairWithPosition Lit4281;
    static final PairWithPosition Lit4282;
    static final PairWithPosition Lit4283;
    static final PairWithPosition Lit4284;
    static final PairWithPosition Lit4285;
    static final PairWithPosition Lit4286;
    static final PairWithPosition Lit4287;
    static final PairWithPosition Lit4288;
    static final PairWithPosition Lit4289;
    static final PairWithPosition Lit429;
    static final PairWithPosition Lit4290;
    static final PairWithPosition Lit4291;
    static final SimpleSymbol Lit4292;
    static final PairWithPosition Lit4293;
    static final PairWithPosition Lit4294;
    static final PairWithPosition Lit4295;
    static final PairWithPosition Lit4296;
    static final SimpleSymbol Lit4297;
    static final SimpleSymbol Lit4298;
    static final PairWithPosition Lit4299;
    static final PairWithPosition Lit43;
    static final SimpleSymbol Lit430;
    static final PairWithPosition Lit4300;
    static final PairWithPosition Lit4301;
    static final SimpleSymbol Lit4302;
    static final PairWithPosition Lit4303;
    static final SimpleSymbol Lit4304;
    static final PairWithPosition Lit4305;
    static final PairWithPosition Lit4306;
    static final PairWithPosition Lit4307;
    static final PairWithPosition Lit4308;
    static final PairWithPosition Lit4309;
    static final PairWithPosition Lit431;
    static final PairWithPosition Lit4310;
    static final PairWithPosition Lit4311;
    static final PairWithPosition Lit4312;
    static final PairWithPosition Lit4313;
    static final PairWithPosition Lit4314;
    static final PairWithPosition Lit4315;
    static final PairWithPosition Lit4316;
    static final PairWithPosition Lit4317;
    static final PairWithPosition Lit4318;
    static final PairWithPosition Lit4319;
    static final SimpleSymbol Lit432;
    static final PairWithPosition Lit4320;
    static final PairWithPosition Lit4321;
    static final PairWithPosition Lit4322;
    static final PairWithPosition Lit4323;
    static final PairWithPosition Lit4324;
    static final PairWithPosition Lit4325;
    static final PairWithPosition Lit4326;
    static final PairWithPosition Lit4327;
    static final PairWithPosition Lit4328;
    static final PairWithPosition Lit4329;
    static final SimpleSymbol Lit433;
    static final PairWithPosition Lit4330;
    static final PairWithPosition Lit4331;
    static final PairWithPosition Lit4332;
    static final SimpleSymbol Lit4333;
    static final PairWithPosition Lit4334;
    static final PairWithPosition Lit4335;
    static final PairWithPosition Lit4336;
    static final PairWithPosition Lit4337;
    static final PairWithPosition Lit4338;
    static final PairWithPosition Lit4339;
    static final PairWithPosition Lit434;
    static final PairWithPosition Lit4340;
    static final PairWithPosition Lit4341;
    static final PairWithPosition Lit4342;
    static final PairWithPosition Lit4343;
    static final PairWithPosition Lit4344;
    static final PairWithPosition Lit4345;
    static final PairWithPosition Lit4346;
    static final PairWithPosition Lit4347;
    static final PairWithPosition Lit4348;
    static final PairWithPosition Lit4349;
    static final IntNum Lit435;
    static final PairWithPosition Lit4350;
    static final PairWithPosition Lit4351;
    static final PairWithPosition Lit4352;
    static final PairWithPosition Lit4353;
    static final PairWithPosition Lit4354;
    static final PairWithPosition Lit4355;
    static final PairWithPosition Lit4356;
    static final PairWithPosition Lit4357;
    static final PairWithPosition Lit4358;
    static final PairWithPosition Lit4359;
    static final PairWithPosition Lit436;
    static final PairWithPosition Lit4360;
    static final PairWithPosition Lit4361;
    static final PairWithPosition Lit4362;
    static final PairWithPosition Lit4363;
    static final PairWithPosition Lit4364;
    static final PairWithPosition Lit4365;
    static final PairWithPosition Lit4366;
    static final PairWithPosition Lit4367;
    static final PairWithPosition Lit4368;
    static final PairWithPosition Lit4369;
    static final PairWithPosition Lit437;
    static final PairWithPosition Lit4370;
    static final PairWithPosition Lit4371;
    static final PairWithPosition Lit4372;
    static final PairWithPosition Lit4373;
    static final PairWithPosition Lit4374;
    static final PairWithPosition Lit4375;
    static final PairWithPosition Lit4376;
    static final PairWithPosition Lit4377;
    static final PairWithPosition Lit4378;
    static final PairWithPosition Lit4379;
    static final PairWithPosition Lit438;
    static final PairWithPosition Lit4380;
    static final PairWithPosition Lit4381;
    static final PairWithPosition Lit4382;
    static final PairWithPosition Lit4383;
    static final PairWithPosition Lit4384;
    static final PairWithPosition Lit4385;
    static final PairWithPosition Lit4386;
    static final PairWithPosition Lit4387;
    static final PairWithPosition Lit4388;
    static final PairWithPosition Lit4389;
    static final SimpleSymbol Lit439;
    static final PairWithPosition Lit4390;
    static final PairWithPosition Lit4391;
    static final PairWithPosition Lit4392;
    static final PairWithPosition Lit4393;
    static final PairWithPosition Lit4394;
    static final PairWithPosition Lit4395;
    static final PairWithPosition Lit4396;
    static final PairWithPosition Lit4397;
    static final PairWithPosition Lit4398;
    static final PairWithPosition Lit4399;
    static final PairWithPosition Lit44;
    static final PairWithPosition Lit440;
    static final PairWithPosition Lit4400;
    static final PairWithPosition Lit4401;
    static final PairWithPosition Lit4402;
    static final PairWithPosition Lit4403;
    static final PairWithPosition Lit4404;
    static final PairWithPosition Lit4405;
    static final PairWithPosition Lit4406;
    static final PairWithPosition Lit4407;
    static final PairWithPosition Lit4408;
    static final PairWithPosition Lit4409;
    static final PairWithPosition Lit441;
    static final PairWithPosition Lit4410;
    static final PairWithPosition Lit4411;
    static final PairWithPosition Lit4412;
    static final PairWithPosition Lit4413;
    static final PairWithPosition Lit4414;
    static final PairWithPosition Lit4415;
    static final PairWithPosition Lit4416;
    static final SimpleSymbol Lit4417;
    static final PairWithPosition Lit4418;
    static final PairWithPosition Lit4419;
    static final PairWithPosition Lit442;
    static final PairWithPosition Lit4420;
    static final PairWithPosition Lit4421;
    static final PairWithPosition Lit4422;
    static final PairWithPosition Lit4423;
    static final PairWithPosition Lit4424;
    static final SimpleSymbol Lit4425;
    static final PairWithPosition Lit4426;
    static final PairWithPosition Lit4427;
    static final PairWithPosition Lit4428;
    static final PairWithPosition Lit4429;
    static final PairWithPosition Lit443;
    static final PairWithPosition Lit4430;
    static final PairWithPosition Lit4431;
    static final PairWithPosition Lit4432;
    static final PairWithPosition Lit4433;
    static final PairWithPosition Lit4434;
    static final PairWithPosition Lit4435;
    static final PairWithPosition Lit4436;
    static final PairWithPosition Lit4437;
    static final SimpleSymbol Lit4438;
    static final PairWithPosition Lit4439;
    static final PairWithPosition Lit444;
    static final PairWithPosition Lit4440;
    static final PairWithPosition Lit4441;
    static final PairWithPosition Lit4442;
    static final PairWithPosition Lit4443;
    static final PairWithPosition Lit4444;
    static final PairWithPosition Lit4445;
    static final PairWithPosition Lit4446;
    static final PairWithPosition Lit4447;
    static final PairWithPosition Lit4448;
    static final PairWithPosition Lit4449;
    static final PairWithPosition Lit445;
    static final PairWithPosition Lit4450;
    static final PairWithPosition Lit4451;
    static final PairWithPosition Lit4452;
    static final PairWithPosition Lit4453;
    static final SimpleSymbol Lit4454;
    static final SimpleSymbol Lit4455;
    static final PairWithPosition Lit4456;
    static final PairWithPosition Lit4457;
    static final PairWithPosition Lit4458;
    static final PairWithPosition Lit4459;
    static final PairWithPosition Lit446;
    static final PairWithPosition Lit4460;
    static final PairWithPosition Lit4461;
    static final SimpleSymbol Lit4462;
    static final PairWithPosition Lit4463;
    static final PairWithPosition Lit4464;
    static final PairWithPosition Lit4465;
    static final PairWithPosition Lit4466;
    static final PairWithPosition Lit4467;
    static final PairWithPosition Lit4468;
    static final PairWithPosition Lit4469;
    static final PairWithPosition Lit447;
    static final PairWithPosition Lit4470;
    static final SimpleSymbol Lit4471;
    static final PairWithPosition Lit4472;
    static final PairWithPosition Lit4473;
    static final PairWithPosition Lit4474;
    static final PairWithPosition Lit4475;
    static final PairWithPosition Lit4476;
    static final PairWithPosition Lit4477;
    static final PairWithPosition Lit4478;
    static final PairWithPosition Lit4479;
    static final PairWithPosition Lit448;
    static final PairWithPosition Lit4480;
    static final PairWithPosition Lit4481;
    static final PairWithPosition Lit4482;
    static final PairWithPosition Lit4483;
    static final PairWithPosition Lit4484;
    static final PairWithPosition Lit4485;
    static final PairWithPosition Lit4486;
    static final PairWithPosition Lit4487;
    static final PairWithPosition Lit4488;
    static final PairWithPosition Lit4489;
    static final SimpleSymbol Lit449;
    static final PairWithPosition Lit4490;
    static final PairWithPosition Lit4491;
    static final PairWithPosition Lit4492;
    static final PairWithPosition Lit4493;
    static final PairWithPosition Lit4494;
    static final PairWithPosition Lit4495;
    static final PairWithPosition Lit4496;
    static final PairWithPosition Lit4497;
    static final PairWithPosition Lit4498;
    static final PairWithPosition Lit4499;
    static final SimpleSymbol Lit45;
    static final PairWithPosition Lit450;
    static final PairWithPosition Lit4500;
    static final PairWithPosition Lit4501;
    static final PairWithPosition Lit4502;
    static final PairWithPosition Lit4503;
    static final PairWithPosition Lit4504;
    static final PairWithPosition Lit4505;
    static final PairWithPosition Lit4506;
    static final PairWithPosition Lit4507;
    static final PairWithPosition Lit4508;
    static final PairWithPosition Lit4509;
    static final PairWithPosition Lit451;
    static final PairWithPosition Lit4510;
    static final PairWithPosition Lit4511;
    static final PairWithPosition Lit4512;
    static final PairWithPosition Lit4513;
    static final SimpleSymbol Lit4514;
    static final PairWithPosition Lit4515;
    static final PairWithPosition Lit4516;
    static final PairWithPosition Lit4517;
    static final PairWithPosition Lit4518;
    static final PairWithPosition Lit4519;
    static final PairWithPosition Lit452;
    static final PairWithPosition Lit4520;
    static final PairWithPosition Lit4521;
    static final PairWithPosition Lit4522;
    static final PairWithPosition Lit4523;
    static final PairWithPosition Lit4524;
    static final PairWithPosition Lit4525;
    static final PairWithPosition Lit4526;
    static final PairWithPosition Lit4527;
    static final PairWithPosition Lit4528;
    static final PairWithPosition Lit4529;
    static final PairWithPosition Lit453;
    static final PairWithPosition Lit4530;
    static final PairWithPosition Lit4531;
    static final PairWithPosition Lit4532;
    static final PairWithPosition Lit4533;
    static final PairWithPosition Lit4534;
    static final PairWithPosition Lit4535;
    static final PairWithPosition Lit4536;
    static final PairWithPosition Lit4537;
    static final PairWithPosition Lit4538;
    static final PairWithPosition Lit4539;
    static final PairWithPosition Lit454;
    static final PairWithPosition Lit4540;
    static final PairWithPosition Lit4541;
    static final PairWithPosition Lit4542;
    static final PairWithPosition Lit4543;
    static final PairWithPosition Lit4544;
    static final PairWithPosition Lit4545;
    static final PairWithPosition Lit4546;
    static final PairWithPosition Lit4547;
    static final PairWithPosition Lit4548;
    static final PairWithPosition Lit4549;
    static final PairWithPosition Lit455;
    static final PairWithPosition Lit4550;
    static final PairWithPosition Lit4551;
    static final PairWithPosition Lit4552;
    static final PairWithPosition Lit4553;
    static final PairWithPosition Lit4554;
    static final PairWithPosition Lit4555;
    static final PairWithPosition Lit4556;
    static final PairWithPosition Lit4557;
    static final PairWithPosition Lit4558;
    static final PairWithPosition Lit4559;
    static final PairWithPosition Lit456;
    static final PairWithPosition Lit4560;
    static final PairWithPosition Lit4561;
    static final PairWithPosition Lit4562;
    static final PairWithPosition Lit4563;
    static final PairWithPosition Lit4564;
    static final PairWithPosition Lit4565;
    static final PairWithPosition Lit4566;
    static final PairWithPosition Lit4567;
    static final PairWithPosition Lit4568;
    static final PairWithPosition Lit4569;
    static final PairWithPosition Lit457;
    static final PairWithPosition Lit4570;
    static final PairWithPosition Lit4571;
    static final PairWithPosition Lit4572;
    static final PairWithPosition Lit4573;
    static final PairWithPosition Lit4574;
    static final PairWithPosition Lit4575;
    static final PairWithPosition Lit4576;
    static final PairWithPosition Lit4577;
    static final PairWithPosition Lit4578;
    static final PairWithPosition Lit4579;
    static final PairWithPosition Lit458;
    static final PairWithPosition Lit4580;
    static final PairWithPosition Lit4581;
    static final PairWithPosition Lit4582;
    static final PairWithPosition Lit4583;
    static final PairWithPosition Lit4584;
    static final PairWithPosition Lit4585;
    static final PairWithPosition Lit4586;
    static final PairWithPosition Lit4587;
    static final PairWithPosition Lit4588;
    static final PairWithPosition Lit4589;
    static final PairWithPosition Lit459;
    static final PairWithPosition Lit4590;
    static final PairWithPosition Lit4591;
    static final PairWithPosition Lit4592;
    static final PairWithPosition Lit4593;
    static final PairWithPosition Lit4594;
    static final PairWithPosition Lit4595;
    static final PairWithPosition Lit4596;
    static final PairWithPosition Lit4597;
    static final PairWithPosition Lit4598;
    static final PairWithPosition Lit4599;
    static final SimpleSymbol Lit46;
    static final PairWithPosition Lit460;
    static final PairWithPosition Lit4600;
    static final PairWithPosition Lit4601;
    static final PairWithPosition Lit4602;
    static final PairWithPosition Lit4603;
    static final PairWithPosition Lit4604;
    static final PairWithPosition Lit4605;
    static final PairWithPosition Lit4606;
    static final PairWithPosition Lit4607;
    static final PairWithPosition Lit4608;
    static final PairWithPosition Lit4609;
    static final PairWithPosition Lit461;
    static final PairWithPosition Lit4610;
    static final PairWithPosition Lit4611;
    static final PairWithPosition Lit4612;
    static final PairWithPosition Lit4613;
    static final PairWithPosition Lit4614;
    static final PairWithPosition Lit4615;
    static final PairWithPosition Lit4616;
    static final SimpleSymbol Lit4617;
    static final PairWithPosition Lit4618;
    static final PairWithPosition Lit4619;
    static final PairWithPosition Lit462;
    static final PairWithPosition Lit4620;
    static final PairWithPosition Lit4621;
    static final PairWithPosition Lit4622;
    static final PairWithPosition Lit4623;
    static final PairWithPosition Lit4624;
    static final PairWithPosition Lit4625;
    static final PairWithPosition Lit4626;
    static final PairWithPosition Lit4627;
    static final PairWithPosition Lit4628;
    static final SimpleSymbol Lit4629;
    static final SimpleSymbol Lit463;
    static final PairWithPosition Lit4630;
    static final PairWithPosition Lit4631;
    static final PairWithPosition Lit4632;
    static final PairWithPosition Lit4633;
    static final PairWithPosition Lit4634;
    static final PairWithPosition Lit4635;
    static final PairWithPosition Lit4636;
    static final PairWithPosition Lit4637;
    static final PairWithPosition Lit4638;
    static final PairWithPosition Lit4639;
    static final PairWithPosition Lit464;
    static final PairWithPosition Lit4640;
    static final PairWithPosition Lit4641;
    static final PairWithPosition Lit4642;
    static final PairWithPosition Lit4643;
    static final PairWithPosition Lit4644;
    static final PairWithPosition Lit4645;
    static final PairWithPosition Lit4646;
    static final PairWithPosition Lit4647;
    static final PairWithPosition Lit4648;
    static final PairWithPosition Lit4649;
    static final SimpleSymbol Lit465;
    static final PairWithPosition Lit4650;
    static final PairWithPosition Lit4651;
    static final PairWithPosition Lit4652;
    static final PairWithPosition Lit4653;
    static final PairWithPosition Lit4654;
    static final PairWithPosition Lit4655;
    static final PairWithPosition Lit4656;
    static final PairWithPosition Lit4657;
    static final PairWithPosition Lit4658;
    static final PairWithPosition Lit4659;
    static final PairWithPosition Lit466;
    static final PairWithPosition Lit4660;
    static final PairWithPosition Lit4661;
    static final PairWithPosition Lit4662;
    static final PairWithPosition Lit4663;
    static final PairWithPosition Lit4664;
    static final PairWithPosition Lit4665;
    static final PairWithPosition Lit4666;
    static final PairWithPosition Lit4667;
    static final PairWithPosition Lit4668;
    static final PairWithPosition Lit4669;
    static final SimpleSymbol Lit467;
    static final PairWithPosition Lit4670;
    static final PairWithPosition Lit4671;
    static final PairWithPosition Lit4672;
    static final PairWithPosition Lit4673;
    static final PairWithPosition Lit4674;
    static final PairWithPosition Lit4675;
    static final PairWithPosition Lit4676;
    static final PairWithPosition Lit4677;
    static final PairWithPosition Lit4678;
    static final PairWithPosition Lit4679;
    static final SimpleSymbol Lit468;
    static final PairWithPosition Lit4680;
    static final PairWithPosition Lit4681;
    static final PairWithPosition Lit4682;
    static final PairWithPosition Lit4683;
    static final PairWithPosition Lit4684;
    static final PairWithPosition Lit4685;
    static final PairWithPosition Lit4686;
    static final PairWithPosition Lit4687;
    static final PairWithPosition Lit4688;
    static final PairWithPosition Lit4689;
    static final SimpleSymbol Lit469;
    static final PairWithPosition Lit4690;
    static final PairWithPosition Lit4691;
    static final PairWithPosition Lit4692;
    static final PairWithPosition Lit4693;
    static final PairWithPosition Lit4694;
    static final PairWithPosition Lit4695;
    static final PairWithPosition Lit4696;
    static final PairWithPosition Lit4697;
    static final PairWithPosition Lit4698;
    static final PairWithPosition Lit4699;
    static final SimpleSymbol Lit47;
    static final PairWithPosition Lit470;
    static final PairWithPosition Lit4700;
    static final PairWithPosition Lit4701;
    static final PairWithPosition Lit4702;
    static final PairWithPosition Lit4703;
    static final PairWithPosition Lit4704;
    static final PairWithPosition Lit4705;
    static final PairWithPosition Lit4706;
    static final PairWithPosition Lit4707;
    static final PairWithPosition Lit4708;
    static final PairWithPosition Lit4709;
    static final PairWithPosition Lit471;
    static final PairWithPosition Lit4710;
    static final PairWithPosition Lit4711;
    static final PairWithPosition Lit4712;
    static final PairWithPosition Lit4713;
    static final PairWithPosition Lit4714;
    static final PairWithPosition Lit4715;
    static final PairWithPosition Lit4716;
    static final PairWithPosition Lit4717;
    static final PairWithPosition Lit4718;
    static final PairWithPosition Lit4719;
    static final SimpleSymbol Lit472;
    static final PairWithPosition Lit4720;
    static final PairWithPosition Lit4721;
    static final PairWithPosition Lit4722;
    static final PairWithPosition Lit4723;
    static final PairWithPosition Lit4724;
    static final PairWithPosition Lit4725;
    static final PairWithPosition Lit4726;
    static final IntNum Lit4727;
    static final PairWithPosition Lit4728;
    static final PairWithPosition Lit4729;
    static final IntNum Lit473;
    static final PairWithPosition Lit4730;
    static final SimpleSymbol Lit4731;
    static final IntNum Lit4732;
    static final PairWithPosition Lit4733;
    static final PairWithPosition Lit4734;
    static final PairWithPosition Lit4735;
    static final SimpleSymbol Lit4736;
    static final PairWithPosition Lit4737;
    static final PairWithPosition Lit4738;
    static final PairWithPosition Lit4739;
    static final SimpleSymbol Lit474;
    static final PairWithPosition Lit4740;
    static final PairWithPosition Lit4741;
    static final PairWithPosition Lit4742;
    static final PairWithPosition Lit4743;
    static final PairWithPosition Lit4744;
    static final PairWithPosition Lit4745;
    static final IntNum Lit4746;
    static final PairWithPosition Lit4747;
    static final PairWithPosition Lit4748;
    static final PairWithPosition Lit4749;
    static final SimpleSymbol Lit475;
    static final PairWithPosition Lit4750;
    static final PairWithPosition Lit4751;
    static final PairWithPosition Lit4752;
    static final PairWithPosition Lit4753;
    static final PairWithPosition Lit4754;
    static final PairWithPosition Lit4755;
    static final PairWithPosition Lit4756;
    static final PairWithPosition Lit4757;
    static final PairWithPosition Lit4758;
    static final PairWithPosition Lit4759;
    static final PairWithPosition Lit476;
    static final PairWithPosition Lit4760;
    static final PairWithPosition Lit4761;
    static final PairWithPosition Lit4762;
    static final PairWithPosition Lit4763;
    static final PairWithPosition Lit4764;
    static final PairWithPosition Lit4765;
    static final PairWithPosition Lit4766;
    static final PairWithPosition Lit4767;
    static final PairWithPosition Lit4768;
    static final PairWithPosition Lit4769;
    static final PairWithPosition Lit477;
    static final PairWithPosition Lit4770;
    static final PairWithPosition Lit4771;
    static final PairWithPosition Lit4772;
    static final PairWithPosition Lit4773;
    static final PairWithPosition Lit4774;
    static final PairWithPosition Lit4775;
    static final PairWithPosition Lit4776;
    static final PairWithPosition Lit4777;
    static final PairWithPosition Lit4778;
    static final PairWithPosition Lit4779;
    static final PairWithPosition Lit478;
    static final PairWithPosition Lit4780;
    static final PairWithPosition Lit4781;
    static final PairWithPosition Lit4782;
    static final PairWithPosition Lit4783;
    static final PairWithPosition Lit4784;
    static final PairWithPosition Lit4785;
    static final PairWithPosition Lit4786;
    static final PairWithPosition Lit4787;
    static final PairWithPosition Lit4788;
    static final PairWithPosition Lit4789;
    static final PairWithPosition Lit479;
    static final PairWithPosition Lit4790;
    static final PairWithPosition Lit4791;
    static final PairWithPosition Lit4792;
    static final PairWithPosition Lit4793;
    static final PairWithPosition Lit4794;
    static final PairWithPosition Lit4795;
    static final PairWithPosition Lit4796;
    static final PairWithPosition Lit4797;
    static final PairWithPosition Lit4798;
    static final PairWithPosition Lit4799;
    static final PairWithPosition Lit48;
    static final PairWithPosition Lit480;
    static final PairWithPosition Lit4800;
    static final PairWithPosition Lit4801;
    static final PairWithPosition Lit4802;
    static final PairWithPosition Lit4803;
    static final PairWithPosition Lit4804;
    static final PairWithPosition Lit4805;
    static final PairWithPosition Lit4806;
    static final PairWithPosition Lit4807;
    static final PairWithPosition Lit4808;
    static final PairWithPosition Lit4809;
    static final PairWithPosition Lit481;
    static final PairWithPosition Lit4810;
    static final PairWithPosition Lit4811;
    static final PairWithPosition Lit4812;
    static final PairWithPosition Lit4813;
    static final PairWithPosition Lit4814;
    static final PairWithPosition Lit4815;
    static final PairWithPosition Lit4816;
    static final PairWithPosition Lit4817;
    static final PairWithPosition Lit4818;
    static final PairWithPosition Lit4819;
    static final PairWithPosition Lit482;
    static final PairWithPosition Lit4820;
    static final PairWithPosition Lit4821;
    static final PairWithPosition Lit4822;
    static final PairWithPosition Lit4823;
    static final PairWithPosition Lit4824;
    static final PairWithPosition Lit4825;
    static final PairWithPosition Lit4826;
    static final PairWithPosition Lit4827;
    static final PairWithPosition Lit4828;
    static final PairWithPosition Lit4829;
    static final PairWithPosition Lit483;
    static final PairWithPosition Lit4830;
    static final PairWithPosition Lit4831;
    static final PairWithPosition Lit4832;
    static final PairWithPosition Lit4833;
    static final PairWithPosition Lit4834;
    static final PairWithPosition Lit4835;
    static final PairWithPosition Lit4836;
    static final PairWithPosition Lit4837;
    static final PairWithPosition Lit4838;
    static final PairWithPosition Lit4839;
    static final PairWithPosition Lit484;
    static final PairWithPosition Lit4840;
    static final PairWithPosition Lit4841;
    static final PairWithPosition Lit4842;
    static final PairWithPosition Lit4843;
    static final PairWithPosition Lit4844;
    static final PairWithPosition Lit4845;
    static final PairWithPosition Lit4846;
    static final PairWithPosition Lit4847;
    static final PairWithPosition Lit4848;
    static final PairWithPosition Lit4849;
    static final PairWithPosition Lit485;
    static final PairWithPosition Lit4850;
    static final PairWithPosition Lit4851;
    static final PairWithPosition Lit4852;
    static final PairWithPosition Lit4853;
    static final PairWithPosition Lit4854;
    static final PairWithPosition Lit4855;
    static final PairWithPosition Lit4856;
    static final PairWithPosition Lit4857;
    static final PairWithPosition Lit4858;
    static final PairWithPosition Lit4859;
    static final PairWithPosition Lit486;
    static final PairWithPosition Lit4860;
    static final PairWithPosition Lit4861;
    static final PairWithPosition Lit4862;
    static final PairWithPosition Lit4863;
    static final PairWithPosition Lit4864;
    static final PairWithPosition Lit4865;
    static final PairWithPosition Lit4866;
    static final PairWithPosition Lit4867;
    static final PairWithPosition Lit4868;
    static final PairWithPosition Lit4869;
    static final PairWithPosition Lit487;
    static final PairWithPosition Lit4870;
    static final PairWithPosition Lit4871;
    static final PairWithPosition Lit4872;
    static final PairWithPosition Lit4873;
    static final PairWithPosition Lit4874;
    static final PairWithPosition Lit4875;
    static final PairWithPosition Lit4876;
    static final PairWithPosition Lit4877;
    static final PairWithPosition Lit4878;
    static final PairWithPosition Lit4879;
    static final PairWithPosition Lit488;
    static final PairWithPosition Lit4880;
    static final PairWithPosition Lit4881;
    static final PairWithPosition Lit4882;
    static final PairWithPosition Lit4883;
    static final PairWithPosition Lit4884;
    static final PairWithPosition Lit4885;
    static final PairWithPosition Lit4886;
    static final PairWithPosition Lit4887;
    static final PairWithPosition Lit4888;
    static final PairWithPosition Lit4889;
    static final PairWithPosition Lit489;
    static final PairWithPosition Lit4890;
    static final PairWithPosition Lit4891;
    static final PairWithPosition Lit4892;
    static final PairWithPosition Lit4893;
    static final SimpleSymbol Lit4894;
    static final PairWithPosition Lit4895;
    static final PairWithPosition Lit4896;
    static final IntNum Lit4897;
    static final PairWithPosition Lit4898;
    static final PairWithPosition Lit4899;
    static final PairWithPosition Lit49;
    static final PairWithPosition Lit490;
    static final SimpleSymbol Lit4900;
    static final PairWithPosition Lit4901;
    static final PairWithPosition Lit4902;
    static final PairWithPosition Lit4903;
    static final PairWithPosition Lit4904;
    static final SimpleSymbol Lit4905;
    static final SimpleSymbol Lit4906;
    static final SimpleSymbol Lit4907;
    static final SimpleSymbol Lit4908;
    static final PairWithPosition Lit4909;
    static final PairWithPosition Lit491;
    static final PairWithPosition Lit4910;
    static final PairWithPosition Lit4911;
    static final SimpleSymbol Lit4912;
    static final PairWithPosition Lit4913;
    static final SimpleSymbol Lit4914;
    static final PairWithPosition Lit4915;
    static final PairWithPosition Lit4916;
    static final SimpleSymbol Lit4917;
    static final SimpleSymbol Lit4918;
    static final PairWithPosition Lit4919;
    static final PairWithPosition Lit492;
    static final SimpleSymbol Lit4920;
    static final SimpleSymbol Lit4921;
    static final PairWithPosition Lit4922;
    static final PairWithPosition Lit4923;
    static final PairWithPosition Lit4924;
    static final PairWithPosition Lit4925;
    static final SimpleSymbol Lit4926;
    static final SimpleSymbol Lit4927;
    static final PairWithPosition Lit4928;
    static final PairWithPosition Lit4929;
    static final PairWithPosition Lit493;
    static final PairWithPosition Lit4930;
    static final PairWithPosition Lit4931;
    static final PairWithPosition Lit4932;
    static final PairWithPosition Lit4933;
    static final PairWithPosition Lit4934;
    static final PairWithPosition Lit4935;
    static final PairWithPosition Lit4936;
    static final PairWithPosition Lit4937;
    static final PairWithPosition Lit4938;
    static final PairWithPosition Lit4939;
    static final PairWithPosition Lit494;
    static final PairWithPosition Lit4940;
    static final PairWithPosition Lit4941;
    static final PairWithPosition Lit4942;
    static final PairWithPosition Lit4943;
    static final PairWithPosition Lit4944;
    static final PairWithPosition Lit4945;
    static final PairWithPosition Lit4946;
    static final PairWithPosition Lit4947;
    static final PairWithPosition Lit4948;
    static final PairWithPosition Lit4949;
    static final PairWithPosition Lit495;
    static final PairWithPosition Lit4950;
    static final PairWithPosition Lit4951;
    static final PairWithPosition Lit4952;
    static final SimpleSymbol Lit4953;
    static final IntNum Lit4954;
    static final PairWithPosition Lit4955;
    static final PairWithPosition Lit4956;
    static final PairWithPosition Lit4957;
    static final PairWithPosition Lit4958;
    static final PairWithPosition Lit4959;
    static final PairWithPosition Lit496;
    static final SimpleSymbol Lit4960;
    static final PairWithPosition Lit4961;
    static final PairWithPosition Lit4962;
    static final PairWithPosition Lit4963;
    static final PairWithPosition Lit4964;
    static final PairWithPosition Lit4965;
    static final PairWithPosition Lit4966;
    static final PairWithPosition Lit4967;
    static final PairWithPosition Lit4968;
    static final PairWithPosition Lit4969;
    static final PairWithPosition Lit497;
    static final PairWithPosition Lit4970;
    static final PairWithPosition Lit4971;
    static final PairWithPosition Lit4972;
    static final PairWithPosition Lit4973;
    static final PairWithPosition Lit4974;
    static final PairWithPosition Lit4975;
    static final PairWithPosition Lit4976;
    static final PairWithPosition Lit4977;
    static final PairWithPosition Lit4978;
    static final PairWithPosition Lit4979;
    static final PairWithPosition Lit498;
    static final PairWithPosition Lit4980;
    static final PairWithPosition Lit4981;
    static final PairWithPosition Lit4982;
    static final PairWithPosition Lit4983;
    static final PairWithPosition Lit4984;
    static final PairWithPosition Lit4985;
    static final PairWithPosition Lit4986;
    static final PairWithPosition Lit4987;
    static final PairWithPosition Lit4988;
    static final PairWithPosition Lit4989;
    static final PairWithPosition Lit499;
    static final PairWithPosition Lit4990;
    static final PairWithPosition Lit4991;
    static final PairWithPosition Lit4992;
    static final PairWithPosition Lit4993;
    static final PairWithPosition Lit4994;
    static final PairWithPosition Lit4995;
    static final PairWithPosition Lit4996;
    static final PairWithPosition Lit4997;
    static final PairWithPosition Lit4998;
    static final PairWithPosition Lit4999;
    static final SimpleSymbol Lit5;
    static final SimpleSymbol Lit50;
    static final PairWithPosition Lit500;
    static final PairWithPosition Lit5000;
    static final PairWithPosition Lit5001;
    static final PairWithPosition Lit5002;
    static final PairWithPosition Lit5003;
    static final PairWithPosition Lit5004;
    static final PairWithPosition Lit5005;
    static final PairWithPosition Lit5006;
    static final PairWithPosition Lit5007;
    static final PairWithPosition Lit5008;
    static final PairWithPosition Lit5009;
    static final PairWithPosition Lit501;
    static final PairWithPosition Lit5010;
    static final PairWithPosition Lit5011;
    static final PairWithPosition Lit5012;
    static final PairWithPosition Lit5013;
    static final PairWithPosition Lit5014;
    static final PairWithPosition Lit5015;
    static final PairWithPosition Lit5016;
    static final PairWithPosition Lit5017;
    static final PairWithPosition Lit5018;
    static final SimpleSymbol Lit5019;
    static final PairWithPosition Lit502;
    static final PairWithPosition Lit5020;
    static final PairWithPosition Lit5021;
    static final PairWithPosition Lit5022;
    static final PairWithPosition Lit5023;
    static final PairWithPosition Lit5024;
    static final PairWithPosition Lit5025;
    static final PairWithPosition Lit5026;
    static final PairWithPosition Lit5027;
    static final PairWithPosition Lit5028;
    static final PairWithPosition Lit5029;
    static final PairWithPosition Lit503;
    static final PairWithPosition Lit5030;
    static final PairWithPosition Lit5031;
    static final PairWithPosition Lit5032;
    static final PairWithPosition Lit5033;
    static final PairWithPosition Lit5034;
    static final PairWithPosition Lit5035;
    static final PairWithPosition Lit5036;
    static final PairWithPosition Lit5037;
    static final PairWithPosition Lit5038;
    static final SimpleSymbol Lit5039;
    static final PairWithPosition Lit504;
    static final PairWithPosition Lit5040;
    static final PairWithPosition Lit5041;
    static final PairWithPosition Lit5042;
    static final PairWithPosition Lit5043;
    static final PairWithPosition Lit5044;
    static final PairWithPosition Lit5045;
    static final PairWithPosition Lit5046;
    static final PairWithPosition Lit5047;
    static final PairWithPosition Lit5048;
    static final PairWithPosition Lit5049;
    static final PairWithPosition Lit505;
    static final SimpleSymbol Lit5050;
    static final SimpleSymbol Lit5051;
    static final PairWithPosition Lit5052;
    static final PairWithPosition Lit5053;
    static final PairWithPosition Lit5054;
    static final PairWithPosition Lit5055;
    static final PairWithPosition Lit5056;
    static final PairWithPosition Lit5057;
    static final PairWithPosition Lit5058;
    static final PairWithPosition Lit5059;
    static final PairWithPosition Lit506;
    static final SimpleSymbol Lit5060;
    static final PairWithPosition Lit5061;
    static final PairWithPosition Lit5062;
    static final PairWithPosition Lit5063;
    static final PairWithPosition Lit5064;
    static final PairWithPosition Lit5065;
    static final SimpleSymbol Lit5066;
    static final PairWithPosition Lit5067;
    static final PairWithPosition Lit5068;
    static final PairWithPosition Lit5069;
    static final PairWithPosition Lit507;
    static final PairWithPosition Lit5070;
    static final PairWithPosition Lit5071;
    static final PairWithPosition Lit5072;
    static final PairWithPosition Lit5073;
    static final PairWithPosition Lit5074;
    static final SimpleSymbol Lit5075;
    static final PairWithPosition Lit5076;
    static final PairWithPosition Lit5077;
    static final PairWithPosition Lit5078;
    static final PairWithPosition Lit5079;
    static final PairWithPosition Lit508;
    static final PairWithPosition Lit5080;
    static final PairWithPosition Lit5081;
    static final PairWithPosition Lit5082;
    static final PairWithPosition Lit5083;
    static final PairWithPosition Lit5084;
    static final PairWithPosition Lit5085;
    static final PairWithPosition Lit5086;
    static final PairWithPosition Lit5087;
    static final PairWithPosition Lit5088;
    static final PairWithPosition Lit5089;
    static final PairWithPosition Lit509;
    static final PairWithPosition Lit5090;
    static final PairWithPosition Lit5091;
    static final PairWithPosition Lit5092;
    static final PairWithPosition Lit5093;
    static final PairWithPosition Lit5094;
    static final PairWithPosition Lit5095;
    static final PairWithPosition Lit5096;
    static final PairWithPosition Lit5097;
    static final PairWithPosition Lit5098;
    static final PairWithPosition Lit5099;
    static final SimpleSymbol Lit51;
    static final PairWithPosition Lit510;
    static final PairWithPosition Lit5100;
    static final PairWithPosition Lit5101;
    static final PairWithPosition Lit5102;
    static final PairWithPosition Lit5103;
    static final PairWithPosition Lit5104;
    static final PairWithPosition Lit5105;
    static final PairWithPosition Lit5106;
    static final PairWithPosition Lit5107;
    static final SimpleSymbol Lit5108;
    static final PairWithPosition Lit5109;
    static final PairWithPosition Lit511;
    static final PairWithPosition Lit5110;
    static final PairWithPosition Lit5111;
    static final PairWithPosition Lit5112;
    static final PairWithPosition Lit5113;
    static final PairWithPosition Lit5114;
    static final PairWithPosition Lit5115;
    static final PairWithPosition Lit5116;
    static final PairWithPosition Lit5117;
    static final PairWithPosition Lit5118;
    static final PairWithPosition Lit5119;
    static final PairWithPosition Lit512;
    static final PairWithPosition Lit5120;
    static final PairWithPosition Lit5121;
    static final SimpleSymbol Lit5122;
    static final SimpleSymbol Lit5123;
    static final PairWithPosition Lit5124;
    static final PairWithPosition Lit5125;
    static final PairWithPosition Lit5126;
    static final SimpleSymbol Lit5127;
    static final PairWithPosition Lit5128;
    static final SimpleSymbol Lit5129;
    static final PairWithPosition Lit513;
    static final PairWithPosition Lit5130;
    static final PairWithPosition Lit5131;
    static final PairWithPosition Lit5132;
    static final SimpleSymbol Lit5133;
    static final PairWithPosition Lit5134;
    static final PairWithPosition Lit5135;
    static final PairWithPosition Lit5136;
    static final PairWithPosition Lit5137;
    static final PairWithPosition Lit5138;
    static final PairWithPosition Lit5139;
    static final PairWithPosition Lit514;
    static final PairWithPosition Lit5140;
    static final IntNum Lit5141;
    static final SimpleSymbol Lit5142;
    static final PairWithPosition Lit5143;
    static final PairWithPosition Lit5144;
    static final PairWithPosition Lit5145;
    static final PairWithPosition Lit5146;
    static final PairWithPosition Lit5147;
    static final PairWithPosition Lit5148;
    static final PairWithPosition Lit5149;
    static final PairWithPosition Lit515;
    static final PairWithPosition Lit5150;
    static final PairWithPosition Lit5151;
    static final PairWithPosition Lit5152;
    static final PairWithPosition Lit5153;
    static final PairWithPosition Lit5154;
    static final PairWithPosition Lit5155;
    static final PairWithPosition Lit5156;
    static final PairWithPosition Lit5157;
    static final PairWithPosition Lit5158;
    static final PairWithPosition Lit5159;
    static final PairWithPosition Lit516;
    static final PairWithPosition Lit5160;
    static final PairWithPosition Lit5161;
    static final PairWithPosition Lit5162;
    static final PairWithPosition Lit5163;
    static final PairWithPosition Lit5164;
    static final PairWithPosition Lit5165;
    static final PairWithPosition Lit5166;
    static final PairWithPosition Lit5167;
    static final PairWithPosition Lit5168;
    static final PairWithPosition Lit5169;
    static final PairWithPosition Lit517;
    static final PairWithPosition Lit5170;
    static final PairWithPosition Lit5171;
    static final SimpleSymbol Lit5172;
    static final SimpleSymbol Lit5173;
    static final PairWithPosition Lit5174;
    static final PairWithPosition Lit5175;
    static final PairWithPosition Lit5176;
    static final PairWithPosition Lit5177;
    static final PairWithPosition Lit5178;
    static final PairWithPosition Lit5179;
    static final PairWithPosition Lit518;
    static final PairWithPosition Lit5180;
    static final PairWithPosition Lit5181;
    static final SimpleSymbol Lit5182;
    static final SimpleSymbol Lit5183;
    static final PairWithPosition Lit5184;
    static final PairWithPosition Lit5185;
    static final PairWithPosition Lit5186;
    static final PairWithPosition Lit5187;
    static final PairWithPosition Lit5188;
    static final PairWithPosition Lit5189;
    static final PairWithPosition Lit519;
    static final PairWithPosition Lit5190;
    static final PairWithPosition Lit5191;
    static final PairWithPosition Lit5192;
    static final PairWithPosition Lit5193;
    static final PairWithPosition Lit5194;
    static final PairWithPosition Lit5195;
    static final PairWithPosition Lit5196;
    static final PairWithPosition Lit5197;
    static final PairWithPosition Lit5198;
    static final PairWithPosition Lit5199;
    static final SimpleSymbol Lit52;
    static final SimpleSymbol Lit520;
    static final SimpleSymbol Lit5200;
    static final SimpleSymbol Lit5201;
    static final PairWithPosition Lit5202;
    static final PairWithPosition Lit5203;
    static final PairWithPosition Lit5204;
    static final PairWithPosition Lit5205;
    static final PairWithPosition Lit5206;
    static final PairWithPosition Lit5207;
    static final PairWithPosition Lit5208;
    static final PairWithPosition Lit5209;
    static final SimpleSymbol Lit521;
    static final PairWithPosition Lit5210;
    static final PairWithPosition Lit5211;
    static final PairWithPosition Lit5212;
    static final PairWithPosition Lit5213;
    static final PairWithPosition Lit5214;
    static final PairWithPosition Lit5215;
    static final PairWithPosition Lit5216;
    static final PairWithPosition Lit5217;
    static final PairWithPosition Lit5218;
    static final PairWithPosition Lit5219;
    static final SimpleSymbol Lit522;
    static final SimpleSymbol Lit5220;
    static final PairWithPosition Lit5221;
    static final PairWithPosition Lit5222;
    static final SimpleSymbol Lit5223;
    static final PairWithPosition Lit5224;
    static final PairWithPosition Lit5225;
    static final PairWithPosition Lit5226;
    static final PairWithPosition Lit5227;
    static final PairWithPosition Lit5228;
    static final PairWithPosition Lit5229;
    static final PairWithPosition Lit523;
    static final PairWithPosition Lit5230;
    static final PairWithPosition Lit5231;
    static final PairWithPosition Lit5232;
    static final PairWithPosition Lit5233;
    static final PairWithPosition Lit5234;
    static final PairWithPosition Lit5235;
    static final PairWithPosition Lit5236;
    static final PairWithPosition Lit5237;
    static final PairWithPosition Lit5238;
    static final PairWithPosition Lit5239;
    static final PairWithPosition Lit524;
    static final PairWithPosition Lit5240;
    static final PairWithPosition Lit5241;
    static final PairWithPosition Lit5242;
    static final PairWithPosition Lit5243;
    static final PairWithPosition Lit5244;
    static final PairWithPosition Lit5245;
    static final PairWithPosition Lit5246;
    static final PairWithPosition Lit5247;
    static final PairWithPosition Lit5248;
    static final PairWithPosition Lit5249;
    static final PairWithPosition Lit525;
    static final PairWithPosition Lit5250;
    static final PairWithPosition Lit5251;
    static final PairWithPosition Lit5252;
    static final SimpleSymbol Lit5253;
    static final PairWithPosition Lit5254;
    static final PairWithPosition Lit5255;
    static final PairWithPosition Lit5256;
    static final IntNum Lit5257;
    static final PairWithPosition Lit5258;
    static final PairWithPosition Lit5259;
    static final PairWithPosition Lit526;
    static final PairWithPosition Lit5260;
    static final PairWithPosition Lit5261;
    static final PairWithPosition Lit5262;
    static final PairWithPosition Lit5263;
    static final SimpleSymbol Lit5264;
    static final PairWithPosition Lit5265;
    static final PairWithPosition Lit5266;
    static final PairWithPosition Lit5267;
    static final IntNum Lit5268;
    static final PairWithPosition Lit5269;
    static final SimpleSymbol Lit527;
    static final PairWithPosition Lit5270;
    static final PairWithPosition Lit5271;
    static final PairWithPosition Lit5272;
    static final PairWithPosition Lit5273;
    static final PairWithPosition Lit5274;
    static final PairWithPosition Lit5275;
    static final PairWithPosition Lit5276;
    static final SimpleSymbol Lit5277;
    static final PairWithPosition Lit5278;
    static final PairWithPosition Lit5279;
    static final PairWithPosition Lit528;
    static final PairWithPosition Lit5280;
    static final PairWithPosition Lit5281;
    static final PairWithPosition Lit5282;
    static final PairWithPosition Lit5283;
    static final PairWithPosition Lit5284;
    static final PairWithPosition Lit5285;
    static final PairWithPosition Lit5286;
    static final PairWithPosition Lit5287;
    static final PairWithPosition Lit5288;
    static final PairWithPosition Lit5289;
    static final SimpleSymbol Lit529;
    static final PairWithPosition Lit5290;
    static final PairWithPosition Lit5291;
    static final PairWithPosition Lit5292;
    static final PairWithPosition Lit5293;
    static final PairWithPosition Lit5294;
    static final PairWithPosition Lit5295;
    static final PairWithPosition Lit5296;
    static final PairWithPosition Lit5297;
    static final PairWithPosition Lit5298;
    static final PairWithPosition Lit5299;
    static final SimpleSymbol Lit53;
    static final PairWithPosition Lit530;
    static final PairWithPosition Lit5300;
    static final PairWithPosition Lit5301;
    static final PairWithPosition Lit5302;
    static final PairWithPosition Lit5303;
    static final SimpleSymbol Lit5304;
    static final SimpleSymbol Lit5305;
    static final IntNum Lit5306;
    static final PairWithPosition Lit5307;
    static final PairWithPosition Lit5308;
    static final PairWithPosition Lit5309;
    static final PairWithPosition Lit531;
    static final PairWithPosition Lit5310;
    static final PairWithPosition Lit5311;
    static final PairWithPosition Lit5312;
    static final PairWithPosition Lit5313;
    static final PairWithPosition Lit5314;
    static final PairWithPosition Lit5315;
    static final PairWithPosition Lit5316;
    static final PairWithPosition Lit5317;
    static final PairWithPosition Lit5318;
    static final PairWithPosition Lit5319;
    static final PairWithPosition Lit532;
    static final PairWithPosition Lit5320;
    static final SimpleSymbol Lit5321;
    static final PairWithPosition Lit5322;
    static final PairWithPosition Lit5323;
    static final PairWithPosition Lit5324;
    static final PairWithPosition Lit5325;
    static final PairWithPosition Lit5326;
    static final PairWithPosition Lit5327;
    static final PairWithPosition Lit5328;
    static final PairWithPosition Lit5329;
    static final PairWithPosition Lit533;
    static final PairWithPosition Lit5330;
    static final PairWithPosition Lit5331;
    static final PairWithPosition Lit5332;
    static final PairWithPosition Lit5333;
    static final PairWithPosition Lit5334;
    static final PairWithPosition Lit5335;
    static final PairWithPosition Lit5336;
    static final PairWithPosition Lit5337;
    static final PairWithPosition Lit5338;
    static final PairWithPosition Lit5339;
    static final PairWithPosition Lit534;
    static final PairWithPosition Lit5340;
    static final PairWithPosition Lit5341;
    static final PairWithPosition Lit5342;
    static final PairWithPosition Lit5343;
    static final PairWithPosition Lit5344;
    static final PairWithPosition Lit5345;
    static final PairWithPosition Lit5346;
    static final PairWithPosition Lit5347;
    static final PairWithPosition Lit5348;
    static final PairWithPosition Lit5349;
    static final PairWithPosition Lit535;
    static final PairWithPosition Lit5350;
    static final PairWithPosition Lit5351;
    static final PairWithPosition Lit5352;
    static final PairWithPosition Lit5353;
    static final PairWithPosition Lit5354;
    static final PairWithPosition Lit5355;
    static final PairWithPosition Lit5356;
    static final PairWithPosition Lit5357;
    static final PairWithPosition Lit5358;
    static final PairWithPosition Lit5359;
    static final PairWithPosition Lit536;
    static final PairWithPosition Lit5360;
    static final PairWithPosition Lit5361;
    static final PairWithPosition Lit5362;
    static final PairWithPosition Lit5363;
    static final PairWithPosition Lit5364;
    static final PairWithPosition Lit5365;
    static final PairWithPosition Lit5366;
    static final PairWithPosition Lit5367;
    static final PairWithPosition Lit5368;
    static final PairWithPosition Lit5369;
    static final PairWithPosition Lit537;
    static final PairWithPosition Lit5370;
    static final PairWithPosition Lit5371;
    static final PairWithPosition Lit5372;
    static final PairWithPosition Lit5373;
    static final PairWithPosition Lit5374;
    static final PairWithPosition Lit5375;
    static final PairWithPosition Lit5376;
    static final PairWithPosition Lit5377;
    static final PairWithPosition Lit5378;
    static final PairWithPosition Lit5379;
    static final PairWithPosition Lit538;
    static final PairWithPosition Lit5380;
    static final PairWithPosition Lit5381;
    static final PairWithPosition Lit5382;
    static final PairWithPosition Lit5383;
    static final PairWithPosition Lit5384;
    static final PairWithPosition Lit5385;
    static final PairWithPosition Lit5386;
    static final PairWithPosition Lit5387;
    static final PairWithPosition Lit5388;
    static final PairWithPosition Lit5389;
    static final PairWithPosition Lit539;
    static final PairWithPosition Lit5390;
    static final PairWithPosition Lit5391;
    static final PairWithPosition Lit5392;
    static final PairWithPosition Lit5393;
    static final PairWithPosition Lit5394;
    static final PairWithPosition Lit5395;
    static final PairWithPosition Lit5396;
    static final PairWithPosition Lit5397;
    static final PairWithPosition Lit5398;
    static final PairWithPosition Lit5399;
    static final SimpleSymbol Lit54;
    static final PairWithPosition Lit540;
    static final PairWithPosition Lit5400;
    static final PairWithPosition Lit5401;
    static final PairWithPosition Lit5402;
    static final PairWithPosition Lit5403;
    static final PairWithPosition Lit5404;
    static final PairWithPosition Lit5405;
    static final PairWithPosition Lit5406;
    static final PairWithPosition Lit5407;
    static final PairWithPosition Lit5408;
    static final PairWithPosition Lit5409;
    static final PairWithPosition Lit541;
    static final PairWithPosition Lit5410;
    static final PairWithPosition Lit5411;
    static final PairWithPosition Lit5412;
    static final PairWithPosition Lit5413;
    static final PairWithPosition Lit5414;
    static final PairWithPosition Lit5415;
    static final PairWithPosition Lit5416;
    static final PairWithPosition Lit5417;
    static final PairWithPosition Lit5418;
    static final PairWithPosition Lit5419;
    static final PairWithPosition Lit542;
    static final PairWithPosition Lit5420;
    static final PairWithPosition Lit5421;
    static final PairWithPosition Lit5422;
    static final SimpleSymbol Lit5423;
    static final SimpleSymbol Lit5424;
    static final SimpleSymbol Lit5425;
    static final SimpleSymbol Lit5426;
    static final SimpleSymbol Lit5427;
    static final SimpleSymbol Lit5428;
    static final PairWithPosition Lit5429;
    static final SimpleSymbol Lit543;
    static final PairWithPosition Lit5430;
    static final PairWithPosition Lit5431;
    static final PairWithPosition Lit5432;
    static final SimpleSymbol Lit5433;
    static final IntNum Lit5434;
    static final SimpleSymbol Lit5435;
    static final SimpleSymbol Lit5436;
    static final SimpleSymbol Lit5437;
    static final SimpleSymbol Lit5438;
    static final SimpleSymbol Lit5439;
    static final SimpleSymbol Lit544;
    static final IntNum Lit5440;
    static final SimpleSymbol Lit5441;
    static final IntNum Lit5442;
    static final SimpleSymbol Lit5443;
    static final SimpleSymbol Lit5444;
    static final SimpleSymbol Lit5445;
    static final SimpleSymbol Lit5446;
    static final SimpleSymbol Lit5447;
    static final SimpleSymbol Lit5448;
    static final SimpleSymbol Lit5449;
    static final SimpleSymbol Lit545;
    static final SimpleSymbol Lit5450;
    static final SimpleSymbol Lit5451;
    static final IntNum Lit5452;
    static final SimpleSymbol Lit5453;
    static final SimpleSymbol Lit5454;
    static final SimpleSymbol Lit5455;
    static final IntNum Lit5456;
    static final PairWithPosition Lit5457;
    static final PairWithPosition Lit5458;
    static final PairWithPosition Lit5459;
    static final SimpleSymbol Lit546;
    static final PairWithPosition Lit5460;
    static final PairWithPosition Lit5461;
    static final PairWithPosition Lit5462;
    static final SimpleSymbol Lit5463;
    static final SimpleSymbol Lit5464;
    static final PairWithPosition Lit5465;
    static final SimpleSymbol Lit5466;
    static final PairWithPosition Lit5467;
    static final PairWithPosition Lit5468;
    static final PairWithPosition Lit5469;
    static final SimpleSymbol Lit547;
    static final SimpleSymbol Lit5470;
    static final PairWithPosition Lit5471;
    static final SimpleSymbol Lit5472;
    static final PairWithPosition Lit5473;
    static final SimpleSymbol Lit5474;
    static final PairWithPosition Lit5475;
    static final SimpleSymbol Lit5476;
    static final PairWithPosition Lit5477;
    static final SimpleSymbol Lit5478;
    static final SimpleSymbol Lit5479;
    static final SimpleSymbol Lit548;
    static final PairWithPosition Lit5480;
    static final SimpleSymbol Lit5481;
    static final SimpleSymbol Lit5482;
    static final PairWithPosition Lit5483;
    static final SimpleSymbol Lit5484;
    static final SimpleSymbol Lit5485;
    static final PairWithPosition Lit5486;
    static final PairWithPosition Lit5487;
    static final PairWithPosition Lit5488;
    static final PairWithPosition Lit5489;
    static final PairWithPosition Lit549;
    static final PairWithPosition Lit5490;
    static final PairWithPosition Lit5491;
    static final PairWithPosition Lit5492;
    static final PairWithPosition Lit5493;
    static final PairWithPosition Lit5494;
    static final SimpleSymbol Lit5495;
    static final SimpleSymbol Lit5496;
    static final SimpleSymbol Lit5497;
    static final PairWithPosition Lit5498;
    static final PairWithPosition Lit5499;
    static final SimpleSymbol Lit55;
    static final SimpleSymbol Lit550;
    static final PairWithPosition Lit5500;
    static final SimpleSymbol Lit5501;
    static final SimpleSymbol Lit5502;
    static final PairWithPosition Lit5503;
    static final SimpleSymbol Lit5504;
    static final SimpleSymbol Lit5505;
    static final SimpleSymbol Lit5506;
    static final SimpleSymbol Lit5507;
    static final PairWithPosition Lit5508;
    static final PairWithPosition Lit5509;
    static final PairWithPosition Lit551;
    static final IntNum Lit5510;
    static final PairWithPosition Lit5511;
    static final SimpleSymbol Lit5512;
    static final SimpleSymbol Lit5513;
    static final SimpleSymbol Lit5514;
    static final PairWithPosition Lit5515;
    static final PairWithPosition Lit5516;
    static final SimpleSymbol Lit5517;
    static final IntNum Lit5518;
    static final SimpleSymbol Lit5519;
    static final PairWithPosition Lit552;
    static final SimpleSymbol Lit5520;
    static final SimpleSymbol Lit5521;
    static final SimpleSymbol Lit5522;
    static final FString Lit5523;
    static final IntNum Lit5524;
    static final SimpleSymbol Lit5525;
    static final SimpleSymbol Lit5526;
    static final SimpleSymbol Lit5527;
    static final FString Lit5528;
    static final FString Lit5529;
    static final IntNum Lit553;
    static final SimpleSymbol Lit5530;
    static final SimpleSymbol Lit5531;
    static final SimpleSymbol Lit5532;
    static final SimpleSymbol Lit5533;
    static final SimpleSymbol Lit5534;
    static final SimpleSymbol Lit5535;
    static final SimpleSymbol Lit5536;
    static final SimpleSymbol Lit5537;
    static final IntNum Lit5538;
    static final SimpleSymbol Lit5539;
    static final PairWithPosition Lit554;
    static final SimpleSymbol Lit5540;
    static final IntNum Lit5541;
    static final IntNum Lit5542;
    static final FString Lit5543;
    static final FString Lit5544;
    static final SimpleSymbol Lit5545;
    static final IntNum Lit5546;
    static final FString Lit5547;
    static final FString Lit5548;
    static final SimpleSymbol Lit5549;
    static final PairWithPosition Lit555;
    static final SimpleSymbol Lit5550;
    static final SimpleSymbol Lit5551;
    static final IntNum Lit5552;
    static final FString Lit5553;
    static final SimpleSymbol Lit5554;
    static final SimpleSymbol Lit5555;
    static final FString Lit5556;
    static final IntNum Lit5557;
    static final SimpleSymbol Lit5558;
    static final FString Lit5559;
    static final PairWithPosition Lit556;
    static final SimpleSymbol Lit5560;
    static final PairWithPosition Lit5561;
    static final PairWithPosition Lit5562;
    static final SimpleSymbol Lit5563;
    static final SimpleSymbol Lit5564;
    static final FString Lit5565;
    static final FString Lit5566;
    static final SimpleSymbol Lit5567;
    static final FString Lit5568;
    static final SimpleSymbol Lit5569;
    static final IntNum Lit557;
    static final IntNum Lit5570;
    static final IntNum Lit5571;
    static final FString Lit5572;
    static final SimpleSymbol Lit5573;
    static final SimpleSymbol Lit5574;
    static final FString Lit5575;
    static final IntNum Lit5576;
    static final IntNum Lit5577;
    static final IntNum Lit5578;
    static final FString Lit5579;
    static final PairWithPosition Lit558;
    static final SimpleSymbol Lit5580;
    static final SimpleSymbol Lit5581;
    static final FString Lit5582;
    static final SimpleSymbol Lit5583;
    static final IntNum Lit5584;
    static final IntNum Lit5585;
    static final FString Lit5586;
    static final SimpleSymbol Lit5587;
    static final PairWithPosition Lit5588;
    static final PairWithPosition Lit5589;
    static final SimpleSymbol Lit559;
    static final PairWithPosition Lit5590;
    static final PairWithPosition Lit5591;
    static final SimpleSymbol Lit5592;
    static final FString Lit5593;
    static final IntNum Lit5594;
    static final SimpleSymbol Lit5595;
    static final IntNum Lit5596;
    static final SimpleSymbol Lit5597;
    static final IntNum Lit5598;
    static final IntNum Lit5599;
    static final PairWithPosition Lit56;
    static final SimpleSymbol Lit560;
    static final FString Lit5600;
    static final PairWithPosition Lit5601;
    static final SimpleSymbol Lit5602;
    static final PairWithPosition Lit5603;
    static final SimpleSymbol Lit5604;
    static final SimpleSymbol Lit5605;
    static final FString Lit5606;
    static final SimpleSymbol Lit5607;
    static final IntNum Lit5608;
    static final FString Lit5609;
    static final SimpleSymbol Lit561;
    static final FString Lit5610;
    static final SimpleSymbol Lit5611;
    static final SimpleSymbol Lit5612;
    static final FString Lit5613;
    static final PairWithPosition Lit5614;
    static final PairWithPosition Lit5615;
    static final PairWithPosition Lit5616;
    static final PairWithPosition Lit5617;
    static final PairWithPosition Lit5618;
    static final PairWithPosition Lit5619;
    static final SimpleSymbol Lit562;
    static final PairWithPosition Lit5620;
    static final PairWithPosition Lit5621;
    static final PairWithPosition Lit5622;
    static final PairWithPosition Lit5623;
    static final PairWithPosition Lit5624;
    static final PairWithPosition Lit5625;
    static final PairWithPosition Lit5626;
    static final PairWithPosition Lit5627;
    static final PairWithPosition Lit5628;
    static final PairWithPosition Lit5629;
    static final SimpleSymbol Lit563;
    static final PairWithPosition Lit5630;
    static final PairWithPosition Lit5631;
    static final PairWithPosition Lit5632;
    static final PairWithPosition Lit5633;
    static final PairWithPosition Lit5634;
    static final PairWithPosition Lit5635;
    static final PairWithPosition Lit5636;
    static final PairWithPosition Lit5637;
    static final PairWithPosition Lit5638;
    static final PairWithPosition Lit5639;
    static final SimpleSymbol Lit564;
    static final PairWithPosition Lit5640;
    static final PairWithPosition Lit5641;
    static final PairWithPosition Lit5642;
    static final PairWithPosition Lit5643;
    static final PairWithPosition Lit5644;
    static final PairWithPosition Lit5645;
    static final PairWithPosition Lit5646;
    static final PairWithPosition Lit5647;
    static final PairWithPosition Lit5648;
    static final PairWithPosition Lit5649;
    static final SimpleSymbol Lit565;
    static final PairWithPosition Lit5650;
    static final SimpleSymbol Lit5651;
    static final SimpleSymbol Lit5652;
    static final FString Lit5653;
    static final SimpleSymbol Lit5654;
    static final SimpleSymbol Lit5655;
    static final IntNum Lit5656;
    static final FString Lit5657;
    static final FString Lit5658;
    static final SimpleSymbol Lit5659;
    static final PairWithPosition Lit566;
    static final IntNum Lit5660;
    static final SimpleSymbol Lit5661;
    static final IntNum Lit5662;
    static final FString Lit5663;
    static final SimpleSymbol Lit5664;
    static final FString Lit5665;
    static final IntNum Lit5666;
    static final FString Lit5667;
    static final FString Lit5668;
    static final FString Lit5669;
    static final PairWithPosition Lit567;
    static final FString Lit5670;
    static final SimpleSymbol Lit5671;
    static final SimpleSymbol Lit5672;
    static final FString Lit5673;
    static final FString Lit5674;
    static final SimpleSymbol Lit5675;
    static final SimpleSymbol Lit5676;
    static final IntNum Lit5677;
    static final FString Lit5678;
    static final FString Lit5679;
    static final SimpleSymbol Lit568;
    static final SimpleSymbol Lit5680;
    static final IntNum Lit5681;
    static final FString Lit5682;
    static final FString Lit5683;
    static final FString Lit5684;
    static final FString Lit5685;
    static final SimpleSymbol Lit5686;
    static final IntNum Lit5687;
    static final IntNum Lit5688;
    static final FString Lit5689;
    static final SimpleSymbol Lit569;
    static final FString Lit5690;
    static final FString Lit5691;
    static final FString Lit5692;
    static final SimpleSymbol Lit5693;
    static final FString Lit5694;
    static final FString Lit5695;
    static final SimpleSymbol Lit5696;
    static final FString Lit5697;
    static final FString Lit5698;
    static final SimpleSymbol Lit5699;
    static final PairWithPosition Lit57;
    static final PairWithPosition Lit570;
    static final FString Lit5700;
    static final FString Lit5701;
    static final FString Lit5702;
    static final FString Lit5703;
    static final SimpleSymbol Lit5704;
    static final IntNum Lit5705;
    static final IntNum Lit5706;
    static final FString Lit5707;
    static final FString Lit5708;
    static final FString Lit5709;
    static final SimpleSymbol Lit571;
    static final FString Lit5710;
    static final SimpleSymbol Lit5711;
    static final IntNum Lit5712;
    static final FString Lit5713;
    static final FString Lit5714;
    static final FString Lit5715;
    static final FString Lit5716;
    static final FString Lit5717;
    static final FString Lit5718;
    static final IntNum Lit5719;
    static final PairWithPosition Lit572;
    static final IntNum Lit5720;
    static final SimpleSymbol Lit5721;
    static final FString Lit5722;
    static final SimpleSymbol Lit5723;
    static final FString Lit5724;
    static final FString Lit5725;
    static final FString Lit5726;
    static final SimpleSymbol Lit5727;
    static final IntNum Lit5728;
    static final IntNum Lit5729;
    static final PairWithPosition Lit573;
    static final FString Lit5730;
    static final SimpleSymbol Lit5731;
    static final FString Lit5732;
    static final IntNum Lit5733;
    static final FString Lit5734;
    static final FString Lit5735;
    static final IntNum Lit5736;
    static final FString Lit5737;
    static final FString Lit5738;
    static final SimpleSymbol Lit5739;
    static final PairWithPosition Lit574;
    static final IntNum Lit5740;
    static final FString Lit5741;
    static final FString Lit5742;
    static final SimpleSymbol Lit5743;
    static final IntNum Lit5744;
    static final FString Lit5745;
    static final SimpleSymbol Lit5746;
    static final FString Lit5747;
    static final FString Lit5748;
    static final FString Lit5749;
    static final SimpleSymbol Lit575;
    static final SimpleSymbol Lit5750;
    static final FString Lit5751;
    static final FString Lit5752;
    static final FString Lit5753;
    static final PairWithPosition Lit5754;
    static final SimpleSymbol Lit5755;
    static final SimpleSymbol Lit5756;
    static final SimpleSymbol Lit5757;
    static final SimpleSymbol Lit5758;
    static final SimpleSymbol Lit5759;
    static final PairWithPosition Lit576;
    static final FString Lit5760;
    static final IntNum Lit5761;
    static final FString Lit5762;
    static final FString Lit5763;
    static final SimpleSymbol Lit5764;
    static final IntNum Lit5765;
    static final IntNum Lit5766;
    static final FString Lit5767;
    static final FString Lit5768;
    static final SimpleSymbol Lit5769;
    static final PairWithPosition Lit577;
    static final FString Lit5770;
    static final SimpleSymbol Lit5771;
    static final FString Lit5772;
    static final SimpleSymbol Lit5773;
    static final FString Lit5774;
    static final FString Lit5775;
    static final FString Lit5776;
    static final FString Lit5777;
    static final SimpleSymbol Lit5778;
    static final FString Lit5779;
    static final PairWithPosition Lit578;
    static final FString Lit5780;
    static final FString Lit5781;
    static final FString Lit5782;
    static final FString Lit5783;
    static final SimpleSymbol Lit5784;
    static final FString Lit5785;
    static final SimpleSymbol Lit5786;
    static final IntNum Lit5787;
    static final FString Lit5788;
    static final FString Lit5789;
    static final PairWithPosition Lit579;
    static final SimpleSymbol Lit5790;
    static final FString Lit5791;
    static final PairWithPosition Lit5792;
    static final SimpleSymbol Lit5793;
    static final PairWithPosition Lit5794;
    static final SimpleSymbol Lit5795;
    static final FString Lit5796;
    static final SimpleSymbol Lit5797;
    static final FString Lit5798;
    static final FString Lit5799;
    static final PairWithPosition Lit58;
    static final PairWithPosition Lit580;
    static final SimpleSymbol Lit5800;
    static final FString Lit5801;
    static final FString Lit5802;
    static final SimpleSymbol Lit5803;
    static final FString Lit5804;
    static final SimpleSymbol Lit5805;
    static final PairWithPosition Lit5806;
    static final PairWithPosition Lit5807;
    static final SimpleSymbol Lit5808;
    static final SimpleSymbol Lit5809;
    static final PairWithPosition Lit581;
    static final SimpleSymbol Lit5810;
    static final FString Lit5811;
    static final SimpleSymbol Lit5812;
    static final FString Lit5813;
    static final FString Lit5814;
    static final SimpleSymbol Lit5815;
    static final FString Lit5816;
    static final FString Lit5817;
    static final IntNum Lit5818;
    static final SimpleSymbol Lit5819;
    static final SimpleSymbol Lit582;
    static final IntNum Lit5820;
    static final FString Lit5821;
    static final SimpleSymbol Lit5822;
    static final SimpleSymbol Lit5823;
    static final FString Lit5824;
    static final FString Lit5825;
    static final FString Lit5826;
    static final FString Lit5827;
    static final FString Lit5828;
    static final IntNum Lit5829;
    static final SimpleSymbol Lit583;
    static final FString Lit5830;
    static final FString Lit5831;
    static final FString Lit5832;
    static final FString Lit5833;
    static final FString Lit5834;
    static final FString Lit5835;
    static final FString Lit5836;
    static final FString Lit5837;
    static final FString Lit5838;
    static final FString Lit5839;
    static final SimpleSymbol Lit584;
    static final FString Lit5840;
    static final FString Lit5841;
    static final SimpleSymbol Lit5842;
    static final FString Lit5843;
    static final FString Lit5844;
    static final SimpleSymbol Lit5845;
    static final FString Lit5846;
    static final FString Lit5847;
    static final SimpleSymbol Lit5848;
    static final FString Lit5849;
    static final PairWithPosition Lit585;
    static final FString Lit5850;
    static final SimpleSymbol Lit5851;
    static final FString Lit5852;
    static final FString Lit5853;
    static final SimpleSymbol Lit5854;
    static final FString Lit5855;
    static final FString Lit5856;
    static final FString Lit5857;
    static final FString Lit5858;
    static final SimpleSymbol Lit5859;
    static final PairWithPosition Lit586;
    static final IntNum Lit5860;
    static final IntNum Lit5861;
    static final SimpleSymbol Lit5862;
    static final FString Lit5863;
    static final SimpleSymbol Lit5864;
    static final FString Lit5865;
    static final SimpleSymbol Lit5866;
    static final FString Lit5867;
    static final FString Lit5868;
    static final SimpleSymbol Lit5869;
    static final PairWithPosition Lit587;
    static final FString Lit5870;
    static final FString Lit5871;
    static final SimpleSymbol Lit5872;
    static final FString Lit5873;
    static final FString Lit5874;
    static final SimpleSymbol Lit5875;
    static final FString Lit5876;
    static final FString Lit5877;
    static final SimpleSymbol Lit5878;
    static final FString Lit5879;
    static final PairWithPosition Lit588;
    static final FString Lit5880;
    static final IntNum Lit5881;
    static final FString Lit5882;
    static final FString Lit5883;
    static final SimpleSymbol Lit5884;
    static final FString Lit5885;
    static final FString Lit5886;
    static final SimpleSymbol Lit5887;
    static final FString Lit5888;
    static final FString Lit5889;
    static final PairWithPosition Lit589;
    static final SimpleSymbol Lit5890;
    static final FString Lit5891;
    static final FString Lit5892;
    static final SimpleSymbol Lit5893;
    static final FString Lit5894;
    static final FString Lit5895;
    static final SimpleSymbol Lit5896;
    static final FString Lit5897;
    static final FString Lit5898;
    static final SimpleSymbol Lit5899;
    static final PairWithPosition Lit59;
    static final PairWithPosition Lit590;
    static final IntNum Lit5900;
    static final SimpleSymbol Lit5901;
    static final FString Lit5902;
    static final FString Lit5903;
    static final SimpleSymbol Lit5904;
    static final FString Lit5905;
    static final FString Lit5906;
    static final FString Lit5907;
    static final FString Lit5908;
    static final SimpleSymbol Lit5909;
    static final SimpleSymbol Lit591;
    static final FString Lit5910;
    static final FString Lit5911;
    static final SimpleSymbol Lit5912;
    static final FString Lit5913;
    static final FString Lit5914;
    static final FString Lit5915;
    static final PairWithPosition Lit5916;
    static final SimpleSymbol Lit5917;
    static final FString Lit5918;
    static final FString Lit5919;
    static final SimpleSymbol Lit592;
    static final SimpleSymbol Lit5920;
    static final PairWithPosition Lit5921;
    static final SimpleSymbol Lit5922;
    static final FString Lit5923;
    static final FString Lit5924;
    static final FString Lit5925;
    static final IntNum Lit5926;
    static final FString Lit5927;
    static final SimpleSymbol Lit5928;
    static final SimpleSymbol Lit5929;
    static final SimpleSymbol Lit593;
    static final PairWithPosition Lit5930;
    static final PairWithPosition Lit5931;
    static final SimpleSymbol Lit5932;
    static final FString Lit5933;
    static final IntNum Lit5934;
    static final FString Lit5935;
    static final SimpleSymbol Lit5936;
    static final PairWithPosition Lit5937;
    static final PairWithPosition Lit5938;
    static final SimpleSymbol Lit5939;
    static final SimpleSymbol Lit594;
    static final FString Lit5940;
    static final FString Lit5941;
    static final SimpleSymbol Lit5942;
    static final PairWithPosition Lit5943;
    static final SimpleSymbol Lit5944;
    static final FString Lit5945;
    static final FString Lit5946;
    static final FString Lit5947;
    static final IntNum Lit5948;
    static final FString Lit5949;
    static final PairWithPosition Lit595;
    static final SimpleSymbol Lit5950;
    static final PairWithPosition Lit5951;
    static final PairWithPosition Lit5952;
    static final SimpleSymbol Lit5953;
    static final FString Lit5954;
    static final IntNum Lit5955;
    static final FString Lit5956;
    static final SimpleSymbol Lit5957;
    static final PairWithPosition Lit5958;
    static final PairWithPosition Lit5959;
    static final SimpleSymbol Lit596;
    static final SimpleSymbol Lit5960;
    static final FString Lit5961;
    static final SimpleSymbol Lit5962;
    static final FString Lit5963;
    static final FString Lit5964;
    static final IntNum Lit5965;
    static final FString Lit5966;
    static final FString Lit5967;
    static final SimpleSymbol Lit5968;
    static final FString Lit5969;
    static final PairWithPosition Lit597;
    static final FString Lit5970;
    static final SimpleSymbol Lit5971;
    static final FString Lit5972;
    static final FString Lit5973;
    static final SimpleSymbol Lit5974;
    static final FString Lit5975;
    static final FString Lit5976;
    static final SimpleSymbol Lit5977;
    static final IntNum Lit5978;
    static final FString Lit5979;
    static final PairWithPosition Lit598;
    static final FString Lit5980;
    static final IntNum Lit5981;
    static final FString Lit5982;
    static final FString Lit5983;
    static final SimpleSymbol Lit5984;
    static final FString Lit5985;
    static final FString Lit5986;
    static final SimpleSymbol Lit5987;
    static final IntNum Lit5988;
    static final FString Lit5989;
    static final PairWithPosition Lit599;
    static final FString Lit5990;
    static final IntNum Lit5991;
    static final FString Lit5992;
    static final FString Lit5993;
    static final SimpleSymbol Lit5994;
    static final FString Lit5995;
    static final FString Lit5996;
    static final SimpleSymbol Lit5997;
    static final IntNum Lit5998;
    static final FString Lit5999;
    static final SimpleSymbol Lit6;
    static final PairWithPosition Lit60;
    static final PairWithPosition Lit600;
    static final FString Lit6000;
    static final IntNum Lit6001;
    static final FString Lit6002;
    static final FString Lit6003;
    static final FString Lit6004;
    static final FString Lit6005;
    static final IntNum Lit6006;
    static final SimpleSymbol Lit6007;
    static final IntNum Lit6008;
    static final FString Lit6009;
    static final PairWithPosition Lit601;
    static final PairWithPosition Lit6010;
    static final PairWithPosition Lit6011;
    static final PairWithPosition Lit6012;
    static final PairWithPosition Lit6013;
    static final PairWithPosition Lit6014;
    static final PairWithPosition Lit6015;
    static final PairWithPosition Lit6016;
    static final PairWithPosition Lit6017;
    static final PairWithPosition Lit6018;
    static final PairWithPosition Lit6019;
    static final IntNum Lit602;
    static final PairWithPosition Lit6020;
    static final PairWithPosition Lit6021;
    static final PairWithPosition Lit6022;
    static final PairWithPosition Lit6023;
    static final PairWithPosition Lit6024;
    static final PairWithPosition Lit6025;
    static final PairWithPosition Lit6026;
    static final PairWithPosition Lit6027;
    static final PairWithPosition Lit6028;
    static final PairWithPosition Lit6029;
    static final SimpleSymbol Lit603;
    static final PairWithPosition Lit6030;
    static final PairWithPosition Lit6031;
    static final PairWithPosition Lit6032;
    static final PairWithPosition Lit6033;
    static final PairWithPosition Lit6034;
    static final PairWithPosition Lit6035;
    static final PairWithPosition Lit6036;
    static final PairWithPosition Lit6037;
    static final PairWithPosition Lit6038;
    static final PairWithPosition Lit6039;
    static final SimpleSymbol Lit604;
    static final PairWithPosition Lit6040;
    static final PairWithPosition Lit6041;
    static final PairWithPosition Lit6042;
    static final PairWithPosition Lit6043;
    static final PairWithPosition Lit6044;
    static final PairWithPosition Lit6045;
    static final PairWithPosition Lit6046;
    static final SimpleSymbol Lit6047;
    static final FString Lit6048;
    static final IntNum Lit6049;
    static final PairWithPosition Lit605;
    static final IntNum Lit6050;
    static final FString Lit6051;
    static final PairWithPosition Lit6052;
    static final PairWithPosition Lit6053;
    static final PairWithPosition Lit6054;
    static final SimpleSymbol Lit6055;
    static final FString Lit6056;
    static final IntNum Lit6057;
    static final FString Lit6058;
    static final SimpleSymbol Lit6059;
    static final SimpleSymbol Lit606;
    static final FString Lit6060;
    static final IntNum Lit6061;
    static final IntNum Lit6062;
    static final FString Lit6063;
    static final PairWithPosition Lit6064;
    static final PairWithPosition Lit6065;
    static final PairWithPosition Lit6066;
    static final PairWithPosition Lit6067;
    static final PairWithPosition Lit6068;
    static final PairWithPosition Lit6069;
    static final SimpleSymbol Lit607;
    static final PairWithPosition Lit6070;
    static final PairWithPosition Lit6071;
    static final PairWithPosition Lit6072;
    static final PairWithPosition Lit6073;
    static final PairWithPosition Lit6074;
    static final PairWithPosition Lit6075;
    static final PairWithPosition Lit6076;
    static final PairWithPosition Lit6077;
    static final PairWithPosition Lit6078;
    static final PairWithPosition Lit6079;
    static final SimpleSymbol Lit608;
    static final PairWithPosition Lit6080;
    static final PairWithPosition Lit6081;
    static final PairWithPosition Lit6082;
    static final PairWithPosition Lit6083;
    static final PairWithPosition Lit6084;
    static final PairWithPosition Lit6085;
    static final PairWithPosition Lit6086;
    static final PairWithPosition Lit6087;
    static final PairWithPosition Lit6088;
    static final PairWithPosition Lit6089;
    static final PairWithPosition Lit609;
    static final PairWithPosition Lit6090;
    static final PairWithPosition Lit6091;
    static final PairWithPosition Lit6092;
    static final PairWithPosition Lit6093;
    static final PairWithPosition Lit6094;
    static final PairWithPosition Lit6095;
    static final PairWithPosition Lit6096;
    static final PairWithPosition Lit6097;
    static final PairWithPosition Lit6098;
    static final PairWithPosition Lit6099;
    static final PairWithPosition Lit61;
    static final SimpleSymbol Lit610;
    static final PairWithPosition Lit6100;
    static final PairWithPosition Lit6101;
    static final PairWithPosition Lit6102;
    static final PairWithPosition Lit6103;
    static final PairWithPosition Lit6104;
    static final PairWithPosition Lit6105;
    static final PairWithPosition Lit6106;
    static final PairWithPosition Lit6107;
    static final PairWithPosition Lit6108;
    static final PairWithPosition Lit6109;
    static final PairWithPosition Lit611;
    static final SimpleSymbol Lit6110;
    static final FString Lit6111;
    static final IntNum Lit6112;
    static final FString Lit6113;
    static final FString Lit6114;
    static final SimpleSymbol Lit6115;
    static final IntNum Lit6116;
    static final FString Lit6117;
    static final FString Lit6118;
    static final SimpleSymbol Lit6119;
    static final SimpleSymbol Lit612;
    static final FString Lit6120;
    static final FString Lit6121;
    static final SimpleSymbol Lit6122;
    static final FString Lit6123;
    static final FString Lit6124;
    static final FString Lit6125;
    static final FString Lit6126;
    static final FString Lit6127;
    static final FString Lit6128;
    static final SimpleSymbol Lit6129;
    static final PairWithPosition Lit613;
    static final FString Lit6130;
    static final SimpleSymbol Lit6131;
    static final IntNum Lit6132;
    static final PairWithPosition Lit6133;
    static final SimpleSymbol Lit6134;
    static final FString Lit6135;
    static final SimpleSymbol Lit6136;
    static final IntNum Lit6137;
    static final FString Lit6138;
    static final FString Lit6139;
    static final SimpleSymbol Lit614;
    static final SimpleSymbol Lit6140;
    static final FString Lit6141;
    static final FString Lit6142;
    static final FString Lit6143;
    static final FString Lit6144;
    static final SimpleSymbol Lit6145;
    static final FString Lit6146;
    static final FString Lit6147;
    static final SimpleSymbol Lit6148;
    static final IntNum Lit6149;
    static final SimpleSymbol Lit615;
    static final IntNum Lit6150;
    static final IntNum Lit6151;
    static final FString Lit6152;
    static final SimpleSymbol Lit6153;
    static final FString Lit6154;
    static final SimpleSymbol Lit6155;
    static final FString Lit6156;
    static final FString Lit6157;
    static final SimpleSymbol Lit6158;
    static final IntNum Lit6159;
    static final PairWithPosition Lit616;
    static final IntNum Lit6160;
    static final FString Lit6161;
    static final SimpleSymbol Lit6162;
    static final FString Lit6163;
    static final SimpleSymbol Lit6164;
    static final FString Lit6165;
    static final FString Lit6166;
    static final FString Lit6167;
    static final FString Lit6168;
    static final SimpleSymbol Lit6169;
    static final SimpleSymbol Lit617;
    static final FString Lit6170;
    static final FString Lit6171;
    static final FString Lit6172;
    static final FString Lit6173;
    static final FString Lit6174;
    static final FString Lit6175;
    static final FString Lit6176;
    static final FString Lit6177;
    static final FString Lit6178;
    static final FString Lit6179;
    static final PairWithPosition Lit618;
    static final FString Lit6180;
    static final FString Lit6181;
    static final FString Lit6182;
    static final FString Lit6183;
    static final FString Lit6184;
    static final FString Lit6185;
    static final SimpleSymbol Lit6186;
    static final FString Lit6187;
    static final FString Lit6188;
    static final FString Lit6189;
    static final PairWithPosition Lit619;
    static final FString Lit6190;
    static final SimpleSymbol Lit6191;
    static final IntNum Lit6192;
    static final IntNum Lit6193;
    static final FString Lit6194;
    static final PairWithPosition Lit6195;
    static final SimpleSymbol Lit6196;
    static final FString Lit6197;
    static final IntNum Lit6198;
    static final IntNum Lit6199;
    static final PairWithPosition Lit62;
    static final PairWithPosition Lit620;
    static final FString Lit6200;
    static final PairWithPosition Lit6201;
    static final PairWithPosition Lit6202;
    static final PairWithPosition Lit6203;
    static final PairWithPosition Lit6204;
    static final PairWithPosition Lit6205;
    static final PairWithPosition Lit6206;
    static final PairWithPosition Lit6207;
    static final PairWithPosition Lit6208;
    static final PairWithPosition Lit6209;
    static final PairWithPosition Lit621;
    static final PairWithPosition Lit6210;
    static final PairWithPosition Lit6211;
    static final PairWithPosition Lit6212;
    static final PairWithPosition Lit6213;
    static final PairWithPosition Lit6214;
    static final PairWithPosition Lit6215;
    static final PairWithPosition Lit6216;
    static final PairWithPosition Lit6217;
    static final PairWithPosition Lit6218;
    static final SimpleSymbol Lit6219;
    static final SimpleSymbol Lit622;
    static final FString Lit6220;
    static final IntNum Lit6221;
    static final IntNum Lit6222;
    static final FString Lit6223;
    static final PairWithPosition Lit6224;
    static final PairWithPosition Lit6225;
    static final SimpleSymbol Lit6226;
    static final FString Lit6227;
    static final SimpleSymbol Lit6228;
    static final FString Lit6229;
    static final SimpleSymbol Lit623;
    static final FString Lit6230;
    static final FString Lit6231;
    static final FString Lit6232;
    static final SimpleSymbol Lit6233;
    static final FString Lit6234;
    static final FString Lit6235;
    static final SimpleSymbol Lit6236;
    static final FString Lit6237;
    static final FString Lit6238;
    static final SimpleSymbol Lit6239;
    static final SimpleSymbol Lit624;
    static final IntNum Lit6240;
    static final FString Lit6241;
    static final PairWithPosition Lit6242;
    static final PairWithPosition Lit6243;
    static final SimpleSymbol Lit6244;
    static final FString Lit6245;
    static final SimpleSymbol Lit6246;
    static final FString Lit6247;
    static final PairWithPosition Lit6248;
    static final PairWithPosition Lit6249;
    static final SimpleSymbol Lit625;
    static final SimpleSymbol Lit6250;
    static final FString Lit6251;
    static final SimpleSymbol Lit6252;
    static final IntNum Lit6253;
    static final FString Lit6254;
    static final FString Lit6255;
    static final SimpleSymbol Lit6256;
    static final FString Lit6257;
    static final FString Lit6258;
    static final SimpleSymbol Lit6259;
    static final PairWithPosition Lit626;
    static final IntNum Lit6260;
    static final FString Lit6261;
    static final FString Lit6262;
    static final IntNum Lit6263;
    static final FString Lit6264;
    static final FString Lit6265;
    static final FString Lit6266;
    static final FString Lit6267;
    static final SimpleSymbol Lit6268;
    static final FString Lit6269;
    static final SimpleSymbol Lit627;
    static final FString Lit6270;
    static final SimpleSymbol Lit6271;
    static final FString Lit6272;
    static final FString Lit6273;
    static final FString Lit6274;
    static final FString Lit6275;
    static final FString Lit6276;
    static final FString Lit6277;
    static final FString Lit6278;
    static final FString Lit6279;
    static final SimpleSymbol Lit628;
    static final FString Lit6280;
    static final FString Lit6281;
    static final SimpleSymbol Lit6282;
    static final FString Lit6283;
    static final FString Lit6284;
    static final SimpleSymbol Lit6285;
    static final IntNum Lit6286;
    static final IntNum Lit6287;
    static final FString Lit6288;
    static final FString Lit6289;
    static final SimpleSymbol Lit629;
    static final SimpleSymbol Lit6290;
    static final FString Lit6291;
    static final FString Lit6292;
    static final SimpleSymbol Lit6293;
    static final FString Lit6294;
    static final FString Lit6295;
    static final FString Lit6296;
    static final FString Lit6297;
    static final FString Lit6298;
    static final FString Lit6299;
    static final PairWithPosition Lit63;
    static final PairWithPosition Lit630;
    static final FString Lit6300;
    static final FString Lit6301;
    static final SimpleSymbol Lit6302;
    static final FString Lit6303;
    static final FString Lit6304;
    static final FString Lit6305;
    static final FString Lit6306;
    static final IntNum Lit6307;
    static final IntNum Lit6308;
    static final IntNum Lit6309;
    static final PairWithPosition Lit631;
    static final FString Lit6310;
    static final PairWithPosition Lit6311;
    static final PairWithPosition Lit6312;
    static final PairWithPosition Lit6313;
    static final PairWithPosition Lit6314;
    static final PairWithPosition Lit6315;
    static final PairWithPosition Lit6316;
    static final PairWithPosition Lit6317;
    static final PairWithPosition Lit6318;
    static final PairWithPosition Lit6319;
    static final PairWithPosition Lit632;
    static final PairWithPosition Lit6320;
    static final PairWithPosition Lit6321;
    static final SimpleSymbol Lit6322;
    static final FString Lit6323;
    static final SimpleSymbol Lit6324;
    static final FString Lit6325;
    static final FString Lit6326;
    static final SimpleSymbol Lit6327;
    static final IntNum Lit6328;
    static final IntNum Lit6329;
    static final SimpleSymbol Lit633;
    static final IntNum Lit6330;
    static final FString Lit6331;
    static final PairWithPosition Lit6332;
    static final PairWithPosition Lit6333;
    static final PairWithPosition Lit6334;
    static final PairWithPosition Lit6335;
    static final PairWithPosition Lit6336;
    static final PairWithPosition Lit6337;
    static final PairWithPosition Lit6338;
    static final PairWithPosition Lit6339;
    static final SimpleSymbol Lit634;
    static final PairWithPosition Lit6340;
    static final PairWithPosition Lit6341;
    static final PairWithPosition Lit6342;
    static final SimpleSymbol Lit6343;
    static final FString Lit6344;
    static final SimpleSymbol Lit6345;
    static final FString Lit6346;
    static final FString Lit6347;
    static final SimpleSymbol Lit6348;
    static final IntNum Lit6349;
    static final SimpleSymbol Lit635;
    static final IntNum Lit6350;
    static final FString Lit6351;
    static final FString Lit6352;
    static final SimpleSymbol Lit6353;
    static final FString Lit6354;
    static final FString Lit6355;
    static final SimpleSymbol Lit6356;
    static final FString Lit6357;
    static final FString Lit6358;
    static final SimpleSymbol Lit6359;
    static final SimpleSymbol Lit636;
    static final IntNum Lit6360;
    static final IntNum Lit6361;
    static final FString Lit6362;
    static final FString Lit6363;
    static final SimpleSymbol Lit6364;
    static final FString Lit6365;
    static final FString Lit6366;
    static final FString Lit6367;
    static final FString Lit6368;
    static final SimpleSymbol Lit6369;
    static final SimpleSymbol Lit637;
    static final IntNum Lit6370;
    static final FString Lit6371;
    static final FString Lit6372;
    static final SimpleSymbol Lit6373;
    static final FString Lit6374;
    static final FString Lit6375;
    static final SimpleSymbol Lit6376;
    static final IntNum Lit6377;
    static final IntNum Lit6378;
    static final IntNum Lit6379;
    static final PairWithPosition Lit638;
    static final FString Lit6380;
    static final IntNum Lit6381;
    static final PairWithPosition Lit6382;
    static final PairWithPosition Lit6383;
    static final IntNum Lit6384;
    static final PairWithPosition Lit6385;
    static final PairWithPosition Lit6386;
    static final PairWithPosition Lit6387;
    static final PairWithPosition Lit6388;
    static final PairWithPosition Lit6389;
    static final PairWithPosition Lit639;
    static final PairWithPosition Lit6390;
    static final PairWithPosition Lit6391;
    static final PairWithPosition Lit6392;
    static final PairWithPosition Lit6393;
    static final SimpleSymbol Lit6394;
    static final FString Lit6395;
    static final IntNum Lit6396;
    static final FString Lit6397;
    static final FString Lit6398;
    static final SimpleSymbol Lit6399;
    static final PairWithPosition Lit64;
    static final PairWithPosition Lit640;
    static final FString Lit6400;
    static final FString Lit6401;
    static final SimpleSymbol Lit6402;
    static final FString Lit6403;
    static final SimpleSymbol Lit6404;
    static final FString Lit6405;
    static final SimpleSymbol Lit6406;
    static final IntNum Lit6407;
    static final FString Lit6408;
    static final FString Lit6409;
    static final SimpleSymbol Lit641;
    static final FString Lit6410;
    static final FString Lit6411;
    static final SimpleSymbol Lit6412;
    static final IntNum Lit6413;
    static final FString Lit6414;
    static final SimpleSymbol Lit6415;
    static final SimpleSymbol Lit6416;
    static final PairWithPosition Lit6417;
    static final SimpleSymbol Lit6418;
    static final FString Lit6419;
    static final SimpleSymbol Lit642;
    static final FString Lit6420;
    static final FString Lit6421;
    static final SimpleSymbol Lit6422;
    static final FString Lit6423;
    static final FString Lit6424;
    static final SimpleSymbol Lit6425;
    static final IntNum Lit6426;
    static final IntNum Lit6427;
    static final FString Lit6428;
    static final FString Lit6429;
    static final PairWithPosition Lit643;
    static final SimpleSymbol Lit6430;
    static final IntNum Lit6431;
    static final IntNum Lit6432;
    static final FString Lit6433;
    static final FString Lit6434;
    static final SimpleSymbol Lit6435;
    static final FString Lit6436;
    static final FString Lit6437;
    static final SimpleSymbol Lit6438;
    static final FString Lit6439;
    static final PairWithPosition Lit644;
    static final FString Lit6440;
    static final SimpleSymbol Lit6441;
    static final IntNum Lit6442;
    static final FString Lit6443;
    static final FString Lit6444;
    static final SimpleSymbol Lit6445;
    static final FString Lit6446;
    static final FString Lit6447;
    static final SimpleSymbol Lit6448;
    static final IntNum Lit6449;
    static final IntNum Lit645;
    static final FString Lit6450;
    static final FString Lit6451;
    static final SimpleSymbol Lit6452;
    static final FString Lit6453;
    static final FString Lit6454;
    static final FString Lit6455;
    static final FString Lit6456;
    static final IntNum Lit6457;
    static final FString Lit6458;
    static final FString Lit6459;
    static final PairWithPosition Lit646;
    static final SimpleSymbol Lit6460;
    static final IntNum Lit6461;
    static final IntNum Lit6462;
    static final FString Lit6463;
    static final FString Lit6464;
    static final SimpleSymbol Lit6465;
    static final FString Lit6466;
    static final FString Lit6467;
    static final SimpleSymbol Lit6468;
    static final IntNum Lit6469;
    static final PairWithPosition Lit647;
    static final IntNum Lit6470;
    static final FString Lit6471;
    static final FString Lit6472;
    static final SimpleSymbol Lit6473;
    static final FString Lit6474;
    static final FString Lit6475;
    static final IntNum Lit6476;
    static final FString Lit6477;
    static final FString Lit6478;
    static final SimpleSymbol Lit6479;
    static final SimpleSymbol Lit648;
    static final FString Lit6480;
    static final FString Lit6481;
    static final IntNum Lit6482;
    static final FString Lit6483;
    static final FString Lit6484;
    static final SimpleSymbol Lit6485;
    static final FString Lit6486;
    static final FString Lit6487;
    static final SimpleSymbol Lit6488;
    static final FString Lit6489;
    static final PairWithPosition Lit649;
    static final FString Lit6490;
    static final FString Lit6491;
    static final FString Lit6492;
    static final SimpleSymbol Lit6493;
    static final IntNum Lit6494;
    static final IntNum Lit6495;
    static final FString Lit6496;
    static final FString Lit6497;
    static final SimpleSymbol Lit6498;
    static final IntNum Lit6499;
    static final PairWithPosition Lit65;
    static final PairWithPosition Lit650;
    static final FString Lit6500;
    static final FString Lit6501;
    static final SimpleSymbol Lit6502;
    static final IntNum Lit6503;
    static final FString Lit6504;
    static final FString Lit6505;
    static final FString Lit6506;
    static final SimpleSymbol Lit6507;
    static final FString Lit6508;
    static final FString Lit6509;
    static final PairWithPosition Lit651;
    static final SimpleSymbol Lit6510;
    static final FString Lit6511;
    static final FString Lit6512;
    static final SimpleSymbol Lit6513;
    static final FString Lit6514;
    static final FString Lit6515;
    static final SimpleSymbol Lit6516;
    static final FString Lit6517;
    static final FString Lit6518;
    static final SimpleSymbol Lit6519;
    static final PairWithPosition Lit652;
    static final FString Lit6520;
    static final IntNum Lit6521;
    static final FString Lit6522;
    static final FString Lit6523;
    static final IntNum Lit6524;
    static final FString Lit6525;
    static final PairWithPosition Lit6526;
    static final PairWithPosition Lit6527;
    static final PairWithPosition Lit6528;
    static final PairWithPosition Lit6529;
    static final PairWithPosition Lit653;
    static final PairWithPosition Lit6530;
    static final PairWithPosition Lit6531;
    static final PairWithPosition Lit6532;
    static final PairWithPosition Lit6533;
    static final PairWithPosition Lit6534;
    static final SimpleSymbol Lit6535;
    static final FString Lit6536;
    static final SimpleSymbol Lit6537;
    static final FString Lit6538;
    static final FString Lit6539;
    static final PairWithPosition Lit654;
    static final SimpleSymbol Lit6540;
    static final FString Lit6541;
    static final FString Lit6542;
    static final SimpleSymbol Lit6543;
    static final FString Lit6544;
    static final SimpleSymbol Lit6545;
    static final FString Lit6546;
    static final SimpleSymbol Lit6547;
    static final IntNum Lit6548;
    static final IntNum Lit6549;
    static final PairWithPosition Lit655;
    static final FString Lit6550;
    static final SimpleSymbol Lit6551;
    static final FString Lit6552;
    static final IntNum Lit6553;
    static final FString Lit6554;
    static final FString Lit6555;
    static final SimpleSymbol Lit6556;
    static final IntNum Lit6557;
    static final FString Lit6558;
    static final FString Lit6559;
    static final PairWithPosition Lit656;
    static final SimpleSymbol Lit6560;
    static final IntNum Lit6561;
    static final FString Lit6562;
    static final FString Lit6563;
    static final SimpleSymbol Lit6564;
    static final IntNum Lit6565;
    static final FString Lit6566;
    static final SimpleSymbol Lit6567;
    static final FString Lit6568;
    static final FString Lit6569;
    static final PairWithPosition Lit657;
    static final FString Lit6570;
    static final SimpleSymbol Lit6571;
    static final FString Lit6572;
    static final SimpleSymbol Lit6573;
    static final FString Lit6574;
    static final SimpleSymbol Lit6575;
    static final IntNum Lit6576;
    static final IntNum Lit6577;
    static final FString Lit6578;
    static final FString Lit6579;
    static final PairWithPosition Lit658;
    static final FString Lit6580;
    static final FString Lit6581;
    static final FString Lit6582;
    static final FString Lit6583;
    static final SimpleSymbol Lit6584;
    static final FString Lit6585;
    static final PairWithPosition Lit6586;
    static final SimpleSymbol Lit6587;
    static final FString Lit6588;
    static final SimpleSymbol Lit6589;
    static final PairWithPosition Lit659;
    static final FString Lit6590;
    static final FString Lit6591;
    static final SimpleSymbol Lit6592;
    static final FString Lit6593;
    static final FString Lit6594;
    static final SimpleSymbol Lit6595;
    static final FString Lit6596;
    static final FString Lit6597;
    static final SimpleSymbol Lit6598;
    static final IntNum Lit6599;
    static final PairWithPosition Lit66;
    static final PairWithPosition Lit660;
    static final IntNum Lit6600;
    static final FString Lit6601;
    static final FString Lit6602;
    static final SimpleSymbol Lit6603;
    static final FString Lit6604;
    static final FString Lit6605;
    static final FString Lit6606;
    static final FString Lit6607;
    static final IntNum Lit6608;
    static final FString Lit6609;
    static final PairWithPosition Lit661;
    static final FString Lit6610;
    static final SimpleSymbol Lit6611;
    static final FString Lit6612;
    static final FString Lit6613;
    static final SimpleSymbol Lit6614;
    static final SimpleSymbol Lit6615;
    static final IntNum Lit6616;
    static final IntNum Lit6617;
    static final FString Lit6618;
    static final FString Lit6619;
    static final PairWithPosition Lit662;
    static final SimpleSymbol Lit6620;
    static final FString Lit6621;
    static final FString Lit6622;
    static final IntNum Lit6623;
    static final FString Lit6624;
    static final FString Lit6625;
    static final SimpleSymbol Lit6626;
    static final FString Lit6627;
    static final FString Lit6628;
    static final FString Lit6629;
    static final PairWithPosition Lit663;
    static final FString Lit6630;
    static final SimpleSymbol Lit6631;
    static final FString Lit6632;
    static final FString Lit6633;
    static final FString Lit6634;
    static final FString Lit6635;
    static final SimpleSymbol Lit6636;
    static final IntNum Lit6637;
    static final FString Lit6638;
    static final PairWithPosition Lit6639;
    static final PairWithPosition Lit664;
    static final SimpleSymbol Lit6640;
    static final FString Lit6641;
    static final SimpleSymbol Lit6642;
    static final IntNum Lit6643;
    static final FString Lit6644;
    static final FString Lit6645;
    static final SimpleSymbol Lit6646;
    static final IntNum Lit6647;
    static final FString Lit6648;
    static final SimpleSymbol Lit6649;
    static final PairWithPosition Lit665;
    static final FString Lit6650;
    static final SimpleSymbol Lit6651;
    static final IntNum Lit6652;
    static final FString Lit6653;
    static final PairWithPosition Lit6654;
    static final SimpleSymbol Lit6655;
    static final FString Lit6656;
    static final SimpleSymbol Lit6657;
    static final IntNum Lit6658;
    static final FString Lit6659;
    static final PairWithPosition Lit666;
    static final SimpleSymbol Lit6660;
    static final PairWithPosition Lit6661;
    static final SimpleSymbol Lit6662;
    static final FString Lit6663;
    static final IntNum Lit6664;
    static final FString Lit6665;
    static final FString Lit6666;
    static final SimpleSymbol Lit6667;
    static final IntNum Lit6668;
    static final FString Lit6669;
    static final PairWithPosition Lit667;
    static final FString Lit6670;
    static final SimpleSymbol Lit6671;
    static final FString Lit6672;
    static final FString Lit6673;
    static final SimpleSymbol Lit6674;
    static final FString Lit6675;
    static final SimpleSymbol Lit6676;
    static final SimpleSymbol Lit6677;
    static final SimpleSymbol Lit6678;
    static final FString Lit6679;
    static final PairWithPosition Lit668;
    static final SimpleSymbol Lit6680;
    static final FString Lit6681;
    static final FString Lit6682;
    static final SimpleSymbol Lit6683;
    static final FString Lit6684;
    static final FString Lit6685;
    static final FString Lit6686;
    static final FString Lit6687;
    static final SimpleSymbol Lit6688;
    static final FString Lit6689;
    static final PairWithPosition Lit669;
    static final FString Lit6690;
    static final SimpleSymbol Lit6691;
    static final FString Lit6692;
    static final SimpleSymbol Lit6693;
    static final FString Lit6694;
    static final SimpleSymbol Lit6695;
    static final FString Lit6696;
    static final FString Lit6697;
    static final SimpleSymbol Lit6698;
    static final FString Lit6699;
    static final PairWithPosition Lit67;
    static final PairWithPosition Lit670;
    static final FString Lit6700;
    static final FString Lit6701;
    static final FString Lit6702;
    static final IntNum Lit6703;
    static final FString Lit6704;
    static final FString Lit6705;
    static final SimpleSymbol Lit6706;
    static final SimpleSymbol Lit6707;
    static final FString Lit6708;
    static final PairWithPosition Lit6709;
    static final PairWithPosition Lit671;
    static final PairWithPosition Lit6710;
    static final PairWithPosition Lit6711;
    static final PairWithPosition Lit6712;
    static final PairWithPosition Lit6713;
    static final SimpleSymbol Lit6714;
    static final PairWithPosition Lit6715;
    static final PairWithPosition Lit6716;
    static final SimpleSymbol Lit6717;
    static final FString Lit6718;
    static final FString Lit6719;
    static final PairWithPosition Lit672;
    static final FString Lit6720;
    static final SimpleSymbol Lit6721;
    static final IntNum Lit6722;
    static final FString Lit6723;
    static final FString Lit6724;
    static final SimpleSymbol Lit6725;
    static final FString Lit6726;
    static final FString Lit6727;
    static final SimpleSymbol Lit6728;
    static final FString Lit6729;
    static final PairWithPosition Lit673;
    static final FString Lit6730;
    static final SimpleSymbol Lit6731;
    static final FString Lit6732;
    static final FString Lit6733;
    static final SimpleSymbol Lit6734;
    static final IntNum Lit6735;
    static final IntNum Lit6736;
    static final FString Lit6737;
    static final FString Lit6738;
    static final SimpleSymbol Lit6739;
    static final PairWithPosition Lit674;
    static final IntNum Lit6740;
    static final FString Lit6741;
    static final FString Lit6742;
    static final SimpleSymbol Lit6743;
    static final IntNum Lit6744;
    static final IntNum Lit6745;
    static final FString Lit6746;
    static final FString Lit6747;
    static final SimpleSymbol Lit6748;
    static final IntNum Lit6749;
    static final PairWithPosition Lit675;
    static final FString Lit6750;
    static final SimpleSymbol Lit6751;
    static final FString Lit6752;
    static final SimpleSymbol Lit6753;
    static final IntNum Lit6754;
    static final IntNum Lit6755;
    static final FString Lit6756;
    static final FString Lit6757;
    static final SimpleSymbol Lit6758;
    static final IntNum Lit6759;
    static final PairWithPosition Lit676;
    static final FString Lit6760;
    static final FString Lit6761;
    static final FString Lit6762;
    static final FString Lit6763;
    static final IntNum Lit6764;
    static final FString Lit6765;
    static final FString Lit6766;
    static final SimpleSymbol Lit6767;
    static final FString Lit6768;
    static final FString Lit6769;
    static final PairWithPosition Lit677;
    static final SimpleSymbol Lit6770;
    static final FString Lit6771;
    static final SimpleSymbol Lit6772;
    static final FString Lit6773;
    static final SimpleSymbol Lit6774;
    static final FString Lit6775;
    static final FString Lit6776;
    static final SimpleSymbol Lit6777;
    static final SimpleSymbol Lit6778;
    static final IntNum Lit6779;
    static final PairWithPosition Lit678;
    static final FString Lit6780;
    static final FString Lit6781;
    static final SimpleSymbol Lit6782;
    static final IntNum Lit6783;
    static final FString Lit6784;
    static final FString Lit6785;
    static final IntNum Lit6786;
    static final FString Lit6787;
    static final FString Lit6788;
    static final SimpleSymbol Lit6789;
    static final PairWithPosition Lit679;
    static final IntNum Lit6790;
    static final FString Lit6791;
    static final SimpleSymbol Lit6792;
    static final FString Lit6793;
    static final SimpleSymbol Lit6794;
    static final IntNum Lit6795;
    static final FString Lit6796;
    static final FString Lit6797;
    static final IntNum Lit6798;
    static final IntNum Lit6799;
    static final PairWithPosition Lit68;
    static final PairWithPosition Lit680;
    static final FString Lit6800;
    static final SimpleSymbol Lit6801;
    static final SimpleSymbol Lit6802;
    static final SimpleSymbol Lit6803;
    static final FString Lit6804;
    static final SimpleSymbol Lit6805;
    static final IntNum Lit6806;
    static final SimpleSymbol Lit6807;
    static final IntNum Lit6808;
    static final FString Lit6809;
    static final PairWithPosition Lit681;
    static final FString Lit6810;
    static final IntNum Lit6811;
    static final SimpleSymbol Lit6812;
    static final IntNum Lit6813;
    static final FString Lit6814;
    static final SimpleSymbol Lit6815;
    static final SimpleSymbol Lit6816;
    static final FString Lit6817;
    static final SimpleSymbol Lit6818;
    static final FString Lit6819;
    static final PairWithPosition Lit682;
    static final FString Lit6820;
    static final SimpleSymbol Lit6821;
    static final IntNum Lit6822;
    static final FString Lit6823;
    static final PairWithPosition Lit6824;
    static final PairWithPosition Lit6825;
    static final SimpleSymbol Lit6826;
    static final FString Lit6827;
    static final IntNum Lit6828;
    static final FString Lit6829;
    static final PairWithPosition Lit683;
    static final FString Lit6830;
    static final IntNum Lit6831;
    static final FString Lit6832;
    static final SimpleSymbol Lit6833;
    static final FString Lit6834;
    static final SimpleSymbol Lit6835;
    static final FString Lit6836;
    static final FString Lit6837;
    static final SimpleSymbol Lit6838;
    static final FString Lit6839;
    static final PairWithPosition Lit684;
    static final FString Lit6840;
    static final FString Lit6841;
    static final FString Lit6842;
    static final IntNum Lit6843;
    static final IntNum Lit6844;
    static final IntNum Lit6845;
    static final FString Lit6846;
    static final SimpleSymbol Lit6847;
    static final FString Lit6848;
    static final FString Lit6849;
    static final PairWithPosition Lit685;
    static final FString Lit6850;
    static final FString Lit6851;
    static final FString Lit6852;
    static final SimpleSymbol Lit6853;
    static final IntNum Lit6854;
    static final FString Lit6855;
    static final FString Lit6856;
    static final SimpleSymbol Lit6857;
    static final IntNum Lit6858;
    static final FString Lit6859;
    static final PairWithPosition Lit686;
    static final FString Lit6860;
    static final SimpleSymbol Lit6861;
    static final IntNum Lit6862;
    static final FString Lit6863;
    static final FString Lit6864;
    static final SimpleSymbol Lit6865;
    static final IntNum Lit6866;
    static final FString Lit6867;
    static final FString Lit6868;
    static final SimpleSymbol Lit6869;
    static final PairWithPosition Lit687;
    static final FString Lit6870;
    static final FString Lit6871;
    static final IntNum Lit6872;
    static final FString Lit6873;
    static final FString Lit6874;
    static final FString Lit6875;
    static final FString Lit6876;
    static final SimpleSymbol Lit6877;
    static final FString Lit6878;
    static final FString Lit6879;
    static final PairWithPosition Lit688;
    static final SimpleSymbol Lit6880;
    static final FString Lit6881;
    static final FString Lit6882;
    static final FString Lit6883;
    static final FString Lit6884;
    static final SimpleSymbol Lit6885;
    static final IntNum Lit6886;
    static final FString Lit6887;
    static final FString Lit6888;
    static final SimpleSymbol Lit6889;
    static final PairWithPosition Lit689;
    static final IntNum Lit6890;
    static final FString Lit6891;
    static final FString Lit6892;
    static final SimpleSymbol Lit6893;
    static final IntNum Lit6894;
    static final FString Lit6895;
    static final FString Lit6896;
    static final IntNum Lit6897;
    static final FString Lit6898;
    static final FString Lit6899;
    static final PairWithPosition Lit69;
    static final PairWithPosition Lit690;
    static final SimpleSymbol Lit6900;
    static final FString Lit6901;
    static final FString Lit6902;
    static final IntNum Lit6903;
    static final FString Lit6904;
    static final FString Lit6905;
    static final FString Lit6906;
    static final FString Lit6907;
    static final SimpleSymbol Lit6908;
    static final FString Lit6909;
    static final PairWithPosition Lit691;
    static final FString Lit6910;
    static final SimpleSymbol Lit6911;
    static final FString Lit6912;
    static final FString Lit6913;
    static final FString Lit6914;
    static final FString Lit6915;
    static final SimpleSymbol Lit6916;
    static final IntNum Lit6917;
    static final FString Lit6918;
    static final FString Lit6919;
    static final PairWithPosition Lit692;
    static final IntNum Lit6920;
    static final FString Lit6921;
    static final FString Lit6922;
    static final SimpleSymbol Lit6923;
    static final IntNum Lit6924;
    static final FString Lit6925;
    static final FString Lit6926;
    static final SimpleSymbol Lit6927;
    static final IntNum Lit6928;
    static final FString Lit6929;
    static final PairWithPosition Lit693;
    static final FString Lit6930;
    static final IntNum Lit6931;
    static final FString Lit6932;
    static final FString Lit6933;
    static final SimpleSymbol Lit6934;
    static final IntNum Lit6935;
    static final FString Lit6936;
    static final PairWithPosition Lit6937;
    static final PairWithPosition Lit6938;
    static final SimpleSymbol Lit6939;
    static final PairWithPosition Lit694;
    static final FString Lit6940;
    static final SimpleSymbol Lit6941;
    static final IntNum Lit6942;
    static final IntNum Lit6943;
    static final FString Lit6944;
    static final FString Lit6945;
    static final IntNum Lit6946;
    static final FString Lit6947;
    static final FString Lit6948;
    static final FString Lit6949;
    static final PairWithPosition Lit695;
    static final FString Lit6950;
    static final SimpleSymbol Lit6951;
    static final FString Lit6952;
    static final FString Lit6953;
    static final SimpleSymbol Lit6954;
    static final FString Lit6955;
    static final FString Lit6956;
    static final FString Lit6957;
    static final FString Lit6958;
    static final SimpleSymbol Lit6959;
    static final PairWithPosition Lit696;
    static final IntNum Lit6960;
    static final IntNum Lit6961;
    static final FString Lit6962;
    static final FString Lit6963;
    static final SimpleSymbol Lit6964;
    static final FString Lit6965;
    static final FString Lit6966;
    static final SimpleSymbol Lit6967;
    static final IntNum Lit6968;
    static final IntNum Lit6969;
    static final PairWithPosition Lit697;
    static final IntNum Lit6970;
    static final FString Lit6971;
    static final FString Lit6972;
    static final SimpleSymbol Lit6973;
    static final IntNum Lit6974;
    static final IntNum Lit6975;
    static final IntNum Lit6976;
    static final FString Lit6977;
    static final FString Lit6978;
    static final IntNum Lit6979;
    static final PairWithPosition Lit698;
    static final FString Lit6980;
    static final FString Lit6981;
    static final SimpleSymbol Lit6982;
    static final FString Lit6983;
    static final FString Lit6984;
    static final IntNum Lit6985;
    static final FString Lit6986;
    static final FString Lit6987;
    static final SimpleSymbol Lit6988;
    static final IntNum Lit6989;
    static final PairWithPosition Lit699;
    static final FString Lit6990;
    static final FString Lit6991;
    static final SimpleSymbol Lit6992;
    static final IntNum Lit6993;
    static final FString Lit6994;
    static final FString Lit6995;
    static final SimpleSymbol Lit6996;
    static final IntNum Lit6997;
    static final FString Lit6998;
    static final FString Lit6999;
    static final SimpleSymbol Lit7;
    static final PairWithPosition Lit70;
    static final PairWithPosition Lit700;
    static final SimpleSymbol Lit7000;
    static final FString Lit7001;
    static final FString Lit7002;
    static final SimpleSymbol Lit7003;
    static final IntNum Lit7004;
    static final FString Lit7005;
    static final FString Lit7006;
    static final SimpleSymbol Lit7007;
    static final IntNum Lit7008;
    static final IntNum Lit7009;
    static final PairWithPosition Lit701;
    static final FString Lit7010;
    static final SimpleSymbol Lit7011;
    static final FString Lit7012;
    static final SimpleSymbol Lit7013;
    static final IntNum Lit7014;
    static final IntNum Lit7015;
    static final FString Lit7016;
    static final PairWithPosition Lit7017;
    static final IntNum Lit7018;
    static final PairWithPosition Lit7019;
    static final PairWithPosition Lit702;
    static final PairWithPosition Lit7020;
    static final PairWithPosition Lit7021;
    static final PairWithPosition Lit7022;
    static final SimpleSymbol Lit7023;
    static final FString Lit7024;
    static final SimpleSymbol Lit7025;
    static final FString Lit7026;
    static final FString Lit7027;
    static final SimpleSymbol Lit7028;
    static final FString Lit7029;
    static final PairWithPosition Lit703;
    static final FString Lit7030;
    static final SimpleSymbol Lit7031;
    static final IntNum Lit7032;
    static final IntNum Lit7033;
    static final FString Lit7034;
    static final FString Lit7035;
    static final IntNum Lit7036;
    static final FString Lit7037;
    static final FString Lit7038;
    static final SimpleSymbol Lit7039;
    static final PairWithPosition Lit704;
    static final FString Lit7040;
    static final FString Lit7041;
    static final SimpleSymbol Lit7042;
    static final IntNum Lit7043;
    static final IntNum Lit7044;
    static final FString Lit7045;
    static final FString Lit7046;
    static final SimpleSymbol Lit7047;
    static final FString Lit7048;
    static final FString Lit7049;
    static final PairWithPosition Lit705;
    static final SimpleSymbol Lit7050;
    static final FString Lit7051;
    static final FString Lit7052;
    static final SimpleSymbol Lit7053;
    static final IntNum Lit7054;
    static final FString Lit7055;
    static final FString Lit7056;
    static final SimpleSymbol Lit7057;
    static final IntNum Lit7058;
    static final FString Lit7059;
    static final PairWithPosition Lit706;
    static final FString Lit7060;
    static final SimpleSymbol Lit7061;
    static final FString Lit7062;
    static final FString Lit7063;
    static final IntNum Lit7064;
    static final FString Lit7065;
    static final FString Lit7066;
    static final IntNum Lit7067;
    static final FString Lit7068;
    static final FString Lit7069;
    static final PairWithPosition Lit707;
    static final SimpleSymbol Lit7070;
    static final FString Lit7071;
    static final FString Lit7072;
    static final SimpleSymbol Lit7073;
    static final FString Lit7074;
    static final FString Lit7075;
    static final SimpleSymbol Lit7076;
    static final IntNum Lit7077;
    static final FString Lit7078;
    static final FString Lit7079;
    static final PairWithPosition Lit708;
    static final IntNum Lit7080;
    static final FString Lit7081;
    static final FString Lit7082;
    static final SimpleSymbol Lit7083;
    static final IntNum Lit7084;
    static final FString Lit7085;
    static final FString Lit7086;
    static final SimpleSymbol Lit7087;
    static final IntNum Lit7088;
    static final FString Lit7089;
    static final PairWithPosition Lit709;
    static final FString Lit7090;
    static final IntNum Lit7091;
    static final FString Lit7092;
    static final FString Lit7093;
    static final SimpleSymbol Lit7094;
    static final IntNum Lit7095;
    static final FString Lit7096;
    static final FString Lit7097;
    static final SimpleSymbol Lit7098;
    static final IntNum Lit7099;
    static final PairWithPosition Lit71;
    static final PairWithPosition Lit710;
    static final FString Lit7100;
    static final PairWithPosition Lit7101;
    static final SimpleSymbol Lit7102;
    static final FString Lit7103;
    static final SimpleSymbol Lit7104;
    static final IntNum Lit7105;
    static final FString Lit7106;
    static final FString Lit7107;
    static final SimpleSymbol Lit7108;
    static final IntNum Lit7109;
    static final IntNum Lit711;
    static final FString Lit7110;
    static final FString Lit7111;
    static final SimpleSymbol Lit7112;
    static final IntNum Lit7113;
    static final FString Lit7114;
    static final SimpleSymbol Lit7115;
    static final SimpleSymbol Lit7116;
    static final PairWithPosition Lit7117;
    static final SimpleSymbol Lit7118;
    static final FString Lit7119;
    static final PairWithPosition Lit712;
    static final SimpleSymbol Lit7120;
    static final IntNum Lit7121;
    static final FString Lit7122;
    static final FString Lit7123;
    static final SimpleSymbol Lit7124;
    static final IntNum Lit7125;
    static final FString Lit7126;
    static final FString Lit7127;
    static final SimpleSymbol Lit7128;
    static final IntNum Lit7129;
    static final PairWithPosition Lit713;
    static final FString Lit7130;
    static final SimpleSymbol Lit7131;
    static final FString Lit7132;
    static final SimpleSymbol Lit7133;
    static final IntNum Lit7134;
    static final FString Lit7135;
    static final FString Lit7136;
    static final SimpleSymbol Lit7137;
    static final IntNum Lit7138;
    static final FString Lit7139;
    static final PairWithPosition Lit714;
    static final FString Lit7140;
    static final SimpleSymbol Lit7141;
    static final IntNum Lit7142;
    static final FString Lit7143;
    static final PairWithPosition Lit7144;
    static final SimpleSymbol Lit7145;
    static final FString Lit7146;
    static final SimpleSymbol Lit7147;
    static final IntNum Lit7148;
    static final FString Lit7149;
    static final SimpleSymbol Lit715;
    static final FString Lit7150;
    static final SimpleSymbol Lit7151;
    static final IntNum Lit7152;
    static final FString Lit7153;
    static final FString Lit7154;
    static final SimpleSymbol Lit7155;
    static final FString Lit7156;
    static final FString Lit7157;
    static final SimpleSymbol Lit7158;
    static final IntNum Lit7159;
    static final PairWithPosition Lit716;
    static final FString Lit7160;
    static final FString Lit7161;
    static final IntNum Lit7162;
    static final FString Lit7163;
    static final FString Lit7164;
    static final SimpleSymbol Lit7165;
    static final IntNum Lit7166;
    static final FString Lit7167;
    static final FString Lit7168;
    static final SimpleSymbol Lit7169;
    static final PairWithPosition Lit717;
    static final IntNum Lit7170;
    static final FString Lit7171;
    static final FString Lit7172;
    static final IntNum Lit7173;
    static final FString Lit7174;
    static final FString Lit7175;
    static final SimpleSymbol Lit7176;
    static final IntNum Lit7177;
    static final FString Lit7178;
    static final FString Lit7179;
    static final SimpleSymbol Lit718;
    static final SimpleSymbol Lit7180;
    static final IntNum Lit7181;
    static final FString Lit7182;
    static final PairWithPosition Lit7183;
    static final PairWithPosition Lit7184;
    static final PairWithPosition Lit7185;
    static final SimpleSymbol Lit7186;
    static final FString Lit7187;
    static final SimpleSymbol Lit7188;
    static final IntNum Lit7189;
    static final SimpleSymbol Lit719;
    static final FString Lit7190;
    static final FString Lit7191;
    static final SimpleSymbol Lit7192;
    static final IntNum Lit7193;
    static final FString Lit7194;
    static final FString Lit7195;
    static final SimpleSymbol Lit7196;
    static final IntNum Lit7197;
    static final FString Lit7198;
    static final SimpleSymbol Lit7199;
    static final PairWithPosition Lit72;
    static final SimpleSymbol Lit720;
    static final FString Lit7200;
    static final SimpleSymbol Lit7201;
    static final IntNum Lit7202;
    static final FString Lit7203;
    static final FString Lit7204;
    static final SimpleSymbol Lit7205;
    static final IntNum Lit7206;
    static final FString Lit7207;
    static final FString Lit7208;
    static final SimpleSymbol Lit7209;
    static final PairWithPosition Lit721;
    static final IntNum Lit7210;
    static final FString Lit7211;
    static final SimpleSymbol Lit7212;
    static final FString Lit7213;
    static final SimpleSymbol Lit7214;
    static final IntNum Lit7215;
    static final FString Lit7216;
    static final FString Lit7217;
    static final SimpleSymbol Lit7218;
    static final IntNum Lit7219;
    static final PairWithPosition Lit722;
    static final FString Lit7220;
    static final FString Lit7221;
    static final SimpleSymbol Lit7222;
    static final IntNum Lit7223;
    static final FString Lit7224;
    static final SimpleSymbol Lit7225;
    static final FString Lit7226;
    static final SimpleSymbol Lit7227;
    static final IntNum Lit7228;
    static final FString Lit7229;
    static final PairWithPosition Lit723;
    static final FString Lit7230;
    static final SimpleSymbol Lit7231;
    static final IntNum Lit7232;
    static final FString Lit7233;
    static final FString Lit7234;
    static final SimpleSymbol Lit7235;
    static final FString Lit7236;
    static final FString Lit7237;
    static final SimpleSymbol Lit7238;
    static final FString Lit7239;
    static final SimpleSymbol Lit724;
    static final FString Lit7240;
    static final SimpleSymbol Lit7241;
    static final IntNum Lit7242;
    static final FString Lit7243;
    static final FString Lit7244;
    static final SimpleSymbol Lit7245;
    static final IntNum Lit7246;
    static final FString Lit7247;
    static final FString Lit7248;
    static final SimpleSymbol Lit7249;
    static final SimpleSymbol Lit725;
    static final FString Lit7250;
    static final FString Lit7251;
    static final SimpleSymbol Lit7252;
    static final SimpleSymbol Lit7253;
    static final IntNum Lit7254;
    static final SimpleSymbol Lit7255;
    static final IntNum Lit7256;
    static final SimpleSymbol Lit7257;
    static final SimpleSymbol Lit7258;
    static final FString Lit7259;
    static final PairWithPosition Lit726;
    static final SimpleSymbol Lit7260;
    static final PairWithPosition Lit7261;
    static final PairWithPosition Lit7262;
    static final SimpleSymbol Lit7263;
    static final SimpleSymbol Lit7264;
    static final FString Lit7265;
    static final SimpleSymbol Lit7266;
    static final IntNum Lit7267;
    static final FString Lit7268;
    static final SimpleSymbol Lit7269;
    static final PairWithPosition Lit727;
    static final FString Lit7270;
    static final SimpleSymbol Lit7271;
    static final FString Lit7272;
    static final SimpleSymbol Lit7273;
    static final PairWithPosition Lit7274;
    static final SimpleSymbol Lit7275;
    static final FString Lit7276;
    static final SimpleSymbol Lit7277;
    static final FString Lit7278;
    static final FString Lit7279;
    static final SimpleSymbol Lit728;
    static final IntNum Lit7280;
    static final IntNum Lit7281;
    static final FString Lit7282;
    static final SimpleSymbol Lit7283;
    static final FString Lit7284;
    static final FString Lit7285;
    static final PairWithPosition Lit7286;
    static final SimpleSymbol Lit7287;
    static final FString Lit7288;
    static final SimpleSymbol Lit7289;
    static final SimpleSymbol Lit729;
    static final FString Lit7290;
    static final SimpleSymbol Lit7291;
    static final FString Lit7292;
    static final SimpleSymbol Lit7293;
    static final FString Lit7294;
    static final FString Lit7295;
    static final SimpleSymbol Lit7296;
    static final IntNum Lit7297;
    static final FString Lit7298;
    static final FString Lit7299;
    static final PairWithPosition Lit73;
    static final IntNum Lit730;
    static final SimpleSymbol Lit7300;
    static final IntNum Lit7301;
    static final FString Lit7302;
    static final FString Lit7303;
    static final IntNum Lit7304;
    static final FString Lit7305;
    static final FString Lit7306;
    static final SimpleSymbol Lit7307;
    static final FString Lit7308;
    static final SimpleSymbol Lit7309;
    static final PairWithPosition Lit731;
    static final FString Lit7310;
    static final SimpleSymbol Lit7311;
    static final FString Lit7312;
    static final FString Lit7313;
    static final SimpleSymbol Lit7314;
    static final IntNum Lit7315;
    static final FString Lit7316;
    static final FString Lit7317;
    static final SimpleSymbol Lit7318;
    static final IntNum Lit7319;
    static final PairWithPosition Lit732;
    static final FString Lit7320;
    static final FString Lit7321;
    static final SimpleSymbol Lit7322;
    static final FString Lit7323;
    static final SimpleSymbol Lit7324;
    static final FString Lit7325;
    static final SimpleSymbol Lit7326;
    static final FString Lit7327;
    static final FString Lit7328;
    static final SimpleSymbol Lit7329;
    static final PairWithPosition Lit733;
    static final IntNum Lit7330;
    static final FString Lit7331;
    static final FString Lit7332;
    static final SimpleSymbol Lit7333;
    static final IntNum Lit7334;
    static final FString Lit7335;
    static final FString Lit7336;
    static final SimpleSymbol Lit7337;
    static final FString Lit7338;
    static final SimpleSymbol Lit7339;
    static final PairWithPosition Lit734;
    static final FString Lit7340;
    static final SimpleSymbol Lit7341;
    static final FString Lit7342;
    static final FString Lit7343;
    static final SimpleSymbol Lit7344;
    static final IntNum Lit7345;
    static final FString Lit7346;
    static final FString Lit7347;
    static final SimpleSymbol Lit7348;
    static final IntNum Lit7349;
    static final PairWithPosition Lit735;
    static final FString Lit7350;
    static final FString Lit7351;
    static final SimpleSymbol Lit7352;
    static final FString Lit7353;
    static final PairWithPosition Lit7354;
    static final SimpleSymbol Lit7355;
    static final FString Lit7356;
    static final SimpleSymbol Lit7357;
    static final FString Lit7358;
    static final FString Lit7359;
    static final PairWithPosition Lit736;
    static final SimpleSymbol Lit7360;
    static final IntNum Lit7361;
    static final FString Lit7362;
    static final FString Lit7363;
    static final SimpleSymbol Lit7364;
    static final IntNum Lit7365;
    static final FString Lit7366;
    static final FString Lit7367;
    static final FString Lit7368;
    static final PairWithPosition Lit7369;
    static final PairWithPosition Lit737;
    static final SimpleSymbol Lit7370;
    static final FString Lit7371;
    static final IntNum Lit7372;
    static final FString Lit7373;
    static final FString Lit7374;
    static final SimpleSymbol Lit7375;
    static final IntNum Lit7376;
    static final FString Lit7377;
    static final FString Lit7378;
    static final FString Lit7379;
    static final PairWithPosition Lit738;
    static final FString Lit7380;
    static final SimpleSymbol Lit7381;
    static final IntNum Lit7382;
    static final IntNum Lit7383;
    static final FString Lit7384;
    static final FString Lit7385;
    static final SimpleSymbol Lit7386;
    static final IntNum Lit7387;
    static final FString Lit7388;
    static final PairWithPosition Lit7389;
    static final PairWithPosition Lit739;
    static final SimpleSymbol Lit7390;
    static final FString Lit7391;
    static final SimpleSymbol Lit7392;
    static final FString Lit7393;
    static final FString Lit7394;
    static final SimpleSymbol Lit7395;
    static final IntNum Lit7396;
    static final FString Lit7397;
    static final FString Lit7398;
    static final SimpleSymbol Lit7399;
    static final PairWithPosition Lit74;
    static final PairWithPosition Lit740;
    static final IntNum Lit7400;
    static final FString Lit7401;
    static final FString Lit7402;
    static final SimpleSymbol Lit7403;
    static final IntNum Lit7404;
    static final FString Lit7405;
    static final FString Lit7406;
    static final SimpleSymbol Lit7407;
    static final IntNum Lit7408;
    static final FString Lit7409;
    static final SimpleSymbol Lit741;
    static final SimpleSymbol Lit7410;
    static final FString Lit7411;
    static final SimpleSymbol Lit7412;
    static final FString Lit7413;
    static final FString Lit7414;
    static final SimpleSymbol Lit7415;
    static final IntNum Lit7416;
    static final FString Lit7417;
    static final FString Lit7418;
    static final SimpleSymbol Lit7419;
    static final SimpleSymbol Lit742;
    static final IntNum Lit7420;
    static final FString Lit7421;
    static final FString Lit7422;
    static final SimpleSymbol Lit7423;
    static final IntNum Lit7424;
    static final FString Lit7425;
    static final FString Lit7426;
    static final SimpleSymbol Lit7427;
    static final IntNum Lit7428;
    static final FString Lit7429;
    static final PairWithPosition Lit743;
    static final FString Lit7430;
    static final SimpleSymbol Lit7431;
    static final FString Lit7432;
    static final FString Lit7433;
    static final SimpleSymbol Lit7434;
    static final IntNum Lit7435;
    static final FString Lit7436;
    static final FString Lit7437;
    static final SimpleSymbol Lit7438;
    static final IntNum Lit7439;
    static final SimpleSymbol Lit744;
    static final FString Lit7440;
    static final FString Lit7441;
    static final SimpleSymbol Lit7442;
    static final IntNum Lit7443;
    static final FString Lit7444;
    static final FString Lit7445;
    static final SimpleSymbol Lit7446;
    static final IntNum Lit7447;
    static final FString Lit7448;
    static final PairWithPosition Lit7449;
    static final PairWithPosition Lit745;
    static final SimpleSymbol Lit7450;
    static final FString Lit7451;
    static final SimpleSymbol Lit7452;
    static final FString Lit7453;
    static final FString Lit7454;
    static final SimpleSymbol Lit7455;
    static final IntNum Lit7456;
    static final FString Lit7457;
    static final FString Lit7458;
    static final SimpleSymbol Lit7459;
    static final SimpleSymbol Lit746;
    static final IntNum Lit7460;
    static final FString Lit7461;
    static final FString Lit7462;
    static final SimpleSymbol Lit7463;
    static final IntNum Lit7464;
    static final FString Lit7465;
    static final FString Lit7466;
    static final SimpleSymbol Lit7467;
    static final IntNum Lit7468;
    static final FString Lit7469;
    static final PairWithPosition Lit747;
    static final PairWithPosition Lit7470;
    static final SimpleSymbol Lit7471;
    static final FString Lit7472;
    static final SimpleSymbol Lit7473;
    static final FString Lit7474;
    static final FString Lit7475;
    static final SimpleSymbol Lit7476;
    static final IntNum Lit7477;
    static final FString Lit7478;
    static final FString Lit7479;
    static final PairWithPosition Lit748;
    static final SimpleSymbol Lit7480;
    static final IntNum Lit7481;
    static final FString Lit7482;
    static final FString Lit7483;
    static final SimpleSymbol Lit7484;
    static final IntNum Lit7485;
    static final FString Lit7486;
    static final FString Lit7487;
    static final SimpleSymbol Lit7488;
    static final IntNum Lit7489;
    static final PairWithPosition Lit749;
    static final FString Lit7490;
    static final SimpleSymbol Lit7491;
    static final FString Lit7492;
    static final SimpleSymbol Lit7493;
    static final FString Lit7494;
    static final FString Lit7495;
    static final SimpleSymbol Lit7496;
    static final IntNum Lit7497;
    static final FString Lit7498;
    static final FString Lit7499;
    static final PairWithPosition Lit75;
    static final PairWithPosition Lit750;
    static final SimpleSymbol Lit7500;
    static final IntNum Lit7501;
    static final FString Lit7502;
    static final FString Lit7503;
    static final SimpleSymbol Lit7504;
    static final IntNum Lit7505;
    static final FString Lit7506;
    static final FString Lit7507;
    static final SimpleSymbol Lit7508;
    static final IntNum Lit7509;
    static final PairWithPosition Lit751;
    static final FString Lit7510;
    static final SimpleSymbol Lit7511;
    static final FString Lit7512;
    static final SimpleSymbol Lit7513;
    static final FString Lit7514;
    static final FString Lit7515;
    static final SimpleSymbol Lit7516;
    static final IntNum Lit7517;
    static final FString Lit7518;
    static final FString Lit7519;
    static final PairWithPosition Lit752;
    static final SimpleSymbol Lit7520;
    static final IntNum Lit7521;
    static final FString Lit7522;
    static final FString Lit7523;
    static final SimpleSymbol Lit7524;
    static final IntNum Lit7525;
    static final FString Lit7526;
    static final FString Lit7527;
    static final SimpleSymbol Lit7528;
    static final FString Lit7529;
    static final PairWithPosition Lit753;
    static final FString Lit7530;
    static final IntNum Lit7531;
    static final FString Lit7532;
    static final PairWithPosition Lit7533;
    static final SimpleSymbol Lit7534;
    static final FString Lit7535;
    static final SimpleSymbol Lit7536;
    static final FString Lit7537;
    static final FString Lit7538;
    static final SimpleSymbol Lit7539;
    static final PairWithPosition Lit754;
    static final IntNum Lit7540;
    static final FString Lit7541;
    static final FString Lit7542;
    static final SimpleSymbol Lit7543;
    static final IntNum Lit7544;
    static final FString Lit7545;
    static final FString Lit7546;
    static final FString Lit7547;
    static final FString Lit7548;
    static final SimpleSymbol Lit7549;
    static final PairWithPosition Lit755;
    static final FString Lit7550;
    static final FString Lit7551;
    static final SimpleSymbol Lit7552;
    static final IntNum Lit7553;
    static final IntNum Lit7554;
    static final FString Lit7555;
    static final FString Lit7556;
    static final SimpleSymbol Lit7557;
    static final FString Lit7558;
    static final FString Lit7559;
    static final PairWithPosition Lit756;
    static final IntNum Lit7560;
    static final FString Lit7561;
    static final FString Lit7562;
    static final SimpleSymbol Lit7563;
    static final FString Lit7564;
    static final FString Lit7565;
    static final IntNum Lit7566;
    static final IntNum Lit7567;
    static final FString Lit7568;
    static final FString Lit7569;
    static final PairWithPosition Lit757;
    static final FString Lit7570;
    static final SimpleSymbol Lit7571;
    static final FString Lit7572;
    static final IntNum Lit7573;
    static final FString Lit7574;
    static final FString Lit7575;
    static final SimpleSymbol Lit7576;
    static final FString Lit7577;
    static final FString Lit7578;
    static final SimpleSymbol Lit7579;
    static final PairWithPosition Lit758;
    static final FString Lit7580;
    static final FString Lit7581;
    static final SimpleSymbol Lit7582;
    static final FString Lit7583;
    static final FString Lit7584;
    static final SimpleSymbol Lit7585;
    static final IntNum Lit7586;
    static final FString Lit7587;
    static final FString Lit7588;
    static final SimpleSymbol Lit7589;
    static final PairWithPosition Lit759;
    static final FString Lit7590;
    static final FString Lit7591;
    static final SimpleSymbol Lit7592;
    static final IntNum Lit7593;
    static final FString Lit7594;
    static final FString Lit7595;
    static final SimpleSymbol Lit7596;
    static final SimpleSymbol Lit7597;
    static final IntNum Lit7598;
    static final FString Lit7599;
    static final PairWithPosition Lit76;
    static final PairWithPosition Lit760;
    static final SimpleSymbol Lit7600;
    static final SimpleSymbol Lit7601;
    static final SimpleSymbol Lit7602;
    static final FString Lit7603;
    static final SimpleSymbol Lit7604;
    static final IntNum Lit7605;
    static final FString Lit7606;
    static final FString Lit7607;
    static final SimpleSymbol Lit7608;
    static final IntNum Lit7609;
    static final PairWithPosition Lit761;
    static final FString Lit7610;
    static final FString Lit7611;
    static final SimpleSymbol Lit7612;
    static final IntNum Lit7613;
    static final FString Lit7614;
    static final FString Lit7615;
    static final SimpleSymbol Lit7616;
    static final IntNum Lit7617;
    static final FString Lit7618;
    static final SimpleSymbol Lit7619;
    static final PairWithPosition Lit762;
    static final SimpleSymbol Lit7620;
    static final SimpleSymbol Lit7621;
    static final FString Lit7622;
    static final SimpleSymbol Lit7623;
    static final IntNum Lit7624;
    static final FString Lit7625;
    static final FString Lit7626;
    static final SimpleSymbol Lit7627;
    static final IntNum Lit7628;
    static final FString Lit7629;
    static final PairWithPosition Lit763;
    static final FString Lit7630;
    static final SimpleSymbol Lit7631;
    static final IntNum Lit7632;
    static final FString Lit7633;
    static final FString Lit7634;
    static final SimpleSymbol Lit7635;
    static final FString Lit7636;
    static final FString Lit7637;
    static final SimpleSymbol Lit7638;
    static final IntNum Lit7639;
    static final PairWithPosition Lit764;
    static final FString Lit7640;
    static final FString Lit7641;
    static final SimpleSymbol Lit7642;
    static final FString Lit7643;
    static final FString Lit7644;
    static final IntNum Lit7645;
    static final FString Lit7646;
    static final FString Lit7647;
    static final SimpleSymbol Lit7648;
    static final FString Lit7649;
    static final PairWithPosition Lit765;
    static final FString Lit7650;
    static final FString Lit7651;
    static final FString Lit7652;
    static final IntNum Lit7653;
    static final IntNum Lit7654;
    static final FString Lit7655;
    static final FString Lit7656;
    static final SimpleSymbol Lit7657;
    static final FString Lit7658;
    static final FString Lit7659;
    static final PairWithPosition Lit766;
    static final FString Lit7660;
    static final FString Lit7661;
    static final FString Lit7662;
    static final FString Lit7663;
    static final FString Lit7664;
    static final FString Lit7665;
    static final SimpleSymbol Lit7666;
    static final IntNum Lit7667;
    static final SimpleSymbol Lit7668;
    static final IntNum Lit7669;
    static final PairWithPosition Lit767;
    static final FString Lit7670;
    static final FString Lit7671;
    static final SimpleSymbol Lit7672;
    static final FString Lit7673;
    static final PairWithPosition Lit7674;
    static final PairWithPosition Lit7675;
    static final PairWithPosition Lit7676;
    static final PairWithPosition Lit7677;
    static final PairWithPosition Lit7678;
    static final PairWithPosition Lit7679;
    static final PairWithPosition Lit768;
    static final PairWithPosition Lit7680;
    static final PairWithPosition Lit7681;
    static final PairWithPosition Lit7682;
    static final SimpleSymbol Lit7683;
    static final SimpleSymbol Lit7684;
    static final PairWithPosition Lit7685;
    static final PairWithPosition Lit7686;
    static final PairWithPosition Lit7687;
    static final PairWithPosition Lit7688;
    static final PairWithPosition Lit7689;
    static final PairWithPosition Lit769;
    static final PairWithPosition Lit7690;
    static final SimpleSymbol Lit7691;
    static final FString Lit7692;
    static final SimpleSymbol Lit7693;
    static final FString Lit7694;
    static final FString Lit7695;
    static final SimpleSymbol Lit7696;
    static final IntNum Lit7697;
    static final SimpleSymbol Lit7698;
    static final IntNum Lit7699;
    static final PairWithPosition Lit77;
    static final PairWithPosition Lit770;
    static final FString Lit7700;
    static final SimpleSymbol Lit7701;
    static final PairWithPosition Lit7702;
    static final SimpleSymbol Lit7703;
    static final FString Lit7704;
    static final SimpleSymbol Lit7705;
    static final FString Lit7706;
    static final FString Lit7707;
    static final SimpleSymbol Lit7708;
    static final FString Lit7709;
    static final PairWithPosition Lit771;
    static final FString Lit7710;
    static final SimpleSymbol Lit7711;
    static final SimpleSymbol Lit7712;
    static final IntNum Lit7713;
    static final FString Lit7714;
    static final SimpleSymbol Lit7715;
    static final FString Lit7716;
    static final IntNum Lit7717;
    static final IntNum Lit7718;
    static final FString Lit7719;
    static final PairWithPosition Lit772;
    static final FString Lit7720;
    static final SimpleSymbol Lit7721;
    static final FString Lit7722;
    static final FString Lit7723;
    static final SimpleSymbol Lit7724;
    static final FString Lit7725;
    static final FString Lit7726;
    static final FString Lit7727;
    static final FString Lit7728;
    static final SimpleSymbol Lit7729;
    static final SimpleSymbol Lit773;
    static final FString Lit7730;
    static final FString Lit7731;
    static final SimpleSymbol Lit7732;
    static final FString Lit7733;
    static final FString Lit7734;
    static final SimpleSymbol Lit7735;
    static final FString Lit7736;
    static final SimpleSymbol Lit7737;
    static final FString Lit7738;
    static final SimpleSymbol Lit7739;
    static final PairWithPosition Lit774;
    static final IntNum Lit7740;
    static final IntNum Lit7741;
    static final FString Lit7742;
    static final PairWithPosition Lit7743;
    static final PairWithPosition Lit7744;
    static final PairWithPosition Lit7745;
    static final PairWithPosition Lit7746;
    static final PairWithPosition Lit7747;
    static final PairWithPosition Lit7748;
    static final SimpleSymbol Lit7749;
    static final SimpleSymbol Lit775;
    static final FString Lit7750;
    static final IntNum Lit7751;
    static final IntNum Lit7752;
    static final FString Lit7753;
    static final FString Lit7754;
    static final SimpleSymbol Lit7755;
    static final FString Lit7756;
    static final FString Lit7757;
    static final FString Lit7758;
    static final FString Lit7759;
    static final PairWithPosition Lit776;
    static final IntNum Lit7760;
    static final IntNum Lit7761;
    static final FString Lit7762;
    static final FString Lit7763;
    static final SimpleSymbol Lit7764;
    static final IntNum Lit7765;
    static final FString Lit7766;
    static final SimpleSymbol Lit7767;
    static final FString Lit7768;
    static final SimpleSymbol Lit7769;
    static final PairWithPosition Lit777;
    static final FString Lit7770;
    static final PairWithPosition Lit7771;
    static final PairWithPosition Lit7772;
    static final PairWithPosition Lit7773;
    static final PairWithPosition Lit7774;
    static final PairWithPosition Lit7775;
    static final PairWithPosition Lit7776;
    static final PairWithPosition Lit7777;
    static final PairWithPosition Lit7778;
    static final PairWithPosition Lit7779;
    static final PairWithPosition Lit778;
    static final PairWithPosition Lit7780;
    static final SimpleSymbol Lit7781;
    static final FString Lit7782;
    static final SimpleSymbol Lit7783;
    static final FString Lit7784;
    static final FString Lit7785;
    static final SimpleSymbol Lit7786;
    static final IntNum Lit7787;
    static final IntNum Lit7788;
    static final FString Lit7789;
    static final PairWithPosition Lit779;
    static final PairWithPosition Lit7790;
    static final SimpleSymbol Lit7791;
    static final FString Lit7792;
    static final SimpleSymbol Lit7793;
    static final FString Lit7794;
    static final FString Lit7795;
    static final SimpleSymbol Lit7796;
    static final FString Lit7797;
    static final FString Lit7798;
    static final SimpleSymbol Lit7799;
    static final SimpleSymbol Lit78;
    static final PairWithPosition Lit780;
    static final IntNum Lit7800;
    static final FString Lit7801;
    static final SimpleSymbol Lit7802;
    static final FString Lit7803;
    static final FString Lit7804;
    static final FString Lit7805;
    static final FString Lit7806;
    static final IntNum Lit7807;
    static final PairWithPosition Lit7808;
    static final SimpleSymbol Lit7809;
    static final PairWithPosition Lit781;
    static final SimpleSymbol Lit7810;
    static final FString Lit7811;
    static final SimpleSymbol Lit7812;
    static final SimpleSymbol Lit7813;
    static final IntNum Lit7814;
    static final SimpleSymbol Lit7815;
    static final SimpleSymbol Lit7816;
    static final SimpleSymbol Lit7817;
    static final SimpleSymbol Lit7818;
    static final SimpleSymbol Lit7819;
    static final PairWithPosition Lit782;
    static final FString Lit7820;
    static final SimpleSymbol Lit7821;
    static final SimpleSymbol Lit7822;
    static final FString Lit7823;
    static final FString Lit7824;
    static final FString Lit7825;
    static final FString Lit7826;
    static final SimpleSymbol Lit7827;
    static final PairWithPosition Lit7828;
    static final PairWithPosition Lit7829;
    static final PairWithPosition Lit783;
    static final PairWithPosition Lit7830;
    static final PairWithPosition Lit7831;
    static final PairWithPosition Lit7832;
    static final PairWithPosition Lit7833;
    static final PairWithPosition Lit7834;
    static final PairWithPosition Lit7835;
    static final PairWithPosition Lit7836;
    static final PairWithPosition Lit7837;
    static final SimpleSymbol Lit7838;
    static final PairWithPosition Lit7839;
    static final PairWithPosition Lit784;
    static final PairWithPosition Lit7840;
    static final PairWithPosition Lit7841;
    static final PairWithPosition Lit7842;
    static final PairWithPosition Lit7843;
    static final PairWithPosition Lit7844;
    static final PairWithPosition Lit7845;
    static final PairWithPosition Lit7846;
    static final PairWithPosition Lit7847;
    static final PairWithPosition Lit7848;
    static final PairWithPosition Lit7849;
    static final PairWithPosition Lit785;
    static final PairWithPosition Lit7850;
    static final PairWithPosition Lit7851;
    static final PairWithPosition Lit7852;
    static final PairWithPosition Lit7853;
    static final PairWithPosition Lit7854;
    static final PairWithPosition Lit7855;
    static final PairWithPosition Lit7856;
    static final PairWithPosition Lit7857;
    static final PairWithPosition Lit7858;
    static final PairWithPosition Lit7859;
    static final SimpleSymbol Lit786;
    static final PairWithPosition Lit7860;
    static final PairWithPosition Lit7861;
    static final PairWithPosition Lit7862;
    static final PairWithPosition Lit7863;
    static final PairWithPosition Lit7864;
    static final PairWithPosition Lit7865;
    static final PairWithPosition Lit7866;
    static final PairWithPosition Lit7867;
    static final PairWithPosition Lit7868;
    static final PairWithPosition Lit7869;
    static final PairWithPosition Lit787;
    static final PairWithPosition Lit7870;
    static final PairWithPosition Lit7871;
    static final PairWithPosition Lit7872;
    static final PairWithPosition Lit7873;
    static final PairWithPosition Lit7874;
    static final PairWithPosition Lit7875;
    static final PairWithPosition Lit7876;
    static final PairWithPosition Lit7877;
    static final PairWithPosition Lit7878;
    static final PairWithPosition Lit7879;
    static final PairWithPosition Lit788;
    static final PairWithPosition Lit7880;
    static final PairWithPosition Lit7881;
    static final PairWithPosition Lit7882;
    static final PairWithPosition Lit7883;
    static final PairWithPosition Lit7884;
    static final PairWithPosition Lit7885;
    static final PairWithPosition Lit7886;
    static final PairWithPosition Lit7887;
    static final PairWithPosition Lit7888;
    static final PairWithPosition Lit7889;
    static final PairWithPosition Lit789;
    static final PairWithPosition Lit7890;
    static final PairWithPosition Lit7891;
    static final PairWithPosition Lit7892;
    static final PairWithPosition Lit7893;
    static final PairWithPosition Lit7894;
    static final PairWithPosition Lit7895;
    static final PairWithPosition Lit7896;
    static final PairWithPosition Lit7897;
    static final PairWithPosition Lit7898;
    static final PairWithPosition Lit7899;
    static final SimpleSymbol Lit79;
    static final PairWithPosition Lit790;
    static final PairWithPosition Lit7900;
    static final PairWithPosition Lit7901;
    static final PairWithPosition Lit7902;
    static final PairWithPosition Lit7903;
    static final PairWithPosition Lit7904;
    static final PairWithPosition Lit7905;
    static final PairWithPosition Lit7906;
    static final PairWithPosition Lit7907;
    static final PairWithPosition Lit7908;
    static final PairWithPosition Lit7909;
    static final SimpleSymbol Lit791;
    static final PairWithPosition Lit7910;
    static final PairWithPosition Lit7911;
    static final PairWithPosition Lit7912;
    static final PairWithPosition Lit7913;
    static final PairWithPosition Lit7914;
    static final PairWithPosition Lit7915;
    static final PairWithPosition Lit7916;
    static final PairWithPosition Lit7917;
    static final PairWithPosition Lit7918;
    static final PairWithPosition Lit7919;
    static final PairWithPosition Lit792;
    static final PairWithPosition Lit7920;
    static final PairWithPosition Lit7921;
    static final PairWithPosition Lit7922;
    static final PairWithPosition Lit7923;
    static final PairWithPosition Lit7924;
    static final PairWithPosition Lit7925;
    static final PairWithPosition Lit7926;
    static final PairWithPosition Lit7927;
    static final PairWithPosition Lit7928;
    static final SimpleSymbol Lit7929;
    static final PairWithPosition Lit793;
    static final PairWithPosition Lit7930;
    static final PairWithPosition Lit7931;
    static final PairWithPosition Lit7932;
    static final PairWithPosition Lit7933;
    static final PairWithPosition Lit7934;
    static final PairWithPosition Lit7935;
    static final PairWithPosition Lit7936;
    static final PairWithPosition Lit7937;
    static final PairWithPosition Lit7938;
    static final PairWithPosition Lit7939;
    static final PairWithPosition Lit794;
    static final PairWithPosition Lit7940;
    static final PairWithPosition Lit7941;
    static final PairWithPosition Lit7942;
    static final PairWithPosition Lit7943;
    static final PairWithPosition Lit7944;
    static final PairWithPosition Lit7945;
    static final PairWithPosition Lit7946;
    static final PairWithPosition Lit7947;
    static final PairWithPosition Lit7948;
    static final PairWithPosition Lit7949;
    static final SimpleSymbol Lit795;
    static final PairWithPosition Lit7950;
    static final PairWithPosition Lit7951;
    static final PairWithPosition Lit7952;
    static final PairWithPosition Lit7953;
    static final PairWithPosition Lit7954;
    static final PairWithPosition Lit7955;
    static final PairWithPosition Lit7956;
    static final PairWithPosition Lit7957;
    static final PairWithPosition Lit7958;
    static final PairWithPosition Lit7959;
    static final PairWithPosition Lit796;
    static final PairWithPosition Lit7960;
    static final PairWithPosition Lit7961;
    static final PairWithPosition Lit7962;
    static final PairWithPosition Lit7963;
    static final PairWithPosition Lit7964;
    static final PairWithPosition Lit7965;
    static final PairWithPosition Lit7966;
    static final PairWithPosition Lit7967;
    static final PairWithPosition Lit7968;
    static final PairWithPosition Lit7969;
    static final PairWithPosition Lit797;
    static final PairWithPosition Lit7970;
    static final PairWithPosition Lit7971;
    static final PairWithPosition Lit7972;
    static final PairWithPosition Lit7973;
    static final PairWithPosition Lit7974;
    static final PairWithPosition Lit7975;
    static final PairWithPosition Lit7976;
    static final PairWithPosition Lit7977;
    static final PairWithPosition Lit7978;
    static final PairWithPosition Lit7979;
    static final PairWithPosition Lit798;
    static final PairWithPosition Lit7980;
    static final PairWithPosition Lit7981;
    static final PairWithPosition Lit7982;
    static final PairWithPosition Lit7983;
    static final PairWithPosition Lit7984;
    static final PairWithPosition Lit7985;
    static final PairWithPosition Lit7986;
    static final PairWithPosition Lit7987;
    static final PairWithPosition Lit7988;
    static final PairWithPosition Lit7989;
    static final PairWithPosition Lit799;
    static final PairWithPosition Lit7990;
    static final PairWithPosition Lit7991;
    static final PairWithPosition Lit7992;
    static final PairWithPosition Lit7993;
    static final PairWithPosition Lit7994;
    static final PairWithPosition Lit7995;
    static final SimpleSymbol Lit7996;
    static final PairWithPosition Lit7997;
    static final PairWithPosition Lit7998;
    static final PairWithPosition Lit7999;
    static final PairWithPosition Lit8;
    static final SimpleSymbol Lit80;
    static final PairWithPosition Lit800;
    static final PairWithPosition Lit8000;
    static final PairWithPosition Lit8001;
    static final PairWithPosition Lit8002;
    static final PairWithPosition Lit8003;
    static final PairWithPosition Lit8004;
    static final PairWithPosition Lit8005;
    static final PairWithPosition Lit8006;
    static final PairWithPosition Lit8007;
    static final PairWithPosition Lit8008;
    static final PairWithPosition Lit8009;
    static final PairWithPosition Lit801;
    static final PairWithPosition Lit8010;
    static final PairWithPosition Lit8011;
    static final PairWithPosition Lit8012;
    static final PairWithPosition Lit8013;
    static final PairWithPosition Lit8014;
    static final PairWithPosition Lit8015;
    static final PairWithPosition Lit8016;
    static final PairWithPosition Lit8017;
    static final PairWithPosition Lit8018;
    static final PairWithPosition Lit8019;
    static final SimpleSymbol Lit802;
    static final PairWithPosition Lit8020;
    static final PairWithPosition Lit8021;
    static final PairWithPosition Lit8022;
    static final PairWithPosition Lit8023;
    static final PairWithPosition Lit8024;
    static final PairWithPosition Lit8025;
    static final PairWithPosition Lit8026;
    static final PairWithPosition Lit8027;
    static final PairWithPosition Lit8028;
    static final PairWithPosition Lit8029;
    static final SimpleSymbol Lit803;
    static final PairWithPosition Lit8030;
    static final PairWithPosition Lit8031;
    static final PairWithPosition Lit8032;
    static final PairWithPosition Lit8033;
    static final PairWithPosition Lit8034;
    static final PairWithPosition Lit8035;
    static final PairWithPosition Lit8036;
    static final PairWithPosition Lit8037;
    static final PairWithPosition Lit8038;
    static final PairWithPosition Lit8039;
    static final SimpleSymbol Lit804;
    static final PairWithPosition Lit8040;
    static final PairWithPosition Lit8041;
    static final PairWithPosition Lit8042;
    static final PairWithPosition Lit8043;
    static final PairWithPosition Lit8044;
    static final PairWithPosition Lit8045;
    static final PairWithPosition Lit8046;
    static final PairWithPosition Lit8047;
    static final PairWithPosition Lit8048;
    static final PairWithPosition Lit8049;
    static final PairWithPosition Lit805;
    static final PairWithPosition Lit8050;
    static final PairWithPosition Lit8051;
    static final PairWithPosition Lit8052;
    static final PairWithPosition Lit8053;
    static final PairWithPosition Lit8054;
    static final PairWithPosition Lit8055;
    static final PairWithPosition Lit8056;
    static final PairWithPosition Lit8057;
    static final PairWithPosition Lit8058;
    static final PairWithPosition Lit8059;
    static final PairWithPosition Lit806;
    static final PairWithPosition Lit8060;
    static final PairWithPosition Lit8061;
    static final PairWithPosition Lit8062;
    static final PairWithPosition Lit8063;
    static final PairWithPosition Lit8064;
    static final PairWithPosition Lit8065;
    static final PairWithPosition Lit8066;
    static final PairWithPosition Lit8067;
    static final PairWithPosition Lit8068;
    static final PairWithPosition Lit8069;
    static final PairWithPosition Lit807;
    static final PairWithPosition Lit8070;
    static final PairWithPosition Lit8071;
    static final PairWithPosition Lit8072;
    static final PairWithPosition Lit8073;
    static final PairWithPosition Lit8074;
    static final PairWithPosition Lit8075;
    static final PairWithPosition Lit8076;
    static final PairWithPosition Lit8077;
    static final PairWithPosition Lit8078;
    static final PairWithPosition Lit8079;
    static final PairWithPosition Lit808;
    static final PairWithPosition Lit8080;
    static final PairWithPosition Lit8081;
    static final PairWithPosition Lit8082;
    static final PairWithPosition Lit8083;
    static final PairWithPosition Lit8084;
    static final PairWithPosition Lit8085;
    static final PairWithPosition Lit8086;
    static final PairWithPosition Lit8087;
    static final PairWithPosition Lit8088;
    static final PairWithPosition Lit8089;
    static final PairWithPosition Lit809;
    static final PairWithPosition Lit8090;
    static final PairWithPosition Lit8091;
    static final PairWithPosition Lit8092;
    static final PairWithPosition Lit8093;
    static final PairWithPosition Lit8094;
    static final PairWithPosition Lit8095;
    static final PairWithPosition Lit8096;
    static final PairWithPosition Lit8097;
    static final PairWithPosition Lit8098;
    static final PairWithPosition Lit8099;
    static final PairWithPosition Lit81;
    static final PairWithPosition Lit810;
    static final PairWithPosition Lit8100;
    static final PairWithPosition Lit8101;
    static final PairWithPosition Lit8102;
    static final PairWithPosition Lit8103;
    static final PairWithPosition Lit8104;
    static final PairWithPosition Lit8105;
    static final PairWithPosition Lit8106;
    static final PairWithPosition Lit8107;
    static final PairWithPosition Lit8108;
    static final PairWithPosition Lit8109;
    static final PairWithPosition Lit811;
    static final PairWithPosition Lit8110;
    static final PairWithPosition Lit8111;
    static final PairWithPosition Lit8112;
    static final PairWithPosition Lit8113;
    static final PairWithPosition Lit8114;
    static final PairWithPosition Lit8115;
    static final PairWithPosition Lit8116;
    static final PairWithPosition Lit8117;
    static final PairWithPosition Lit8118;
    static final PairWithPosition Lit8119;
    static final PairWithPosition Lit812;
    static final PairWithPosition Lit8120;
    static final PairWithPosition Lit8121;
    static final PairWithPosition Lit8122;
    static final PairWithPosition Lit8123;
    static final PairWithPosition Lit8124;
    static final PairWithPosition Lit8125;
    static final PairWithPosition Lit8126;
    static final PairWithPosition Lit8127;
    static final PairWithPosition Lit8128;
    static final PairWithPosition Lit8129;
    static final PairWithPosition Lit813;
    static final PairWithPosition Lit8130;
    static final PairWithPosition Lit8131;
    static final PairWithPosition Lit8132;
    static final PairWithPosition Lit8133;
    static final PairWithPosition Lit8134;
    static final PairWithPosition Lit8135;
    static final PairWithPosition Lit8136;
    static final PairWithPosition Lit8137;
    static final PairWithPosition Lit8138;
    static final PairWithPosition Lit8139;
    static final SimpleSymbol Lit814;
    static final PairWithPosition Lit8140;
    static final PairWithPosition Lit8141;
    static final PairWithPosition Lit8142;
    static final PairWithPosition Lit8143;
    static final PairWithPosition Lit8144;
    static final PairWithPosition Lit8145;
    static final PairWithPosition Lit8146;
    static final PairWithPosition Lit8147;
    static final PairWithPosition Lit8148;
    static final PairWithPosition Lit8149;
    static final PairWithPosition Lit815;
    static final PairWithPosition Lit8150;
    static final PairWithPosition Lit8151;
    static final PairWithPosition Lit8152;
    static final IntNum Lit8153;
    static final PairWithPosition Lit8154;
    static final PairWithPosition Lit8155;
    static final PairWithPosition Lit8156;
    static final PairWithPosition Lit8157;
    static final PairWithPosition Lit8158;
    static final PairWithPosition Lit8159;
    static final PairWithPosition Lit816;
    static final PairWithPosition Lit8160;
    static final PairWithPosition Lit8161;
    static final PairWithPosition Lit8162;
    static final PairWithPosition Lit8163;
    static final PairWithPosition Lit8164;
    static final PairWithPosition Lit8165;
    static final SimpleSymbol Lit8166;
    static final SimpleSymbol Lit8167;
    static final FString Lit8168;
    static final SimpleSymbol Lit8169;
    static final PairWithPosition Lit817;
    static final FString Lit8170;
    static final FString Lit8171;
    static final FString Lit8172;
    static final PairWithPosition Lit8173;
    static final PairWithPosition Lit8174;
    static final PairWithPosition Lit8175;
    static final PairWithPosition Lit8176;
    static final PairWithPosition Lit8177;
    static final PairWithPosition Lit8178;
    static final PairWithPosition Lit8179;
    static final PairWithPosition Lit818;
    static final PairWithPosition Lit8180;
    static final PairWithPosition Lit8181;
    static final PairWithPosition Lit8182;
    static final PairWithPosition Lit8183;
    static final SimpleSymbol Lit8184;
    static final PairWithPosition Lit8185;
    static final PairWithPosition Lit8186;
    static final PairWithPosition Lit8187;
    static final PairWithPosition Lit8188;
    static final PairWithPosition Lit8189;
    static final PairWithPosition Lit819;
    static final PairWithPosition Lit8190;
    static final PairWithPosition Lit8191;
    static final PairWithPosition Lit8192;
    static final PairWithPosition Lit8193;
    static final PairWithPosition Lit8194;
    static final PairWithPosition Lit8195;
    static final PairWithPosition Lit8196;
    static final PairWithPosition Lit8197;
    static final PairWithPosition Lit8198;
    static final PairWithPosition Lit8199;
    static final PairWithPosition Lit82;
    static final PairWithPosition Lit820;
    static final PairWithPosition Lit8200;
    static final PairWithPosition Lit8201;
    static final PairWithPosition Lit8202;
    static final PairWithPosition Lit8203;
    static final PairWithPosition Lit8204;
    static final PairWithPosition Lit8205;
    static final PairWithPosition Lit8206;
    static final PairWithPosition Lit8207;
    static final PairWithPosition Lit8208;
    static final PairWithPosition Lit8209;
    static final SimpleSymbol Lit821;
    static final PairWithPosition Lit8210;
    static final PairWithPosition Lit8211;
    static final PairWithPosition Lit8212;
    static final PairWithPosition Lit8213;
    static final PairWithPosition Lit8214;
    static final PairWithPosition Lit8215;
    static final PairWithPosition Lit8216;
    static final PairWithPosition Lit8217;
    static final PairWithPosition Lit8218;
    static final PairWithPosition Lit8219;
    static final PairWithPosition Lit822;
    static final PairWithPosition Lit8220;
    static final PairWithPosition Lit8221;
    static final PairWithPosition Lit8222;
    static final PairWithPosition Lit8223;
    static final PairWithPosition Lit8224;
    static final PairWithPosition Lit8225;
    static final PairWithPosition Lit8226;
    static final PairWithPosition Lit8227;
    static final PairWithPosition Lit8228;
    static final PairWithPosition Lit8229;
    static final PairWithPosition Lit823;
    static final PairWithPosition Lit8230;
    static final PairWithPosition Lit8231;
    static final PairWithPosition Lit8232;
    static final PairWithPosition Lit8233;
    static final PairWithPosition Lit8234;
    static final PairWithPosition Lit8235;
    static final PairWithPosition Lit8236;
    static final PairWithPosition Lit8237;
    static final PairWithPosition Lit8238;
    static final PairWithPosition Lit8239;
    static final SimpleSymbol Lit824;
    static final PairWithPosition Lit8240;
    static final PairWithPosition Lit8241;
    static final PairWithPosition Lit8242;
    static final PairWithPosition Lit8243;
    static final PairWithPosition Lit8244;
    static final PairWithPosition Lit8245;
    static final PairWithPosition Lit8246;
    static final PairWithPosition Lit8247;
    static final PairWithPosition Lit8248;
    static final PairWithPosition Lit8249;
    static final PairWithPosition Lit825;
    static final SimpleSymbol Lit8250;
    static final PairWithPosition Lit8251;
    static final PairWithPosition Lit8252;
    static final PairWithPosition Lit8253;
    static final PairWithPosition Lit8254;
    static final PairWithPosition Lit8255;
    static final PairWithPosition Lit8256;
    static final PairWithPosition Lit8257;
    static final PairWithPosition Lit8258;
    static final PairWithPosition Lit8259;
    static final SimpleSymbol Lit826;
    static final PairWithPosition Lit8260;
    static final PairWithPosition Lit8261;
    static final PairWithPosition Lit8262;
    static final PairWithPosition Lit8263;
    static final IntNum Lit8264;
    static final PairWithPosition Lit8265;
    static final PairWithPosition Lit8266;
    static final PairWithPosition Lit8267;
    static final IntNum Lit8268;
    static final PairWithPosition Lit8269;
    static final PairWithPosition Lit827;
    static final PairWithPosition Lit8270;
    static final PairWithPosition Lit8271;
    static final PairWithPosition Lit8272;
    static final PairWithPosition Lit8273;
    static final PairWithPosition Lit8274;
    static final PairWithPosition Lit8275;
    static final PairWithPosition Lit8276;
    static final PairWithPosition Lit8277;
    static final PairWithPosition Lit8278;
    static final PairWithPosition Lit8279;
    static final IntNum Lit828;
    static final PairWithPosition Lit8280;
    static final PairWithPosition Lit8281;
    static final PairWithPosition Lit8282;
    static final PairWithPosition Lit8283;
    static final PairWithPosition Lit8284;
    static final PairWithPosition Lit8285;
    static final SimpleSymbol Lit8286;
    static final FString Lit8287;
    static final FString Lit8288;
    static final FString Lit8289;
    static final PairWithPosition Lit829;
    static final SimpleSymbol Lit8290;
    static final FString Lit8291;
    static final FString Lit8292;
    static final FString Lit8293;
    static final FString Lit8294;
    static final FString Lit8295;
    static final PairWithPosition Lit8296;
    static final SimpleSymbol Lit8297;
    static final SimpleSymbol Lit8298;
    static final FString Lit8299;
    static final PairWithPosition Lit83;
    static final PairWithPosition Lit830;
    static final FString Lit8300;
    static final FString Lit8301;
    static final IntNum Lit8302;
    static final FString Lit8303;
    static final FString Lit8304;
    static final FString Lit8305;
    static final FString Lit8306;
    static final SimpleSymbol Lit8307;
    static final FString Lit8308;
    static final SimpleSymbol Lit8309;
    static final PairWithPosition Lit831;
    static final PairWithPosition Lit8310;
    static final PairWithPosition Lit8311;
    static final PairWithPosition Lit8312;
    static final PairWithPosition Lit8313;
    static final PairWithPosition Lit8314;
    static final PairWithPosition Lit8315;
    static final PairWithPosition Lit8316;
    static final SimpleSymbol Lit8317;
    static final SimpleSymbol Lit8318;
    static final FString Lit8319;
    static final PairWithPosition Lit832;
    static final FString Lit8320;
    static final SimpleSymbol Lit8321;
    static final PairWithPosition Lit8322;
    static final PairWithPosition Lit8323;
    static final PairWithPosition Lit8324;
    static final SimpleSymbol Lit8325;
    static final SimpleSymbol Lit8326;
    static final FString Lit8327;
    static final FString Lit8328;
    static final FString Lit8329;
    static final PairWithPosition Lit833;
    static final SimpleSymbol Lit8330;
    static final FString Lit8331;
    static final FString Lit8332;
    static final SimpleSymbol Lit8333;
    static final FString Lit8334;
    static final FString Lit8335;
    static final FString Lit8336;
    static final FString Lit8337;
    static final FString Lit8338;
    static final SimpleSymbol Lit8339;
    static final PairWithPosition Lit834;
    static final PairWithPosition Lit8340;
    static final PairWithPosition Lit8341;
    static final PairWithPosition Lit8342;
    static final SimpleSymbol Lit8343;
    static final SimpleSymbol Lit8344;
    static final PairWithPosition Lit8345;
    static final PairWithPosition Lit8346;
    static final PairWithPosition Lit8347;
    static final PairWithPosition Lit8348;
    static final SimpleSymbol Lit8349;
    static final PairWithPosition Lit835;
    static final SimpleSymbol Lit8350;
    static final FString Lit8351;
    static final FString Lit8352;
    static final FString Lit8353;
    static final IntNum Lit8354;
    static final FString Lit8355;
    static final PairWithPosition Lit8356;
    static final PairWithPosition Lit8357;
    static final PairWithPosition Lit8358;
    static final PairWithPosition Lit8359;
    static final PairWithPosition Lit836;
    static final PairWithPosition Lit8360;
    static final PairWithPosition Lit8361;
    static final PairWithPosition Lit8362;
    static final PairWithPosition Lit8363;
    static final SimpleSymbol Lit8364;
    static final SimpleSymbol Lit8365;
    static final FString Lit8366;
    static final FString Lit8367;
    static final SimpleSymbol Lit8368;
    static final SimpleSymbol Lit8369;
    static final PairWithPosition Lit837;
    static final SimpleSymbol Lit8370;
    static final SimpleSymbol Lit8371;
    static final SimpleSymbol Lit8372;
    static final SimpleSymbol Lit8373;
    static final SimpleSymbol Lit8374;
    static final SimpleSymbol Lit8375;
    static final SimpleSymbol Lit8376;
    static final FString Lit8377;
    static final FString Lit8378;
    static final FString Lit8379;
    static final PairWithPosition Lit838;
    static final FString Lit8380;
    static final PairWithPosition Lit8381;
    static final PairWithPosition Lit8382;
    static final PairWithPosition Lit8383;
    static final SimpleSymbol Lit8384;
    static final SimpleSymbol Lit8385;
    static final FString Lit8386;
    static final FString Lit8387;
    static final SimpleSymbol Lit8388;
    static final SimpleSymbol Lit8389;
    static final PairWithPosition Lit839;
    static final PairWithPosition Lit8390;
    static final SimpleSymbol Lit8391;
    static final SimpleSymbol Lit8392;
    static final FString Lit8393;
    static final SimpleSymbol Lit8394;
    static final FString Lit8395;
    static final FString Lit8396;
    static final SimpleSymbol Lit8397;
    static final FString Lit8398;
    static final FString Lit8399;
    static final PairWithPosition Lit84;
    static final PairWithPosition Lit840;
    static final FString Lit8400;
    static final PairWithPosition Lit8401;
    static final PairWithPosition Lit8402;
    static final SimpleSymbol Lit8403;
    static final SimpleSymbol Lit8404;
    static final SimpleSymbol Lit8405;
    static final SimpleSymbol Lit8406;
    static final FString Lit8407;
    static final SimpleSymbol Lit8408;
    static final IntNum Lit8409;
    static final PairWithPosition Lit841;
    static final SimpleSymbol Lit8410;
    static final SimpleSymbol Lit8411;
    static final SimpleSymbol Lit8412;
    static final FString Lit8413;
    static final FString Lit8414;
    static final FString Lit8415;
    static final IntNum Lit8416;
    static final PairWithPosition Lit8417;
    static final SimpleSymbol Lit8418;
    static final SimpleSymbol Lit8419;
    static final PairWithPosition Lit842;
    static final SimpleSymbol Lit8420;
    static final SimpleSymbol Lit8421;
    static final SimpleSymbol Lit8422;
    static final PairWithPosition Lit8423;
    static final SimpleSymbol Lit8424;
    static final SimpleSymbol Lit8425;
    static final FString Lit8426;
    static final SimpleSymbol Lit8427;
    static final FString Lit8428;
    static final PairWithPosition Lit8429;
    static final PairWithPosition Lit843;
    static final SimpleSymbol Lit8430;
    static final SimpleSymbol Lit8431;
    static final SimpleSymbol Lit8432;
    static final PairWithPosition Lit8433;
    static final PairWithPosition Lit8434;
    static final PairWithPosition Lit8435;
    static final PairWithPosition Lit8436;
    static final PairWithPosition Lit8437;
    static final PairWithPosition Lit8438;
    static final PairWithPosition Lit8439;
    static final PairWithPosition Lit844;
    static final PairWithPosition Lit8440;
    static final SimpleSymbol Lit8441;
    static final SimpleSymbol Lit8442;
    static final PairWithPosition Lit8443;
    static final PairWithPosition Lit8444;
    static final PairWithPosition Lit8445;
    static final PairWithPosition Lit8446;
    static final PairWithPosition Lit8447;
    static final PairWithPosition Lit8448;
    static final PairWithPosition Lit8449;
    static final PairWithPosition Lit845;
    static final PairWithPosition Lit8450;
    static final PairWithPosition Lit8451;
    static final SimpleSymbol Lit8452;
    static final SimpleSymbol Lit8453;
    static final FString Lit8454;
    static final FString Lit8455;
    static final FString Lit8456;
    static final SimpleSymbol Lit8457;
    static final FString Lit8458;
    static final SimpleSymbol Lit8459;
    static final PairWithPosition Lit846;
    static final PairWithPosition Lit8460;
    static final SimpleSymbol Lit8461;
    static final SimpleSymbol Lit8462;
    static final PairWithPosition Lit8463;
    static final SimpleSymbol Lit8464;
    static final SimpleSymbol Lit8465;
    static final FString Lit8466;
    static final FString Lit8467;
    static final FString Lit8468;
    static final SimpleSymbol Lit8469;
    static final PairWithPosition Lit847;
    static final FString Lit8470;
    static final FString Lit8471;
    static final FString Lit8472;
    static final FString Lit8473;
    static final FString Lit8474;
    static final SimpleSymbol Lit8475;
    static final PairWithPosition Lit8476;
    static final PairWithPosition Lit848;
    static final PairWithPosition Lit849;
    static final PairWithPosition Lit85;
    static final PairWithPosition Lit850;
    static final PairWithPosition Lit851;
    static final PairWithPosition Lit852;
    static final PairWithPosition Lit853;
    static final PairWithPosition Lit854;
    static final PairWithPosition Lit855;
    static final PairWithPosition Lit856;
    static final PairWithPosition Lit857;
    static final PairWithPosition Lit858;
    static final PairWithPosition Lit859;
    static final PairWithPosition Lit86;
    static final PairWithPosition Lit860;
    static final PairWithPosition Lit861;
    static final PairWithPosition Lit862;
    static final PairWithPosition Lit863;
    static final PairWithPosition Lit864;
    static final PairWithPosition Lit865;
    static final PairWithPosition Lit866;
    static final PairWithPosition Lit867;
    static final PairWithPosition Lit868;
    static final PairWithPosition Lit869;
    static final PairWithPosition Lit87;
    static final PairWithPosition Lit870;
    static final PairWithPosition Lit871;
    static final PairWithPosition Lit872;
    static final PairWithPosition Lit873;
    static final PairWithPosition Lit874;
    static final PairWithPosition Lit875;
    static final PairWithPosition Lit876;
    static final PairWithPosition Lit877;
    static final PairWithPosition Lit878;
    static final PairWithPosition Lit879;
    static final PairWithPosition Lit88;
    static final PairWithPosition Lit880;
    static final PairWithPosition Lit881;
    static final PairWithPosition Lit882;
    static final PairWithPosition Lit883;
    static final PairWithPosition Lit884;
    static final PairWithPosition Lit885;
    static final PairWithPosition Lit886;
    static final PairWithPosition Lit887;
    static final PairWithPosition Lit888;
    static final PairWithPosition Lit889;
    static final PairWithPosition Lit89;
    static final PairWithPosition Lit890;
    static final PairWithPosition Lit891;
    static final PairWithPosition Lit892;
    static final PairWithPosition Lit893;
    static final PairWithPosition Lit894;
    static final PairWithPosition Lit895;
    static final PairWithPosition Lit896;
    static final PairWithPosition Lit897;
    static final PairWithPosition Lit898;
    static final PairWithPosition Lit899;
    static final SimpleSymbol Lit9;
    static final PairWithPosition Lit90;
    static final PairWithPosition Lit900;
    static final PairWithPosition Lit901;
    static final PairWithPosition Lit902;
    static final SimpleSymbol Lit903;
    static final PairWithPosition Lit904;
    static final PairWithPosition Lit905;
    static final PairWithPosition Lit906;
    static final PairWithPosition Lit907;
    static final PairWithPosition Lit908;
    static final PairWithPosition Lit909;
    static final PairWithPosition Lit91;
    static final PairWithPosition Lit910;
    static final PairWithPosition Lit911;
    static final PairWithPosition Lit912;
    static final PairWithPosition Lit913;
    static final PairWithPosition Lit914;
    static final PairWithPosition Lit915;
    static final SimpleSymbol Lit916;
    static final SimpleSymbol Lit917;
    static final PairWithPosition Lit918;
    static final PairWithPosition Lit919;
    static final PairWithPosition Lit92;
    static final PairWithPosition Lit920;
    static final PairWithPosition Lit921;
    static final PairWithPosition Lit922;
    static final PairWithPosition Lit923;
    static final PairWithPosition Lit924;
    static final PairWithPosition Lit925;
    static final PairWithPosition Lit926;
    static final PairWithPosition Lit927;
    static final PairWithPosition Lit928;
    static final PairWithPosition Lit929;
    static final PairWithPosition Lit93;
    static final SimpleSymbol Lit930;
    static final SimpleSymbol Lit931;
    static final PairWithPosition Lit932;
    static final PairWithPosition Lit933;
    static final SimpleSymbol Lit934;
    static final PairWithPosition Lit935;
    static final PairWithPosition Lit936;
    static final SimpleSymbol Lit937;
    static final PairWithPosition Lit938;
    static final PairWithPosition Lit939;
    static final PairWithPosition Lit94;
    static final PairWithPosition Lit940;
    static final PairWithPosition Lit941;
    static final SimpleSymbol Lit942;
    static final PairWithPosition Lit943;
    static final PairWithPosition Lit944;
    static final PairWithPosition Lit945;
    static final PairWithPosition Lit946;
    static final PairWithPosition Lit947;
    static final PairWithPosition Lit948;
    static final PairWithPosition Lit949;
    static final PairWithPosition Lit95;
    static final PairWithPosition Lit950;
    static final PairWithPosition Lit951;
    static final PairWithPosition Lit952;
    static final PairWithPosition Lit953;
    static final PairWithPosition Lit954;
    static final SimpleSymbol Lit955;
    static final PairWithPosition Lit956;
    static final PairWithPosition Lit957;
    static final PairWithPosition Lit958;
    static final PairWithPosition Lit959;
    static final PairWithPosition Lit96;
    static final PairWithPosition Lit960;
    static final PairWithPosition Lit961;
    static final SimpleSymbol Lit962;
    static final SimpleSymbol Lit963;
    static final IntNum Lit964;
    static final PairWithPosition Lit965;
    static final PairWithPosition Lit966;
    static final PairWithPosition Lit967;
    static final PairWithPosition Lit968;
    static final PairWithPosition Lit969;
    static final PairWithPosition Lit97;
    static final PairWithPosition Lit970;
    static final PairWithPosition Lit971;
    static final PairWithPosition Lit972;
    static final PairWithPosition Lit973;
    static final PairWithPosition Lit974;
    static final PairWithPosition Lit975;
    static final PairWithPosition Lit976;
    static final PairWithPosition Lit977;
    static final PairWithPosition Lit978;
    static final PairWithPosition Lit979;
    static final PairWithPosition Lit98;
    static final SimpleSymbol Lit980;
    static final SimpleSymbol Lit981;
    static final IntNum Lit982;
    static final PairWithPosition Lit983;
    static final PairWithPosition Lit984;
    static final PairWithPosition Lit985;
    static final PairWithPosition Lit986;
    static final PairWithPosition Lit987;
    static final PairWithPosition Lit988;
    static final SimpleSymbol Lit989;
    static final SimpleSymbol Lit99;
    static final IntNum Lit990;
    static final PairWithPosition Lit991;
    static final PairWithPosition Lit992;
    static final PairWithPosition Lit993;
    static final IntNum Lit994;
    static final PairWithPosition Lit995;
    static final PairWithPosition Lit996;
    static final PairWithPosition Lit997;
    static final IntNum Lit998;
    static final PairWithPosition Lit999;
    public static Screen1 Screen1;
    static final ModuleMethod lambda$Fn1 = null;
    static final ModuleMethod lambda$Fn10 = null;
    static final ModuleMethod lambda$Fn100 = null;
    static final ModuleMethod lambda$Fn1000 = null;
    static final ModuleMethod lambda$Fn1001 = null;
    static final ModuleMethod lambda$Fn1002 = null;
    static final ModuleMethod lambda$Fn1003 = null;
    static final ModuleMethod lambda$Fn1004 = null;
    static final ModuleMethod lambda$Fn1005 = null;
    static final ModuleMethod lambda$Fn1006 = null;
    static final ModuleMethod lambda$Fn1007 = null;
    static final ModuleMethod lambda$Fn1008 = null;
    static final ModuleMethod lambda$Fn1009 = null;
    static final ModuleMethod lambda$Fn101 = null;
    static final ModuleMethod lambda$Fn1010 = null;
    static final ModuleMethod lambda$Fn1011 = null;
    static final ModuleMethod lambda$Fn1012 = null;
    static final ModuleMethod lambda$Fn1013 = null;
    static final ModuleMethod lambda$Fn1014 = null;
    static final ModuleMethod lambda$Fn1015 = null;
    static final ModuleMethod lambda$Fn1016 = null;
    static final ModuleMethod lambda$Fn1017 = null;
    static final ModuleMethod lambda$Fn1018 = null;
    static final ModuleMethod lambda$Fn1019 = null;
    static final ModuleMethod lambda$Fn102 = null;
    static final ModuleMethod lambda$Fn1020 = null;
    static final ModuleMethod lambda$Fn1021 = null;
    static final ModuleMethod lambda$Fn1022 = null;
    static final ModuleMethod lambda$Fn1023 = null;
    static final ModuleMethod lambda$Fn1024 = null;
    static final ModuleMethod lambda$Fn1025 = null;
    static final ModuleMethod lambda$Fn1026 = null;
    static final ModuleMethod lambda$Fn1027 = null;
    static final ModuleMethod lambda$Fn1028 = null;
    static final ModuleMethod lambda$Fn1029 = null;
    static final ModuleMethod lambda$Fn103 = null;
    static final ModuleMethod lambda$Fn1030 = null;
    static final ModuleMethod lambda$Fn1031 = null;
    static final ModuleMethod lambda$Fn1032 = null;
    static final ModuleMethod lambda$Fn1033 = null;
    static final ModuleMethod lambda$Fn1034 = null;
    static final ModuleMethod lambda$Fn1035 = null;
    static final ModuleMethod lambda$Fn1036 = null;
    static final ModuleMethod lambda$Fn1037 = null;
    static final ModuleMethod lambda$Fn1038 = null;
    static final ModuleMethod lambda$Fn1039 = null;
    static final ModuleMethod lambda$Fn104 = null;
    static final ModuleMethod lambda$Fn1040 = null;
    static final ModuleMethod lambda$Fn1041 = null;
    static final ModuleMethod lambda$Fn1042 = null;
    static final ModuleMethod lambda$Fn1043 = null;
    static final ModuleMethod lambda$Fn1044 = null;
    static final ModuleMethod lambda$Fn1045 = null;
    static final ModuleMethod lambda$Fn1046 = null;
    static final ModuleMethod lambda$Fn1047 = null;
    static final ModuleMethod lambda$Fn1048 = null;
    static final ModuleMethod lambda$Fn1049 = null;
    static final ModuleMethod lambda$Fn105 = null;
    static final ModuleMethod lambda$Fn1050 = null;
    static final ModuleMethod lambda$Fn1051 = null;
    static final ModuleMethod lambda$Fn1052 = null;
    static final ModuleMethod lambda$Fn1053 = null;
    static final ModuleMethod lambda$Fn1054 = null;
    static final ModuleMethod lambda$Fn1055 = null;
    static final ModuleMethod lambda$Fn1056 = null;
    static final ModuleMethod lambda$Fn1057 = null;
    static final ModuleMethod lambda$Fn1058 = null;
    static final ModuleMethod lambda$Fn1059 = null;
    static final ModuleMethod lambda$Fn106 = null;
    static final ModuleMethod lambda$Fn1060 = null;
    static final ModuleMethod lambda$Fn1061 = null;
    static final ModuleMethod lambda$Fn1062 = null;
    static final ModuleMethod lambda$Fn1063 = null;
    static final ModuleMethod lambda$Fn1064 = null;
    static final ModuleMethod lambda$Fn1065 = null;
    static final ModuleMethod lambda$Fn1066 = null;
    static final ModuleMethod lambda$Fn1067 = null;
    static final ModuleMethod lambda$Fn1068 = null;
    static final ModuleMethod lambda$Fn1069 = null;
    static final ModuleMethod lambda$Fn107 = null;
    static final ModuleMethod lambda$Fn1070 = null;
    static final ModuleMethod lambda$Fn1071 = null;
    static final ModuleMethod lambda$Fn1072 = null;
    static final ModuleMethod lambda$Fn1073 = null;
    static final ModuleMethod lambda$Fn1074 = null;
    static final ModuleMethod lambda$Fn1075 = null;
    static final ModuleMethod lambda$Fn1076 = null;
    static final ModuleMethod lambda$Fn1077 = null;
    static final ModuleMethod lambda$Fn1078 = null;
    static final ModuleMethod lambda$Fn1079 = null;
    static final ModuleMethod lambda$Fn108 = null;
    static final ModuleMethod lambda$Fn1080 = null;
    static final ModuleMethod lambda$Fn1081 = null;
    static final ModuleMethod lambda$Fn1082 = null;
    static final ModuleMethod lambda$Fn1083 = null;
    static final ModuleMethod lambda$Fn1084 = null;
    static final ModuleMethod lambda$Fn1085 = null;
    static final ModuleMethod lambda$Fn1086 = null;
    static final ModuleMethod lambda$Fn1087 = null;
    static final ModuleMethod lambda$Fn1088 = null;
    static final ModuleMethod lambda$Fn1089 = null;
    static final ModuleMethod lambda$Fn109 = null;
    static final ModuleMethod lambda$Fn1090 = null;
    static final ModuleMethod lambda$Fn1091 = null;
    static final ModuleMethod lambda$Fn1092 = null;
    static final ModuleMethod lambda$Fn1093 = null;
    static final ModuleMethod lambda$Fn1094 = null;
    static final ModuleMethod lambda$Fn1095 = null;
    static final ModuleMethod lambda$Fn1096 = null;
    static final ModuleMethod lambda$Fn1097 = null;
    static final ModuleMethod lambda$Fn1098 = null;
    static final ModuleMethod lambda$Fn1099 = null;
    static final ModuleMethod lambda$Fn11 = null;
    static final ModuleMethod lambda$Fn110 = null;
    static final ModuleMethod lambda$Fn1100 = null;
    static final ModuleMethod lambda$Fn1101 = null;
    static final ModuleMethod lambda$Fn1102 = null;
    static final ModuleMethod lambda$Fn1103 = null;
    static final ModuleMethod lambda$Fn1104 = null;
    static final ModuleMethod lambda$Fn1105 = null;
    static final ModuleMethod lambda$Fn1106 = null;
    static final ModuleMethod lambda$Fn1107 = null;
    static final ModuleMethod lambda$Fn1108 = null;
    static final ModuleMethod lambda$Fn1109 = null;
    static final ModuleMethod lambda$Fn111 = null;
    static final ModuleMethod lambda$Fn1110 = null;
    static final ModuleMethod lambda$Fn1111 = null;
    static final ModuleMethod lambda$Fn1112 = null;
    static final ModuleMethod lambda$Fn1113 = null;
    static final ModuleMethod lambda$Fn1114 = null;
    static final ModuleMethod lambda$Fn1115 = null;
    static final ModuleMethod lambda$Fn1116 = null;
    static final ModuleMethod lambda$Fn1117 = null;
    static final ModuleMethod lambda$Fn1118 = null;
    static final ModuleMethod lambda$Fn1119 = null;
    static final ModuleMethod lambda$Fn112 = null;
    static final ModuleMethod lambda$Fn1120 = null;
    static final ModuleMethod lambda$Fn1121 = null;
    static final ModuleMethod lambda$Fn1122 = null;
    static final ModuleMethod lambda$Fn1123 = null;
    static final ModuleMethod lambda$Fn1124 = null;
    static final ModuleMethod lambda$Fn1125 = null;
    static final ModuleMethod lambda$Fn1126 = null;
    static final ModuleMethod lambda$Fn1127 = null;
    static final ModuleMethod lambda$Fn1128 = null;
    static final ModuleMethod lambda$Fn1129 = null;
    static final ModuleMethod lambda$Fn113 = null;
    static final ModuleMethod lambda$Fn1130 = null;
    static final ModuleMethod lambda$Fn1131 = null;
    static final ModuleMethod lambda$Fn1132 = null;
    static final ModuleMethod lambda$Fn1133 = null;
    static final ModuleMethod lambda$Fn1134 = null;
    static final ModuleMethod lambda$Fn1135 = null;
    static final ModuleMethod lambda$Fn1136 = null;
    static final ModuleMethod lambda$Fn1137 = null;
    static final ModuleMethod lambda$Fn1138 = null;
    static final ModuleMethod lambda$Fn1139 = null;
    static final ModuleMethod lambda$Fn114 = null;
    static final ModuleMethod lambda$Fn1140 = null;
    static final ModuleMethod lambda$Fn1141 = null;
    static final ModuleMethod lambda$Fn1142 = null;
    static final ModuleMethod lambda$Fn1143 = null;
    static final ModuleMethod lambda$Fn1144 = null;
    static final ModuleMethod lambda$Fn1145 = null;
    static final ModuleMethod lambda$Fn1146 = null;
    static final ModuleMethod lambda$Fn1147 = null;
    static final ModuleMethod lambda$Fn1148 = null;
    static final ModuleMethod lambda$Fn1149 = null;
    static final ModuleMethod lambda$Fn115 = null;
    static final ModuleMethod lambda$Fn1150 = null;
    static final ModuleMethod lambda$Fn1151 = null;
    static final ModuleMethod lambda$Fn1152 = null;
    static final ModuleMethod lambda$Fn1153 = null;
    static final ModuleMethod lambda$Fn1154 = null;
    static final ModuleMethod lambda$Fn1155 = null;
    static final ModuleMethod lambda$Fn1156 = null;
    static final ModuleMethod lambda$Fn1157 = null;
    static final ModuleMethod lambda$Fn1158 = null;
    static final ModuleMethod lambda$Fn1159 = null;
    static final ModuleMethod lambda$Fn116 = null;
    static final ModuleMethod lambda$Fn1160 = null;
    static final ModuleMethod lambda$Fn1161 = null;
    static final ModuleMethod lambda$Fn1162 = null;
    static final ModuleMethod lambda$Fn1163 = null;
    static final ModuleMethod lambda$Fn1164 = null;
    static final ModuleMethod lambda$Fn1165 = null;
    static final ModuleMethod lambda$Fn1166 = null;
    static final ModuleMethod lambda$Fn1167 = null;
    static final ModuleMethod lambda$Fn1168 = null;
    static final ModuleMethod lambda$Fn1169 = null;
    static final ModuleMethod lambda$Fn117 = null;
    static final ModuleMethod lambda$Fn1170 = null;
    static final ModuleMethod lambda$Fn1171 = null;
    static final ModuleMethod lambda$Fn1172 = null;
    static final ModuleMethod lambda$Fn1173 = null;
    static final ModuleMethod lambda$Fn1174 = null;
    static final ModuleMethod lambda$Fn1175 = null;
    static final ModuleMethod lambda$Fn1176 = null;
    static final ModuleMethod lambda$Fn1177 = null;
    static final ModuleMethod lambda$Fn1178 = null;
    static final ModuleMethod lambda$Fn1179 = null;
    static final ModuleMethod lambda$Fn118 = null;
    static final ModuleMethod lambda$Fn1180 = null;
    static final ModuleMethod lambda$Fn1181 = null;
    static final ModuleMethod lambda$Fn1182 = null;
    static final ModuleMethod lambda$Fn1183 = null;
    static final ModuleMethod lambda$Fn1184 = null;
    static final ModuleMethod lambda$Fn1185 = null;
    static final ModuleMethod lambda$Fn1186 = null;
    static final ModuleMethod lambda$Fn1187 = null;
    static final ModuleMethod lambda$Fn1188 = null;
    static final ModuleMethod lambda$Fn1189 = null;
    static final ModuleMethod lambda$Fn119 = null;
    static final ModuleMethod lambda$Fn1190 = null;
    static final ModuleMethod lambda$Fn1191 = null;
    static final ModuleMethod lambda$Fn1192 = null;
    static final ModuleMethod lambda$Fn1193 = null;
    static final ModuleMethod lambda$Fn1194 = null;
    static final ModuleMethod lambda$Fn1195 = null;
    static final ModuleMethod lambda$Fn1196 = null;
    static final ModuleMethod lambda$Fn1197 = null;
    static final ModuleMethod lambda$Fn1198 = null;
    static final ModuleMethod lambda$Fn1199 = null;
    static final ModuleMethod lambda$Fn12 = null;
    static final ModuleMethod lambda$Fn120 = null;
    static final ModuleMethod lambda$Fn1200 = null;
    static final ModuleMethod lambda$Fn1201 = null;
    static final ModuleMethod lambda$Fn1202 = null;
    static final ModuleMethod lambda$Fn1203 = null;
    static final ModuleMethod lambda$Fn1204 = null;
    static final ModuleMethod lambda$Fn1205 = null;
    static final ModuleMethod lambda$Fn1206 = null;
    static final ModuleMethod lambda$Fn1207 = null;
    static final ModuleMethod lambda$Fn1208 = null;
    static final ModuleMethod lambda$Fn1209 = null;
    static final ModuleMethod lambda$Fn121 = null;
    static final ModuleMethod lambda$Fn1210 = null;
    static final ModuleMethod lambda$Fn1211 = null;
    static final ModuleMethod lambda$Fn1212 = null;
    static final ModuleMethod lambda$Fn1213 = null;
    static final ModuleMethod lambda$Fn1214 = null;
    static final ModuleMethod lambda$Fn1215 = null;
    static final ModuleMethod lambda$Fn1216 = null;
    static final ModuleMethod lambda$Fn1217 = null;
    static final ModuleMethod lambda$Fn1218 = null;
    static final ModuleMethod lambda$Fn1219 = null;
    static final ModuleMethod lambda$Fn122 = null;
    static final ModuleMethod lambda$Fn1220 = null;
    static final ModuleMethod lambda$Fn1221 = null;
    static final ModuleMethod lambda$Fn1222 = null;
    static final ModuleMethod lambda$Fn1223 = null;
    static final ModuleMethod lambda$Fn1224 = null;
    static final ModuleMethod lambda$Fn1225 = null;
    static final ModuleMethod lambda$Fn1226 = null;
    static final ModuleMethod lambda$Fn1227 = null;
    static final ModuleMethod lambda$Fn1228 = null;
    static final ModuleMethod lambda$Fn1229 = null;
    static final ModuleMethod lambda$Fn123 = null;
    static final ModuleMethod lambda$Fn1230 = null;
    static final ModuleMethod lambda$Fn1231 = null;
    static final ModuleMethod lambda$Fn1232 = null;
    static final ModuleMethod lambda$Fn1233 = null;
    static final ModuleMethod lambda$Fn1234 = null;
    static final ModuleMethod lambda$Fn1235 = null;
    static final ModuleMethod lambda$Fn1236 = null;
    static final ModuleMethod lambda$Fn1237 = null;
    static final ModuleMethod lambda$Fn1238 = null;
    static final ModuleMethod lambda$Fn1239 = null;
    static final ModuleMethod lambda$Fn124 = null;
    static final ModuleMethod lambda$Fn1240 = null;
    static final ModuleMethod lambda$Fn1241 = null;
    static final ModuleMethod lambda$Fn1242 = null;
    static final ModuleMethod lambda$Fn1243 = null;
    static final ModuleMethod lambda$Fn1244 = null;
    static final ModuleMethod lambda$Fn1245 = null;
    static final ModuleMethod lambda$Fn1246 = null;
    static final ModuleMethod lambda$Fn1247 = null;
    static final ModuleMethod lambda$Fn1248 = null;
    static final ModuleMethod lambda$Fn1249 = null;
    static final ModuleMethod lambda$Fn125 = null;
    static final ModuleMethod lambda$Fn1250 = null;
    static final ModuleMethod lambda$Fn1251 = null;
    static final ModuleMethod lambda$Fn1252 = null;
    static final ModuleMethod lambda$Fn1253 = null;
    static final ModuleMethod lambda$Fn1254 = null;
    static final ModuleMethod lambda$Fn1255 = null;
    static final ModuleMethod lambda$Fn1256 = null;
    static final ModuleMethod lambda$Fn1257 = null;
    static final ModuleMethod lambda$Fn1258 = null;
    static final ModuleMethod lambda$Fn1259 = null;
    static final ModuleMethod lambda$Fn126 = null;
    static final ModuleMethod lambda$Fn1260 = null;
    static final ModuleMethod lambda$Fn1261 = null;
    static final ModuleMethod lambda$Fn1262 = null;
    static final ModuleMethod lambda$Fn1263 = null;
    static final ModuleMethod lambda$Fn1264 = null;
    static final ModuleMethod lambda$Fn1265 = null;
    static final ModuleMethod lambda$Fn1266 = null;
    static final ModuleMethod lambda$Fn1267 = null;
    static final ModuleMethod lambda$Fn1268 = null;
    static final ModuleMethod lambda$Fn1269 = null;
    static final ModuleMethod lambda$Fn127 = null;
    static final ModuleMethod lambda$Fn1270 = null;
    static final ModuleMethod lambda$Fn1271 = null;
    static final ModuleMethod lambda$Fn1272 = null;
    static final ModuleMethod lambda$Fn1273 = null;
    static final ModuleMethod lambda$Fn1274 = null;
    static final ModuleMethod lambda$Fn1275 = null;
    static final ModuleMethod lambda$Fn1276 = null;
    static final ModuleMethod lambda$Fn1277 = null;
    static final ModuleMethod lambda$Fn1278 = null;
    static final ModuleMethod lambda$Fn1279 = null;
    static final ModuleMethod lambda$Fn1280 = null;
    static final ModuleMethod lambda$Fn1281 = null;
    static final ModuleMethod lambda$Fn1282 = null;
    static final ModuleMethod lambda$Fn1283 = null;
    static final ModuleMethod lambda$Fn1284 = null;
    static final ModuleMethod lambda$Fn1285 = null;
    static final ModuleMethod lambda$Fn1286 = null;
    static final ModuleMethod lambda$Fn1287 = null;
    static final ModuleMethod lambda$Fn1288 = null;
    static final ModuleMethod lambda$Fn1289 = null;
    static final ModuleMethod lambda$Fn1290 = null;
    static final ModuleMethod lambda$Fn1291 = null;
    static final ModuleMethod lambda$Fn1292 = null;
    static final ModuleMethod lambda$Fn1293 = null;
    static final ModuleMethod lambda$Fn1294 = null;
    static final ModuleMethod lambda$Fn1295 = null;
    static final ModuleMethod lambda$Fn1296 = null;
    static final ModuleMethod lambda$Fn1297 = null;
    static final ModuleMethod lambda$Fn1298 = null;
    static final ModuleMethod lambda$Fn1299 = null;
    static final ModuleMethod lambda$Fn13 = null;
    static final ModuleMethod lambda$Fn1300 = null;
    static final ModuleMethod lambda$Fn1301 = null;
    static final ModuleMethod lambda$Fn1302 = null;
    static final ModuleMethod lambda$Fn1303 = null;
    static final ModuleMethod lambda$Fn1304 = null;
    static final ModuleMethod lambda$Fn1305 = null;
    static final ModuleMethod lambda$Fn1306 = null;
    static final ModuleMethod lambda$Fn1307 = null;
    static final ModuleMethod lambda$Fn1308 = null;
    static final ModuleMethod lambda$Fn1309 = null;
    static final ModuleMethod lambda$Fn1310 = null;
    static final ModuleMethod lambda$Fn1311 = null;
    static final ModuleMethod lambda$Fn1312 = null;
    static final ModuleMethod lambda$Fn1313 = null;
    static final ModuleMethod lambda$Fn1314 = null;
    static final ModuleMethod lambda$Fn1315 = null;
    static final ModuleMethod lambda$Fn1316 = null;
    static final ModuleMethod lambda$Fn1317 = null;
    static final ModuleMethod lambda$Fn1318 = null;
    static final ModuleMethod lambda$Fn1319 = null;
    static final ModuleMethod lambda$Fn132 = null;
    static final ModuleMethod lambda$Fn1320 = null;
    static final ModuleMethod lambda$Fn1321 = null;
    static final ModuleMethod lambda$Fn1322 = null;
    static final ModuleMethod lambda$Fn1323 = null;
    static final ModuleMethod lambda$Fn1324 = null;
    static final ModuleMethod lambda$Fn1325 = null;
    static final ModuleMethod lambda$Fn1326 = null;
    static final ModuleMethod lambda$Fn1327 = null;
    static final ModuleMethod lambda$Fn1328 = null;
    static final ModuleMethod lambda$Fn1329 = null;
    static final ModuleMethod lambda$Fn133 = null;
    static final ModuleMethod lambda$Fn1330 = null;
    static final ModuleMethod lambda$Fn1331 = null;
    static final ModuleMethod lambda$Fn1332 = null;
    static final ModuleMethod lambda$Fn1333 = null;
    static final ModuleMethod lambda$Fn1334 = null;
    static final ModuleMethod lambda$Fn1335 = null;
    static final ModuleMethod lambda$Fn1336 = null;
    static final ModuleMethod lambda$Fn1337 = null;
    static final ModuleMethod lambda$Fn1338 = null;
    static final ModuleMethod lambda$Fn1339 = null;
    static final ModuleMethod lambda$Fn1340 = null;
    static final ModuleMethod lambda$Fn1341 = null;
    static final ModuleMethod lambda$Fn1342 = null;
    static final ModuleMethod lambda$Fn1343 = null;
    static final ModuleMethod lambda$Fn1344 = null;
    static final ModuleMethod lambda$Fn1345 = null;
    static final ModuleMethod lambda$Fn1346 = null;
    static final ModuleMethod lambda$Fn1347 = null;
    static final ModuleMethod lambda$Fn1348 = null;
    static final ModuleMethod lambda$Fn1349 = null;
    static final ModuleMethod lambda$Fn1350 = null;
    static final ModuleMethod lambda$Fn1351 = null;
    static final ModuleMethod lambda$Fn1352 = null;
    static final ModuleMethod lambda$Fn1353 = null;
    static final ModuleMethod lambda$Fn1354 = null;
    static final ModuleMethod lambda$Fn1355 = null;
    static final ModuleMethod lambda$Fn1356 = null;
    static final ModuleMethod lambda$Fn1357 = null;
    static final ModuleMethod lambda$Fn1358 = null;
    static final ModuleMethod lambda$Fn1359 = null;
    static final ModuleMethod lambda$Fn1360 = null;
    static final ModuleMethod lambda$Fn1361 = null;
    static final ModuleMethod lambda$Fn1362 = null;
    static final ModuleMethod lambda$Fn1363 = null;
    static final ModuleMethod lambda$Fn1364 = null;
    static final ModuleMethod lambda$Fn1365 = null;
    static final ModuleMethod lambda$Fn1366 = null;
    static final ModuleMethod lambda$Fn1367 = null;
    static final ModuleMethod lambda$Fn1368 = null;
    static final ModuleMethod lambda$Fn1369 = null;
    static final ModuleMethod lambda$Fn1370 = null;
    static final ModuleMethod lambda$Fn1371 = null;
    static final ModuleMethod lambda$Fn1372 = null;
    static final ModuleMethod lambda$Fn1373 = null;
    static final ModuleMethod lambda$Fn1374 = null;
    static final ModuleMethod lambda$Fn1375 = null;
    static final ModuleMethod lambda$Fn1376 = null;
    static final ModuleMethod lambda$Fn1377 = null;
    static final ModuleMethod lambda$Fn1378 = null;
    static final ModuleMethod lambda$Fn1379 = null;
    static final ModuleMethod lambda$Fn138 = null;
    static final ModuleMethod lambda$Fn1380 = null;
    static final ModuleMethod lambda$Fn1381 = null;
    static final ModuleMethod lambda$Fn1382 = null;
    static final ModuleMethod lambda$Fn1383 = null;
    static final ModuleMethod lambda$Fn1384 = null;
    static final ModuleMethod lambda$Fn1385 = null;
    static final ModuleMethod lambda$Fn1386 = null;
    static final ModuleMethod lambda$Fn1387 = null;
    static final ModuleMethod lambda$Fn1388 = null;
    static final ModuleMethod lambda$Fn1389 = null;
    static final ModuleMethod lambda$Fn139 = null;
    static final ModuleMethod lambda$Fn1390 = null;
    static final ModuleMethod lambda$Fn1391 = null;
    static final ModuleMethod lambda$Fn1392 = null;
    static final ModuleMethod lambda$Fn1393 = null;
    static final ModuleMethod lambda$Fn1394 = null;
    static final ModuleMethod lambda$Fn1395 = null;
    static final ModuleMethod lambda$Fn1396 = null;
    static final ModuleMethod lambda$Fn1397 = null;
    static final ModuleMethod lambda$Fn1398 = null;
    static final ModuleMethod lambda$Fn1399 = null;
    static final ModuleMethod lambda$Fn14 = null;
    static final ModuleMethod lambda$Fn140 = null;
    static final ModuleMethod lambda$Fn1400 = null;
    static final ModuleMethod lambda$Fn1401 = null;
    static final ModuleMethod lambda$Fn1402 = null;
    static final ModuleMethod lambda$Fn1403 = null;
    static final ModuleMethod lambda$Fn1404 = null;
    static final ModuleMethod lambda$Fn1405 = null;
    static final ModuleMethod lambda$Fn1406 = null;
    static final ModuleMethod lambda$Fn1407 = null;
    static final ModuleMethod lambda$Fn1408 = null;
    static final ModuleMethod lambda$Fn1409 = null;
    static final ModuleMethod lambda$Fn141 = null;
    static final ModuleMethod lambda$Fn1410 = null;
    static final ModuleMethod lambda$Fn1411 = null;
    static final ModuleMethod lambda$Fn1412 = null;
    static final ModuleMethod lambda$Fn1413 = null;
    static final ModuleMethod lambda$Fn1414 = null;
    static final ModuleMethod lambda$Fn1415 = null;
    static final ModuleMethod lambda$Fn1416 = null;
    static final ModuleMethod lambda$Fn1417 = null;
    static final ModuleMethod lambda$Fn1418 = null;
    static final ModuleMethod lambda$Fn1419 = null;
    static final ModuleMethod lambda$Fn142 = null;
    static final ModuleMethod lambda$Fn1420 = null;
    static final ModuleMethod lambda$Fn1421 = null;
    static final ModuleMethod lambda$Fn1422 = null;
    static final ModuleMethod lambda$Fn1423 = null;
    static final ModuleMethod lambda$Fn1424 = null;
    static final ModuleMethod lambda$Fn1425 = null;
    static final ModuleMethod lambda$Fn1426 = null;
    static final ModuleMethod lambda$Fn1427 = null;
    static final ModuleMethod lambda$Fn1428 = null;
    static final ModuleMethod lambda$Fn1429 = null;
    static final ModuleMethod lambda$Fn143 = null;
    static final ModuleMethod lambda$Fn1430 = null;
    static final ModuleMethod lambda$Fn1431 = null;
    static final ModuleMethod lambda$Fn1432 = null;
    static final ModuleMethod lambda$Fn1433 = null;
    static final ModuleMethod lambda$Fn1434 = null;
    static final ModuleMethod lambda$Fn1435 = null;
    static final ModuleMethod lambda$Fn1436 = null;
    static final ModuleMethod lambda$Fn1437 = null;
    static final ModuleMethod lambda$Fn1438 = null;
    static final ModuleMethod lambda$Fn1439 = null;
    static final ModuleMethod lambda$Fn144 = null;
    static final ModuleMethod lambda$Fn1440 = null;
    static final ModuleMethod lambda$Fn1441 = null;
    static final ModuleMethod lambda$Fn1442 = null;
    static final ModuleMethod lambda$Fn1443 = null;
    static final ModuleMethod lambda$Fn1444 = null;
    static final ModuleMethod lambda$Fn1445 = null;
    static final ModuleMethod lambda$Fn1446 = null;
    static final ModuleMethod lambda$Fn1447 = null;
    static final ModuleMethod lambda$Fn1448 = null;
    static final ModuleMethod lambda$Fn1449 = null;
    static final ModuleMethod lambda$Fn1450 = null;
    static final ModuleMethod lambda$Fn1451 = null;
    static final ModuleMethod lambda$Fn1452 = null;
    static final ModuleMethod lambda$Fn1453 = null;
    static final ModuleMethod lambda$Fn1454 = null;
    static final ModuleMethod lambda$Fn1455 = null;
    static final ModuleMethod lambda$Fn1456 = null;
    static final ModuleMethod lambda$Fn1457 = null;
    static final ModuleMethod lambda$Fn1458 = null;
    static final ModuleMethod lambda$Fn1459 = null;
    static final ModuleMethod lambda$Fn1460 = null;
    static final ModuleMethod lambda$Fn1461 = null;
    static final ModuleMethod lambda$Fn1462 = null;
    static final ModuleMethod lambda$Fn1463 = null;
    static final ModuleMethod lambda$Fn1464 = null;
    static final ModuleMethod lambda$Fn1465 = null;
    static final ModuleMethod lambda$Fn1466 = null;
    static final ModuleMethod lambda$Fn1467 = null;
    static final ModuleMethod lambda$Fn1468 = null;
    static final ModuleMethod lambda$Fn1469 = null;
    static final ModuleMethod lambda$Fn1470 = null;
    static final ModuleMethod lambda$Fn1471 = null;
    static final ModuleMethod lambda$Fn1472 = null;
    static final ModuleMethod lambda$Fn1473 = null;
    static final ModuleMethod lambda$Fn1474 = null;
    static final ModuleMethod lambda$Fn1475 = null;
    static final ModuleMethod lambda$Fn1476 = null;
    static final ModuleMethod lambda$Fn1477 = null;
    static final ModuleMethod lambda$Fn1478 = null;
    static final ModuleMethod lambda$Fn1479 = null;
    static final ModuleMethod lambda$Fn1480 = null;
    static final ModuleMethod lambda$Fn1481 = null;
    static final ModuleMethod lambda$Fn1482 = null;
    static final ModuleMethod lambda$Fn1483 = null;
    static final ModuleMethod lambda$Fn1484 = null;
    static final ModuleMethod lambda$Fn1485 = null;
    static final ModuleMethod lambda$Fn1486 = null;
    static final ModuleMethod lambda$Fn1487 = null;
    static final ModuleMethod lambda$Fn1488 = null;
    static final ModuleMethod lambda$Fn1489 = null;
    static final ModuleMethod lambda$Fn1490 = null;
    static final ModuleMethod lambda$Fn1491 = null;
    static final ModuleMethod lambda$Fn1492 = null;
    static final ModuleMethod lambda$Fn1493 = null;
    static final ModuleMethod lambda$Fn1494 = null;
    static final ModuleMethod lambda$Fn1495 = null;
    static final ModuleMethod lambda$Fn1496 = null;
    static final ModuleMethod lambda$Fn1497 = null;
    static final ModuleMethod lambda$Fn1498 = null;
    static final ModuleMethod lambda$Fn1499 = null;
    static final ModuleMethod lambda$Fn15 = null;
    static final ModuleMethod lambda$Fn1500 = null;
    static final ModuleMethod lambda$Fn1501 = null;
    static final ModuleMethod lambda$Fn1502 = null;
    static final ModuleMethod lambda$Fn1503 = null;
    static final ModuleMethod lambda$Fn1504 = null;
    static final ModuleMethod lambda$Fn1505 = null;
    static final ModuleMethod lambda$Fn1506 = null;
    static final ModuleMethod lambda$Fn1507 = null;
    static final ModuleMethod lambda$Fn1508 = null;
    static final ModuleMethod lambda$Fn1509 = null;
    static final ModuleMethod lambda$Fn1510 = null;
    static final ModuleMethod lambda$Fn1511 = null;
    static final ModuleMethod lambda$Fn1512 = null;
    static final ModuleMethod lambda$Fn1513 = null;
    static final ModuleMethod lambda$Fn1514 = null;
    static final ModuleMethod lambda$Fn1515 = null;
    static final ModuleMethod lambda$Fn1516 = null;
    static final ModuleMethod lambda$Fn1517 = null;
    static final ModuleMethod lambda$Fn1518 = null;
    static final ModuleMethod lambda$Fn1519 = null;
    static final ModuleMethod lambda$Fn152 = null;
    static final ModuleMethod lambda$Fn1520 = null;
    static final ModuleMethod lambda$Fn1521 = null;
    static final ModuleMethod lambda$Fn1522 = null;
    static final ModuleMethod lambda$Fn1523 = null;
    static final ModuleMethod lambda$Fn1524 = null;
    static final ModuleMethod lambda$Fn1525 = null;
    static final ModuleMethod lambda$Fn1526 = null;
    static final ModuleMethod lambda$Fn1527 = null;
    static final ModuleMethod lambda$Fn1528 = null;
    static final ModuleMethod lambda$Fn1529 = null;
    static final ModuleMethod lambda$Fn153 = null;
    static final ModuleMethod lambda$Fn1530 = null;
    static final ModuleMethod lambda$Fn1531 = null;
    static final ModuleMethod lambda$Fn1532 = null;
    static final ModuleMethod lambda$Fn1533 = null;
    static final ModuleMethod lambda$Fn1534 = null;
    static final ModuleMethod lambda$Fn1535 = null;
    static final ModuleMethod lambda$Fn1536 = null;
    static final ModuleMethod lambda$Fn1537 = null;
    static final ModuleMethod lambda$Fn1538 = null;
    static final ModuleMethod lambda$Fn1539 = null;
    static final ModuleMethod lambda$Fn1540 = null;
    static final ModuleMethod lambda$Fn1541 = null;
    static final ModuleMethod lambda$Fn1542 = null;
    static final ModuleMethod lambda$Fn1543 = null;
    static final ModuleMethod lambda$Fn1544 = null;
    static final ModuleMethod lambda$Fn1545 = null;
    static final ModuleMethod lambda$Fn1546 = null;
    static final ModuleMethod lambda$Fn1547 = null;
    static final ModuleMethod lambda$Fn1548 = null;
    static final ModuleMethod lambda$Fn1549 = null;
    static final ModuleMethod lambda$Fn1550 = null;
    static final ModuleMethod lambda$Fn1551 = null;
    static final ModuleMethod lambda$Fn1552 = null;
    static final ModuleMethod lambda$Fn1553 = null;
    static final ModuleMethod lambda$Fn1554 = null;
    static final ModuleMethod lambda$Fn1555 = null;
    static final ModuleMethod lambda$Fn1556 = null;
    static final ModuleMethod lambda$Fn1557 = null;
    static final ModuleMethod lambda$Fn1558 = null;
    static final ModuleMethod lambda$Fn1559 = null;
    static final ModuleMethod lambda$Fn1560 = null;
    static final ModuleMethod lambda$Fn1561 = null;
    static final ModuleMethod lambda$Fn1562 = null;
    static final ModuleMethod lambda$Fn1563 = null;
    static final ModuleMethod lambda$Fn1564 = null;
    static final ModuleMethod lambda$Fn1565 = null;
    static final ModuleMethod lambda$Fn1566 = null;
    static final ModuleMethod lambda$Fn1567 = null;
    static final ModuleMethod lambda$Fn1568 = null;
    static final ModuleMethod lambda$Fn1569 = null;
    static final ModuleMethod lambda$Fn1570 = null;
    static final ModuleMethod lambda$Fn1571 = null;
    static final ModuleMethod lambda$Fn1572 = null;
    static final ModuleMethod lambda$Fn1573 = null;
    static final ModuleMethod lambda$Fn1574 = null;
    static final ModuleMethod lambda$Fn1575 = null;
    static final ModuleMethod lambda$Fn1576 = null;
    static final ModuleMethod lambda$Fn1577 = null;
    static final ModuleMethod lambda$Fn1578 = null;
    static final ModuleMethod lambda$Fn1579 = null;
    static final ModuleMethod lambda$Fn1580 = null;
    static final ModuleMethod lambda$Fn1581 = null;
    static final ModuleMethod lambda$Fn1582 = null;
    static final ModuleMethod lambda$Fn1583 = null;
    static final ModuleMethod lambda$Fn1584 = null;
    static final ModuleMethod lambda$Fn1585 = null;
    static final ModuleMethod lambda$Fn1586 = null;
    static final ModuleMethod lambda$Fn1587 = null;
    static final ModuleMethod lambda$Fn1588 = null;
    static final ModuleMethod lambda$Fn1589 = null;
    static final ModuleMethod lambda$Fn1590 = null;
    static final ModuleMethod lambda$Fn1591 = null;
    static final ModuleMethod lambda$Fn1592 = null;
    static final ModuleMethod lambda$Fn1593 = null;
    static final ModuleMethod lambda$Fn1594 = null;
    static final ModuleMethod lambda$Fn1595 = null;
    static final ModuleMethod lambda$Fn1596 = null;
    static final ModuleMethod lambda$Fn1597 = null;
    static final ModuleMethod lambda$Fn1598 = null;
    static final ModuleMethod lambda$Fn1599 = null;
    static final ModuleMethod lambda$Fn16 = null;
    static final ModuleMethod lambda$Fn1600 = null;
    static final ModuleMethod lambda$Fn1601 = null;
    static final ModuleMethod lambda$Fn1602 = null;
    static final ModuleMethod lambda$Fn1603 = null;
    static final ModuleMethod lambda$Fn1604 = null;
    static final ModuleMethod lambda$Fn1605 = null;
    static final ModuleMethod lambda$Fn1606 = null;
    static final ModuleMethod lambda$Fn1607 = null;
    static final ModuleMethod lambda$Fn1608 = null;
    static final ModuleMethod lambda$Fn1609 = null;
    static final ModuleMethod lambda$Fn161 = null;
    static final ModuleMethod lambda$Fn1610 = null;
    static final ModuleMethod lambda$Fn1611 = null;
    static final ModuleMethod lambda$Fn1612 = null;
    static final ModuleMethod lambda$Fn1613 = null;
    static final ModuleMethod lambda$Fn1614 = null;
    static final ModuleMethod lambda$Fn1615 = null;
    static final ModuleMethod lambda$Fn1616 = null;
    static final ModuleMethod lambda$Fn1617 = null;
    static final ModuleMethod lambda$Fn1618 = null;
    static final ModuleMethod lambda$Fn1619 = null;
    static final ModuleMethod lambda$Fn162 = null;
    static final ModuleMethod lambda$Fn1620 = null;
    static final ModuleMethod lambda$Fn1621 = null;
    static final ModuleMethod lambda$Fn1622 = null;
    static final ModuleMethod lambda$Fn1623 = null;
    static final ModuleMethod lambda$Fn1624 = null;
    static final ModuleMethod lambda$Fn1625 = null;
    static final ModuleMethod lambda$Fn1626 = null;
    static final ModuleMethod lambda$Fn1627 = null;
    static final ModuleMethod lambda$Fn1628 = null;
    static final ModuleMethod lambda$Fn1629 = null;
    static final ModuleMethod lambda$Fn163 = null;
    static final ModuleMethod lambda$Fn1630 = null;
    static final ModuleMethod lambda$Fn1631 = null;
    static final ModuleMethod lambda$Fn1632 = null;
    static final ModuleMethod lambda$Fn1633 = null;
    static final ModuleMethod lambda$Fn1634 = null;
    static final ModuleMethod lambda$Fn1635 = null;
    static final ModuleMethod lambda$Fn1636 = null;
    static final ModuleMethod lambda$Fn1637 = null;
    static final ModuleMethod lambda$Fn1638 = null;
    static final ModuleMethod lambda$Fn1639 = null;
    static final ModuleMethod lambda$Fn164 = null;
    static final ModuleMethod lambda$Fn1640 = null;
    static final ModuleMethod lambda$Fn1641 = null;
    static final ModuleMethod lambda$Fn1642 = null;
    static final ModuleMethod lambda$Fn1643 = null;
    static final ModuleMethod lambda$Fn1644 = null;
    static final ModuleMethod lambda$Fn1645 = null;
    static final ModuleMethod lambda$Fn1646 = null;
    static final ModuleMethod lambda$Fn1647 = null;
    static final ModuleMethod lambda$Fn1648 = null;
    static final ModuleMethod lambda$Fn1649 = null;
    static final ModuleMethod lambda$Fn165 = null;
    static final ModuleMethod lambda$Fn1650 = null;
    static final ModuleMethod lambda$Fn1651 = null;
    static final ModuleMethod lambda$Fn1652 = null;
    static final ModuleMethod lambda$Fn1653 = null;
    static final ModuleMethod lambda$Fn1654 = null;
    static final ModuleMethod lambda$Fn1655 = null;
    static final ModuleMethod lambda$Fn1656 = null;
    static final ModuleMethod lambda$Fn1657 = null;
    static final ModuleMethod lambda$Fn1658 = null;
    static final ModuleMethod lambda$Fn1659 = null;
    static final ModuleMethod lambda$Fn1660 = null;
    static final ModuleMethod lambda$Fn1661 = null;
    static final ModuleMethod lambda$Fn1662 = null;
    static final ModuleMethod lambda$Fn1663 = null;
    static final ModuleMethod lambda$Fn1664 = null;
    static final ModuleMethod lambda$Fn1665 = null;
    static final ModuleMethod lambda$Fn1666 = null;
    static final ModuleMethod lambda$Fn1667 = null;
    static final ModuleMethod lambda$Fn1668 = null;
    static final ModuleMethod lambda$Fn1669 = null;
    static final ModuleMethod lambda$Fn1670 = null;
    static final ModuleMethod lambda$Fn1671 = null;
    static final ModuleMethod lambda$Fn1672 = null;
    static final ModuleMethod lambda$Fn1673 = null;
    static final ModuleMethod lambda$Fn1674 = null;
    static final ModuleMethod lambda$Fn1675 = null;
    static final ModuleMethod lambda$Fn1676 = null;
    static final ModuleMethod lambda$Fn1677 = null;
    static final ModuleMethod lambda$Fn1678 = null;
    static final ModuleMethod lambda$Fn1679 = null;
    static final ModuleMethod lambda$Fn168 = null;
    static final ModuleMethod lambda$Fn1680 = null;
    static final ModuleMethod lambda$Fn1681 = null;
    static final ModuleMethod lambda$Fn1682 = null;
    static final ModuleMethod lambda$Fn1683 = null;
    static final ModuleMethod lambda$Fn1684 = null;
    static final ModuleMethod lambda$Fn1685 = null;
    static final ModuleMethod lambda$Fn1686 = null;
    static final ModuleMethod lambda$Fn1687 = null;
    static final ModuleMethod lambda$Fn1688 = null;
    static final ModuleMethod lambda$Fn1689 = null;
    static final ModuleMethod lambda$Fn169 = null;
    static final ModuleMethod lambda$Fn1690 = null;
    static final ModuleMethod lambda$Fn1691 = null;
    static final ModuleMethod lambda$Fn1692 = null;
    static final ModuleMethod lambda$Fn1693 = null;
    static final ModuleMethod lambda$Fn1694 = null;
    static final ModuleMethod lambda$Fn1695 = null;
    static final ModuleMethod lambda$Fn1696 = null;
    static final ModuleMethod lambda$Fn1697 = null;
    static final ModuleMethod lambda$Fn1698 = null;
    static final ModuleMethod lambda$Fn1699 = null;
    static final ModuleMethod lambda$Fn17 = null;
    static final ModuleMethod lambda$Fn1700 = null;
    static final ModuleMethod lambda$Fn1701 = null;
    static final ModuleMethod lambda$Fn1702 = null;
    static final ModuleMethod lambda$Fn1703 = null;
    static final ModuleMethod lambda$Fn1704 = null;
    static final ModuleMethod lambda$Fn1705 = null;
    static final ModuleMethod lambda$Fn1706 = null;
    static final ModuleMethod lambda$Fn1707 = null;
    static final ModuleMethod lambda$Fn1708 = null;
    static final ModuleMethod lambda$Fn1709 = null;
    static final ModuleMethod lambda$Fn1710 = null;
    static final ModuleMethod lambda$Fn1711 = null;
    static final ModuleMethod lambda$Fn1712 = null;
    static final ModuleMethod lambda$Fn1713 = null;
    static final ModuleMethod lambda$Fn1714 = null;
    static final ModuleMethod lambda$Fn1715 = null;
    static final ModuleMethod lambda$Fn1716 = null;
    static final ModuleMethod lambda$Fn1717 = null;
    static final ModuleMethod lambda$Fn1718 = null;
    static final ModuleMethod lambda$Fn1719 = null;
    static final ModuleMethod lambda$Fn172 = null;
    static final ModuleMethod lambda$Fn1720 = null;
    static final ModuleMethod lambda$Fn1721 = null;
    static final ModuleMethod lambda$Fn1722 = null;
    static final ModuleMethod lambda$Fn1723 = null;
    static final ModuleMethod lambda$Fn1724 = null;
    static final ModuleMethod lambda$Fn1725 = null;
    static final ModuleMethod lambda$Fn1726 = null;
    static final ModuleMethod lambda$Fn1727 = null;
    static final ModuleMethod lambda$Fn1728 = null;
    static final ModuleMethod lambda$Fn1729 = null;
    static final ModuleMethod lambda$Fn173 = null;
    static final ModuleMethod lambda$Fn1730 = null;
    static final ModuleMethod lambda$Fn1731 = null;
    static final ModuleMethod lambda$Fn1732 = null;
    static final ModuleMethod lambda$Fn1733 = null;
    static final ModuleMethod lambda$Fn1734 = null;
    static final ModuleMethod lambda$Fn1735 = null;
    static final ModuleMethod lambda$Fn1736 = null;
    static final ModuleMethod lambda$Fn1737 = null;
    static final ModuleMethod lambda$Fn1738 = null;
    static final ModuleMethod lambda$Fn1739 = null;
    static final ModuleMethod lambda$Fn174 = null;
    static final ModuleMethod lambda$Fn1740 = null;
    static final ModuleMethod lambda$Fn1748 = null;
    static final ModuleMethod lambda$Fn175 = null;
    static final ModuleMethod lambda$Fn1755 = null;
    static final ModuleMethod lambda$Fn1756 = null;
    static final ModuleMethod lambda$Fn1762 = null;
    static final ModuleMethod lambda$Fn1768 = null;
    static final ModuleMethod lambda$Fn1769 = null;
    static final ModuleMethod lambda$Fn177 = null;
    static final ModuleMethod lambda$Fn1770 = null;
    static final ModuleMethod lambda$Fn1771 = null;
    static final ModuleMethod lambda$Fn1772 = null;
    static final ModuleMethod lambda$Fn1773 = null;
    static final ModuleMethod lambda$Fn1774 = null;
    static final ModuleMethod lambda$Fn1775 = null;
    static final ModuleMethod lambda$Fn1776 = null;
    static final ModuleMethod lambda$Fn1777 = null;
    static final ModuleMethod lambda$Fn1778 = null;
    static final ModuleMethod lambda$Fn1779 = null;
    static final ModuleMethod lambda$Fn178 = null;
    static final ModuleMethod lambda$Fn1780 = null;
    static final ModuleMethod lambda$Fn1781 = null;
    static final ModuleMethod lambda$Fn1782 = null;
    static final ModuleMethod lambda$Fn1783 = null;
    static final ModuleMethod lambda$Fn1784 = null;
    static final ModuleMethod lambda$Fn1785 = null;
    static final ModuleMethod lambda$Fn18 = null;
    static final ModuleMethod lambda$Fn180 = null;
    static final ModuleMethod lambda$Fn181 = null;
    static final ModuleMethod lambda$Fn182 = null;
    static final ModuleMethod lambda$Fn183 = null;
    static final ModuleMethod lambda$Fn184 = null;
    static final ModuleMethod lambda$Fn185 = null;
    static final ModuleMethod lambda$Fn186 = null;
    static final ModuleMethod lambda$Fn187 = null;
    static final ModuleMethod lambda$Fn19 = null;
    static final ModuleMethod lambda$Fn190 = null;
    static final ModuleMethod lambda$Fn191 = null;
    static final ModuleMethod lambda$Fn192 = null;
    static final ModuleMethod lambda$Fn193 = null;
    static final ModuleMethod lambda$Fn196 = null;
    static final ModuleMethod lambda$Fn197 = null;
    static final ModuleMethod lambda$Fn198 = null;
    static final ModuleMethod lambda$Fn199 = null;
    static final ModuleMethod lambda$Fn2 = null;
    static final ModuleMethod lambda$Fn20 = null;
    static final ModuleMethod lambda$Fn200 = null;
    static final ModuleMethod lambda$Fn203 = null;
    static final ModuleMethod lambda$Fn204 = null;
    static final ModuleMethod lambda$Fn207 = null;
    static final ModuleMethod lambda$Fn208 = null;
    static final ModuleMethod lambda$Fn209 = null;
    static final ModuleMethod lambda$Fn21 = null;
    static final ModuleMethod lambda$Fn210 = null;
    static final ModuleMethod lambda$Fn211 = null;
    static final ModuleMethod lambda$Fn212 = null;
    static final ModuleMethod lambda$Fn213 = null;
    static final ModuleMethod lambda$Fn214 = null;
    static final ModuleMethod lambda$Fn215 = null;
    static final ModuleMethod lambda$Fn216 = null;
    static final ModuleMethod lambda$Fn217 = null;
    static final ModuleMethod lambda$Fn218 = null;
    static final ModuleMethod lambda$Fn219 = null;
    static final ModuleMethod lambda$Fn22 = null;
    static final ModuleMethod lambda$Fn220 = null;
    static final ModuleMethod lambda$Fn221 = null;
    static final ModuleMethod lambda$Fn222 = null;
    static final ModuleMethod lambda$Fn223 = null;
    static final ModuleMethod lambda$Fn224 = null;
    static final ModuleMethod lambda$Fn225 = null;
    static final ModuleMethod lambda$Fn226 = null;
    static final ModuleMethod lambda$Fn227 = null;
    static final ModuleMethod lambda$Fn228 = null;
    static final ModuleMethod lambda$Fn23 = null;
    static final ModuleMethod lambda$Fn230 = null;
    static final ModuleMethod lambda$Fn231 = null;
    static final ModuleMethod lambda$Fn233 = null;
    static final ModuleMethod lambda$Fn24 = null;
    static final ModuleMethod lambda$Fn244 = null;
    static final ModuleMethod lambda$Fn245 = null;
    static final ModuleMethod lambda$Fn25 = null;
    static final ModuleMethod lambda$Fn256 = null;
    static final ModuleMethod lambda$Fn257 = null;
    static final ModuleMethod lambda$Fn258 = null;
    static final ModuleMethod lambda$Fn259 = null;
    static final ModuleMethod lambda$Fn26 = null;
    static final ModuleMethod lambda$Fn260 = null;
    static final ModuleMethod lambda$Fn261 = null;
    static final ModuleMethod lambda$Fn262 = null;
    static final ModuleMethod lambda$Fn263 = null;
    static final ModuleMethod lambda$Fn264 = null;
    static final ModuleMethod lambda$Fn265 = null;
    static final ModuleMethod lambda$Fn267 = null;
    static final ModuleMethod lambda$Fn268 = null;
    static final ModuleMethod lambda$Fn27 = null;
    static final ModuleMethod lambda$Fn270 = null;
    static final ModuleMethod lambda$Fn271 = null;
    static final ModuleMethod lambda$Fn272 = null;
    static final ModuleMethod lambda$Fn273 = null;
    static final ModuleMethod lambda$Fn275 = null;
    static final ModuleMethod lambda$Fn276 = null;
    static final ModuleMethod lambda$Fn278 = null;
    static final ModuleMethod lambda$Fn28 = null;
    static final ModuleMethod lambda$Fn282 = null;
    static final ModuleMethod lambda$Fn283 = null;
    static final ModuleMethod lambda$Fn287 = null;
    static final ModuleMethod lambda$Fn288 = null;
    static final ModuleMethod lambda$Fn289 = null;
    static final ModuleMethod lambda$Fn29 = null;
    static final ModuleMethod lambda$Fn290 = null;
    static final ModuleMethod lambda$Fn291 = null;
    static final ModuleMethod lambda$Fn292 = null;
    static final ModuleMethod lambda$Fn293 = null;
    static final ModuleMethod lambda$Fn294 = null;
    static final ModuleMethod lambda$Fn295 = null;
    static final ModuleMethod lambda$Fn296 = null;
    static final ModuleMethod lambda$Fn297 = null;
    static final ModuleMethod lambda$Fn298 = null;
    static final ModuleMethod lambda$Fn299 = null;
    static final ModuleMethod lambda$Fn3 = null;
    static final ModuleMethod lambda$Fn30 = null;
    static final ModuleMethod lambda$Fn300 = null;
    static final ModuleMethod lambda$Fn301 = null;
    static final ModuleMethod lambda$Fn302 = null;
    static final ModuleMethod lambda$Fn303 = null;
    static final ModuleMethod lambda$Fn304 = null;
    static final ModuleMethod lambda$Fn305 = null;
    static final ModuleMethod lambda$Fn306 = null;
    static final ModuleMethod lambda$Fn307 = null;
    static final ModuleMethod lambda$Fn308 = null;
    static final ModuleMethod lambda$Fn309 = null;
    static final ModuleMethod lambda$Fn31 = null;
    static final ModuleMethod lambda$Fn310 = null;
    static final ModuleMethod lambda$Fn311 = null;
    static final ModuleMethod lambda$Fn312 = null;
    static final ModuleMethod lambda$Fn313 = null;
    static final ModuleMethod lambda$Fn314 = null;
    static final ModuleMethod lambda$Fn315 = null;
    static final ModuleMethod lambda$Fn316 = null;
    static final ModuleMethod lambda$Fn317 = null;
    static final ModuleMethod lambda$Fn319 = null;
    static final ModuleMethod lambda$Fn32 = null;
    static final ModuleMethod lambda$Fn320 = null;
    static final ModuleMethod lambda$Fn322 = null;
    static final ModuleMethod lambda$Fn324 = null;
    static final ModuleMethod lambda$Fn325 = null;
    static final ModuleMethod lambda$Fn327 = null;
    static final ModuleMethod lambda$Fn328 = null;
    static final ModuleMethod lambda$Fn33 = null;
    static final ModuleMethod lambda$Fn330 = null;
    static final ModuleMethod lambda$Fn332 = null;
    static final ModuleMethod lambda$Fn333 = null;
    static final ModuleMethod lambda$Fn334 = null;
    static final ModuleMethod lambda$Fn335 = null;
    static final ModuleMethod lambda$Fn336 = null;
    static final ModuleMethod lambda$Fn337 = null;
    static final ModuleMethod lambda$Fn338 = null;
    static final ModuleMethod lambda$Fn34 = null;
    static final ModuleMethod lambda$Fn340 = null;
    static final ModuleMethod lambda$Fn341 = null;
    static final ModuleMethod lambda$Fn342 = null;
    static final ModuleMethod lambda$Fn344 = null;
    static final ModuleMethod lambda$Fn346 = null;
    static final ModuleMethod lambda$Fn347 = null;
    static final ModuleMethod lambda$Fn348 = null;
    static final ModuleMethod lambda$Fn349 = null;
    static final ModuleMethod lambda$Fn35 = null;
    static final ModuleMethod lambda$Fn350 = null;
    static final ModuleMethod lambda$Fn351 = null;
    static final ModuleMethod lambda$Fn352 = null;
    static final ModuleMethod lambda$Fn354 = null;
    static final ModuleMethod lambda$Fn355 = null;
    static final ModuleMethod lambda$Fn356 = null;
    static final ModuleMethod lambda$Fn357 = null;
    static final ModuleMethod lambda$Fn358 = null;
    static final ModuleMethod lambda$Fn359 = null;
    static final ModuleMethod lambda$Fn36 = null;
    static final ModuleMethod lambda$Fn360 = null;
    static final ModuleMethod lambda$Fn361 = null;
    static final ModuleMethod lambda$Fn362 = null;
    static final ModuleMethod lambda$Fn363 = null;
    static final ModuleMethod lambda$Fn364 = null;
    static final ModuleMethod lambda$Fn365 = null;
    static final ModuleMethod lambda$Fn366 = null;
    static final ModuleMethod lambda$Fn367 = null;
    static final ModuleMethod lambda$Fn368 = null;
    static final ModuleMethod lambda$Fn369 = null;
    static final ModuleMethod lambda$Fn37 = null;
    static final ModuleMethod lambda$Fn370 = null;
    static final ModuleMethod lambda$Fn371 = null;
    static final ModuleMethod lambda$Fn372 = null;
    static final ModuleMethod lambda$Fn373 = null;
    static final ModuleMethod lambda$Fn374 = null;
    static final ModuleMethod lambda$Fn375 = null;
    static final ModuleMethod lambda$Fn376 = null;
    static final ModuleMethod lambda$Fn377 = null;
    static final ModuleMethod lambda$Fn378 = null;
    static final ModuleMethod lambda$Fn379 = null;
    static final ModuleMethod lambda$Fn38 = null;
    static final ModuleMethod lambda$Fn380 = null;
    static final ModuleMethod lambda$Fn381 = null;
    static final ModuleMethod lambda$Fn383 = null;
    static final ModuleMethod lambda$Fn384 = null;
    static final ModuleMethod lambda$Fn386 = null;
    static final ModuleMethod lambda$Fn387 = null;
    static final ModuleMethod lambda$Fn388 = null;
    static final ModuleMethod lambda$Fn389 = null;
    static final ModuleMethod lambda$Fn39 = null;
    static final ModuleMethod lambda$Fn393 = null;
    static final ModuleMethod lambda$Fn394 = null;
    static final ModuleMethod lambda$Fn398 = null;
    static final ModuleMethod lambda$Fn4 = null;
    static final ModuleMethod lambda$Fn40 = null;
    static final ModuleMethod lambda$Fn400 = null;
    static final ModuleMethod lambda$Fn401 = null;
    static final ModuleMethod lambda$Fn403 = null;
    static final ModuleMethod lambda$Fn404 = null;
    static final ModuleMethod lambda$Fn405 = null;
    static final ModuleMethod lambda$Fn406 = null;
    static final ModuleMethod lambda$Fn407 = null;
    static final ModuleMethod lambda$Fn408 = null;
    static final ModuleMethod lambda$Fn409 = null;
    static final ModuleMethod lambda$Fn41 = null;
    static final ModuleMethod lambda$Fn410 = null;
    static final ModuleMethod lambda$Fn411 = null;
    static final ModuleMethod lambda$Fn412 = null;
    static final ModuleMethod lambda$Fn413 = null;
    static final ModuleMethod lambda$Fn414 = null;
    static final ModuleMethod lambda$Fn415 = null;
    static final ModuleMethod lambda$Fn416 = null;
    static final ModuleMethod lambda$Fn417 = null;
    static final ModuleMethod lambda$Fn418 = null;
    static final ModuleMethod lambda$Fn419 = null;
    static final ModuleMethod lambda$Fn42 = null;
    static final ModuleMethod lambda$Fn421 = null;
    static final ModuleMethod lambda$Fn422 = null;
    static final ModuleMethod lambda$Fn423 = null;
    static final ModuleMethod lambda$Fn425 = null;
    static final ModuleMethod lambda$Fn426 = null;
    static final ModuleMethod lambda$Fn427 = null;
    static final ModuleMethod lambda$Fn428 = null;
    static final ModuleMethod lambda$Fn429 = null;
    static final ModuleMethod lambda$Fn43 = null;
    static final ModuleMethod lambda$Fn430 = null;
    static final ModuleMethod lambda$Fn431 = null;
    static final ModuleMethod lambda$Fn432 = null;
    static final ModuleMethod lambda$Fn433 = null;
    static final ModuleMethod lambda$Fn434 = null;
    static final ModuleMethod lambda$Fn435 = null;
    static final ModuleMethod lambda$Fn438 = null;
    static final ModuleMethod lambda$Fn439 = null;
    static final ModuleMethod lambda$Fn44 = null;
    static final ModuleMethod lambda$Fn440 = null;
    static final ModuleMethod lambda$Fn443 = null;
    static final ModuleMethod lambda$Fn444 = null;
    static final ModuleMethod lambda$Fn448 = null;
    static final ModuleMethod lambda$Fn449 = null;
    static final ModuleMethod lambda$Fn45 = null;
    static final ModuleMethod lambda$Fn453 = null;
    static final ModuleMethod lambda$Fn454 = null;
    static final ModuleMethod lambda$Fn455 = null;
    static final ModuleMethod lambda$Fn456 = null;
    static final ModuleMethod lambda$Fn457 = null;
    static final ModuleMethod lambda$Fn458 = null;
    static final ModuleMethod lambda$Fn459 = null;
    static final ModuleMethod lambda$Fn46 = null;
    static final ModuleMethod lambda$Fn460 = null;
    static final ModuleMethod lambda$Fn461 = null;
    static final ModuleMethod lambda$Fn462 = null;
    static final ModuleMethod lambda$Fn463 = null;
    static final ModuleMethod lambda$Fn464 = null;
    static final ModuleMethod lambda$Fn465 = null;
    static final ModuleMethod lambda$Fn466 = null;
    static final ModuleMethod lambda$Fn467 = null;
    static final ModuleMethod lambda$Fn468 = null;
    static final ModuleMethod lambda$Fn469 = null;
    static final ModuleMethod lambda$Fn47 = null;
    static final ModuleMethod lambda$Fn470 = null;
    static final ModuleMethod lambda$Fn471 = null;
    static final ModuleMethod lambda$Fn472 = null;
    static final ModuleMethod lambda$Fn473 = null;
    static final ModuleMethod lambda$Fn474 = null;
    static final ModuleMethod lambda$Fn476 = null;
    static final ModuleMethod lambda$Fn477 = null;
    static final ModuleMethod lambda$Fn479 = null;
    static final ModuleMethod lambda$Fn48 = null;
    static final ModuleMethod lambda$Fn480 = null;
    static final ModuleMethod lambda$Fn481 = null;
    static final ModuleMethod lambda$Fn482 = null;
    static final ModuleMethod lambda$Fn483 = null;
    static final ModuleMethod lambda$Fn484 = null;
    static final ModuleMethod lambda$Fn485 = null;
    static final ModuleMethod lambda$Fn486 = null;
    static final ModuleMethod lambda$Fn49 = null;
    static final ModuleMethod lambda$Fn490 = null;
    static final ModuleMethod lambda$Fn491 = null;
    static final ModuleMethod lambda$Fn492 = null;
    static final ModuleMethod lambda$Fn496 = null;
    static final ModuleMethod lambda$Fn497 = null;
    static final ModuleMethod lambda$Fn498 = null;
    static final ModuleMethod lambda$Fn499 = null;
    static final ModuleMethod lambda$Fn5 = null;
    static final ModuleMethod lambda$Fn50 = null;
    static final ModuleMethod lambda$Fn500 = null;
    static final ModuleMethod lambda$Fn501 = null;
    static final ModuleMethod lambda$Fn502 = null;
    static final ModuleMethod lambda$Fn503 = null;
    static final ModuleMethod lambda$Fn504 = null;
    static final ModuleMethod lambda$Fn505 = null;
    static final ModuleMethod lambda$Fn506 = null;
    static final ModuleMethod lambda$Fn507 = null;
    static final ModuleMethod lambda$Fn508 = null;
    static final ModuleMethod lambda$Fn509 = null;
    static final ModuleMethod lambda$Fn51 = null;
    static final ModuleMethod lambda$Fn510 = null;
    static final ModuleMethod lambda$Fn511 = null;
    static final ModuleMethod lambda$Fn512 = null;
    static final ModuleMethod lambda$Fn513 = null;
    static final ModuleMethod lambda$Fn514 = null;
    static final ModuleMethod lambda$Fn515 = null;
    static final ModuleMethod lambda$Fn516 = null;
    static final ModuleMethod lambda$Fn517 = null;
    static final ModuleMethod lambda$Fn518 = null;
    static final ModuleMethod lambda$Fn52 = null;
    static final ModuleMethod lambda$Fn523 = null;
    static final ModuleMethod lambda$Fn524 = null;
    static final ModuleMethod lambda$Fn525 = null;
    static final ModuleMethod lambda$Fn53 = null;
    static final ModuleMethod lambda$Fn530 = null;
    static final ModuleMethod lambda$Fn531 = null;
    static final ModuleMethod lambda$Fn532 = null;
    static final ModuleMethod lambda$Fn533 = null;
    static final ModuleMethod lambda$Fn534 = null;
    static final ModuleMethod lambda$Fn537 = null;
    static final ModuleMethod lambda$Fn538 = null;
    static final ModuleMethod lambda$Fn54 = null;
    static final ModuleMethod lambda$Fn541 = null;
    static final ModuleMethod lambda$Fn542 = null;
    static final ModuleMethod lambda$Fn543 = null;
    static final ModuleMethod lambda$Fn544 = null;
    static final ModuleMethod lambda$Fn545 = null;
    static final ModuleMethod lambda$Fn546 = null;
    static final ModuleMethod lambda$Fn547 = null;
    static final ModuleMethod lambda$Fn55 = null;
    static final ModuleMethod lambda$Fn550 = null;
    static final ModuleMethod lambda$Fn551 = null;
    static final ModuleMethod lambda$Fn552 = null;
    static final ModuleMethod lambda$Fn555 = null;
    static final ModuleMethod lambda$Fn556 = null;
    static final ModuleMethod lambda$Fn56 = null;
    static final ModuleMethod lambda$Fn561 = null;
    static final ModuleMethod lambda$Fn563 = null;
    static final ModuleMethod lambda$Fn565 = null;
    static final ModuleMethod lambda$Fn566 = null;
    static final ModuleMethod lambda$Fn57 = null;
    static final ModuleMethod lambda$Fn571 = null;
    static final ModuleMethod lambda$Fn573 = null;
    static final ModuleMethod lambda$Fn575 = null;
    static final ModuleMethod lambda$Fn576 = null;
    static final ModuleMethod lambda$Fn577 = null;
    static final ModuleMethod lambda$Fn578 = null;
    static final ModuleMethod lambda$Fn58 = null;
    static final ModuleMethod lambda$Fn581 = null;
    static final ModuleMethod lambda$Fn582 = null;
    static final ModuleMethod lambda$Fn589 = null;
    static final ModuleMethod lambda$Fn59 = null;
    static final ModuleMethod lambda$Fn592 = null;
    static final ModuleMethod lambda$Fn593 = null;
    static final ModuleMethod lambda$Fn594 = null;
    static final ModuleMethod lambda$Fn595 = null;
    static final ModuleMethod lambda$Fn596 = null;
    static final ModuleMethod lambda$Fn597 = null;
    static final ModuleMethod lambda$Fn598 = null;
    static final ModuleMethod lambda$Fn599 = null;
    static final ModuleMethod lambda$Fn6 = null;
    static final ModuleMethod lambda$Fn60 = null;
    static final ModuleMethod lambda$Fn600 = null;
    static final ModuleMethod lambda$Fn601 = null;
    static final ModuleMethod lambda$Fn602 = null;
    static final ModuleMethod lambda$Fn603 = null;
    static final ModuleMethod lambda$Fn604 = null;
    static final ModuleMethod lambda$Fn605 = null;
    static final ModuleMethod lambda$Fn606 = null;
    static final ModuleMethod lambda$Fn607 = null;
    static final ModuleMethod lambda$Fn608 = null;
    static final ModuleMethod lambda$Fn609 = null;
    static final ModuleMethod lambda$Fn61 = null;
    static final ModuleMethod lambda$Fn610 = null;
    static final ModuleMethod lambda$Fn611 = null;
    static final ModuleMethod lambda$Fn62 = null;
    static final ModuleMethod lambda$Fn624 = null;
    static final ModuleMethod lambda$Fn625 = null;
    static final ModuleMethod lambda$Fn63 = null;
    static final ModuleMethod lambda$Fn638 = null;
    static final ModuleMethod lambda$Fn639 = null;
    static final ModuleMethod lambda$Fn64 = null;
    static final ModuleMethod lambda$Fn640 = null;
    static final ModuleMethod lambda$Fn641 = null;
    static final ModuleMethod lambda$Fn642 = null;
    static final ModuleMethod lambda$Fn643 = null;
    static final ModuleMethod lambda$Fn644 = null;
    static final ModuleMethod lambda$Fn645 = null;
    static final ModuleMethod lambda$Fn646 = null;
    static final ModuleMethod lambda$Fn647 = null;
    static final ModuleMethod lambda$Fn648 = null;
    static final ModuleMethod lambda$Fn649 = null;
    static final ModuleMethod lambda$Fn650 = null;
    static final ModuleMethod lambda$Fn651 = null;
    static final ModuleMethod lambda$Fn652 = null;
    static final ModuleMethod lambda$Fn653 = null;
    static final ModuleMethod lambda$Fn654 = null;
    static final ModuleMethod lambda$Fn655 = null;
    static final ModuleMethod lambda$Fn656 = null;
    static final ModuleMethod lambda$Fn657 = null;
    static final ModuleMethod lambda$Fn658 = null;
    static final ModuleMethod lambda$Fn659 = null;
    static final ModuleMethod lambda$Fn660 = null;
    static final ModuleMethod lambda$Fn661 = null;
    static final ModuleMethod lambda$Fn662 = null;
    static final ModuleMethod lambda$Fn663 = null;
    static final ModuleMethod lambda$Fn664 = null;
    static final ModuleMethod lambda$Fn665 = null;
    static final ModuleMethod lambda$Fn666 = null;
    static final ModuleMethod lambda$Fn667 = null;
    static final ModuleMethod lambda$Fn668 = null;
    static final ModuleMethod lambda$Fn669 = null;
    static final ModuleMethod lambda$Fn670 = null;
    static final ModuleMethod lambda$Fn671 = null;
    static final ModuleMethod lambda$Fn672 = null;
    static final ModuleMethod lambda$Fn673 = null;
    static final ModuleMethod lambda$Fn674 = null;
    static final ModuleMethod lambda$Fn675 = null;
    static final ModuleMethod lambda$Fn676 = null;
    static final ModuleMethod lambda$Fn677 = null;
    static final ModuleMethod lambda$Fn678 = null;
    static final ModuleMethod lambda$Fn679 = null;
    static final ModuleMethod lambda$Fn680 = null;
    static final ModuleMethod lambda$Fn681 = null;
    static final ModuleMethod lambda$Fn682 = null;
    static final ModuleMethod lambda$Fn683 = null;
    static final ModuleMethod lambda$Fn684 = null;
    static final ModuleMethod lambda$Fn685 = null;
    static final ModuleMethod lambda$Fn686 = null;
    static final ModuleMethod lambda$Fn687 = null;
    static final ModuleMethod lambda$Fn688 = null;
    static final ModuleMethod lambda$Fn689 = null;
    static final ModuleMethod lambda$Fn690 = null;
    static final ModuleMethod lambda$Fn691 = null;
    static final ModuleMethod lambda$Fn692 = null;
    static final ModuleMethod lambda$Fn693 = null;
    static final ModuleMethod lambda$Fn694 = null;
    static final ModuleMethod lambda$Fn695 = null;
    static final ModuleMethod lambda$Fn696 = null;
    static final ModuleMethod lambda$Fn697 = null;
    static final ModuleMethod lambda$Fn698 = null;
    static final ModuleMethod lambda$Fn699 = null;
    static final ModuleMethod lambda$Fn7 = null;
    static final ModuleMethod lambda$Fn700 = null;
    static final ModuleMethod lambda$Fn701 = null;
    static final ModuleMethod lambda$Fn702 = null;
    static final ModuleMethod lambda$Fn703 = null;
    static final ModuleMethod lambda$Fn704 = null;
    static final ModuleMethod lambda$Fn705 = null;
    static final ModuleMethod lambda$Fn706 = null;
    static final ModuleMethod lambda$Fn707 = null;
    static final ModuleMethod lambda$Fn708 = null;
    static final ModuleMethod lambda$Fn709 = null;
    static final ModuleMethod lambda$Fn710 = null;
    static final ModuleMethod lambda$Fn711 = null;
    static final ModuleMethod lambda$Fn712 = null;
    static final ModuleMethod lambda$Fn713 = null;
    static final ModuleMethod lambda$Fn714 = null;
    static final ModuleMethod lambda$Fn715 = null;
    static final ModuleMethod lambda$Fn716 = null;
    static final ModuleMethod lambda$Fn717 = null;
    static final ModuleMethod lambda$Fn718 = null;
    static final ModuleMethod lambda$Fn719 = null;
    static final ModuleMethod lambda$Fn72 = null;
    static final ModuleMethod lambda$Fn720 = null;
    static final ModuleMethod lambda$Fn721 = null;
    static final ModuleMethod lambda$Fn722 = null;
    static final ModuleMethod lambda$Fn723 = null;
    static final ModuleMethod lambda$Fn724 = null;
    static final ModuleMethod lambda$Fn725 = null;
    static final ModuleMethod lambda$Fn726 = null;
    static final ModuleMethod lambda$Fn727 = null;
    static final ModuleMethod lambda$Fn728 = null;
    static final ModuleMethod lambda$Fn729 = null;
    static final ModuleMethod lambda$Fn73 = null;
    static final ModuleMethod lambda$Fn730 = null;
    static final ModuleMethod lambda$Fn731 = null;
    static final ModuleMethod lambda$Fn732 = null;
    static final ModuleMethod lambda$Fn733 = null;
    static final ModuleMethod lambda$Fn734 = null;
    static final ModuleMethod lambda$Fn735 = null;
    static final ModuleMethod lambda$Fn736 = null;
    static final ModuleMethod lambda$Fn737 = null;
    static final ModuleMethod lambda$Fn738 = null;
    static final ModuleMethod lambda$Fn739 = null;
    static final ModuleMethod lambda$Fn740 = null;
    static final ModuleMethod lambda$Fn741 = null;
    static final ModuleMethod lambda$Fn742 = null;
    static final ModuleMethod lambda$Fn743 = null;
    static final ModuleMethod lambda$Fn744 = null;
    static final ModuleMethod lambda$Fn745 = null;
    static final ModuleMethod lambda$Fn746 = null;
    static final ModuleMethod lambda$Fn747 = null;
    static final ModuleMethod lambda$Fn748 = null;
    static final ModuleMethod lambda$Fn749 = null;
    static final ModuleMethod lambda$Fn750 = null;
    static final ModuleMethod lambda$Fn751 = null;
    static final ModuleMethod lambda$Fn752 = null;
    static final ModuleMethod lambda$Fn753 = null;
    static final ModuleMethod lambda$Fn754 = null;
    static final ModuleMethod lambda$Fn755 = null;
    static final ModuleMethod lambda$Fn756 = null;
    static final ModuleMethod lambda$Fn757 = null;
    static final ModuleMethod lambda$Fn758 = null;
    static final ModuleMethod lambda$Fn759 = null;
    static final ModuleMethod lambda$Fn760 = null;
    static final ModuleMethod lambda$Fn761 = null;
    static final ModuleMethod lambda$Fn762 = null;
    static final ModuleMethod lambda$Fn763 = null;
    static final ModuleMethod lambda$Fn764 = null;
    static final ModuleMethod lambda$Fn765 = null;
    static final ModuleMethod lambda$Fn766 = null;
    static final ModuleMethod lambda$Fn767 = null;
    static final ModuleMethod lambda$Fn768 = null;
    static final ModuleMethod lambda$Fn769 = null;
    static final ModuleMethod lambda$Fn770 = null;
    static final ModuleMethod lambda$Fn771 = null;
    static final ModuleMethod lambda$Fn772 = null;
    static final ModuleMethod lambda$Fn773 = null;
    static final ModuleMethod lambda$Fn774 = null;
    static final ModuleMethod lambda$Fn775 = null;
    static final ModuleMethod lambda$Fn776 = null;
    static final ModuleMethod lambda$Fn777 = null;
    static final ModuleMethod lambda$Fn778 = null;
    static final ModuleMethod lambda$Fn779 = null;
    static final ModuleMethod lambda$Fn780 = null;
    static final ModuleMethod lambda$Fn781 = null;
    static final ModuleMethod lambda$Fn782 = null;
    static final ModuleMethod lambda$Fn783 = null;
    static final ModuleMethod lambda$Fn784 = null;
    static final ModuleMethod lambda$Fn785 = null;
    static final ModuleMethod lambda$Fn786 = null;
    static final ModuleMethod lambda$Fn787 = null;
    static final ModuleMethod lambda$Fn788 = null;
    static final ModuleMethod lambda$Fn789 = null;
    static final ModuleMethod lambda$Fn790 = null;
    static final ModuleMethod lambda$Fn791 = null;
    static final ModuleMethod lambda$Fn792 = null;
    static final ModuleMethod lambda$Fn793 = null;
    static final ModuleMethod lambda$Fn794 = null;
    static final ModuleMethod lambda$Fn795 = null;
    static final ModuleMethod lambda$Fn796 = null;
    static final ModuleMethod lambda$Fn797 = null;
    static final ModuleMethod lambda$Fn798 = null;
    static final ModuleMethod lambda$Fn799 = null;
    static final ModuleMethod lambda$Fn8 = null;
    static final ModuleMethod lambda$Fn800 = null;
    static final ModuleMethod lambda$Fn801 = null;
    static final ModuleMethod lambda$Fn802 = null;
    static final ModuleMethod lambda$Fn803 = null;
    static final ModuleMethod lambda$Fn804 = null;
    static final ModuleMethod lambda$Fn805 = null;
    static final ModuleMethod lambda$Fn806 = null;
    static final ModuleMethod lambda$Fn807 = null;
    static final ModuleMethod lambda$Fn808 = null;
    static final ModuleMethod lambda$Fn809 = null;
    static final ModuleMethod lambda$Fn81 = null;
    static final ModuleMethod lambda$Fn810 = null;
    static final ModuleMethod lambda$Fn811 = null;
    static final ModuleMethod lambda$Fn812 = null;
    static final ModuleMethod lambda$Fn813 = null;
    static final ModuleMethod lambda$Fn814 = null;
    static final ModuleMethod lambda$Fn815 = null;
    static final ModuleMethod lambda$Fn816 = null;
    static final ModuleMethod lambda$Fn817 = null;
    static final ModuleMethod lambda$Fn818 = null;
    static final ModuleMethod lambda$Fn819 = null;
    static final ModuleMethod lambda$Fn82 = null;
    static final ModuleMethod lambda$Fn820 = null;
    static final ModuleMethod lambda$Fn821 = null;
    static final ModuleMethod lambda$Fn822 = null;
    static final ModuleMethod lambda$Fn823 = null;
    static final ModuleMethod lambda$Fn824 = null;
    static final ModuleMethod lambda$Fn825 = null;
    static final ModuleMethod lambda$Fn826 = null;
    static final ModuleMethod lambda$Fn827 = null;
    static final ModuleMethod lambda$Fn828 = null;
    static final ModuleMethod lambda$Fn829 = null;
    static final ModuleMethod lambda$Fn83 = null;
    static final ModuleMethod lambda$Fn830 = null;
    static final ModuleMethod lambda$Fn831 = null;
    static final ModuleMethod lambda$Fn832 = null;
    static final ModuleMethod lambda$Fn833 = null;
    static final ModuleMethod lambda$Fn834 = null;
    static final ModuleMethod lambda$Fn835 = null;
    static final ModuleMethod lambda$Fn836 = null;
    static final ModuleMethod lambda$Fn837 = null;
    static final ModuleMethod lambda$Fn838 = null;
    static final ModuleMethod lambda$Fn839 = null;
    static final ModuleMethod lambda$Fn84 = null;
    static final ModuleMethod lambda$Fn840 = null;
    static final ModuleMethod lambda$Fn841 = null;
    static final ModuleMethod lambda$Fn842 = null;
    static final ModuleMethod lambda$Fn843 = null;
    static final ModuleMethod lambda$Fn844 = null;
    static final ModuleMethod lambda$Fn845 = null;
    static final ModuleMethod lambda$Fn846 = null;
    static final ModuleMethod lambda$Fn847 = null;
    static final ModuleMethod lambda$Fn848 = null;
    static final ModuleMethod lambda$Fn849 = null;
    static final ModuleMethod lambda$Fn85 = null;
    static final ModuleMethod lambda$Fn850 = null;
    static final ModuleMethod lambda$Fn851 = null;
    static final ModuleMethod lambda$Fn852 = null;
    static final ModuleMethod lambda$Fn853 = null;
    static final ModuleMethod lambda$Fn854 = null;
    static final ModuleMethod lambda$Fn855 = null;
    static final ModuleMethod lambda$Fn856 = null;
    static final ModuleMethod lambda$Fn857 = null;
    static final ModuleMethod lambda$Fn858 = null;
    static final ModuleMethod lambda$Fn859 = null;
    static final ModuleMethod lambda$Fn86 = null;
    static final ModuleMethod lambda$Fn860 = null;
    static final ModuleMethod lambda$Fn861 = null;
    static final ModuleMethod lambda$Fn862 = null;
    static final ModuleMethod lambda$Fn863 = null;
    static final ModuleMethod lambda$Fn864 = null;
    static final ModuleMethod lambda$Fn865 = null;
    static final ModuleMethod lambda$Fn866 = null;
    static final ModuleMethod lambda$Fn867 = null;
    static final ModuleMethod lambda$Fn868 = null;
    static final ModuleMethod lambda$Fn869 = null;
    static final ModuleMethod lambda$Fn87 = null;
    static final ModuleMethod lambda$Fn870 = null;
    static final ModuleMethod lambda$Fn871 = null;
    static final ModuleMethod lambda$Fn872 = null;
    static final ModuleMethod lambda$Fn873 = null;
    static final ModuleMethod lambda$Fn874 = null;
    static final ModuleMethod lambda$Fn875 = null;
    static final ModuleMethod lambda$Fn88 = null;
    static final ModuleMethod lambda$Fn881 = null;
    static final ModuleMethod lambda$Fn882 = null;
    static final ModuleMethod lambda$Fn883 = null;
    static final ModuleMethod lambda$Fn884 = null;
    static final ModuleMethod lambda$Fn885 = null;
    static final ModuleMethod lambda$Fn886 = null;
    static final ModuleMethod lambda$Fn887 = null;
    static final ModuleMethod lambda$Fn888 = null;
    static final ModuleMethod lambda$Fn889 = null;
    static final ModuleMethod lambda$Fn89 = null;
    static final ModuleMethod lambda$Fn890 = null;
    static final ModuleMethod lambda$Fn891 = null;
    static final ModuleMethod lambda$Fn892 = null;
    static final ModuleMethod lambda$Fn893 = null;
    static final ModuleMethod lambda$Fn894 = null;
    static final ModuleMethod lambda$Fn895 = null;
    static final ModuleMethod lambda$Fn896 = null;
    static final ModuleMethod lambda$Fn897 = null;
    static final ModuleMethod lambda$Fn898 = null;
    static final ModuleMethod lambda$Fn899 = null;
    static final ModuleMethod lambda$Fn9 = null;
    static final ModuleMethod lambda$Fn90 = null;
    static final ModuleMethod lambda$Fn900 = null;
    static final ModuleMethod lambda$Fn901 = null;
    static final ModuleMethod lambda$Fn902 = null;
    static final ModuleMethod lambda$Fn903 = null;
    static final ModuleMethod lambda$Fn904 = null;
    static final ModuleMethod lambda$Fn905 = null;
    static final ModuleMethod lambda$Fn906 = null;
    static final ModuleMethod lambda$Fn907 = null;
    static final ModuleMethod lambda$Fn908 = null;
    static final ModuleMethod lambda$Fn909 = null;
    static final ModuleMethod lambda$Fn91 = null;
    static final ModuleMethod lambda$Fn910 = null;
    static final ModuleMethod lambda$Fn911 = null;
    static final ModuleMethod lambda$Fn912 = null;
    static final ModuleMethod lambda$Fn913 = null;
    static final ModuleMethod lambda$Fn914 = null;
    static final ModuleMethod lambda$Fn915 = null;
    static final ModuleMethod lambda$Fn916 = null;
    static final ModuleMethod lambda$Fn917 = null;
    static final ModuleMethod lambda$Fn918 = null;
    static final ModuleMethod lambda$Fn919 = null;
    static final ModuleMethod lambda$Fn92 = null;
    static final ModuleMethod lambda$Fn920 = null;
    static final ModuleMethod lambda$Fn921 = null;
    static final ModuleMethod lambda$Fn922 = null;
    static final ModuleMethod lambda$Fn923 = null;
    static final ModuleMethod lambda$Fn924 = null;
    static final ModuleMethod lambda$Fn925 = null;
    static final ModuleMethod lambda$Fn926 = null;
    static final ModuleMethod lambda$Fn927 = null;
    static final ModuleMethod lambda$Fn928 = null;
    static final ModuleMethod lambda$Fn929 = null;
    static final ModuleMethod lambda$Fn93 = null;
    static final ModuleMethod lambda$Fn930 = null;
    static final ModuleMethod lambda$Fn931 = null;
    static final ModuleMethod lambda$Fn932 = null;
    static final ModuleMethod lambda$Fn933 = null;
    static final ModuleMethod lambda$Fn934 = null;
    static final ModuleMethod lambda$Fn935 = null;
    static final ModuleMethod lambda$Fn936 = null;
    static final ModuleMethod lambda$Fn937 = null;
    static final ModuleMethod lambda$Fn938 = null;
    static final ModuleMethod lambda$Fn939 = null;
    static final ModuleMethod lambda$Fn94 = null;
    static final ModuleMethod lambda$Fn940 = null;
    static final ModuleMethod lambda$Fn941 = null;
    static final ModuleMethod lambda$Fn942 = null;
    static final ModuleMethod lambda$Fn943 = null;
    static final ModuleMethod lambda$Fn944 = null;
    static final ModuleMethod lambda$Fn945 = null;
    static final ModuleMethod lambda$Fn946 = null;
    static final ModuleMethod lambda$Fn947 = null;
    static final ModuleMethod lambda$Fn948 = null;
    static final ModuleMethod lambda$Fn949 = null;
    static final ModuleMethod lambda$Fn95 = null;
    static final ModuleMethod lambda$Fn950 = null;
    static final ModuleMethod lambda$Fn951 = null;
    static final ModuleMethod lambda$Fn952 = null;
    static final ModuleMethod lambda$Fn953 = null;
    static final ModuleMethod lambda$Fn954 = null;
    static final ModuleMethod lambda$Fn955 = null;
    static final ModuleMethod lambda$Fn956 = null;
    static final ModuleMethod lambda$Fn957 = null;
    static final ModuleMethod lambda$Fn958 = null;
    static final ModuleMethod lambda$Fn959 = null;
    static final ModuleMethod lambda$Fn96 = null;
    static final ModuleMethod lambda$Fn960 = null;
    static final ModuleMethod lambda$Fn961 = null;
    static final ModuleMethod lambda$Fn962 = null;
    static final ModuleMethod lambda$Fn963 = null;
    static final ModuleMethod lambda$Fn964 = null;
    static final ModuleMethod lambda$Fn965 = null;
    static final ModuleMethod lambda$Fn966 = null;
    static final ModuleMethod lambda$Fn967 = null;
    static final ModuleMethod lambda$Fn968 = null;
    static final ModuleMethod lambda$Fn969 = null;
    static final ModuleMethod lambda$Fn97 = null;
    static final ModuleMethod lambda$Fn970 = null;
    static final ModuleMethod lambda$Fn971 = null;
    static final ModuleMethod lambda$Fn972 = null;
    static final ModuleMethod lambda$Fn973 = null;
    static final ModuleMethod lambda$Fn974 = null;
    static final ModuleMethod lambda$Fn975 = null;
    static final ModuleMethod lambda$Fn976 = null;
    static final ModuleMethod lambda$Fn977 = null;
    static final ModuleMethod lambda$Fn978 = null;
    static final ModuleMethod lambda$Fn979 = null;
    static final ModuleMethod lambda$Fn98 = null;
    static final ModuleMethod lambda$Fn980 = null;
    static final ModuleMethod lambda$Fn981 = null;
    static final ModuleMethod lambda$Fn982 = null;
    static final ModuleMethod lambda$Fn983 = null;
    static final ModuleMethod lambda$Fn984 = null;
    static final ModuleMethod lambda$Fn985 = null;
    static final ModuleMethod lambda$Fn986 = null;
    static final ModuleMethod lambda$Fn987 = null;
    static final ModuleMethod lambda$Fn988 = null;
    static final ModuleMethod lambda$Fn989 = null;
    static final ModuleMethod lambda$Fn99 = null;
    static final ModuleMethod lambda$Fn990 = null;
    static final ModuleMethod lambda$Fn991 = null;
    static final ModuleMethod lambda$Fn992 = null;
    static final ModuleMethod lambda$Fn993 = null;
    static final ModuleMethod lambda$Fn994 = null;
    static final ModuleMethod lambda$Fn995 = null;
    static final ModuleMethod lambda$Fn996 = null;
    static final ModuleMethod lambda$Fn997 = null;
    static final ModuleMethod lambda$Fn998 = null;
    static final ModuleMethod lambda$Fn999 = null;
    static final ModuleMethod proc$Fn128 = null;
    static final ModuleMethod proc$Fn129 = null;
    static final ModuleMethod proc$Fn131 = null;
    static final ModuleMethod proc$Fn134 = null;
    static final ModuleMethod proc$Fn135 = null;
    static final ModuleMethod proc$Fn137 = null;
    static final ModuleMethod proc$Fn145 = null;
    static final ModuleMethod proc$Fn154 = null;
    static final ModuleMethod proc$Fn1744 = null;
    static final ModuleMethod proc$Fn1760 = null;
    static final ModuleMethod proc$Fn1761 = null;
    static final ModuleMethod proc$Fn201 = null;
    static final ModuleMethod proc$Fn205 = null;
    static final ModuleMethod proc$Fn234 = null;
    static final ModuleMethod proc$Fn235 = null;
    static final ModuleMethod proc$Fn246 = null;
    static final ModuleMethod proc$Fn247 = null;
    static final ModuleMethod proc$Fn266 = null;
    static final ModuleMethod proc$Fn269 = null;
    static final ModuleMethod proc$Fn323 = null;
    static final ModuleMethod proc$Fn326 = null;
    static final ModuleMethod proc$Fn436 = null;
    static final ModuleMethod proc$Fn441 = null;
    static final ModuleMethod proc$Fn519 = null;
    static final ModuleMethod proc$Fn526 = null;
    static final ModuleMethod proc$Fn535 = null;
    static final ModuleMethod proc$Fn536 = null;
    static final ModuleMethod proc$Fn539 = null;
    static final ModuleMethod proc$Fn540 = null;
    static final ModuleMethod proc$Fn548 = null;
    static final ModuleMethod proc$Fn553 = null;
    static final ModuleMethod proc$Fn557 = null;
    static final ModuleMethod proc$Fn564 = null;
    static final ModuleMethod proc$Fn567 = null;
    static final ModuleMethod proc$Fn574 = null;
    static final ModuleMethod proc$Fn579 = null;
    static final ModuleMethod proc$Fn583 = null;
    static final ModuleMethod proc$Fn612 = null;
    static final ModuleMethod proc$Fn626 = null;
    static final ModuleMethod proc$Fn67 = null;
    static final ModuleMethod proc$Fn76 = null;
    public Boolean $Stdebug$Mnform$St;
    public final ModuleMethod $define;
    public ActivityStarter Activity_Starter1;
    public AlphaDialog AlphaDialog1;
    public final ModuleMethod AlphaDialog1$OnDismiss;
    public AlphaDialog AlphaDialog2;
    public NiotronAnimations Animations1;
    public AppSettings AppSettings1;
    public AsyncTask Async_Task1;
    public final ModuleMethod Async_Task1$CallFinishedWithResult;
    public NiotronBeautify Beautify1;
    public NiotronBottomNavigation Bottom_Navigation1;
    public NiotronBottomSheet Bottom_Sheet1;
    public BubbleTabBar BubbleTabBar1;
    public final ModuleMethod BubbleTabBar1$OnSelected;
    public NiotronCardView Card_View1;
    public NiotronCardView Card_View10;
    public NiotronCardView Card_View11;
    public NiotronCardView Card_View12;
    public NiotronCardView Card_View14;
    public NiotronCardView Card_View15;
    public NiotronCardView Card_View16;
    public NiotronCardView Card_View17;
    public NiotronCardView Card_View19;
    public NiotronCardView Card_View2;
    public NiotronCardView Card_View20;
    public NiotronCardView Card_View3;
    public NiotronCardView Card_View4;
    public NiotronCardView Card_View5;
    public NiotronCardView Card_View6;
    public NiotronCardView Card_View7;
    public NiotronCardView Card_View8;
    public NiotronCardView Card_View9;
    public ChromeCustomTab Chrome_Custom_Tab1;
    public NiotronCircularProgress Circular_Progress1;
    public Clock Clock1;
    public final ModuleMethod Clock1$Timer;
    public CustomWebView CustomWebView1;
    public final ModuleMethod CustomWebView1$WebViewStringChanged;
    public DynamicComponents DC1;
    public DynamicComponents DC2;
    public DevYbPopupMenu DevYbPopupMenu1;
    public final ModuleMethod DevYbPopupMenu1$OnMenuItemClick;
    public NiotronDeviceInfo Device_Info1;
    public DevsTool DevsTool1;
    public FacebookBannerAd Facebook_Banner1;
    public FacebookBannerAd Facebook_Banner2;
    public FacebookInterstitialAd Facebook_Interstitial1;
    public final ModuleMethod Facebook_Interstitial1$AdDisplayed;
    public final ModuleMethod Facebook_Interstitial1$AdLoaded;
    public FirebaseCore FirebaseCore1;
    public NiotronFirebaseAnalytics Firebase_Analytics1;
    public FirebaseAuthentication Firebase_Auth1;
    public final ModuleMethod Firebase_Auth1$FailedToInitialize;
    public final ModuleMethod Firebase_Auth1$GoogleSignInFailed;
    public final ModuleMethod Firebase_Auth1$GoogleSignInSuccess;
    public HorizontalArrangement Horizontal_Arrangement1;
    public HorizontalArrangement Horizontal_Arrangement10;
    public HorizontalArrangement Horizontal_Arrangement11;
    public HorizontalArrangement Horizontal_Arrangement12;
    public HorizontalArrangement Horizontal_Arrangement13;
    public HorizontalArrangement Horizontal_Arrangement14;
    public HorizontalArrangement Horizontal_Arrangement15;
    public HorizontalArrangement Horizontal_Arrangement16;
    public HorizontalArrangement Horizontal_Arrangement17;
    public HorizontalArrangement Horizontal_Arrangement18;
    public HorizontalArrangement Horizontal_Arrangement19;
    public HorizontalArrangement Horizontal_Arrangement2;
    public HorizontalArrangement Horizontal_Arrangement20;
    public HorizontalArrangement Horizontal_Arrangement21;
    public HorizontalArrangement Horizontal_Arrangement22;
    public HorizontalArrangement Horizontal_Arrangement24;
    public HorizontalArrangement Horizontal_Arrangement25;
    public HorizontalArrangement Horizontal_Arrangement26;
    public HorizontalArrangement Horizontal_Arrangement27;
    public HorizontalArrangement Horizontal_Arrangement28;
    public HorizontalArrangement Horizontal_Arrangement3;
    public HorizontalArrangement Horizontal_Arrangement30;
    public HorizontalArrangement Horizontal_Arrangement31;
    public HorizontalArrangement Horizontal_Arrangement32;
    public HorizontalArrangement Horizontal_Arrangement33;
    public HorizontalArrangement Horizontal_Arrangement34;
    public HorizontalArrangement Horizontal_Arrangement35;
    public HorizontalArrangement Horizontal_Arrangement36;
    public HorizontalArrangement Horizontal_Arrangement37;
    public HorizontalArrangement Horizontal_Arrangement38;
    public HorizontalArrangement Horizontal_Arrangement39;
    public HorizontalArrangement Horizontal_Arrangement4;
    public HorizontalArrangement Horizontal_Arrangement40;
    public HorizontalArrangement Horizontal_Arrangement41;
    public HorizontalArrangement Horizontal_Arrangement42;
    public HorizontalArrangement Horizontal_Arrangement43;
    public HorizontalArrangement Horizontal_Arrangement44;
    public HorizontalArrangement Horizontal_Arrangement45;
    public HorizontalArrangement Horizontal_Arrangement46;
    public HorizontalArrangement Horizontal_Arrangement47;
    public HorizontalArrangement Horizontal_Arrangement48;
    public HorizontalArrangement Horizontal_Arrangement49;
    public HorizontalArrangement Horizontal_Arrangement5;
    public HorizontalArrangement Horizontal_Arrangement50;
    public HorizontalArrangement Horizontal_Arrangement51;
    public HorizontalArrangement Horizontal_Arrangement52;
    public HorizontalArrangement Horizontal_Arrangement53;
    public HorizontalArrangement Horizontal_Arrangement54;
    public HorizontalArrangement Horizontal_Arrangement56;
    public HorizontalArrangement Horizontal_Arrangement57;
    public HorizontalArrangement Horizontal_Arrangement58;
    public HorizontalArrangement Horizontal_Arrangement59;
    public HorizontalArrangement Horizontal_Arrangement6;
    public HorizontalArrangement Horizontal_Arrangement7;
    public HorizontalArrangement Horizontal_Arrangement8;
    public HorizontalArrangement Horizontal_Arrangement9;
    public HorizontalScrollArrangement Horizontal_Scroll_Arrangement1;
    public Label IMessage;
    public Label ITitle;
    public Image Image1;
    public Image Image2;
    public Image Image3;
    public ImageUtil ImageUtil1;
    public GPlayAppUpdater In$MnApp_Update1;
    public final ModuleMethod In$MnApp_Update1$UpdateAvailable;
    public Label Label1;
    public Label Label10;
    public Label Label100;
    public Label Label101;
    public Label Label102;
    public Label Label103;
    public Label Label104;
    public Label Label105;
    public Label Label106;
    public Label Label107;
    public Label Label108;
    public Label Label109;
    public Label Label11;
    public Label Label110;
    public Label Label111;
    public Label Label112;
    public Label Label113;
    public Label Label114;
    public Label Label115;
    public Label Label116;
    public Label Label117;
    public Label Label118;
    public Label Label119;
    public Label Label12;
    public Label Label120;
    public Label Label121;
    public final ModuleMethod Label121$Click;
    public Label Label122;
    public Label Label123;
    public Label Label124;
    public Label Label125;
    public Label Label13;
    public Label Label14;
    public Label Label15;
    public Label Label16;
    public Label Label17;
    public Label Label18;
    public Label Label19;
    public Label Label2;
    public Label Label20;
    public Label Label21;
    public Label Label22;
    public Label Label23;
    public Label Label24;
    public Label Label25;
    public Label Label26;
    public Label Label27;
    public Label Label28;
    public Label Label29;
    public Label Label3;
    public Label Label30;
    public Label Label31;
    public Label Label32;
    public Label Label33;
    public Label Label34;
    public Label Label35;
    public Label Label36;
    public Label Label37;
    public Label Label38;
    public Label Label39;
    public Label Label40;
    public Label Label41;
    public Label Label42;
    public Label Label43;
    public Label Label44;
    public Label Label45;
    public Label Label46;
    public Label Label47;
    public Label Label48;
    public Label Label49;
    public Label Label5;
    public Label Label50;
    public final ModuleMethod Label50$Click;
    public Label Label51;
    public Label Label52;
    public Label Label53;
    public Label Label54;
    public Label Label55;
    public Label Label56;
    public Label Label57;
    public Label Label58;
    public Label Label59;
    public Label Label6;
    public Label Label60;
    public Label Label61;
    public Label Label62;
    public Label Label63;
    public Label Label64;
    public Label Label65;
    public Label Label66;
    public final ModuleMethod Label66$Click;
    public Label Label67;
    public Label Label68;
    public Label Label69;
    public Label Label7;
    public Label Label70;
    public Label Label71;
    public Label Label72;
    public Label Label73;
    public Label Label74;
    public Label Label75;
    public Label Label76;
    public Label Label77;
    public Label Label78;
    public Label Label79;
    public Label Label8;
    public Label Label80;
    public Label Label81;
    public Label Label82;
    public Label Label83;
    public Label Label84;
    public Label Label85;
    public Label Label86;
    public Label Label87;
    public Label Label88;
    public Label Label89;
    public Label Label9;
    public Label Label90;
    public Label Label91;
    public Label Label92;
    public Label Label93;
    public Label Label94;
    public Label Label95;
    public Label Label96;
    public Label Label97;
    public Label Label98;
    public Label Label99;
    public Label Labelcall;
    public NiotronLinearProgressBar Linear_Progressbar2;
    public NiotronMaterialToggleButton Material_Toggle_Button1;
    public final ModuleMethod Material_Toggle_Button1$Click;
    public NiotronMaterialToggleButton Material_Toggle_Button2;
    public NotificationStyle NotificationStyle2;
    public Notifier Notifier1;
    public NiotronOneSignalPush Onesingal_Push1;
    public final ModuleMethod Onesingal_Push1$OpenedNotification;
    public final ModuleMethod Onesingal_Push1$ReceivedNotification;
    public NiotronRadioButton Radio_Button2;
    public final ModuleMethod Screen1$BackPressed;
    public final ModuleMethod Screen1$ErrorOccurred;
    public final ModuleMethod Screen1$Initialize;
    public final ModuleMethod Screen1$OtherScreenClosed;
    public final ModuleMethod Screen1$PermissionDenied;
    public ScreenOrientationFix ScreenOrientationFix1;
    public ScrollHandler ScrollHandler1;
    public final ModuleMethod ScrollHandler1$OnVScroll;
    public NiotronSecurity Security1;
    public Sharing Sharing1;
    public Slider Slider1;
    public final ModuleMethod Slider1$PositionChanged;
    public Spacer Spacer1;
    public Spacer Spacer10;
    public Spacer Spacer11;
    public Spacer Spacer12;
    public Spacer Spacer13;
    public Spacer Spacer14;
    public Spacer Spacer15;
    public Spacer Spacer16;
    public Spacer Spacer17;
    public Spacer Spacer18;
    public Spacer Spacer19;
    public Spacer Spacer2;
    public Spacer Spacer20;
    public Spacer Spacer21;
    public Spacer Spacer22;
    public Spacer Spacer23;
    public Spacer Spacer24;
    public Spacer Spacer25;
    public Spacer Spacer26;
    public Spacer Spacer27;
    public Spacer Spacer28;
    public Spacer Spacer29;
    public Spacer Spacer3;
    public Spacer Spacer30;
    public Spacer Spacer31;
    public Spacer Spacer32;
    public Spacer Spacer33;
    public Spacer Spacer34;
    public Spacer Spacer35;
    public Spacer Spacer36;
    public Spacer Spacer37;
    public Spacer Spacer39;
    public Spacer Spacer4;
    public Spacer Spacer40;
    public Spacer Spacer41;
    public Spacer Spacer42;
    public Spacer Spacer43;
    public Spacer Spacer44;
    public Spacer Spacer45;
    public Spacer Spacer46;
    public Spacer Spacer47;
    public Spacer Spacer48;
    public Spacer Spacer49;
    public Spacer Spacer5;
    public Spacer Spacer50;
    public Spacer Spacer51;
    public Spacer Spacer52;
    public Spacer Spacer6;
    public Spacer Spacer8;
    public Spacer Spacer9;
    public SpeechRecognizer Speech_Recognizer1;
    public final ModuleMethod Speech_Recognizer1$AfterGettingText;
    public StyleTextUtils StyleTextUtils1;
    public final ModuleMethod StyleTextUtils1$TextClicked;
    public NiotronSwipeRefreshLayout Swipe_Refresh_Layout1;
    public final ModuleMethod Swipe_Refresh_Layout1$OnPageRefresh;
    public Switch Switch1;
    public final ModuleMethod Switch1$Changed;
    public Switch Switch2;
    public final ModuleMethod Switch2$Changed;
    public NiotronTabLayout Tab_Layout1;
    public final ModuleMethod Tab_Layout1$Selected;
    public TinyDB TinyDBLogin;
    public TinyDB Tiny_DB1;
    public VerticalArrangement Vertical_Arrangement10;
    public VerticalArrangement Vertical_Arrangement11;
    public VerticalArrangement Vertical_Arrangement12;
    public VerticalArrangement Vertical_Arrangement14;
    public VerticalArrangement Vertical_Arrangement15;
    public VerticalArrangement Vertical_Arrangement2;
    public VerticalArrangement Vertical_Arrangement4;
    public VerticalArrangement Vertical_Arrangement5;
    public VerticalArrangement Vertical_Arrangement7;
    public VerticalArrangement Vertical_Arrangement8;
    public VerticalArrangement Vertical_Arrangement9;
    public VerticalScrollArrangement Vertical_Scroll_Arrangement1;
    public VerticalScrollArrangement Vertical_Scroll_Arrangement2;
    public VerticalScrollArrangement Vertical_Scroll_Arrangement3;
    public ViewToolTip ViewToolTip1;
    public NiotronViewPager View_Pager1;
    public ViewUtils View_Utils1;
    public final ModuleMethod View_Utils1$ComponentSavedAsImage;
    public Web Web1;
    public final ModuleMethod Web1$GotText;
    public Web Web2;
    public final ModuleMethod Web2$GotText;
    public WebSocketConnector WebSocketConnector1;
    public final ModuleMethod WebSocketConnector1$Connected;
    public final ModuleMethod WebSocketConnector1$Disconnected;
    public final ModuleMethod WebSocketConnector1$ErrorOccurred;
    public final ModuleMethod WebSocketConnector1$MessageReceived;
    public WebViewer Web_View1;
    public WebViewer Web_View2;
    public final ModuleMethod Web_View2$WebViewStringChange;
    public WebViewer Web_View3;
    public final ModuleMethod Web_View3$AfterJavaScriptEvaluated;
    public final ModuleMethod Web_View3$ProgressChanged;
    public final ModuleMethod add$Mnto$Mncomponents;
    public final ModuleMethod add$Mnto$Mnevents;
    public final ModuleMethod add$Mnto$Mnform$Mndo$Mnafter$Mncreation;
    public final ModuleMethod add$Mnto$Mnform$Mnenvironment;
    public final ModuleMethod add$Mnto$Mnglobal$Mnvar$Mnenvironment;
    public final ModuleMethod add$Mnto$Mnglobal$Mnvars;
    public final ModuleMethod android$Mnlog$Mnform;
    public final ModuleMethod any$HorizontalArrangement$Click;
    public final ModuleMethod any$HorizontalArrangement$LongClick;
    public final ModuleMethod any$Label$Click;
    public final ModuleMethod any$NiotronCardView$Click;
    public final ModuleMethod any$NiotronCardView$LongClick;
    public final ModuleMethod any$NiotronMaterialTextBox$OnFocusChange;
    public final ModuleMethod any$NiotronMaterialTextBox$OnTextChange;
    public final ModuleMethod any$NiotronMaterialToggleButton$Click;
    public final ModuleMethod any$VerticalArrangement$Click;
    public Button btnAppVersion;
    public final ModuleMethod btnAppVersion$Click;
    public Button btnBuy;
    public final ModuleMethod btnBuy$Click;
    public Button btnBuySellExit;
    public final ModuleMethod btnBuySellExit$Click;
    public Button btnMic;
    public final ModuleMethod btnMic$Click;
    public Button btnMic2;
    public Button btnMicSearch;
    public final ModuleMethod btnMicSearch$Click;
    public Button btnSell;
    public final ModuleMethod btnSell$Click;
    public Button btnSubmit;
    public final ModuleMethod btnSubmit$Click;
    public Button btnSubmitBasket;
    public final ModuleMethod btnSubmitBasket$Click;
    public Button btnUpdate;
    public final ModuleMethod btnUpdate$Click;
    public Button btn_futures;
    public final ModuleMethod btn_futures$Click;
    public Button btn_optionchain;
    public final ModuleMethod btn_optionchain$Click;
    public Button cancel_btn;
    public final ModuleMethod cancel_btn$Click;
    public CheckBox chkBackup;
    public CheckBox chkNavBar;
    public final ModuleMethod chkNavBar$Changed;
    public LList components$Mnto$Mncreate;
    public NiotronCardView cv11;
    public final ModuleMethod cv11$Click;
    public NiotronCardView cv12;
    public final ModuleMethod cv12$Click;
    public NiotronCardView cvAds;
    public final ModuleMethod cvAds$Click;
    public NiotronCardView cvBackup;
    public final ModuleMethod cvBackup$Click;
    public NiotronCardView cvBasketOrder;
    public final ModuleMethod cvBasketOrder$Click;
    public NiotronCardView cvClearData;
    public final ModuleMethod cvClearData$Click;
    public NiotronCardView cvContact;
    public final ModuleMethod cvContact$Click;
    public NiotronCardView cvExpiryDt;
    public final ModuleMethod cvExpiryDt$Click;
    public NiotronCardView cvFiiDii;
    public final ModuleMethod cvFiiDii$Click;
    public NiotronCardView cvFont;
    public NiotronCardView cvHowtouse;
    public final ModuleMethod cvHowtouse$Click;
    public NiotronCardView cvInvite;
    public final ModuleMethod cvInvite$Click;
    public NiotronCardView cvLearn;
    public final ModuleMethod cvLearn$Click;
    public NiotronCardView cvLogout;
    public final ModuleMethod cvLogout$Click;
    public NiotronCardView cvMessage;
    public NiotronCardView cvNews;
    public final ModuleMethod cvNews$Click;
    public NiotronCardView cvPrivacy;
    public final ModuleMethod cvPrivacy$Click;
    public NiotronCardView cvRate;
    public final ModuleMethod cvRate$Click;
    public NiotronCardView cvRating;
    public NiotronCardView cvRecommend;
    public final ModuleMethod cvRecommend$Click;
    public NiotronCardView cvReports;
    public final ModuleMethod cvReports$Click;
    public NiotronCardView cvRestore;
    public final ModuleMethod cvRestore$Click;
    public NiotronCardView cvScanner;
    public NiotronCardView cvSearch;
    public final ModuleMethod cvSearch$Click;
    public NiotronCardView cvSearch2;
    public NiotronCardView cvSetFund;
    public NiotronCardView cvSettings;
    public final ModuleMethod cvSettings$Click;
    public NiotronCardView cvSupport;
    public final ModuleMethod cvSupport$Click;
    public NiotronCardView cvTheme;
    public final ModuleMethod cvTheme$Click;
    public NiotronCardView cvToast;
    public NiotronCardView cvUpgrade;
    public final ModuleMethod cvUpgrade$Click;
    public NiotronCardView cvYoutube;
    public final ModuleMethod cvYoutube$Click;
    public NiotronCardView cvbasketBuySell;
    public final ModuleMethod cvbasketBuySell$Click;
    public NiotronCardView cvinstagram;
    public final ModuleMethod cvinstagram$Click;
    public final ModuleMethod dispatchEvent;
    public final ModuleMethod dispatchGenericEvent;
    public LList events$Mnto$Mnregister;
    public Button exit_btn;
    public final ModuleMethod exit_btn$Click;
    public LList form$Mndo$Mnafter$Mncreation;
    public Environment form$Mnenvironment;
    public Symbol form$Mnname$Mnsymbol;
    public final ModuleMethod get$Mnsimple$Mnname;
    public Environment global$Mnvar$Mnenvironment;
    public LList global$Mnvars$Mnto$Mncreate;
    public HorizontalArrangement haBUYSELL;
    public HorizontalArrangement haBasket;
    public HorizontalArrangement haButtons;
    public HorizontalArrangement haDerivatives;
    public HorizontalArrangement haLogin;
    public final ModuleMethod haLogin$Click;
    public HorizontalArrangement haMarket;
    public HorizontalArrangement haSignUp;
    public final ModuleMethod haSignUp$Click;
    public HorizontalArrangement haSummary;
    public HorizontalArrangement haSummary2;
    public HorizontalArrangement haTechnicals;
    public final ModuleMethod haTechnicals$Click;
    public HorizontalArrangement haToast;
    public HorizontalArrangement haType;
    public HorizontalArrangement haUptExt;
    public HorizontalArrangement haW1;
    public final ModuleMethod haW1$Click;
    public HorizontalArrangement haW2;
    public final ModuleMethod haW2$Click;
    public Image imgAds;
    public final ModuleMethod is$Mnbound$Mnin$Mnform$Mnenvironment;
    public Label l11;
    public Label l12;
    public Label lTitle_copy;
    public Label lVersion;
    public Label lbl1MRBETA;
    public Label lbl1YRDY;
    public Label lblAdsMessage;
    public Label lblAdsTitle;
    public Label lblAvailableFunds;
    public Label lblAvbBalance;
    public Label lblBuySellBack;
    public final ModuleMethod lblBuySellBack$Click;
    public Label lblBuySellBrokerage;
    public Label lblBuySellTitle;
    public Label lblClose;
    public Label lblCurrVal;
    public Label lblCurrVal2;
    public Label lblEdit;
    public Label lblEmail;
    public Label lblForgot;
    public final ModuleMethod lblForgot$Click;
    public Label lblFunds;
    public Label lblHeader;
    public Label lblHeader2;
    public Label lblHeader3;
    public Label lblHelp;
    public final ModuleMethod lblHelp$Click;
    public Label lblHigh;
    public Label lblIntroBack;
    public final ModuleMethod lblIntroBack$Click;
    public Label lblLTPPER;
    public Label lblLogin;
    public final ModuleMethod lblLogin$Click;
    public Label lblLotSize;
    public Label lblLow;
    public Label lblMargin;
    public Label lblMarket;
    public final ModuleMethod lblMarket$Click;
    public Label lblMenu;
    public final ModuleMethod lblMenu$Click;
    public Label lblMic;
    public final ModuleMethod lblMic$Click;
    public Label lblMic2;
    public final ModuleMethod lblMic2$Click;
    public Label lblNewBasket;
    public final ModuleMethod lblNewBasket$Click;
    public Label lblNotification;
    public final ModuleMethod lblNotification$Click;
    public Label lblOI;
    public Label lblOpen;
    public Label lblOptionchainBack;
    public final ModuleMethod lblOptionchainBack$Click;
    public Label lblPL;
    public Label lblPRO;
    public Label lblPopupPL;
    public Label lblPopupTitle;
    public Label lblRecommend;
    public Label lblSLTGT;
    public Label lblSLTGT2;
    public Label lblSearchBack;
    public final ModuleMethod lblSearchBack$Click;
    public Label lblShare;
    public final ModuleMethod lblShare$Click;
    public Label lblShowBack;
    public final ModuleMethod lblShowBack$Click;
    public Label lblSignup;
    public final ModuleMethod lblSignup$Click;
    public Label lblSquareOff;
    public final ModuleMethod lblSquareOff$Click;
    public Label lblStatus;
    public Label lblTotInv;
    public Label lblTotInv2;
    public Label lblUsedMargin;
    public Label lblUsedMargin2;
    public Label lblUserInitial;
    public Label lblVersion;
    public Label lblW1;
    public Label lblW1N;
    public Label lblW2;
    public Label lblWLcnt;
    public Label lblWLcnt2;
    public Label lblWatchlistClear;
    public final ModuleMethod lblWatchlistClear$Click;
    public Label lblavgprice;
    public Label lblavgprice2;
    public Label lblbuysell;
    public Label lblbuysell2;
    public Label lblexpirydt;
    public Label lbloptionID;
    public Label lblqty;
    public Label lblqty2;
    public Label lblrecommendRefresh;
    public final ModuleMethod lblrecommendRefresh$Click;
    public Label lblwatermark;
    public Label level2BG;
    public final ModuleMethod lookup$Mnhandler;
    public final ModuleMethod lookup$Mnin$Mnform$Mnenvironment;
    public NiotronLinearProgressBar lp_loading;
    public NiotronMaterialButton mBtnRatingSubmit;
    public final ModuleMethod mBtnRatingSubmit$Click;
    public NiotronMaterialButton mbtnAds;
    public NiotronMaterialButton mbtnBackupData;
    public final ModuleMethod mbtnBackupData$Click;
    public NiotronMaterialButton mbtnForgotBack;
    public final ModuleMethod mbtnForgotBack$Click;
    public NiotronMaterialButton mbtnGetLink;
    public final ModuleMethod mbtnGetLink$Click;
    public NiotronMaterialButton mbtnGoogle;
    public final ModuleMethod mbtnGoogle$Click;
    public NiotronMaterialButton mbtnGoogle1;
    public final ModuleMethod mbtnGoogle1$Click;
    public NiotronMaterialButton mbtnLogin;
    public final ModuleMethod mbtnLogin$Click;
    public NiotronMaterialButton mbtnSCancel;
    public final ModuleMethod mbtnSCancel$Click;
    public NiotronMaterialButton mbtnSaveFund;
    public final ModuleMethod mbtnSaveFund$Click;
    public NiotronMaterialButton mbtnSetFunds;
    public final ModuleMethod mbtnSetFunds$Click;
    public NiotronMaterialButton mbtnSignUp;
    public final ModuleMethod mbtnSignUp$Click;
    public NiotronMaterialButton mbtnTopUp;
    public final ModuleMethod mbtnTopUp$Click;
    public NiotronMaterialToggleButton mtbtn_type;
    public NiotronMaterialTextBox mtxtEmailForgot;
    public NiotronMaterialTextBox mtxtEmailLogin;
    public NiotronMaterialTextBox mtxtEmailSignup;
    public NiotronMaterialTextBox mtxtName;
    public NiotronMaterialTextBox mtxtNotes;
    public NiotronMaterialTextBox mtxtPhone;
    public NiotronMaterialTextBox mtxtPrice;
    public NiotronMaterialTextBox mtxtPwd;
    public NiotronMaterialTextBox mtxtPwdLogin;
    public NiotronMaterialTextBox mtxtQty;
    public final ModuleMethod mtxtQty$OnTextChange;
    public NiotronMaterialTextBox mtxtRatingFeedback;
    public NiotronMaterialTextBox mtxtSL;
    public final ModuleMethod mtxtSL$OnFocusChange;
    public final ModuleMethod mtxtSL$OnTextChange;
    public NiotronMaterialTextBox mtxtSLP;
    public final ModuleMethod mtxtSLP$OnFocusChange;
    public final ModuleMethod mtxtSLP$OnTextChange;
    public NiotronMaterialTextBox mtxtTGT;
    public final ModuleMethod mtxtTGT$OnFocusChange;
    public final ModuleMethod mtxtTGT$OnTextChange;
    public NiotronMaterialTextBox mtxtTGTP;
    public final ModuleMethod mtxtTGTP$OnFocusChange;
    public final ModuleMethod mtxtTGTP$OnTextChange;
    public final ModuleMethod onCreate;
    public final ModuleMethod process$Mnexception;
    public Label r1;
    public final ModuleMethod r1$Click;
    public Label r2;
    public final ModuleMethod r2$Click;
    public Label r3;
    public final ModuleMethod r3$Click;
    public Label r4;
    public final ModuleMethod r4$Click;
    public Label r5;
    public final ModuleMethod r5$Click;
    public final ModuleMethod send$Mnerror;
    public Spinner spnBasket;
    public final ModuleMethod spnBasket$AfterSelecting;
    public Switch swtBuySell;
    public final ModuleMethod swtBuySell$Changed;
    public Switch swtDarkmode;
    public final ModuleMethod swtDarkmode$Changed;
    public Switch swtQuickOrder;
    public NiotronTabLayout tabSearch;
    public final ModuleMethod tabSearch$Selected;
    public Label totLcnt_copy;
    public Label totLoss_copy;
    public Label totPcnt_copy;
    public Label totPcnt_copy2;
    public Label totPcnt_copy3;
    public Label totPcnt_copy4;
    public Label totPcnt_copy5;
    public Label totPcnt_copy6;
    public Label totPcnt_copy7;
    public Label totPcnt_copy8;
    public Label totPcnt_copy9;
    public Label totProfit_copy;
    public TextBox txtBasketSearch;
    public TextBox txtFundAmount;
    public TextBox txtLTP;
    public final ModuleMethod txtLTP$OnTextChange;
    public TextBox txtSearch;
    public final ModuleMethod txtSearch$OnTextChange;
    public Button upt_btn;
    public final ModuleMethod upt_btn$Click;
    public VerticalArrangement va2_copy;
    public VerticalArrangement va5;
    public VerticalArrangement vaActive;
    public VerticalArrangement vaAppVersion;
    public VerticalArrangement vaBUYSELL;
    public VerticalArrangement vaBackupRestore;
    public final ModuleMethod vaBackupRestore$Click;
    public VerticalArrangement vaBanner;
    public VerticalArrangement vaBaskets;
    public VerticalArrangement vaED;
    public VerticalArrangement vaForgot;
    public VerticalArrangement vaFutlist;
    public VerticalArrangement vaFutures;
    public VerticalArrangement vaHistory;
    public VerticalArrangement vaIntro;
    public VerticalArrangement vaLoading;
    public VerticalArrangement vaLogin;
    public VerticalArrangement vaMain;
    public VerticalArrangement vaNoActive;
    public VerticalArrangement vaNoActiveSVG;
    public VerticalArrangement vaNoHistory;
    public VerticalArrangement vaNoHistorySVG;
    public VerticalArrangement vaNoPending;
    public VerticalArrangement vaNoPendingSVG;
    public VerticalArrangement vaNoWatchlist;
    public final ModuleMethod vaNoWatchlist$Click;
    public VerticalArrangement vaNoWatchlistSVG;
    public VerticalArrangement vaOptionChain;
    public VerticalArrangement vaPending;
    public VerticalArrangement vaPopup;
    public VerticalArrangement vaProfile;
    public VerticalArrangement vaRecommWV;
    public VerticalArrangement vaRecommend;
    public VerticalArrangement vaSLTGT;
    public final ModuleMethod vaSLTGT$Click;
    public VerticalArrangement vaSearch;
    public VerticalArrangement vaShow;
    public VerticalArrangement vaSignUp;
    public VerticalArrangement vaSummary;
    public VerticalArrangement vaSummary2;
    public VerticalArrangement vaTools;
    public VerticalArrangement vaTrades;
    public VerticalArrangement vaUpgrade;
    public VerticalArrangement vaVWsearch;
    public VerticalArrangement vaWV;
    public final ModuleMethod vaWV$Click;
    public VerticalArrangement vaWait;
    public VerticalArrangement vaWatchList;
    public VerticalScrollArrangement vsaActive;
    public VerticalScrollArrangement vsaBasketsList;
    public VerticalScrollArrangement vsaHistory;
    public VerticalScrollArrangement vsaLoginMain;
    public VerticalScrollArrangement vsaPending;
    public VerticalScrollArrangement vsaRecommend;
    public VerticalScrollArrangement vsaSearch;
    public VerticalScrollArrangement vsaWatchlist;
    public WebViewer wvBanner;
    public final ModuleMethod wvBanner$WebViewStringChange;
    static final SimpleSymbol Lit8498 = (SimpleSymbol) new SimpleSymbol("InstantInTime").readResolve();
    static final SimpleSymbol Lit8497 = (SimpleSymbol) new SimpleSymbol("pair").readResolve();
    static final SimpleSymbol Lit8496 = (SimpleSymbol) new SimpleSymbol("dictionary").readResolve();
    static final SimpleSymbol Lit8495 = (SimpleSymbol) new SimpleSymbol("component").readResolve();
    static final SimpleSymbol Lit8494 = (SimpleSymbol) new SimpleSymbol("key").readResolve();
    static final SimpleSymbol Lit8493 = (SimpleSymbol) new SimpleSymbol("any").readResolve();
    static final SimpleSymbol Lit8492 = (SimpleSymbol) new SimpleSymbol("lookup-handler").readResolve();
    static final SimpleSymbol Lit8491 = (SimpleSymbol) new SimpleSymbol("dispatchGenericEvent").readResolve();
    static final SimpleSymbol Lit8490 = (SimpleSymbol) new SimpleSymbol("dispatchEvent").readResolve();
    static final SimpleSymbol Lit8489 = (SimpleSymbol) new SimpleSymbol("send-error").readResolve();
    static final SimpleSymbol Lit8488 = (SimpleSymbol) new SimpleSymbol("add-to-form-do-after-creation").readResolve();
    static final SimpleSymbol Lit8487 = (SimpleSymbol) new SimpleSymbol("add-to-global-vars").readResolve();
    static final SimpleSymbol Lit8486 = (SimpleSymbol) new SimpleSymbol("add-to-components").readResolve();
    static final SimpleSymbol Lit8485 = (SimpleSymbol) new SimpleSymbol("add-to-events").readResolve();
    static final SimpleSymbol Lit8484 = (SimpleSymbol) new SimpleSymbol("add-to-global-var-environment").readResolve();
    static final SimpleSymbol Lit8483 = (SimpleSymbol) new SimpleSymbol("is-bound-in-form-environment").readResolve();
    static final SimpleSymbol Lit8482 = (SimpleSymbol) new SimpleSymbol("lookup-in-form-environment").readResolve();
    static final SimpleSymbol Lit8481 = (SimpleSymbol) new SimpleSymbol("add-to-form-environment").readResolve();
    static final SimpleSymbol Lit8480 = (SimpleSymbol) new SimpleSymbol("android-log-form").readResolve();
    static final SimpleSymbol Lit8479 = (SimpleSymbol) new SimpleSymbol("get-simple-name").readResolve();
    static final SimpleSymbol Lit8478 = (SimpleSymbol) new SimpleSymbol("OnVScroll").readResolve();
    static final SimpleSymbol Lit8477 = (SimpleSymbol) new SimpleSymbol("ScrollHandler1$OnVScroll").readResolve();

    public class frame16 extends ModuleBody {
        Object $output;
        Object $x;
    }

    public class frame18 extends ModuleBody {
        Object $output;
        Object $x;
    }

    static {
        SimpleSymbol simpleSymbol = (SimpleSymbol) new SimpleSymbol("number").readResolve();
        Lit720 = simpleSymbol;
        Lit8476 = PairWithPosition.make(simpleSymbol, PairWithPosition.make(simpleSymbol, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39866513), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39866505);
        Lit8475 = (SimpleSymbol) new SimpleSymbol("$scrollY").readResolve();
        Lit8474 = new FString("com.sunny.ScrollHandler.ScrollHandler");
        Lit8473 = new FString("com.sunny.ScrollHandler.ScrollHandler");
        Lit8472 = new FString("com.sonu.AppSettings.AppSettings");
        Lit8471 = new FString("com.sonu.AppSettings.AppSettings");
        Lit8470 = new FString("com.DavidNingthoujam.ScreenOrientationFix.ScreenOrientationFix");
        Lit8469 = (SimpleSymbol) new SimpleSymbol("ScreenOrientationFix1").readResolve();
        Lit8468 = new FString("com.DavidNingthoujam.ScreenOrientationFix.ScreenOrientationFix");
        Lit8467 = new FString("com.google.appinventor.components.runtime.NiotronFirebaseAnalytics");
        Lit8466 = new FString("com.google.appinventor.components.runtime.NiotronFirebaseAnalytics");
        Lit8465 = (SimpleSymbol) new SimpleSymbol("UpdateAvailable").readResolve();
        Lit8464 = (SimpleSymbol) new SimpleSymbol("In-App_Update1$UpdateAvailable").readResolve();
        Lit8463 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39776540);
        Lit8462 = (SimpleSymbol) new SimpleSymbol("$appUpdateInfo").readResolve();
        Lit8461 = (SimpleSymbol) new SimpleSymbol("StartUpdate").readResolve();
        SimpleSymbol simpleSymbol2 = (SimpleSymbol) new SimpleSymbol(PropertyTypeConstants.PROPERTY_TYPE_TEXT).readResolve();
        Lit9 = simpleSymbol2;
        Lit8460 = PairWithPosition.make(simpleSymbol2, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39776389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39776383);
        Lit8459 = (SimpleSymbol) new SimpleSymbol("$available").readResolve();
        Lit8458 = new FString("com.google.appinventor.components.runtime.GPlayAppUpdater");
        Lit8457 = (SimpleSymbol) new SimpleSymbol("In-App_Update1").readResolve();
        Lit8456 = new FString("com.google.appinventor.components.runtime.GPlayAppUpdater");
        Lit8455 = new FString("com.google.appinventor.components.runtime.DevsTool");
        Lit8454 = new FString("com.google.appinventor.components.runtime.DevsTool");
        Lit8453 = (SimpleSymbol) new SimpleSymbol("ReceivedNotification").readResolve();
        Lit8452 = (SimpleSymbol) new SimpleSymbol("Onesingal_Push1$ReceivedNotification").readResolve();
        Lit8451 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728309);
        SimpleSymbol simpleSymbol3 = Lit9;
        Lit8450 = PairWithPosition.make(simpleSymbol3, PairWithPosition.make(simpleSymbol3, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728286);
        SimpleSymbol simpleSymbol4 = (SimpleSymbol) new SimpleSymbol("list").readResolve();
        Lit3855 = simpleSymbol4;
        Lit8449 = PairWithPosition.make(simpleSymbol4, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728254), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728248);
        SimpleSymbol simpleSymbol5 = Lit8493;
        Lit8448 = PairWithPosition.make(simpleSymbol5, PairWithPosition.make(simpleSymbol5, PairWithPosition.make(simpleSymbol5, PairWithPosition.make(simpleSymbol5, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39728208);
        Lit8447 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727842), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727836);
        Lit8446 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727695);
        Lit8445 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727657);
        SimpleSymbol simpleSymbol6 = Lit8493;
        Lit8444 = PairWithPosition.make(simpleSymbol6, PairWithPosition.make(simpleSymbol6, PairWithPosition.make(simpleSymbol6, PairWithPosition.make(simpleSymbol6, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727630), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727626), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727622), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727617);
        Lit8443 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39727285);
        Lit8442 = (SimpleSymbol) new SimpleSymbol("OpenedNotification").readResolve();
        Lit8441 = (SimpleSymbol) new SimpleSymbol("Onesingal_Push1$OpenedNotification").readResolve();
        Lit8440 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720117);
        SimpleSymbol simpleSymbol7 = Lit9;
        Lit8439 = PairWithPosition.make(simpleSymbol7, PairWithPosition.make(simpleSymbol7, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720100), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720094);
        Lit8438 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720062), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720056);
        SimpleSymbol simpleSymbol8 = Lit8493;
        Lit8437 = PairWithPosition.make(simpleSymbol8, PairWithPosition.make(simpleSymbol8, PairWithPosition.make(simpleSymbol8, PairWithPosition.make(simpleSymbol8, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720029), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720025), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720021), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39720016);
        Lit8436 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719644);
        Lit8435 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719503);
        Lit8434 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719465);
        SimpleSymbol simpleSymbol9 = Lit8493;
        Lit8433 = PairWithPosition.make(simpleSymbol9, PairWithPosition.make(simpleSymbol9, PairWithPosition.make(simpleSymbol9, PairWithPosition.make(simpleSymbol9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719438), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719434), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719430), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719425);
        Lit8432 = (SimpleSymbol) new SimpleSymbol("$additionalData").readResolve();
        Lit8431 = (SimpleSymbol) new SimpleSymbol("$body").readResolve();
        Lit8430 = (SimpleSymbol) new SimpleSymbol("$nlist").readResolve();
        Lit8429 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719099), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39719093);
        Lit8428 = new FString("com.google.appinventor.components.runtime.NiotronOneSignalPush");
        Lit8427 = (SimpleSymbol) new SimpleSymbol("AppId").readResolve();
        Lit8426 = new FString("com.google.appinventor.components.runtime.NiotronOneSignalPush");
        Lit8425 = (SimpleSymbol) new SimpleSymbol("Disconnected").readResolve();
        Lit8424 = (SimpleSymbol) new SimpleSymbol("WebSocketConnector1$Disconnected").readResolve();
        Lit8423 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39682202), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39682194);
        Lit8422 = (SimpleSymbol) new SimpleSymbol("Connected").readResolve();
        Lit8421 = (SimpleSymbol) new SimpleSymbol("WebSocketConnector1$Connected").readResolve();
        Lit8420 = (SimpleSymbol) new SimpleSymbol("MessageReceived").readResolve();
        Lit8419 = (SimpleSymbol) new SimpleSymbol("WebSocketConnector1$MessageReceived").readResolve();
        Lit8418 = (SimpleSymbol) new SimpleSymbol("WebSocketConnector1$ErrorOccurred").readResolve();
        Lit8417 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39657658), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39657650);
        Lit8416 = IntNum.make(1000);
        Lit8415 = new FString("com.sumit1334.websocket.WebSocketConnector");
        Lit8414 = new FString("com.sumit1334.websocket.WebSocketConnector");
        Lit8413 = new FString("com.jdl.NotificationStyle.NotificationStyle");
        Lit8412 = (SimpleSymbol) new SimpleSymbol("PriorityNotification").readResolve();
        Lit8411 = (SimpleSymbol) new SimpleSymbol("ImportanceChannel").readResolve();
        Lit8410 = (SimpleSymbol) new SimpleSymbol("IconNotification").readResolve();
        Lit8409 = IntNum.make(new int[]{-16777216});
        Lit8408 = (SimpleSymbol) new SimpleSymbol("Channel").readResolve();
        Lit8407 = new FString("com.jdl.NotificationStyle.NotificationStyle");
        Lit8406 = (SimpleSymbol) new SimpleSymbol("AdLoaded").readResolve();
        Lit8405 = (SimpleSymbol) new SimpleSymbol("Facebook_Interstitial1$AdLoaded").readResolve();
        Lit8404 = (SimpleSymbol) new SimpleSymbol("AdDisplayed").readResolve();
        Lit8403 = (SimpleSymbol) new SimpleSymbol("Facebook_Interstitial1$AdDisplayed").readResolve();
        Lit8402 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39559388);
        SimpleSymbol simpleSymbol10 = Lit9;
        Lit8401 = PairWithPosition.make(simpleSymbol10, PairWithPosition.make(simpleSymbol10, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39559360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39559354);
        Lit8400 = new FString("com.google.appinventor.components.runtime.FacebookInterstitialAd");
        Lit8399 = new FString("com.google.appinventor.components.runtime.FacebookInterstitialAd");
        Lit8398 = new FString("com.google.appinventor.components.runtime.NiotronBeautify");
        Lit8397 = (SimpleSymbol) new SimpleSymbol("Beautify1").readResolve();
        Lit8396 = new FString("com.google.appinventor.components.runtime.NiotronBeautify");
        Lit8395 = new FString("com.gordonlu.imageutil.ImageUtil");
        Lit8394 = (SimpleSymbol) new SimpleSymbol("ImageUtil1").readResolve();
        Lit8393 = new FString("com.gordonlu.imageutil.ImageUtil");
        Lit8392 = (SimpleSymbol) new SimpleSymbol("ComponentSavedAsImage").readResolve();
        Lit8391 = (SimpleSymbol) new SimpleSymbol("View_Utils1$ComponentSavedAsImage").readResolve();
        SimpleSymbol simpleSymbol11 = Lit9;
        Lit8390 = PairWithPosition.make(simpleSymbol11, PairWithPosition.make(simpleSymbol11, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39489748), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39489742);
        Lit8389 = (SimpleSymbol) new SimpleSymbol("$filePath").readResolve();
        Lit8388 = (SimpleSymbol) new SimpleSymbol("ShareFileWithMessage").readResolve();
        Lit8387 = new FString("com.google.appinventor.components.runtime.ViewUtils");
        Lit8386 = new FString("com.google.appinventor.components.runtime.ViewUtils");
        Lit8385 = (SimpleSymbol) new SimpleSymbol("TextClicked").readResolve();
        Lit8384 = (SimpleSymbol) new SimpleSymbol("StyleTextUtils1$TextClicked").readResolve();
        SimpleSymbol simpleSymbol12 = Lit8493;
        Lit8383 = PairWithPosition.make(simpleSymbol12, PairWithPosition.make(simpleSymbol12, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39461489), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39461484);
        SimpleSymbol simpleSymbol13 = Lit8493;
        Lit8382 = PairWithPosition.make(simpleSymbol13, PairWithPosition.make(simpleSymbol13, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39461230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39461225);
        SimpleSymbol simpleSymbol14 = Lit8493;
        Lit8381 = PairWithPosition.make(simpleSymbol14, PairWithPosition.make(simpleSymbol14, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39460972), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39460967);
        Lit8380 = new FString("io.soham.styletextutils.StyleTextUtils");
        Lit8379 = new FString("io.soham.styletextutils.StyleTextUtils");
        Lit8378 = new FString("com.google.appinventor.components.runtime.FirebaseCore");
        Lit8377 = new FString("com.google.appinventor.components.runtime.FirebaseCore");
        Lit8376 = (SimpleSymbol) new SimpleSymbol("FailedToInitialize").readResolve();
        Lit8375 = (SimpleSymbol) new SimpleSymbol("Firebase_Auth1$FailedToInitialize").readResolve();
        Lit8374 = (SimpleSymbol) new SimpleSymbol("$errorMessage").readResolve();
        Lit8373 = (SimpleSymbol) new SimpleSymbol("GoogleSignInFailed").readResolve();
        Lit8372 = (SimpleSymbol) new SimpleSymbol("Firebase_Auth1$GoogleSignInFailed").readResolve();
        Lit8371 = (SimpleSymbol) new SimpleSymbol("$error").readResolve();
        Lit8370 = (SimpleSymbol) new SimpleSymbol("GoogleSignInSuccess").readResolve();
        Lit8369 = (SimpleSymbol) new SimpleSymbol("Firebase_Auth1$GoogleSignInSuccess").readResolve();
        Lit8368 = (SimpleSymbol) new SimpleSymbol("$displayName").readResolve();
        Lit8367 = new FString("com.google.appinventor.components.runtime.FirebaseAuthentication");
        Lit8366 = new FString("com.google.appinventor.components.runtime.FirebaseAuthentication");
        Lit8365 = (SimpleSymbol) new SimpleSymbol("OnMenuItemClick").readResolve();
        Lit8364 = (SimpleSymbol) new SimpleSymbol("DevYbPopupMenu1$OnMenuItemClick").readResolve();
        SimpleSymbol simpleSymbol15 = Lit9;
        Lit8363 = PairWithPosition.make(simpleSymbol15, PairWithPosition.make(simpleSymbol15, PairWithPosition.make(simpleSymbol15, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359823), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359818), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359812);
        SimpleSymbol simpleSymbol16 = Lit9;
        Lit8362 = PairWithPosition.make(simpleSymbol16, PairWithPosition.make(simpleSymbol16, PairWithPosition.make(simpleSymbol16, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359759), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359754), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359748);
        SimpleSymbol simpleSymbol17 = Lit8494;
        SimpleSymbol simpleSymbol18 = Lit8493;
        Lit8361 = PairWithPosition.make(simpleSymbol17, PairWithPosition.make(simpleSymbol18, PairWithPosition.make(simpleSymbol18, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359718), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359714), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359709);
        SimpleSymbol simpleSymbol19 = Lit8494;
        SimpleSymbol simpleSymbol20 = Lit8493;
        Lit8360 = PairWithPosition.make(simpleSymbol19, PairWithPosition.make(simpleSymbol20, PairWithPosition.make(simpleSymbol20, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359561), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359556);
        Lit8359 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359429), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359424);
        Lit8358 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359394);
        SimpleSymbol simpleSymbol21 = Lit8494;
        SimpleSymbol simpleSymbol22 = Lit8493;
        Lit8357 = PairWithPosition.make(simpleSymbol21, PairWithPosition.make(simpleSymbol22, PairWithPosition.make(simpleSymbol22, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359272), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359268), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359263);
        SimpleSymbol simpleSymbol23 = Lit9;
        Lit8356 = PairWithPosition.make(simpleSymbol23, PairWithPosition.make(simpleSymbol23, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359058), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39359052);
        Lit8355 = new FString("com.devyb.devybpopupmenu.DevYbPopupMenu");
        Lit8354 = IntNum.make(new int[]{-11053739});
        Lit8353 = new FString("com.devyb.devybpopupmenu.DevYbPopupMenu");
        Lit8352 = new FString("com.google.appinventor.components.runtime.Sharing");
        Lit8351 = new FString("com.google.appinventor.components.runtime.Sharing");
        Lit8350 = (SimpleSymbol) new SimpleSymbol("CallFinishedWithResult").readResolve();
        Lit8349 = (SimpleSymbol) new SimpleSymbol("Async_Task1$CallFinishedWithResult").readResolve();
        Lit8348 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39302286);
        SimpleSymbol simpleSymbol24 = Lit8493;
        Lit8347 = PairWithPosition.make(simpleSymbol24, PairWithPosition.make(simpleSymbol24, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39302129), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39302124);
        SimpleSymbol simpleSymbol25 = Lit8493;
        Lit8346 = PairWithPosition.make(simpleSymbol25, PairWithPosition.make(simpleSymbol25, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301847);
        SimpleSymbol simpleSymbol26 = Lit8495;
        SimpleSymbol simpleSymbol27 = Lit9;
        Lit8345 = PairWithPosition.make(simpleSymbol26, PairWithPosition.make(simpleSymbol27, PairWithPosition.make(simpleSymbol27, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301732), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301727), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301716);
        Lit8344 = (SimpleSymbol) new SimpleSymbol("SaveComponentAsImage").readResolve();
        Lit8343 = (SimpleSymbol) new SimpleSymbol("View_Utils1").readResolve();
        SimpleSymbol simpleSymbol28 = Lit8493;
        Lit8342 = PairWithPosition.make(simpleSymbol28, PairWithPosition.make(simpleSymbol28, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301568), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301563);
        SimpleSymbol simpleSymbol29 = Lit8493;
        Lit8341 = PairWithPosition.make(simpleSymbol29, PairWithPosition.make(simpleSymbol29, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301404), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301399);
        SimpleSymbol simpleSymbol30 = Lit8493;
        Lit8340 = PairWithPosition.make(simpleSymbol30, PairWithPosition.make(simpleSymbol30, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39301232);
        Lit8339 = (SimpleSymbol) new SimpleSymbol("$procedureName").readResolve();
        Lit8338 = new FString("com.google.appinventor.components.runtime.AsyncTask");
        Lit8337 = new FString("com.google.appinventor.components.runtime.AsyncTask");
        Lit8336 = new FString("com.google.appinventor.components.runtime.NiotronDeviceInfo");
        Lit8335 = new FString("com.google.appinventor.components.runtime.NiotronDeviceInfo");
        Lit8334 = new FString("com.google.appinventor.components.runtime.NiotronAnimations");
        Lit8333 = (SimpleSymbol) new SimpleSymbol("Animations1").readResolve();
        Lit8332 = new FString("com.google.appinventor.components.runtime.NiotronAnimations");
        Lit8331 = new FString("yt.DeepHost.ViewTooltip.ViewToolTip");
        Lit8330 = (SimpleSymbol) new SimpleSymbol("ViewToolTip1").readResolve();
        Lit8329 = new FString("yt.DeepHost.ViewTooltip.ViewToolTip");
        Lit8328 = new FString("com.google.appinventor.components.runtime.ChromeCustomTab");
        Lit8327 = new FString("com.google.appinventor.components.runtime.ChromeCustomTab");
        Lit8326 = (SimpleSymbol) new SimpleSymbol("AfterGettingText").readResolve();
        Lit8325 = (SimpleSymbol) new SimpleSymbol("Speech_Recognizer1$AfterGettingText").readResolve();
        Lit8324 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39190894);
        Lit8323 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39190875);
        SimpleSymbol simpleSymbol31 = (SimpleSymbol) new SimpleSymbol("boolean").readResolve();
        Lit173 = simpleSymbol31;
        Lit8322 = PairWithPosition.make(simpleSymbol31, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39190614);
        Lit8321 = (SimpleSymbol) new SimpleSymbol("$partial").readResolve();
        Lit8320 = new FString("com.google.appinventor.components.runtime.SpeechRecognizer");
        Lit8319 = new FString("com.google.appinventor.components.runtime.SpeechRecognizer");
        Lit8318 = (SimpleSymbol) new SimpleSymbol("WebViewStringChanged").readResolve();
        Lit8317 = (SimpleSymbol) new SimpleSymbol("CustomWebView1$WebViewStringChanged").readResolve();
        SimpleSymbol simpleSymbol32 = Lit8493;
        Lit8316 = PairWithPosition.make(simpleSymbol32, PairWithPosition.make(simpleSymbol32, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162988);
        SimpleSymbol simpleSymbol33 = Lit9;
        Lit8315 = PairWithPosition.make(simpleSymbol33, PairWithPosition.make(simpleSymbol33, PairWithPosition.make(simpleSymbol33, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162794), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162788);
        Lit8314 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162778);
        Lit8313 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162748), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162742);
        SimpleSymbol simpleSymbol34 = Lit9;
        Lit8312 = PairWithPosition.make(simpleSymbol34, PairWithPosition.make(simpleSymbol34, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162723), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162717);
        SimpleSymbol simpleSymbol35 = Lit9;
        Lit8311 = PairWithPosition.make(simpleSymbol35, PairWithPosition.make(simpleSymbol35, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162481), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39162475);
        SimpleSymbol simpleSymbol36 = Lit8493;
        Lit8310 = PairWithPosition.make(simpleSymbol36, PairWithPosition.make(simpleSymbol36, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39161988), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39161983);
        Lit8309 = (SimpleSymbol) new SimpleSymbol("CurrentPageTitle").readResolve();
        Lit8308 = new FString("com.sunny.CustomWebView.CustomWebView");
        Lit8307 = (SimpleSymbol) new SimpleSymbol("DisplayZoom").readResolve();
        Lit8306 = new FString("com.sunny.CustomWebView.CustomWebView");
        Lit8305 = new FString("com.google.appinventor.components.runtime.ActivityStarter");
        Lit8304 = new FString("com.google.appinventor.components.runtime.ActivityStarter");
        Lit8303 = new FString("com.google.appinventor.components.runtime.NiotronBottomSheet");
        Lit8302 = IntNum.make(16777215);
        Lit8301 = new FString("com.google.appinventor.components.runtime.NiotronBottomSheet");
        Lit8300 = new FString("com.google.appinventor.components.runtime.TinyDB");
        Lit8299 = new FString("com.google.appinventor.components.runtime.TinyDB");
        Lit8298 = (SimpleSymbol) new SimpleSymbol("Timer").readResolve();
        Lit8297 = (SimpleSymbol) new SimpleSymbol("Clock1$Timer").readResolve();
        Lit8296 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39031022), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 39031016);
        Lit8295 = new FString("com.google.appinventor.components.runtime.Clock");
        Lit8294 = new FString("com.google.appinventor.components.runtime.Clock");
        Lit8293 = new FString("com.dreamers.AlphaDialog.AlphaDialog");
        Lit8292 = new FString("com.dreamers.AlphaDialog.AlphaDialog");
        Lit8291 = new FString("com.google.appinventor.components.runtime.TinyDB");
        Lit8290 = (SimpleSymbol) new SimpleSymbol("Namespace").readResolve();
        Lit8289 = new FString("com.google.appinventor.components.runtime.TinyDB");
        Lit8288 = new FString("com.yusufcihan.DynamicComponents.DynamicComponents");
        Lit8287 = new FString("com.yusufcihan.DynamicComponents.DynamicComponents");
        Lit8286 = (SimpleSymbol) new SimpleSymbol("Web2$GotText").readResolve();
        SimpleSymbol simpleSymbol37 = Lit9;
        Lit8285 = PairWithPosition.make(simpleSymbol37, PairWithPosition.make(simpleSymbol37, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939750), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939744);
        SimpleSymbol simpleSymbol38 = Lit9;
        Lit8284 = PairWithPosition.make(simpleSymbol38, PairWithPosition.make(simpleSymbol38, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939716), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939710);
        Lit8283 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939409);
        SimpleSymbol simpleSymbol39 = Lit8493;
        Lit8282 = PairWithPosition.make(simpleSymbol39, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol39, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939285), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939275);
        Lit8281 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939262);
        SimpleSymbol simpleSymbol40 = Lit8493;
        Lit8280 = PairWithPosition.make(simpleSymbol40, PairWithPosition.make(simpleSymbol40, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939054), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939049);
        SimpleSymbol simpleSymbol41 = Lit8493;
        Lit8279 = PairWithPosition.make(simpleSymbol41, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol41, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939007), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38939002);
        Lit8278 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938989);
        SimpleSymbol simpleSymbol42 = Lit9;
        Lit8277 = PairWithPosition.make(simpleSymbol42, PairWithPosition.make(simpleSymbol42, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938730), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938724);
        SimpleSymbol simpleSymbol43 = Lit9;
        Lit8276 = PairWithPosition.make(simpleSymbol43, PairWithPosition.make(simpleSymbol43, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938696), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938690);
        SimpleSymbol simpleSymbol44 = Lit9;
        Lit8275 = PairWithPosition.make(simpleSymbol44, PairWithPosition.make(simpleSymbol44, PairWithPosition.make(simpleSymbol44, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938435), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938430), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938424);
        SimpleSymbol simpleSymbol45 = Lit8494;
        SimpleSymbol simpleSymbol46 = Lit8493;
        Lit8274 = PairWithPosition.make(simpleSymbol45, PairWithPosition.make(simpleSymbol46, PairWithPosition.make(simpleSymbol46, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938387), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938382);
        SimpleSymbol simpleSymbol47 = Lit9;
        Lit8273 = PairWithPosition.make(simpleSymbol47, PairWithPosition.make(simpleSymbol47, PairWithPosition.make(simpleSymbol47, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938212), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938206);
        Lit8272 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38938143);
        Lit8271 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937739);
        SimpleSymbol simpleSymbol48 = Lit9;
        Lit8270 = PairWithPosition.make(simpleSymbol48, PairWithPosition.make(simpleSymbol48, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937716);
        Lit8269 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937514), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937508);
        Lit8268 = IntNum.make(-13421773);
        Lit8267 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937345);
        SimpleSymbol simpleSymbol49 = Lit9;
        Lit8266 = PairWithPosition.make(simpleSymbol49, PairWithPosition.make(simpleSymbol49, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937328), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937322);
        Lit8265 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937123), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38937117);
        Lit8264 = IntNum.make(-13421773);
        Lit8263 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936954);
        SimpleSymbol simpleSymbol50 = Lit9;
        Lit8262 = PairWithPosition.make(simpleSymbol50, PairWithPosition.make(simpleSymbol50, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936937), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936931);
        SimpleSymbol simpleSymbol51 = Lit720;
        Lit8261 = PairWithPosition.make(simpleSymbol51, PairWithPosition.make(simpleSymbol51, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936713);
        Lit8260 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936702), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936696);
        Lit8259 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936500);
        SimpleSymbol simpleSymbol52 = Lit9;
        Lit8258 = PairWithPosition.make(simpleSymbol52, PairWithPosition.make(simpleSymbol52, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936483), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936477);
        Lit8257 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936268);
        Lit8256 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936240);
        SimpleSymbol simpleSymbol53 = Lit9;
        Lit8255 = PairWithPosition.make(simpleSymbol53, PairWithPosition.make(simpleSymbol53, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936223), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38936217);
        Lit8254 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935994), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935983);
        SimpleSymbol simpleSymbol54 = Lit9;
        Lit8253 = PairWithPosition.make(simpleSymbol54, PairWithPosition.make(simpleSymbol54, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935966), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935960);
        Lit8252 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935837);
        Lit8251 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935607);
        Lit8250 = (SimpleSymbol) new SimpleSymbol("com.google.appinventor.components.runtime.HorizontalArrangement").readResolve();
        Lit8249 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935389);
        SimpleSymbol simpleSymbol55 = Lit9;
        Lit8248 = PairWithPosition.make(simpleSymbol55, PairWithPosition.make(simpleSymbol55, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935372), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935366);
        Lit8247 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935171), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935160);
        Lit8246 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935150);
        SimpleSymbol simpleSymbol56 = Lit9;
        Lit8245 = PairWithPosition.make(simpleSymbol56, PairWithPosition.make(simpleSymbol56, PairWithPosition.make(simpleSymbol56, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935116);
        Lit8244 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935054), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935049);
        Lit8243 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38935000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934994);
        Lit8242 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934985), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934979);
        SimpleSymbol simpleSymbol57 = Lit8493;
        Lit8241 = PairWithPosition.make(simpleSymbol57, PairWithPosition.make(simpleSymbol57, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934795);
        SimpleSymbol simpleSymbol58 = Lit8493;
        Lit8240 = PairWithPosition.make(simpleSymbol58, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol58, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934561), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934556), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934551);
        SimpleSymbol simpleSymbol59 = Lit8493;
        Lit8239 = PairWithPosition.make(simpleSymbol59, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol59, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934435), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934430), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934425);
        SimpleSymbol simpleSymbol60 = Lit8493;
        Lit8238 = PairWithPosition.make(simpleSymbol60, PairWithPosition.make(simpleSymbol60, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934312), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934307);
        SimpleSymbol simpleSymbol61 = Lit8493;
        Lit8237 = PairWithPosition.make(simpleSymbol61, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol61, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38934270);
        Lit8236 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933767);
        SimpleSymbol simpleSymbol62 = Lit9;
        Lit8235 = PairWithPosition.make(simpleSymbol62, PairWithPosition.make(simpleSymbol62, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933750), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933744);
        Lit8234 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933516), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933511), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933500);
        Lit8233 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933477);
        SimpleSymbol simpleSymbol63 = Lit9;
        Lit8232 = PairWithPosition.make(simpleSymbol63, PairWithPosition.make(simpleSymbol63, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933454);
        Lit8231 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933150);
        SimpleSymbol simpleSymbol64 = Lit8493;
        Lit8230 = PairWithPosition.make(simpleSymbol64, PairWithPosition.make(simpleSymbol64, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933011), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38933006);
        SimpleSymbol simpleSymbol65 = Lit8493;
        Lit8229 = PairWithPosition.make(simpleSymbol65, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol65, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932974), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932969);
        Lit8228 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932787), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932776);
        Lit8227 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932753);
        Lit8226 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932587);
        SimpleSymbol simpleSymbol66 = Lit9;
        Lit8225 = PairWithPosition.make(simpleSymbol66, PairWithPosition.make(simpleSymbol66, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932570), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932564);
        Lit8224 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932444);
        SimpleSymbol simpleSymbol67 = Lit9;
        Lit8223 = PairWithPosition.make(simpleSymbol67, PairWithPosition.make(simpleSymbol67, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932427), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932421);
        Lit8222 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932214), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932199);
        Lit8221 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932142);
        SimpleSymbol simpleSymbol68 = Lit9;
        Lit8220 = PairWithPosition.make(simpleSymbol68, PairWithPosition.make(simpleSymbol68, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38932119);
        Lit8219 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931912), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931908), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931897);
        SimpleSymbol simpleSymbol69 = Lit9;
        Lit8218 = PairWithPosition.make(simpleSymbol69, PairWithPosition.make(simpleSymbol69, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931874);
        Lit8217 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931636);
        Lit8216 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931519);
        Lit8215 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931494);
        SimpleSymbol simpleSymbol70 = Lit8494;
        SimpleSymbol simpleSymbol71 = Lit8493;
        Lit8214 = PairWithPosition.make(simpleSymbol70, PairWithPosition.make(simpleSymbol71, PairWithPosition.make(simpleSymbol71, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931465), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931456);
        SimpleSymbol simpleSymbol72 = Lit8493;
        Lit8213 = PairWithPosition.make(simpleSymbol72, PairWithPosition.make(simpleSymbol72, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931226);
        SimpleSymbol simpleSymbol73 = Lit8494;
        SimpleSymbol simpleSymbol74 = Lit8493;
        Lit8212 = PairWithPosition.make(simpleSymbol73, PairWithPosition.make(simpleSymbol74, PairWithPosition.make(simpleSymbol74, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931194), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931185);
        SimpleSymbol simpleSymbol75 = Lit8493;
        Lit8211 = PairWithPosition.make(simpleSymbol75, PairWithPosition.make(simpleSymbol75, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931010), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38931005);
        SimpleSymbol simpleSymbol76 = Lit8494;
        SimpleSymbol simpleSymbol77 = Lit8493;
        Lit8210 = PairWithPosition.make(simpleSymbol76, PairWithPosition.make(simpleSymbol77, PairWithPosition.make(simpleSymbol77, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930967), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930963), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930958);
        Lit8209 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930745), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930739);
        Lit8208 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930692);
        Lit8207 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930484), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930479);
        Lit8206 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930448);
        Lit8205 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930330);
        SimpleSymbol simpleSymbol78 = Lit8493;
        Lit8204 = PairWithPosition.make(simpleSymbol78, PairWithPosition.make(simpleSymbol78, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930226);
        SimpleSymbol simpleSymbol79 = Lit8494;
        SimpleSymbol simpleSymbol80 = Lit8493;
        Lit8203 = PairWithPosition.make(simpleSymbol79, PairWithPosition.make(simpleSymbol80, PairWithPosition.make(simpleSymbol80, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930103), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930099), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38930094);
        Lit8202 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38929789);
        Lit8201 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38929659), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38929652), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38929646);
        Lit8200 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38929636);
        Lit8199 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38929001);
        SimpleSymbol simpleSymbol81 = Lit9;
        Lit8198 = PairWithPosition.make(simpleSymbol81, PairWithPosition.make(simpleSymbol81, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928974), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928968);
        Lit8197 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928785), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928778), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928772);
        Lit8196 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928762);
        Lit8195 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928112);
        SimpleSymbol simpleSymbol82 = Lit9;
        Lit8194 = PairWithPosition.make(simpleSymbol82, PairWithPosition.make(simpleSymbol82, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928085), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38928079);
        SimpleSymbol simpleSymbol83 = Lit8493;
        Lit8193 = PairWithPosition.make(simpleSymbol83, PairWithPosition.make(simpleSymbol83, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927889);
        SimpleSymbol simpleSymbol84 = Lit8494;
        SimpleSymbol simpleSymbol85 = Lit8493;
        Lit8192 = PairWithPosition.make(simpleSymbol84, PairWithPosition.make(simpleSymbol85, PairWithPosition.make(simpleSymbol85, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927491);
        Lit8191 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927404);
        SimpleSymbol simpleSymbol86 = Lit9;
        Lit8190 = PairWithPosition.make(simpleSymbol86, PairWithPosition.make(simpleSymbol86, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927071);
        SimpleSymbol simpleSymbol87 = Lit9;
        Lit8189 = PairWithPosition.make(simpleSymbol87, PairWithPosition.make(simpleSymbol87, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38927037);
        SimpleSymbol simpleSymbol88 = Lit720;
        Lit8188 = PairWithPosition.make(simpleSymbol88, PairWithPosition.make(simpleSymbol88, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38926445), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38926437);
        Lit8187 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38926405), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38926399);
        SimpleSymbol simpleSymbol89 = Lit9;
        Lit8186 = PairWithPosition.make(simpleSymbol89, PairWithPosition.make(simpleSymbol89, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38926371), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38926365);
        Lit8185 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38926294);
        Lit8184 = (SimpleSymbol) new SimpleSymbol("$currPL").readResolve();
        SimpleSymbol simpleSymbol90 = Lit9;
        Lit8183 = PairWithPosition.make(simpleSymbol90, PairWithPosition.make(simpleSymbol90, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925915), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925909);
        SimpleSymbol simpleSymbol91 = Lit9;
        Lit8182 = PairWithPosition.make(simpleSymbol91, PairWithPosition.make(simpleSymbol91, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925784);
        SimpleSymbol simpleSymbol92 = Lit720;
        Lit8181 = PairWithPosition.make(simpleSymbol92, PairWithPosition.make(simpleSymbol92, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925554);
        SimpleSymbol simpleSymbol93 = Lit720;
        Lit8180 = PairWithPosition.make(simpleSymbol93, PairWithPosition.make(simpleSymbol93, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925424);
        Lit8179 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925397);
        Lit8178 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925382);
        SimpleSymbol simpleSymbol94 = Lit9;
        Lit8177 = PairWithPosition.make(simpleSymbol94, PairWithPosition.make(simpleSymbol94, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925059), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925053);
        SimpleSymbol simpleSymbol95 = Lit9;
        Lit8176 = PairWithPosition.make(simpleSymbol95, PairWithPosition.make(simpleSymbol95, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925025), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38925019);
        SimpleSymbol simpleSymbol96 = Lit9;
        Lit8175 = PairWithPosition.make(simpleSymbol96, PairWithPosition.make(simpleSymbol96, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38924684), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38924678);
        SimpleSymbol simpleSymbol97 = Lit9;
        Lit8174 = PairWithPosition.make(simpleSymbol97, PairWithPosition.make(simpleSymbol97, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38924650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38924644);
        SimpleSymbol simpleSymbol98 = Lit8493;
        Lit8173 = PairWithPosition.make(simpleSymbol98, PairWithPosition.make(simpleSymbol98, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38924430), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38924425);
        Lit8172 = new FString("com.google.appinventor.components.runtime.Web");
        Lit8171 = new FString("com.google.appinventor.components.runtime.Web");
        Lit8170 = new FString("com.google.appinventor.components.runtime.NiotronSecurity");
        Lit8169 = (SimpleSymbol) new SimpleSymbol("AesKey").readResolve();
        Lit8168 = new FString("com.google.appinventor.components.runtime.NiotronSecurity");
        Lit8167 = (SimpleSymbol) new SimpleSymbol("GotText").readResolve();
        Lit8166 = (SimpleSymbol) new SimpleSymbol("Web1$GotText").readResolve();
        SimpleSymbol simpleSymbol99 = Lit9;
        Lit8165 = PairWithPosition.make(simpleSymbol99, PairWithPosition.make(simpleSymbol99, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38921138), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38921132);
        SimpleSymbol simpleSymbol100 = Lit9;
        Lit8164 = PairWithPosition.make(simpleSymbol100, PairWithPosition.make(simpleSymbol100, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38921104), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38921098);
        Lit8163 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920885), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920879);
        Lit8162 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920780);
        SimpleSymbol simpleSymbol101 = Lit8493;
        Lit8161 = PairWithPosition.make(simpleSymbol101, PairWithPosition.make(simpleSymbol101, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920659), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920654);
        SimpleSymbol simpleSymbol102 = Lit9;
        Lit8160 = PairWithPosition.make(simpleSymbol102, PairWithPosition.make(simpleSymbol102, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920444), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920438);
        SimpleSymbol simpleSymbol103 = Lit9;
        Lit8159 = PairWithPosition.make(simpleSymbol103, PairWithPosition.make(simpleSymbol103, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920410), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920404);
        SimpleSymbol simpleSymbol104 = Lit9;
        Lit8158 = PairWithPosition.make(simpleSymbol104, PairWithPosition.make(simpleSymbol104, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920171), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920165);
        SimpleSymbol simpleSymbol105 = Lit9;
        Lit8157 = PairWithPosition.make(simpleSymbol105, PairWithPosition.make(simpleSymbol105, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38920131);
        SimpleSymbol simpleSymbol106 = Lit9;
        Lit8156 = PairWithPosition.make(simpleSymbol106, PairWithPosition.make(simpleSymbol106, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919861), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919855);
        SimpleSymbol simpleSymbol107 = Lit9;
        Lit8155 = PairWithPosition.make(simpleSymbol107, PairWithPosition.make(simpleSymbol107, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919827), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919821);
        SimpleSymbol simpleSymbol108 = Lit8493;
        Lit8154 = PairWithPosition.make(simpleSymbol108, PairWithPosition.make(simpleSymbol108, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919603), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919598);
        Lit8153 = IntNum.make(400);
        SimpleSymbol simpleSymbol109 = Lit9;
        Lit8152 = PairWithPosition.make(simpleSymbol109, PairWithPosition.make(simpleSymbol109, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919298), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919292);
        SimpleSymbol simpleSymbol110 = Lit9;
        Lit8151 = PairWithPosition.make(simpleSymbol110, PairWithPosition.make(simpleSymbol110, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919264), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38919258);
        SimpleSymbol simpleSymbol111 = Lit9;
        Lit8150 = PairWithPosition.make(simpleSymbol111, PairWithPosition.make(simpleSymbol111, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918983), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918977);
        Lit8149 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918966);
        Lit8148 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918936), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918930);
        SimpleSymbol simpleSymbol112 = Lit9;
        Lit8147 = PairWithPosition.make(simpleSymbol112, PairWithPosition.make(simpleSymbol112, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918911), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918905);
        SimpleSymbol simpleSymbol113 = Lit9;
        Lit8146 = PairWithPosition.make(simpleSymbol113, PairWithPosition.make(simpleSymbol113, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918470), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918464);
        SimpleSymbol simpleSymbol114 = Lit9;
        Lit8145 = PairWithPosition.make(simpleSymbol114, PairWithPosition.make(simpleSymbol114, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918286);
        SimpleSymbol simpleSymbol115 = Lit9;
        Lit8144 = PairWithPosition.make(simpleSymbol115, PairWithPosition.make(simpleSymbol115, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38918252);
        SimpleSymbol simpleSymbol116 = Lit9;
        Lit8143 = PairWithPosition.make(simpleSymbol116, PairWithPosition.make(simpleSymbol116, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917976), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917970);
        SimpleSymbol simpleSymbol117 = Lit9;
        Lit8142 = PairWithPosition.make(simpleSymbol117, PairWithPosition.make(simpleSymbol117, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917833), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917827);
        SimpleSymbol simpleSymbol118 = Lit9;
        Lit8141 = PairWithPosition.make(simpleSymbol118, PairWithPosition.make(simpleSymbol118, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917793);
        SimpleSymbol simpleSymbol119 = Lit9;
        Lit8140 = PairWithPosition.make(simpleSymbol119, PairWithPosition.make(simpleSymbol119, PairWithPosition.make(simpleSymbol119, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917385), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917380), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917374);
        SimpleSymbol simpleSymbol120 = Lit9;
        Lit8139 = PairWithPosition.make(simpleSymbol120, PairWithPosition.make(simpleSymbol120, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917300), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38917294);
        SimpleSymbol simpleSymbol121 = Lit9;
        Lit8138 = PairWithPosition.make(simpleSymbol121, PairWithPosition.make(simpleSymbol121, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915688), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915682);
        SimpleSymbol simpleSymbol122 = Lit9;
        Lit8137 = PairWithPosition.make(simpleSymbol122, PairWithPosition.make(simpleSymbol122, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915654), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915648);
        SimpleSymbol simpleSymbol123 = Lit9;
        Lit8136 = PairWithPosition.make(simpleSymbol123, PairWithPosition.make(simpleSymbol123, PairWithPosition.make(simpleSymbol123, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915241), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915236), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915230);
        SimpleSymbol simpleSymbol124 = Lit8494;
        SimpleSymbol simpleSymbol125 = Lit8493;
        Lit8135 = PairWithPosition.make(simpleSymbol124, PairWithPosition.make(simpleSymbol125, PairWithPosition.make(simpleSymbol125, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915173), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38915164);
        SimpleSymbol simpleSymbol126 = Lit9;
        Lit8134 = PairWithPosition.make(simpleSymbol126, PairWithPosition.make(simpleSymbol126, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914782), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914776);
        SimpleSymbol simpleSymbol127 = Lit9;
        Lit8133 = PairWithPosition.make(simpleSymbol127, PairWithPosition.make(simpleSymbol127, PairWithPosition.make(simpleSymbol127, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914610);
        SimpleSymbol simpleSymbol128 = Lit8494;
        SimpleSymbol simpleSymbol129 = Lit8493;
        Lit8132 = PairWithPosition.make(simpleSymbol128, PairWithPosition.make(simpleSymbol129, PairWithPosition.make(simpleSymbol129, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914553), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914544);
        Lit8131 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914327);
        SimpleSymbol simpleSymbol130 = Lit8494;
        SimpleSymbol simpleSymbol131 = Lit8493;
        Lit8130 = PairWithPosition.make(simpleSymbol130, PairWithPosition.make(simpleSymbol131, PairWithPosition.make(simpleSymbol131, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914293), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914288);
        Lit8129 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38914189);
        Lit8128 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913737);
        Lit8127 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913714), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913709);
        Lit8126 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913654);
        Lit8125 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913645), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913639);
        SimpleSymbol simpleSymbol132 = Lit8493;
        Lit8124 = PairWithPosition.make(simpleSymbol132, PairWithPosition.make(simpleSymbol132, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913455);
        SimpleSymbol simpleSymbol133 = Lit8494;
        SimpleSymbol simpleSymbol134 = Lit8493;
        Lit8123 = PairWithPosition.make(simpleSymbol133, PairWithPosition.make(simpleSymbol134, PairWithPosition.make(simpleSymbol134, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913216), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38913211);
        Lit8122 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912962), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912951), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912945);
        Lit8121 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912890);
        SimpleSymbol simpleSymbol135 = Lit9;
        Lit8120 = PairWithPosition.make(simpleSymbol135, PairWithPosition.make(simpleSymbol135, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912861), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912855);
        SimpleSymbol simpleSymbol136 = Lit8497;
        Lit8119 = PairWithPosition.make(simpleSymbol136, PairWithPosition.make(simpleSymbol136, PairWithPosition.make(simpleSymbol136, PairWithPosition.make(simpleSymbol136, PairWithPosition.make(simpleSymbol136, PairWithPosition.make(simpleSymbol136, PairWithPosition.make(simpleSymbol136, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912429), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912424), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912419), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912414), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912409), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912404), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912398);
        Lit8118 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912374), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912369);
        Lit8117 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912245);
        Lit8116 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912194), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912188);
        Lit8115 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38912133);
        Lit8114 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911844);
        Lit8113 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911804), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911793), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911787);
        Lit8112 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911732);
        Lit8111 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911466), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911461);
        SimpleSymbol simpleSymbol137 = Lit8494;
        SimpleSymbol simpleSymbol138 = Lit8493;
        Lit8110 = PairWithPosition.make(simpleSymbol137, PairWithPosition.make(simpleSymbol138, PairWithPosition.make(simpleSymbol138, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911431), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911427), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911422);
        SimpleSymbol simpleSymbol139 = Lit8497;
        Lit8109 = PairWithPosition.make(simpleSymbol139, PairWithPosition.make(simpleSymbol139, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911383);
        Lit8108 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911359), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911354);
        Lit8107 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911245);
        Lit8106 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38911046);
        Lit8105 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910991);
        Lit8104 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910655);
        Lit8103 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910633);
        Lit8102 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910594), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910583), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910577);
        Lit8101 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910522);
        Lit8100 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910186), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910181);
        SimpleSymbol simpleSymbol140 = Lit9;
        Lit8099 = PairWithPosition.make(simpleSymbol140, PairWithPosition.make(simpleSymbol140, PairWithPosition.make(simpleSymbol140, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910157), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910152), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910146);
        Lit8098 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910099), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910088), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910082);
        Lit8097 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38910027);
        Lit8096 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909693), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909688);
        Lit8095 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909637), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909631);
        Lit8094 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909576);
        Lit8093 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909233);
        Lit8092 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909034);
        SimpleSymbol simpleSymbol141 = Lit8494;
        SimpleSymbol simpleSymbol142 = Lit8493;
        Lit8091 = PairWithPosition.make(simpleSymbol141, PairWithPosition.make(simpleSymbol142, PairWithPosition.make(simpleSymbol142, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909004), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38909000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908995);
        Lit8090 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908896);
        SimpleSymbol simpleSymbol143 = Lit9;
        Lit8089 = PairWithPosition.make(simpleSymbol143, PairWithPosition.make(simpleSymbol143, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908581), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908575);
        SimpleSymbol simpleSymbol144 = Lit9;
        Lit8088 = PairWithPosition.make(simpleSymbol144, PairWithPosition.make(simpleSymbol144, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908547), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908541);
        SimpleSymbol simpleSymbol145 = Lit8493;
        Lit8087 = PairWithPosition.make(simpleSymbol145, PairWithPosition.make(simpleSymbol145, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908096), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908091);
        SimpleSymbol simpleSymbol146 = Lit8493;
        Lit8086 = PairWithPosition.make(simpleSymbol146, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol146, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908059), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38908054);
        Lit8085 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907520), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907514);
        Lit8084 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907372);
        Lit8083 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907200), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907184);
        SimpleSymbol simpleSymbol147 = Lit8494;
        SimpleSymbol simpleSymbol148 = Lit8493;
        Lit8082 = PairWithPosition.make(simpleSymbol147, PairWithPosition.make(simpleSymbol148, PairWithPosition.make(simpleSymbol148, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38907146);
        Lit8081 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906898), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906882);
        SimpleSymbol simpleSymbol149 = Lit8494;
        SimpleSymbol simpleSymbol150 = Lit8493;
        Lit8080 = PairWithPosition.make(simpleSymbol149, PairWithPosition.make(simpleSymbol150, PairWithPosition.make(simpleSymbol150, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906853), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906844);
        SimpleSymbol simpleSymbol151 = Lit8494;
        SimpleSymbol simpleSymbol152 = Lit8493;
        Lit8079 = PairWithPosition.make(simpleSymbol151, PairWithPosition.make(simpleSymbol152, PairWithPosition.make(simpleSymbol152, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906811), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906806);
        SimpleSymbol simpleSymbol153 = Lit8494;
        SimpleSymbol simpleSymbol154 = Lit8493;
        Lit8078 = PairWithPosition.make(simpleSymbol153, PairWithPosition.make(simpleSymbol154, PairWithPosition.make(simpleSymbol154, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906408), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906404), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906399);
        Lit8077 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38906096);
        SimpleSymbol simpleSymbol155 = Lit9;
        Lit8076 = PairWithPosition.make(simpleSymbol155, PairWithPosition.make(simpleSymbol155, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905730);
        SimpleSymbol simpleSymbol156 = Lit9;
        Lit8075 = PairWithPosition.make(simpleSymbol156, PairWithPosition.make(simpleSymbol156, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905559), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905553);
        SimpleSymbol simpleSymbol157 = Lit9;
        Lit8074 = PairWithPosition.make(simpleSymbol157, PairWithPosition.make(simpleSymbol157, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905375), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905369);
        SimpleSymbol simpleSymbol158 = Lit8494;
        SimpleSymbol simpleSymbol159 = Lit8493;
        Lit8073 = PairWithPosition.make(simpleSymbol158, PairWithPosition.make(simpleSymbol159, PairWithPosition.make(simpleSymbol159, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905339), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905335), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905330);
        Lit8072 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905291);
        SimpleSymbol simpleSymbol160 = Lit8494;
        SimpleSymbol simpleSymbol161 = Lit8493;
        Lit8071 = PairWithPosition.make(simpleSymbol160, PairWithPosition.make(simpleSymbol161, PairWithPosition.make(simpleSymbol161, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905260), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905256), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905251);
        SimpleSymbol simpleSymbol162 = Lit8494;
        SimpleSymbol simpleSymbol163 = Lit8493;
        Lit8070 = PairWithPosition.make(simpleSymbol162, PairWithPosition.make(simpleSymbol163, PairWithPosition.make(simpleSymbol163, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905141), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905136);
        Lit8069 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905037);
        SimpleSymbol simpleSymbol164 = Lit9;
        Lit8068 = PairWithPosition.make(simpleSymbol164, PairWithPosition.make(simpleSymbol164, PairWithPosition.make(simpleSymbol164, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905014), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38905003);
        SimpleSymbol simpleSymbol165 = Lit9;
        Lit8067 = PairWithPosition.make(simpleSymbol165, PairWithPosition.make(simpleSymbol165, PairWithPosition.make(simpleSymbol165, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904971), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904966), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904960);
        SimpleSymbol simpleSymbol166 = Lit9;
        Lit8066 = PairWithPosition.make(simpleSymbol166, PairWithPosition.make(simpleSymbol166, PairWithPosition.make(simpleSymbol166, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904925), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904914);
        SimpleSymbol simpleSymbol167 = Lit9;
        Lit8065 = PairWithPosition.make(simpleSymbol167, PairWithPosition.make(simpleSymbol167, PairWithPosition.make(simpleSymbol167, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904881), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904870);
        SimpleSymbol simpleSymbol168 = Lit9;
        Lit8064 = PairWithPosition.make(simpleSymbol168, PairWithPosition.make(simpleSymbol168, PairWithPosition.make(simpleSymbol168, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904837), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904832), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904826);
        SimpleSymbol simpleSymbol169 = Lit9;
        Lit8063 = PairWithPosition.make(simpleSymbol169, PairWithPosition.make(simpleSymbol169, PairWithPosition.make(simpleSymbol169, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904793), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904788), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38904782);
        SimpleSymbol simpleSymbol170 = Lit9;
        Lit8062 = PairWithPosition.make(simpleSymbol170, PairWithPosition.make(simpleSymbol170, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903988), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903982);
        SimpleSymbol simpleSymbol171 = Lit9;
        Lit8061 = PairWithPosition.make(simpleSymbol171, PairWithPosition.make(simpleSymbol171, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903614), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903608);
        SimpleSymbol simpleSymbol172 = Lit9;
        Lit8060 = PairWithPosition.make(simpleSymbol172, PairWithPosition.make(simpleSymbol172, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903580), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903574);
        SimpleSymbol simpleSymbol173 = Lit9;
        Lit8059 = PairWithPosition.make(simpleSymbol173, PairWithPosition.make(simpleSymbol173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903246), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903240);
        SimpleSymbol simpleSymbol174 = Lit9;
        Lit8058 = PairWithPosition.make(simpleSymbol174, PairWithPosition.make(simpleSymbol174, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903212), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38903206);
        Lit8057 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902853), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902842), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902837);
        SimpleSymbol simpleSymbol175 = Lit9;
        Lit8056 = PairWithPosition.make(simpleSymbol175, PairWithPosition.make(simpleSymbol175, PairWithPosition.make(simpleSymbol175, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902569), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902564), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902558);
        SimpleSymbol simpleSymbol176 = Lit720;
        Lit8055 = PairWithPosition.make(simpleSymbol176, PairWithPosition.make(simpleSymbol176, PairWithPosition.make(simpleSymbol176, PairWithPosition.make(simpleSymbol176, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902358), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902344), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902336);
        SimpleSymbol simpleSymbol177 = Lit8494;
        SimpleSymbol simpleSymbol178 = Lit8493;
        Lit8054 = PairWithPosition.make(simpleSymbol177, PairWithPosition.make(simpleSymbol178, PairWithPosition.make(simpleSymbol178, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902306), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902302), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902297);
        Lit8053 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902069);
        Lit8052 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38902039);
        SimpleSymbol simpleSymbol179 = Lit8493;
        Lit8051 = PairWithPosition.make(simpleSymbol179, PairWithPosition.make(simpleSymbol179, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901864), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901859);
        Lit8050 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901768);
        Lit8049 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901738);
        Lit8048 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901321), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901310), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901305);
        SimpleSymbol simpleSymbol180 = Lit9;
        Lit8047 = PairWithPosition.make(simpleSymbol180, PairWithPosition.make(simpleSymbol180, PairWithPosition.make(simpleSymbol180, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901037), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901032), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38901026);
        SimpleSymbol simpleSymbol181 = Lit8494;
        SimpleSymbol simpleSymbol182 = Lit8493;
        Lit8046 = PairWithPosition.make(simpleSymbol181, PairWithPosition.make(simpleSymbol182, PairWithPosition.make(simpleSymbol182, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900808), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900803);
        SimpleSymbol simpleSymbol183 = Lit720;
        Lit8045 = PairWithPosition.make(simpleSymbol183, PairWithPosition.make(simpleSymbol183, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900680), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900672);
        Lit8044 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900641), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900635);
        Lit8043 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900603), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900597);
        SimpleSymbol simpleSymbol184 = Lit8494;
        SimpleSymbol simpleSymbol185 = Lit8493;
        Lit8042 = PairWithPosition.make(simpleSymbol184, PairWithPosition.make(simpleSymbol185, PairWithPosition.make(simpleSymbol185, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900566), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900557);
        SimpleSymbol simpleSymbol186 = Lit720;
        Lit8041 = PairWithPosition.make(simpleSymbol186, PairWithPosition.make(simpleSymbol186, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900242);
        Lit8040 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900205);
        Lit8039 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900173), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900167);
        SimpleSymbol simpleSymbol187 = Lit8494;
        SimpleSymbol simpleSymbol188 = Lit8493;
        Lit8038 = PairWithPosition.make(simpleSymbol187, PairWithPosition.make(simpleSymbol188, PairWithPosition.make(simpleSymbol188, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900132), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38900127);
        Lit8037 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899761), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899755);
        Lit8036 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899723), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899717);
        SimpleSymbol simpleSymbol189 = Lit8494;
        SimpleSymbol simpleSymbol190 = Lit8493;
        Lit8035 = PairWithPosition.make(simpleSymbol189, PairWithPosition.make(simpleSymbol190, PairWithPosition.make(simpleSymbol190, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899686), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899682), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899677);
        SimpleSymbol simpleSymbol191 = Lit8493;
        Lit8034 = PairWithPosition.make(simpleSymbol191, PairWithPosition.make(simpleSymbol191, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899375), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899370);
        SimpleSymbol simpleSymbol192 = Lit720;
        Lit8033 = PairWithPosition.make(simpleSymbol192, PairWithPosition.make(simpleSymbol192, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899220);
        SimpleSymbol simpleSymbol193 = Lit720;
        Lit8032 = PairWithPosition.make(simpleSymbol193, PairWithPosition.make(simpleSymbol193, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899204), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899196);
        Lit8031 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899165), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899159);
        Lit8030 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899121);
        SimpleSymbol simpleSymbol194 = Lit8494;
        SimpleSymbol simpleSymbol195 = Lit8493;
        Lit8029 = PairWithPosition.make(simpleSymbol194, PairWithPosition.make(simpleSymbol195, PairWithPosition.make(simpleSymbol195, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899090), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899086), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38899081);
        SimpleSymbol simpleSymbol196 = Lit720;
        Lit8028 = PairWithPosition.make(simpleSymbol196, PairWithPosition.make(simpleSymbol196, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898774), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898766);
        Lit8027 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898735), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898729);
        Lit8026 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898697), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898691);
        SimpleSymbol simpleSymbol197 = Lit8494;
        SimpleSymbol simpleSymbol198 = Lit8493;
        Lit8025 = PairWithPosition.make(simpleSymbol197, PairWithPosition.make(simpleSymbol198, PairWithPosition.make(simpleSymbol198, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898651);
        Lit8024 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898285), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898279);
        Lit8023 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898241);
        SimpleSymbol simpleSymbol199 = Lit8494;
        SimpleSymbol simpleSymbol200 = Lit8493;
        Lit8022 = PairWithPosition.make(simpleSymbol199, PairWithPosition.make(simpleSymbol200, PairWithPosition.make(simpleSymbol200, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898206), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38898201);
        SimpleSymbol simpleSymbol201 = Lit8493;
        Lit8021 = PairWithPosition.make(simpleSymbol201, PairWithPosition.make(simpleSymbol201, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897899), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897894);
        SimpleSymbol simpleSymbol202 = Lit8494;
        SimpleSymbol simpleSymbol203 = Lit8493;
        Lit8020 = PairWithPosition.make(simpleSymbol202, PairWithPosition.make(simpleSymbol203, PairWithPosition.make(simpleSymbol203, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897735), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897730);
        SimpleSymbol simpleSymbol204 = Lit8493;
        Lit8019 = PairWithPosition.make(simpleSymbol204, PairWithPosition.make(simpleSymbol204, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897568), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897563);
        SimpleSymbol simpleSymbol205 = Lit8493;
        Lit8018 = PairWithPosition.make(simpleSymbol205, PairWithPosition.make(simpleSymbol205, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897335), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897330);
        SimpleSymbol simpleSymbol206 = Lit8494;
        SimpleSymbol simpleSymbol207 = Lit8493;
        Lit8017 = PairWithPosition.make(simpleSymbol206, PairWithPosition.make(simpleSymbol207, PairWithPosition.make(simpleSymbol207, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897295), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897290);
        Lit8016 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38897106);
        SimpleSymbol simpleSymbol208 = Lit9;
        Lit8015 = PairWithPosition.make(simpleSymbol208, PairWithPosition.make(simpleSymbol208, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38896958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38896952);
        Lit8014 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38896650);
        Lit8013 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38896610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38896599), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38896593);
        Lit8012 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38896494);
        Lit8011 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38896366);
        Lit8010 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895969);
        SimpleSymbol simpleSymbol209 = Lit9;
        Lit8009 = PairWithPosition.make(simpleSymbol209, PairWithPosition.make(simpleSymbol209, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895841), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895835);
        SimpleSymbol simpleSymbol210 = Lit9;
        Lit8008 = PairWithPosition.make(simpleSymbol210, PairWithPosition.make(simpleSymbol210, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895623), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895617);
        SimpleSymbol simpleSymbol211 = Lit9;
        Lit8007 = PairWithPosition.make(simpleSymbol211, PairWithPosition.make(simpleSymbol211, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895589), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895583);
        SimpleSymbol simpleSymbol212 = Lit9;
        Lit8006 = PairWithPosition.make(simpleSymbol212, PairWithPosition.make(simpleSymbol212, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895150);
        SimpleSymbol simpleSymbol213 = Lit9;
        Lit8005 = PairWithPosition.make(simpleSymbol213, PairWithPosition.make(simpleSymbol213, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38895116);
        Lit8004 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38894729);
        SimpleSymbol simpleSymbol214 = Lit8493;
        Lit8003 = PairWithPosition.make(simpleSymbol214, PairWithPosition.make(simpleSymbol214, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38894705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38894700);
        Lit8002 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38894691), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38894685);
        Lit8001 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38894489);
        Lit8000 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38892582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38892576);
        Lit7999 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38892425);
        Lit7998 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38892342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38892331);
        Lit7997 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38892222);
        Lit7996 = (SimpleSymbol) new SimpleSymbol("RemoveWebView").readResolve();
        SimpleSymbol simpleSymbol215 = Lit9;
        Lit7995 = PairWithPosition.make(simpleSymbol215, PairWithPosition.make(simpleSymbol215, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38892110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38892104);
        SimpleSymbol simpleSymbol216 = Lit8493;
        Lit7994 = PairWithPosition.make(simpleSymbol216, PairWithPosition.make(simpleSymbol216, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891973), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891968);
        Lit7993 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891951);
        Lit7992 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891912), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891901), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891895);
        Lit7991 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891882);
        Lit7990 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891754);
        SimpleSymbol simpleSymbol217 = Lit9;
        Lit7989 = PairWithPosition.make(simpleSymbol217, PairWithPosition.make(simpleSymbol217, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891388);
        SimpleSymbol simpleSymbol218 = Lit9;
        Lit7988 = PairWithPosition.make(simpleSymbol218, PairWithPosition.make(simpleSymbol218, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38891354);
        Lit7987 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890978);
        Lit7986 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890827), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890816), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890811);
        SimpleSymbol simpleSymbol219 = Lit8494;
        SimpleSymbol simpleSymbol220 = Lit8493;
        Lit7985 = PairWithPosition.make(simpleSymbol219, PairWithPosition.make(simpleSymbol220, PairWithPosition.make(simpleSymbol220, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890782), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890778), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890773);
        SimpleSymbol simpleSymbol221 = Lit8494;
        SimpleSymbol simpleSymbol222 = Lit8493;
        Lit7984 = PairWithPosition.make(simpleSymbol221, PairWithPosition.make(simpleSymbol222, PairWithPosition.make(simpleSymbol222, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890624), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890615);
        SimpleSymbol simpleSymbol223 = Lit9;
        Lit7983 = PairWithPosition.make(simpleSymbol223, PairWithPosition.make(simpleSymbol223, PairWithPosition.make(simpleSymbol223, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890437), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890426);
        SimpleSymbol simpleSymbol224 = Lit9;
        Lit7982 = PairWithPosition.make(simpleSymbol224, PairWithPosition.make(simpleSymbol224, PairWithPosition.make(simpleSymbol224, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890402), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890397), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890391);
        SimpleSymbol simpleSymbol225 = Lit8493;
        Lit7981 = PairWithPosition.make(simpleSymbol225, PairWithPosition.make(simpleSymbol225, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890359);
        SimpleSymbol simpleSymbol226 = Lit8494;
        SimpleSymbol simpleSymbol227 = Lit8493;
        Lit7980 = PairWithPosition.make(simpleSymbol226, PairWithPosition.make(simpleSymbol227, PairWithPosition.make(simpleSymbol227, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890321), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890317), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890312);
        SimpleSymbol simpleSymbol228 = Lit9;
        Lit7979 = PairWithPosition.make(simpleSymbol228, PairWithPosition.make(simpleSymbol228, PairWithPosition.make(simpleSymbol228, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890116);
        SimpleSymbol simpleSymbol229 = Lit8494;
        SimpleSymbol simpleSymbol230 = Lit8493;
        Lit7978 = PairWithPosition.make(simpleSymbol229, PairWithPosition.make(simpleSymbol230, PairWithPosition.make(simpleSymbol230, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890083), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38890078);
        SimpleSymbol simpleSymbol231 = Lit9;
        Lit7977 = PairWithPosition.make(simpleSymbol231, PairWithPosition.make(simpleSymbol231, PairWithPosition.make(simpleSymbol231, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889949), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889938);
        SimpleSymbol simpleSymbol232 = Lit8494;
        SimpleSymbol simpleSymbol233 = Lit8493;
        Lit7976 = PairWithPosition.make(simpleSymbol232, PairWithPosition.make(simpleSymbol233, PairWithPosition.make(simpleSymbol233, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889909), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889905), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889900);
        SimpleSymbol simpleSymbol234 = Lit8493;
        Lit7975 = PairWithPosition.make(simpleSymbol234, PairWithPosition.make(simpleSymbol234, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889539);
        SimpleSymbol simpleSymbol235 = Lit9;
        Lit7974 = PairWithPosition.make(simpleSymbol235, PairWithPosition.make(simpleSymbol235, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889277), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889271);
        SimpleSymbol simpleSymbol236 = Lit8493;
        Lit7973 = PairWithPosition.make(simpleSymbol236, PairWithPosition.make(simpleSymbol236, PairWithPosition.make(simpleSymbol236, PairWithPosition.make(simpleSymbol236, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889118), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889113);
        SimpleSymbol simpleSymbol237 = Lit8494;
        SimpleSymbol simpleSymbol238 = Lit8493;
        Lit7972 = PairWithPosition.make(simpleSymbol237, PairWithPosition.make(simpleSymbol238, PairWithPosition.make(simpleSymbol238, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889083), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889079), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38889074);
        SimpleSymbol simpleSymbol239 = Lit8494;
        SimpleSymbol simpleSymbol240 = Lit8493;
        Lit7971 = PairWithPosition.make(simpleSymbol239, PairWithPosition.make(simpleSymbol240, PairWithPosition.make(simpleSymbol240, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888947), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888938);
        SimpleSymbol simpleSymbol241 = Lit8494;
        SimpleSymbol simpleSymbol242 = Lit8493;
        Lit7970 = PairWithPosition.make(simpleSymbol241, PairWithPosition.make(simpleSymbol242, PairWithPosition.make(simpleSymbol242, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888808), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888803);
        SimpleSymbol simpleSymbol243 = Lit8494;
        SimpleSymbol simpleSymbol244 = Lit8493;
        Lit7969 = PairWithPosition.make(simpleSymbol243, PairWithPosition.make(simpleSymbol244, PairWithPosition.make(simpleSymbol244, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888679), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888670);
        Lit7968 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888465);
        SimpleSymbol simpleSymbol245 = Lit8493;
        Lit7967 = PairWithPosition.make(simpleSymbol245, PairWithPosition.make(simpleSymbol245, PairWithPosition.make(simpleSymbol245, PairWithPosition.make(simpleSymbol245, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888111), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888107), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888103), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888098);
        SimpleSymbol simpleSymbol246 = Lit8494;
        SimpleSymbol simpleSymbol247 = Lit8493;
        Lit7966 = PairWithPosition.make(simpleSymbol246, PairWithPosition.make(simpleSymbol247, PairWithPosition.make(simpleSymbol247, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888068), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38888059);
        SimpleSymbol simpleSymbol248 = Lit8494;
        SimpleSymbol simpleSymbol249 = Lit8493;
        Lit7965 = PairWithPosition.make(simpleSymbol248, PairWithPosition.make(simpleSymbol249, PairWithPosition.make(simpleSymbol249, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887923);
        SimpleSymbol simpleSymbol250 = Lit8494;
        SimpleSymbol simpleSymbol251 = Lit8493;
        Lit7964 = PairWithPosition.make(simpleSymbol250, PairWithPosition.make(simpleSymbol251, PairWithPosition.make(simpleSymbol251, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887797), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887793), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887788);
        SimpleSymbol simpleSymbol252 = Lit8494;
        SimpleSymbol simpleSymbol253 = Lit8493;
        Lit7963 = PairWithPosition.make(simpleSymbol252, PairWithPosition.make(simpleSymbol253, PairWithPosition.make(simpleSymbol253, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887664), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887655);
        Lit7962 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887450);
        SimpleSymbol simpleSymbol254 = Lit8494;
        SimpleSymbol simpleSymbol255 = Lit8493;
        Lit7961 = PairWithPosition.make(simpleSymbol254, PairWithPosition.make(simpleSymbol255, PairWithPosition.make(simpleSymbol255, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887091), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38887082);
        Lit7960 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886983);
        Lit7959 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886973);
        SimpleSymbol simpleSymbol256 = Lit9;
        Lit7958 = PairWithPosition.make(simpleSymbol256, PairWithPosition.make(simpleSymbol256, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886679);
        SimpleSymbol simpleSymbol257 = Lit8493;
        Lit7957 = PairWithPosition.make(simpleSymbol257, PairWithPosition.make(simpleSymbol257, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886384), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886379);
        SimpleSymbol simpleSymbol258 = Lit8493;
        Lit7956 = PairWithPosition.make(simpleSymbol258, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol258, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886352), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886347), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38886342);
        Lit7955 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885808), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885802);
        Lit7954 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885666), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885660);
        Lit7953 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885488), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885477), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885472);
        SimpleSymbol simpleSymbol259 = Lit9;
        Lit7952 = PairWithPosition.make(simpleSymbol259, PairWithPosition.make(simpleSymbol259, PairWithPosition.make(simpleSymbol259, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885455), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885450), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885444);
        SimpleSymbol simpleSymbol260 = Lit8494;
        SimpleSymbol simpleSymbol261 = Lit8493;
        Lit7951 = PairWithPosition.make(simpleSymbol260, PairWithPosition.make(simpleSymbol261, PairWithPosition.make(simpleSymbol261, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885414), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885410), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885405);
        Lit7950 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885372), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885366);
        SimpleSymbol simpleSymbol262 = Lit8494;
        SimpleSymbol simpleSymbol263 = Lit8493;
        Lit7949 = PairWithPosition.make(simpleSymbol262, PairWithPosition.make(simpleSymbol263, PairWithPosition.make(simpleSymbol263, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885335), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885331), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38885326);
        SimpleSymbol simpleSymbol264 = Lit8494;
        SimpleSymbol simpleSymbol265 = Lit8493;
        Lit7948 = PairWithPosition.make(simpleSymbol264, PairWithPosition.make(simpleSymbol265, PairWithPosition.make(simpleSymbol265, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884983), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884974);
        Lit7947 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884942), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884936);
        SimpleSymbol simpleSymbol266 = Lit8494;
        SimpleSymbol simpleSymbol267 = Lit8493;
        Lit7946 = PairWithPosition.make(simpleSymbol266, PairWithPosition.make(simpleSymbol267, PairWithPosition.make(simpleSymbol267, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884905), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884901), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884896);
        Lit7945 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884373), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884362), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884357);
        SimpleSymbol simpleSymbol268 = Lit8494;
        SimpleSymbol simpleSymbol269 = Lit8493;
        Lit7944 = PairWithPosition.make(simpleSymbol268, PairWithPosition.make(simpleSymbol269, PairWithPosition.make(simpleSymbol269, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884328), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884319);
        Lit7943 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884281);
        SimpleSymbol simpleSymbol270 = Lit8494;
        SimpleSymbol simpleSymbol271 = Lit8493;
        Lit7942 = PairWithPosition.make(simpleSymbol270, PairWithPosition.make(simpleSymbol271, PairWithPosition.make(simpleSymbol271, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884246), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38884241);
        Lit7941 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883771), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883755);
        SimpleSymbol simpleSymbol272 = Lit9;
        Lit7940 = PairWithPosition.make(simpleSymbol272, PairWithPosition.make(simpleSymbol272, PairWithPosition.make(simpleSymbol272, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883738), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883727);
        SimpleSymbol simpleSymbol273 = Lit8494;
        SimpleSymbol simpleSymbol274 = Lit8493;
        Lit7939 = PairWithPosition.make(simpleSymbol273, PairWithPosition.make(simpleSymbol274, PairWithPosition.make(simpleSymbol274, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883697), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883693), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883688);
        SimpleSymbol simpleSymbol275 = Lit8497;
        Lit7938 = PairWithPosition.make(simpleSymbol275, PairWithPosition.make(simpleSymbol275, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883652), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883646);
        Lit7937 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883622), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883617);
        Lit7936 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883517), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883512);
        SimpleSymbol simpleSymbol276 = Lit8494;
        SimpleSymbol simpleSymbol277 = Lit8493;
        Lit7935 = PairWithPosition.make(simpleSymbol276, PairWithPosition.make(simpleSymbol277, PairWithPosition.make(simpleSymbol277, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883344), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883340), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883335);
        Lit7934 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883302), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883296);
        SimpleSymbol simpleSymbol278 = Lit8494;
        SimpleSymbol simpleSymbol279 = Lit8493;
        Lit7933 = PairWithPosition.make(simpleSymbol278, PairWithPosition.make(simpleSymbol279, PairWithPosition.make(simpleSymbol279, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883261), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38883256);
        SimpleSymbol simpleSymbol280 = Lit8494;
        SimpleSymbol simpleSymbol281 = Lit8493;
        Lit7932 = PairWithPosition.make(simpleSymbol280, PairWithPosition.make(simpleSymbol281, PairWithPosition.make(simpleSymbol281, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882839), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882835), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882830);
        Lit7931 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882797), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882791);
        SimpleSymbol simpleSymbol282 = Lit8494;
        SimpleSymbol simpleSymbol283 = Lit8493;
        Lit7930 = PairWithPosition.make(simpleSymbol282, PairWithPosition.make(simpleSymbol283, PairWithPosition.make(simpleSymbol283, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882756), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882751);
        Lit7929 = (SimpleSymbol) new SimpleSymbol("$Select_item").readResolve();
        Lit7928 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882269);
        Lit7927 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882095), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38882089);
        SimpleSymbol simpleSymbol284 = Lit9;
        Lit7926 = PairWithPosition.make(simpleSymbol284, PairWithPosition.make(simpleSymbol284, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881878), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881872);
        SimpleSymbol simpleSymbol285 = Lit9;
        Lit7925 = PairWithPosition.make(simpleSymbol285, PairWithPosition.make(simpleSymbol285, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881844), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881838);
        Lit7924 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881385), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881374), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881369);
        SimpleSymbol simpleSymbol286 = Lit9;
        Lit7923 = PairWithPosition.make(simpleSymbol286, PairWithPosition.make(simpleSymbol286, PairWithPosition.make(simpleSymbol286, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881101), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881096), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38881090);
        SimpleSymbol simpleSymbol287 = Lit720;
        Lit7922 = PairWithPosition.make(simpleSymbol287, PairWithPosition.make(simpleSymbol287, PairWithPosition.make(simpleSymbol287, PairWithPosition.make(simpleSymbol287, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880890), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880883), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880868);
        Lit7921 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880817), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880811);
        Lit7920 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880799);
        Lit7919 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880671);
        Lit7918 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880463), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880446);
        Lit7917 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880434);
        Lit7916 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880306);
        Lit7915 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880076), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880070);
        Lit7914 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38880058);
        Lit7913 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879930);
        Lit7912 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879712), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879695);
        Lit7911 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879683);
        Lit7910 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879568);
        SimpleSymbol simpleSymbol288 = Lit9;
        Lit7909 = PairWithPosition.make(simpleSymbol288, PairWithPosition.make(simpleSymbol288, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879245), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879239);
        SimpleSymbol simpleSymbol289 = Lit9;
        Lit7908 = PairWithPosition.make(simpleSymbol289, PairWithPosition.make(simpleSymbol289, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38879205);
        Lit7907 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878954);
        SimpleSymbol simpleSymbol290 = Lit8493;
        Lit7906 = PairWithPosition.make(simpleSymbol290, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol290, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878922), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878917);
        Lit7905 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878742);
        SimpleSymbol simpleSymbol291 = Lit8493;
        Lit7904 = PairWithPosition.make(simpleSymbol291, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol291, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878715), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878705);
        SimpleSymbol simpleSymbol292 = Lit8493;
        Lit7903 = PairWithPosition.make(simpleSymbol292, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol292, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878520), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878510);
        SimpleSymbol simpleSymbol293 = Lit8493;
        Lit7902 = PairWithPosition.make(simpleSymbol293, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol293, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878331), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878326), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878321);
        SimpleSymbol simpleSymbol294 = Lit8493;
        Lit7901 = PairWithPosition.make(simpleSymbol294, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol294, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878180);
        SimpleSymbol simpleSymbol295 = Lit8493;
        Lit7900 = PairWithPosition.make(simpleSymbol295, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol295, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878148), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878143);
        SimpleSymbol simpleSymbol296 = Lit8497;
        Lit7899 = PairWithPosition.make(simpleSymbol296, PairWithPosition.make(simpleSymbol296, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878020), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38878014);
        Lit7898 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877990), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877985);
        Lit7897 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877875);
        SimpleSymbol simpleSymbol297 = Lit8493;
        Lit7896 = PairWithPosition.make(simpleSymbol297, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol297, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877708), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877703), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877698);
        Lit7895 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877529);
        SimpleSymbol simpleSymbol298 = Lit720;
        Lit7894 = PairWithPosition.make(simpleSymbol298, PairWithPosition.make(simpleSymbol298, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877513), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877505);
        SimpleSymbol simpleSymbol299 = Lit8493;
        Lit7893 = PairWithPosition.make(simpleSymbol299, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol299, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877477), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877472), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877467);
        SimpleSymbol simpleSymbol300 = Lit8493;
        Lit7892 = PairWithPosition.make(simpleSymbol300, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol300, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38877148);
        SimpleSymbol simpleSymbol301 = Lit8494;
        SimpleSymbol simpleSymbol302 = Lit8493;
        Lit7891 = PairWithPosition.make(simpleSymbol301, PairWithPosition.make(simpleSymbol302, PairWithPosition.make(simpleSymbol302, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876999), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876995), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876990);
        Lit7890 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876903);
        SimpleSymbol simpleSymbol303 = Lit9;
        Lit7889 = PairWithPosition.make(simpleSymbol303, PairWithPosition.make(simpleSymbol303, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876680), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876674);
        SimpleSymbol simpleSymbol304 = Lit9;
        Lit7888 = PairWithPosition.make(simpleSymbol304, PairWithPosition.make(simpleSymbol304, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876640);
        SimpleSymbol simpleSymbol305 = Lit9;
        Lit7887 = PairWithPosition.make(simpleSymbol305, PairWithPosition.make(simpleSymbol305, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876266), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876260);
        SimpleSymbol simpleSymbol306 = Lit8494;
        SimpleSymbol simpleSymbol307 = Lit8493;
        Lit7886 = PairWithPosition.make(simpleSymbol306, PairWithPosition.make(simpleSymbol307, PairWithPosition.make(simpleSymbol307, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876221);
        SimpleSymbol simpleSymbol308 = Lit9;
        Lit7885 = PairWithPosition.make(simpleSymbol308, PairWithPosition.make(simpleSymbol308, PairWithPosition.make(simpleSymbol308, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876101), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876096), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876090);
        SimpleSymbol simpleSymbol309 = Lit8494;
        SimpleSymbol simpleSymbol310 = Lit8493;
        Lit7884 = PairWithPosition.make(simpleSymbol309, PairWithPosition.make(simpleSymbol310, PairWithPosition.make(simpleSymbol310, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876061), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876057), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38876052);
        SimpleSymbol simpleSymbol311 = Lit9;
        Lit7883 = PairWithPosition.make(simpleSymbol311, PairWithPosition.make(simpleSymbol311, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875915), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875909);
        SimpleSymbol simpleSymbol312 = Lit8493;
        Lit7882 = PairWithPosition.make(simpleSymbol312, PairWithPosition.make(simpleSymbol312, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875466), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875461);
        SimpleSymbol simpleSymbol313 = Lit8494;
        SimpleSymbol simpleSymbol314 = Lit8493;
        Lit7881 = PairWithPosition.make(simpleSymbol313, PairWithPosition.make(simpleSymbol314, PairWithPosition.make(simpleSymbol314, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875423);
        SimpleSymbol simpleSymbol315 = Lit8494;
        SimpleSymbol simpleSymbol316 = Lit8493;
        Lit7880 = PairWithPosition.make(simpleSymbol315, PairWithPosition.make(simpleSymbol316, PairWithPosition.make(simpleSymbol316, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875293), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875288);
        Lit7879 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875114), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875109);
        Lit7878 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38875079);
        SimpleSymbol simpleSymbol317 = Lit8494;
        SimpleSymbol simpleSymbol318 = Lit8493;
        Lit7877 = PairWithPosition.make(simpleSymbol317, PairWithPosition.make(simpleSymbol318, PairWithPosition.make(simpleSymbol318, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874975), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874971), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874966);
        SimpleSymbol simpleSymbol319 = Lit8494;
        SimpleSymbol simpleSymbol320 = Lit8493;
        Lit7876 = PairWithPosition.make(simpleSymbol319, PairWithPosition.make(simpleSymbol320, PairWithPosition.make(simpleSymbol320, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874731), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874727), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874722);
        Lit7875 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874635);
        SimpleSymbol simpleSymbol321 = Lit9;
        Lit7874 = PairWithPosition.make(simpleSymbol321, PairWithPosition.make(simpleSymbol321, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874304), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874298);
        SimpleSymbol simpleSymbol322 = Lit9;
        Lit7873 = PairWithPosition.make(simpleSymbol322, PairWithPosition.make(simpleSymbol322, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874270), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874264);
        SimpleSymbol simpleSymbol323 = Lit9;
        Lit7872 = PairWithPosition.make(simpleSymbol323, PairWithPosition.make(simpleSymbol323, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874028), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38874022);
        SimpleSymbol simpleSymbol324 = Lit9;
        Lit7871 = PairWithPosition.make(simpleSymbol324, PairWithPosition.make(simpleSymbol324, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873994), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873988);
        SimpleSymbol simpleSymbol325 = Lit9;
        Lit7870 = PairWithPosition.make(simpleSymbol325, PairWithPosition.make(simpleSymbol325, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873579), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873573);
        SimpleSymbol simpleSymbol326 = Lit9;
        Lit7869 = PairWithPosition.make(simpleSymbol326, PairWithPosition.make(simpleSymbol326, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873539);
        SimpleSymbol simpleSymbol327 = Lit9;
        Lit7868 = PairWithPosition.make(simpleSymbol327, PairWithPosition.make(simpleSymbol327, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873090), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873084);
        SimpleSymbol simpleSymbol328 = Lit9;
        Lit7867 = PairWithPosition.make(simpleSymbol328, PairWithPosition.make(simpleSymbol328, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38873050);
        SimpleSymbol simpleSymbol329 = Lit9;
        Lit7866 = PairWithPosition.make(simpleSymbol329, PairWithPosition.make(simpleSymbol329, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38872705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38872699);
        SimpleSymbol simpleSymbol330 = Lit9;
        Lit7865 = PairWithPosition.make(simpleSymbol330, PairWithPosition.make(simpleSymbol330, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38872671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38872665);
        SimpleSymbol simpleSymbol331 = Lit9;
        Lit7864 = PairWithPosition.make(simpleSymbol331, PairWithPosition.make(simpleSymbol331, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38872247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38872241);
        SimpleSymbol simpleSymbol332 = Lit9;
        Lit7863 = PairWithPosition.make(simpleSymbol332, PairWithPosition.make(simpleSymbol332, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38872213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38872207);
        Lit7862 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38871713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38871707);
        SimpleSymbol simpleSymbol333 = Lit9;
        Lit7861 = PairWithPosition.make(simpleSymbol333, PairWithPosition.make(simpleSymbol333, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38871675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38871669);
        Lit7860 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38871244);
        Lit7859 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38871079), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38871073);
        Lit7858 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870917), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870911);
        SimpleSymbol simpleSymbol334 = Lit8493;
        Lit7857 = PairWithPosition.make(simpleSymbol334, PairWithPosition.make(simpleSymbol334, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870778);
        Lit7856 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870743), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870737);
        SimpleSymbol simpleSymbol335 = Lit8493;
        Lit7855 = PairWithPosition.make(simpleSymbol335, PairWithPosition.make(simpleSymbol335, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870588), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870583);
        Lit7854 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870516), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870510);
        SimpleSymbol simpleSymbol336 = Lit9;
        Lit7853 = PairWithPosition.make(simpleSymbol336, PairWithPosition.make(simpleSymbol336, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870265);
        SimpleSymbol simpleSymbol337 = Lit9;
        Lit7852 = PairWithPosition.make(simpleSymbol337, PairWithPosition.make(simpleSymbol337, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38870231);
        Lit7851 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869509);
        SimpleSymbol simpleSymbol338 = Lit9;
        Lit7850 = PairWithPosition.make(simpleSymbol338, PairWithPosition.make(simpleSymbol338, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869477), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869471);
        Lit7849 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869313);
        Lit7848 = PairWithPosition.make(Lit8497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869282);
        Lit7847 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869253);
        SimpleSymbol simpleSymbol339 = Lit9;
        Lit7846 = PairWithPosition.make(simpleSymbol339, PairWithPosition.make(simpleSymbol339, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869222), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38869216);
        SimpleSymbol simpleSymbol340 = Lit8493;
        Lit7845 = PairWithPosition.make(simpleSymbol340, PairWithPosition.make(simpleSymbol340, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868926), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868921);
        Lit7844 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868833), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868827);
        SimpleSymbol simpleSymbol341 = Lit9;
        Lit7843 = PairWithPosition.make(simpleSymbol341, PairWithPosition.make(simpleSymbol341, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868756), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868750);
        Lit7842 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868591);
        Lit7841 = PairWithPosition.make(Lit8497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868560);
        Lit7840 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868536), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868531);
        SimpleSymbol simpleSymbol342 = Lit9;
        Lit7839 = PairWithPosition.make(simpleSymbol342, PairWithPosition.make(simpleSymbol342, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868454);
        Lit7838 = (SimpleSymbol) new SimpleSymbol("SendTags").readResolve();
        Lit7837 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868176);
        SimpleSymbol simpleSymbol343 = Lit9;
        Lit7836 = PairWithPosition.make(simpleSymbol343, PairWithPosition.make(simpleSymbol343, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868148), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38868142);
        SimpleSymbol simpleSymbol344 = Lit8493;
        Lit7835 = PairWithPosition.make(simpleSymbol344, PairWithPosition.make(simpleSymbol344, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867978), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867973);
        SimpleSymbol simpleSymbol345 = Lit9;
        Lit7834 = PairWithPosition.make(simpleSymbol345, PairWithPosition.make(simpleSymbol345, PairWithPosition.make(simpleSymbol345, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867950), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867945), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867939);
        Lit7833 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867912);
        Lit7832 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867904), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867898);
        SimpleSymbol simpleSymbol346 = Lit9;
        Lit7831 = PairWithPosition.make(simpleSymbol346, PairWithPosition.make(simpleSymbol346, PairWithPosition.make(simpleSymbol346, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867664);
        SimpleSymbol simpleSymbol347 = Lit9;
        Lit7830 = PairWithPosition.make(simpleSymbol347, PairWithPosition.make(simpleSymbol347, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867452);
        SimpleSymbol simpleSymbol348 = Lit9;
        Lit7829 = PairWithPosition.make(simpleSymbol348, PairWithPosition.make(simpleSymbol348, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867424), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867418);
        SimpleSymbol simpleSymbol349 = Lit8493;
        Lit7828 = PairWithPosition.make(simpleSymbol349, PairWithPosition.make(simpleSymbol349, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38867042);
        Lit7827 = (SimpleSymbol) new SimpleSymbol("$responseCode").readResolve();
        Lit7826 = new FString("com.google.appinventor.components.runtime.Web");
        Lit7825 = new FString("com.google.appinventor.components.runtime.Web");
        Lit7824 = new FString("com.google.appinventor.components.runtime.Notifier");
        Lit7823 = new FString("com.google.appinventor.components.runtime.Notifier");
        Lit7822 = (SimpleSymbol) new SimpleSymbol("OnSelected").readResolve();
        Lit7821 = (SimpleSymbol) new SimpleSymbol("BubbleTabBar1$OnSelected").readResolve();
        Lit7820 = new FString("com.dreamers.bubbletabbar.BubbleTabBar");
        Lit7819 = (SimpleSymbol) new SimpleSymbol("VerticalPadding").readResolve();
        Lit7818 = (SimpleSymbol) new SimpleSymbol("Typeface").readResolve();
        Lit7817 = (SimpleSymbol) new SimpleSymbol("TitleSize").readResolve();
        Lit7816 = (SimpleSymbol) new SimpleSymbol("IconSize").readResolve();
        Lit7815 = (SimpleSymbol) new SimpleSymbol("IconPadding").readResolve();
        Lit7814 = IntNum.make(new int[]{-6381922});
        Lit7813 = (SimpleSymbol) new SimpleSymbol("IconColor").readResolve();
        Lit7812 = (SimpleSymbol) new SimpleSymbol("HorizontalPadding").readResolve();
        Lit7811 = new FString("com.dreamers.bubbletabbar.BubbleTabBar");
        Lit7810 = (SimpleSymbol) new SimpleSymbol("OnDismiss").readResolve();
        Lit7809 = (SimpleSymbol) new SimpleSymbol("AlphaDialog1$OnDismiss").readResolve();
        Lit7808 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38723799);
        Lit7807 = IntNum.make(123);
        Lit7806 = new FString("com.dreamers.AlphaDialog.AlphaDialog");
        Lit7805 = new FString("com.dreamers.AlphaDialog.AlphaDialog");
        Lit7804 = new FString("com.yusufcihan.DynamicComponents.DynamicComponents");
        Lit7803 = new FString("com.yusufcihan.DynamicComponents.DynamicComponents");
        Lit7802 = (SimpleSymbol) new SimpleSymbol("lblSignup$Click").readResolve();
        Lit7801 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7800 = IntNum.make(new int[]{-12627531});
        Lit7799 = (SimpleSymbol) new SimpleSymbol("lblSignup").readResolve();
        Lit7798 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7797 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7796 = (SimpleSymbol) new SimpleSymbol("Label49").readResolve();
        Lit7795 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7794 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7793 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement8").readResolve();
        Lit7792 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7791 = (SimpleSymbol) new SimpleSymbol("mbtnGoogle1$Click").readResolve();
        Lit7790 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38498410);
        Lit7789 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7788 = IntNum.make(new int[]{-6381922});
        Lit7787 = IntNum.make(16777215);
        Lit7786 = (SimpleSymbol) new SimpleSymbol("mbtnGoogle1").readResolve();
        Lit7785 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7784 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7783 = (SimpleSymbol) new SimpleSymbol("Label9").readResolve();
        Lit7782 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7781 = (SimpleSymbol) new SimpleSymbol("mbtnLogin$Click").readResolve();
        Lit7780 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38360197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38360186);
        SimpleSymbol simpleSymbol350 = Lit720;
        Lit7779 = PairWithPosition.make(simpleSymbol350, PairWithPosition.make(simpleSymbol350, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359901), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359893);
        Lit7778 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359872);
        Lit7777 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359855);
        SimpleSymbol simpleSymbol351 = Lit8493;
        Lit7776 = PairWithPosition.make(simpleSymbol351, PairWithPosition.make(simpleSymbol351, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359569);
        SimpleSymbol simpleSymbol352 = Lit9;
        Lit7775 = PairWithPosition.make(simpleSymbol352, PairWithPosition.make(simpleSymbol352, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359539), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359533);
        Lit7774 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359512);
        SimpleSymbol simpleSymbol353 = Lit720;
        Lit7773 = PairWithPosition.make(simpleSymbol353, PairWithPosition.make(simpleSymbol353, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359289);
        Lit7772 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359268);
        Lit7771 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 38359251);
        Lit7770 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7769 = (SimpleSymbol) new SimpleSymbol("mbtnLogin").readResolve();
        Lit7768 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7767 = (SimpleSymbol) new SimpleSymbol("lblForgot$Click").readResolve();
        Lit7766 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7765 = IntNum.make(new int[]{-12627531});
        Lit7764 = (SimpleSymbol) new SimpleSymbol("lblForgot").readResolve();
        Lit7763 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7762 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7761 = IntNum.make(new int[]{-6381922});
        Lit7760 = IntNum.make(new int[]{-9079435});
        Lit7759 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7758 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7757 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7756 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7755 = (SimpleSymbol) new SimpleSymbol("lblHeader3").readResolve();
        Lit7754 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7753 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7752 = IntNum.make(-1090);
        Lit7751 = IntNum.make(-1090);
        Lit7750 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7749 = (SimpleSymbol) new SimpleSymbol("mbtnGetLink$Click").readResolve();
        Lit7748 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925505);
        SimpleSymbol simpleSymbol354 = Lit8493;
        Lit7747 = PairWithPosition.make(simpleSymbol354, PairWithPosition.make(simpleSymbol354, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925330), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925325);
        SimpleSymbol simpleSymbol355 = Lit9;
        Lit7746 = PairWithPosition.make(simpleSymbol355, PairWithPosition.make(simpleSymbol355, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925295), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925289);
        SimpleSymbol simpleSymbol356 = Lit720;
        Lit7745 = PairWithPosition.make(simpleSymbol356, PairWithPosition.make(simpleSymbol356, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925114);
        Lit7744 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925093);
        Lit7743 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37925076);
        Lit7742 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7741 = IntNum.make(new int[]{-6381922});
        Lit7740 = IntNum.make(16777215);
        Lit7739 = (SimpleSymbol) new SimpleSymbol("mbtnGetLink").readResolve();
        Lit7738 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7737 = (SimpleSymbol) new SimpleSymbol("mbtnForgotBack$Click").readResolve();
        Lit7736 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7735 = (SimpleSymbol) new SimpleSymbol("mbtnForgotBack").readResolve();
        Lit7734 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7733 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7732 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement7").readResolve();
        Lit7731 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7730 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7729 = (SimpleSymbol) new SimpleSymbol("Label43").readResolve();
        Lit7728 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7727 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7726 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7725 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7724 = (SimpleSymbol) new SimpleSymbol("lblHeader2").readResolve();
        Lit7723 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7722 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7721 = (SimpleSymbol) new SimpleSymbol("Spacer52").readResolve();
        Lit7720 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7719 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7718 = IntNum.make(-1090);
        Lit7717 = IntNum.make(-1090);
        Lit7716 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7715 = (SimpleSymbol) new SimpleSymbol("lblLogin$Click").readResolve();
        Lit7714 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7713 = IntNum.make(new int[]{-12627531});
        Lit7712 = (SimpleSymbol) new SimpleSymbol("ShowLinks").readResolve();
        Lit7711 = (SimpleSymbol) new SimpleSymbol("lblLogin").readResolve();
        Lit7710 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7709 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7708 = (SimpleSymbol) new SimpleSymbol("Label5").readResolve();
        Lit7707 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7706 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7705 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement2").readResolve();
        Lit7704 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7703 = (SimpleSymbol) new SimpleSymbol("mbtnGoogle$Click").readResolve();
        Lit7702 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37265514);
        Lit7701 = (SimpleSymbol) new SimpleSymbol("GoogleLogin").readResolve();
        Lit7700 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7699 = IntNum.make(new int[]{-6381922});
        Lit7698 = (SimpleSymbol) new SimpleSymbol("IconTint").readResolve();
        Lit7697 = IntNum.make(16777215);
        Lit7696 = (SimpleSymbol) new SimpleSymbol("mbtnGoogle").readResolve();
        Lit7695 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7694 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7693 = (SimpleSymbol) new SimpleSymbol("Label3").readResolve();
        Lit7692 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7691 = (SimpleSymbol) new SimpleSymbol("mbtnSignUp$Click").readResolve();
        Lit7690 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37136085), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37136074);
        SimpleSymbol simpleSymbol357 = Lit720;
        Lit7689 = PairWithPosition.make(simpleSymbol357, PairWithPosition.make(simpleSymbol357, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135798), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135790);
        Lit7688 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135769);
        Lit7687 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135752);
        SimpleSymbol simpleSymbol358 = Lit8493;
        Lit7686 = PairWithPosition.make(simpleSymbol358, PairWithPosition.make(simpleSymbol358, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135447);
        Lit7685 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135434);
        Lit7684 = (SimpleSymbol) new SimpleSymbol("IsValidateEmail").readResolve();
        Lit7683 = (SimpleSymbol) new SimpleSymbol("DevsTool1").readResolve();
        SimpleSymbol simpleSymbol359 = Lit720;
        Lit7682 = PairWithPosition.make(simpleSymbol359, PairWithPosition.make(simpleSymbol359, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135257), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135249);
        Lit7681 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135228);
        Lit7680 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37135211);
        SimpleSymbol simpleSymbol360 = Lit720;
        Lit7679 = PairWithPosition.make(simpleSymbol360, PairWithPosition.make(simpleSymbol360, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37134896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37134888);
        Lit7678 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37134866);
        Lit7677 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37134849);
        SimpleSymbol simpleSymbol361 = Lit720;
        Lit7676 = PairWithPosition.make(simpleSymbol361, PairWithPosition.make(simpleSymbol361, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37134575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37134567);
        Lit7675 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37134546);
        Lit7674 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37134529);
        Lit7673 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7672 = (SimpleSymbol) new SimpleSymbol("mbtnSignUp").readResolve();
        Lit7671 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7670 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7669 = IntNum.make(new int[]{-6381922});
        Lit7668 = (SimpleSymbol) new SimpleSymbol("StartIconTint").readResolve();
        Lit7667 = IntNum.make(new int[]{-9079435});
        Lit7666 = (SimpleSymbol) new SimpleSymbol("EndIconTint").readResolve();
        Lit7665 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7664 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7663 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7662 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7661 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7660 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7659 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit7658 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7657 = (SimpleSymbol) new SimpleSymbol("lblHeader").readResolve();
        Lit7656 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7655 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7654 = IntNum.make(-1090);
        Lit7653 = IntNum.make(-1090);
        Lit7652 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7651 = new FString("com.google.appinventor.components.runtime.FacebookBannerAd");
        Lit7650 = new FString("com.google.appinventor.components.runtime.FacebookBannerAd");
        Lit7649 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7648 = (SimpleSymbol) new SimpleSymbol("Spacer51").readResolve();
        Lit7647 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7646 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7645 = IntNum.make(new int[]{-10395295});
        Lit7644 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7643 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7642 = (SimpleSymbol) new SimpleSymbol("Spacer50").readResolve();
        Lit7641 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7640 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7639 = IntNum.make(new int[]{-6381922});
        Lit7638 = (SimpleSymbol) new SimpleSymbol("Label36").readResolve();
        Lit7637 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7636 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7635 = (SimpleSymbol) new SimpleSymbol("Spacer49").readResolve();
        Lit7634 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7633 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7632 = IntNum.make(new int[]{-6381922});
        Lit7631 = (SimpleSymbol) new SimpleSymbol("Label31").readResolve();
        Lit7630 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7629 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7628 = IntNum.make(new int[]{-10395295});
        Lit7627 = (SimpleSymbol) new SimpleSymbol("Label29").readResolve();
        Lit7626 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7625 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7624 = IntNum.make(new int[]{-10395295});
        Lit7623 = (SimpleSymbol) new SimpleSymbol("Label24").readResolve();
        Lit7622 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7621 = (SimpleSymbol) new SimpleSymbol("haSignUp$Click").readResolve();
        Lit7620 = (SimpleSymbol) new SimpleSymbol("mtxtPwd").readResolve();
        Lit7619 = (SimpleSymbol) new SimpleSymbol("mtxtEmailSignup").readResolve();
        Lit7618 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7617 = IntNum.make(new int[]{-1881745706});
        Lit7616 = (SimpleSymbol) new SimpleSymbol("haSignUp").readResolve();
        Lit7615 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7614 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7613 = IntNum.make(new int[]{-6381922});
        Lit7612 = (SimpleSymbol) new SimpleSymbol("Label23").readResolve();
        Lit7611 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7610 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7609 = IntNum.make(new int[]{-10395295});
        Lit7608 = (SimpleSymbol) new SimpleSymbol("Label22").readResolve();
        Lit7607 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7606 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7605 = IntNum.make(new int[]{-10395295});
        Lit7604 = (SimpleSymbol) new SimpleSymbol("Label15").readResolve();
        Lit7603 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7602 = (SimpleSymbol) new SimpleSymbol("haLogin$Click").readResolve();
        Lit7601 = (SimpleSymbol) new SimpleSymbol("mtxtPwdLogin").readResolve();
        Lit7600 = (SimpleSymbol) new SimpleSymbol("mtxtEmailLogin").readResolve();
        Lit7599 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7598 = IntNum.make(new int[]{-1881745706});
        Lit7597 = (SimpleSymbol) new SimpleSymbol("TouchColor").readResolve();
        Lit7596 = (SimpleSymbol) new SimpleSymbol("haLogin").readResolve();
        Lit7595 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7594 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7593 = IntNum.make(new int[]{-6381922});
        Lit7592 = (SimpleSymbol) new SimpleSymbol("Label14").readResolve();
        Lit7591 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7590 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7589 = (SimpleSymbol) new SimpleSymbol("Spacer48").readResolve();
        Lit7588 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7587 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7586 = IntNum.make(new int[]{-10395295});
        Lit7585 = (SimpleSymbol) new SimpleSymbol("Label13").readResolve();
        Lit7584 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7583 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7582 = (SimpleSymbol) new SimpleSymbol("Spacer47").readResolve();
        Lit7581 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7580 = new FString("com.google.appinventor.components.runtime.Image");
        Lit7579 = (SimpleSymbol) new SimpleSymbol("Image2").readResolve();
        Lit7578 = new FString("com.google.appinventor.components.runtime.Image");
        Lit7577 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7576 = (SimpleSymbol) new SimpleSymbol("Spacer10").readResolve();
        Lit7575 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7574 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7573 = IntNum.make(-1095);
        Lit7572 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7571 = (SimpleSymbol) new SimpleSymbol("lblIntroBack$Click").readResolve();
        Lit7570 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7569 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7568 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit7567 = IntNum.make(-1090);
        Lit7566 = IntNum.make(16777215);
        Lit7565 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit7564 = new FString("com.google.appinventor.components.runtime.NiotronBottomNavigation");
        Lit7563 = (SimpleSymbol) new SimpleSymbol("Bottom_Navigation1").readResolve();
        Lit7562 = new FString("com.google.appinventor.components.runtime.NiotronBottomNavigation");
        Lit7561 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7560 = IntNum.make(16777215);
        Lit7559 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7558 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7557 = (SimpleSymbol) new SimpleSymbol("Spacer40").readResolve();
        Lit7556 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7555 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7554 = IntNum.make(-1020);
        Lit7553 = IntNum.make(new int[]{-6381922});
        Lit7552 = (SimpleSymbol) new SimpleSymbol("Label51").readResolve();
        Lit7551 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7550 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7549 = (SimpleSymbol) new SimpleSymbol("Spacer41").readResolve();
        Lit7548 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7547 = new FString("com.google.appinventor.components.runtime.FacebookBannerAd");
        Lit7546 = new FString("com.google.appinventor.components.runtime.FacebookBannerAd");
        Lit7545 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7544 = IntNum.make(new int[]{-16602892});
        Lit7543 = (SimpleSymbol) new SimpleSymbol("Label76").readResolve();
        Lit7542 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7541 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7540 = IntNum.make(new int[]{-10395295});
        Lit7539 = (SimpleSymbol) new SimpleSymbol("Label75").readResolve();
        Lit7538 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7537 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7536 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement39").readResolve();
        Lit7535 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7534 = (SimpleSymbol) new SimpleSymbol("cvUpgrade$Click").readResolve();
        Lit7533 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 34672723);
        Lit7532 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7531 = IntNum.make(new int[]{-19080743});
        Lit7530 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7529 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7528 = (SimpleSymbol) new SimpleSymbol("vaUpgrade").readResolve();
        Lit7527 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7526 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7525 = IntNum.make(new int[]{-6381922});
        Lit7524 = (SimpleSymbol) new SimpleSymbol("Label108").readResolve();
        Lit7523 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7522 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7521 = IntNum.make(new int[]{-6381922});
        Lit7520 = (SimpleSymbol) new SimpleSymbol("Label107").readResolve();
        Lit7519 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7518 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7517 = IntNum.make(new int[]{-6381922});
        Lit7516 = (SimpleSymbol) new SimpleSymbol("Label106").readResolve();
        Lit7515 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7514 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7513 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement50").readResolve();
        Lit7512 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7511 = (SimpleSymbol) new SimpleSymbol("cvBasketOrder$Click").readResolve();
        Lit7510 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7509 = IntNum.make(-1095);
        Lit7508 = (SimpleSymbol) new SimpleSymbol("cvBasketOrder").readResolve();
        Lit7507 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7506 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7505 = IntNum.make(new int[]{-6381922});
        Lit7504 = (SimpleSymbol) new SimpleSymbol("Label120").readResolve();
        Lit7503 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7502 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7501 = IntNum.make(new int[]{-6381922});
        Lit7500 = (SimpleSymbol) new SimpleSymbol("Label119").readResolve();
        Lit7499 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7498 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7497 = IntNum.make(new int[]{-6381922});
        Lit7496 = (SimpleSymbol) new SimpleSymbol("Label118").readResolve();
        Lit7495 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7494 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7493 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement53").readResolve();
        Lit7492 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7491 = (SimpleSymbol) new SimpleSymbol("cvHowtouse$Click").readResolve();
        Lit7490 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7489 = IntNum.make(-1095);
        Lit7488 = (SimpleSymbol) new SimpleSymbol("cvHowtouse").readResolve();
        Lit7487 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7486 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7485 = IntNum.make(new int[]{-6381922});
        Lit7484 = (SimpleSymbol) new SimpleSymbol("Label114").readResolve();
        Lit7483 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7482 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7481 = IntNum.make(new int[]{-6381922});
        Lit7480 = (SimpleSymbol) new SimpleSymbol("Label113").readResolve();
        Lit7479 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7478 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7477 = IntNum.make(new int[]{-44000});
        Lit7476 = (SimpleSymbol) new SimpleSymbol("Label112").readResolve();
        Lit7475 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7474 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7473 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement57").readResolve();
        Lit7472 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7471 = (SimpleSymbol) new SimpleSymbol("cvinstagram$Click").readResolve();
        SimpleSymbol simpleSymbol362 = Lit9;
        Lit7470 = PairWithPosition.make(simpleSymbol362, PairWithPosition.make(simpleSymbol362, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 33411326), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 33411320);
        Lit7469 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7468 = IntNum.make(-1095);
        Lit7467 = (SimpleSymbol) new SimpleSymbol("cvinstagram").readResolve();
        Lit7466 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7465 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7464 = IntNum.make(new int[]{-6381922});
        Lit7463 = (SimpleSymbol) new SimpleSymbol("Label111").readResolve();
        Lit7462 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7461 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7460 = IntNum.make(new int[]{-6381922});
        Lit7459 = (SimpleSymbol) new SimpleSymbol("Label110").readResolve();
        Lit7458 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7457 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7456 = IntNum.make(new int[]{-44000});
        Lit7455 = (SimpleSymbol) new SimpleSymbol("Label109").readResolve();
        Lit7454 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7453 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7452 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement56").readResolve();
        Lit7451 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7450 = (SimpleSymbol) new SimpleSymbol("cvYoutube$Click").readResolve();
        SimpleSymbol simpleSymbol363 = Lit9;
        Lit7449 = PairWithPosition.make(simpleSymbol363, PairWithPosition.make(simpleSymbol363, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 32989487), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 32989481);
        Lit7448 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7447 = IntNum.make(-1095);
        Lit7446 = (SimpleSymbol) new SimpleSymbol("cvYoutube").readResolve();
        Lit7445 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7444 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7443 = IntNum.make(new int[]{-6381922});
        Lit7442 = (SimpleSymbol) new SimpleSymbol("Label117").readResolve();
        Lit7441 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7440 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7439 = IntNum.make(new int[]{-6381922});
        Lit7438 = (SimpleSymbol) new SimpleSymbol("Label116").readResolve();
        Lit7437 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7436 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7435 = IntNum.make(new int[]{-6381922});
        Lit7434 = (SimpleSymbol) new SimpleSymbol("Label115").readResolve();
        Lit7433 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7432 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7431 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement52").readResolve();
        Lit7430 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7429 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7428 = IntNum.make(-1095);
        Lit7427 = (SimpleSymbol) new SimpleSymbol("cvScanner").readResolve();
        Lit7426 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7425 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7424 = IntNum.make(new int[]{-6381922});
        Lit7423 = (SimpleSymbol) new SimpleSymbol("Label96").readResolve();
        Lit7422 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7421 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7420 = IntNum.make(new int[]{-6381922});
        Lit7419 = (SimpleSymbol) new SimpleSymbol("Label95").readResolve();
        Lit7418 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7417 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7416 = IntNum.make(new int[]{-6381922});
        Lit7415 = (SimpleSymbol) new SimpleSymbol("Label94").readResolve();
        Lit7414 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7413 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7412 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement46").readResolve();
        Lit7411 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7410 = (SimpleSymbol) new SimpleSymbol("cvRecommend$Click").readResolve();
        Lit7409 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7408 = IntNum.make(-1095);
        Lit7407 = (SimpleSymbol) new SimpleSymbol("cvRecommend").readResolve();
        Lit7406 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7405 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7404 = IntNum.make(new int[]{-6381922});
        Lit7403 = (SimpleSymbol) new SimpleSymbol("Label93").readResolve();
        Lit7402 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7401 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7400 = IntNum.make(new int[]{-6381922});
        Lit7399 = (SimpleSymbol) new SimpleSymbol("Label92").readResolve();
        Lit7398 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7397 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7396 = IntNum.make(new int[]{-6381922});
        Lit7395 = (SimpleSymbol) new SimpleSymbol("Label91").readResolve();
        Lit7394 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7393 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7392 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement45").readResolve();
        Lit7391 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7390 = (SimpleSymbol) new SimpleSymbol("cvFiiDii$Click").readResolve();
        Lit7389 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 31740004);
        Lit7388 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7387 = IntNum.make(-1095);
        Lit7386 = (SimpleSymbol) new SimpleSymbol("cvFiiDii").readResolve();
        Lit7385 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7384 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7383 = IntNum.make(-1060);
        Lit7382 = IntNum.make(new int[]{-6381922});
        Lit7381 = (SimpleSymbol) new SimpleSymbol("Label97").readResolve();
        Lit7380 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7379 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7378 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7377 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7376 = IntNum.make(new int[]{-6381922});
        Lit7375 = (SimpleSymbol) new SimpleSymbol("lVersion").readResolve();
        Lit7374 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7373 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7372 = IntNum.make(new int[]{-6381922});
        Lit7371 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7370 = (SimpleSymbol) new SimpleSymbol("chkNavBar$Changed").readResolve();
        Lit7369 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 31350910), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 31350904);
        Lit7368 = new FString("com.google.appinventor.components.runtime.CheckBox");
        Lit7367 = new FString("com.google.appinventor.components.runtime.CheckBox");
        Lit7366 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7365 = IntNum.make(new int[]{-16602892});
        Lit7364 = (SimpleSymbol) new SimpleSymbol("Label124").readResolve();
        Lit7363 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7362 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7361 = IntNum.make(new int[]{-6381922});
        Lit7360 = (SimpleSymbol) new SimpleSymbol("Label123").readResolve();
        Lit7359 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7358 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7357 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement54").readResolve();
        Lit7356 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7355 = (SimpleSymbol) new SimpleSymbol("cvSettings$Click").readResolve();
        Lit7354 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 31096922);
        Lit7353 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7352 = (SimpleSymbol) new SimpleSymbol("cvSettings").readResolve();
        Lit7351 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7350 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7349 = IntNum.make(new int[]{-16602892});
        Lit7348 = (SimpleSymbol) new SimpleSymbol("Label74").readResolve();
        Lit7347 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7346 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7345 = IntNum.make(new int[]{-6381922});
        Lit7344 = (SimpleSymbol) new SimpleSymbol("Label73").readResolve();
        Lit7343 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7342 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7341 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement38").readResolve();
        Lit7340 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7339 = (SimpleSymbol) new SimpleSymbol("cvClearData$Click").readResolve();
        Lit7338 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7337 = (SimpleSymbol) new SimpleSymbol("cvClearData").readResolve();
        Lit7336 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7335 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7334 = IntNum.make(new int[]{-16602892});
        Lit7333 = (SimpleSymbol) new SimpleSymbol("Label72").readResolve();
        Lit7332 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7331 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7330 = IntNum.make(new int[]{-6381922});
        Lit7329 = (SimpleSymbol) new SimpleSymbol("Label71").readResolve();
        Lit7328 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7327 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7326 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement37").readResolve();
        Lit7325 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7324 = (SimpleSymbol) new SimpleSymbol("cvLogout$Click").readResolve();
        Lit7323 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7322 = (SimpleSymbol) new SimpleSymbol("cvLogout").readResolve();
        Lit7321 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7320 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7319 = IntNum.make(new int[]{-16602892});
        Lit7318 = (SimpleSymbol) new SimpleSymbol("Label70").readResolve();
        Lit7317 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7316 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7315 = IntNum.make(new int[]{-6381922});
        Lit7314 = (SimpleSymbol) new SimpleSymbol("Label69").readResolve();
        Lit7313 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7312 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7311 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement36").readResolve();
        Lit7310 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7309 = (SimpleSymbol) new SimpleSymbol("cvRestore$Click").readResolve();
        Lit7308 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7307 = (SimpleSymbol) new SimpleSymbol("cvRestore").readResolve();
        Lit7306 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7305 = new FString("com.google.appinventor.components.runtime.CheckBox");
        Lit7304 = IntNum.make(new int[]{-6381922});
        Lit7303 = new FString("com.google.appinventor.components.runtime.CheckBox");
        Lit7302 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7301 = IntNum.make(new int[]{-16602892});
        Lit7300 = (SimpleSymbol) new SimpleSymbol("Label68").readResolve();
        Lit7299 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7298 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7297 = IntNum.make(new int[]{-6381922});
        Lit7296 = (SimpleSymbol) new SimpleSymbol("Label67").readResolve();
        Lit7295 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7294 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7293 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement35").readResolve();
        Lit7292 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7291 = (SimpleSymbol) new SimpleSymbol("cvBackup$Click").readResolve();
        Lit7290 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7289 = (SimpleSymbol) new SimpleSymbol("cvBackup").readResolve();
        Lit7288 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7287 = (SimpleSymbol) new SimpleSymbol("vaBackupRestore$Click").readResolve();
        Lit7286 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 29671507);
        Lit7285 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7284 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7283 = (SimpleSymbol) new SimpleSymbol("swtDarkmode$Changed").readResolve();
        Lit7282 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit7281 = IntNum.make(new int[]{-16602892});
        Lit7280 = IntNum.make(new int[]{-6381922});
        Lit7279 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit7278 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7277 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement51").readResolve();
        Lit7276 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7275 = (SimpleSymbol) new SimpleSymbol("cvTheme$Click").readResolve();
        Lit7274 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 29479043);
        Lit7273 = (SimpleSymbol) new SimpleSymbol("swtDarkmode").readResolve();
        Lit7272 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7271 = (SimpleSymbol) new SimpleSymbol("cvTheme").readResolve();
        Lit7270 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7269 = (SimpleSymbol) new SimpleSymbol("Label66$Click").readResolve();
        Lit7268 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7267 = IntNum.make(new int[]{-10395295});
        Lit7266 = (SimpleSymbol) new SimpleSymbol("Label66").readResolve();
        Lit7265 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7264 = (SimpleSymbol) new SimpleSymbol("PositionChanged").readResolve();
        Lit7263 = (SimpleSymbol) new SimpleSymbol("Slider1$PositionChanged").readResolve();
        SimpleSymbol simpleSymbol364 = Lit9;
        Lit7262 = PairWithPosition.make(simpleSymbol364, PairWithPosition.make(simpleSymbol364, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 29282673), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 29282667);
        Lit7261 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 29282431), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 29282425);
        Lit7260 = (SimpleSymbol) new SimpleSymbol("$thumbPosition").readResolve();
        Lit7259 = new FString("com.google.appinventor.components.runtime.Slider");
        Lit7258 = (SimpleSymbol) new SimpleSymbol("ThumbPosition").readResolve();
        Lit7257 = (SimpleSymbol) new SimpleSymbol("MaxValue").readResolve();
        Lit7256 = IntNum.make(new int[]{-6381922});
        Lit7255 = (SimpleSymbol) new SimpleSymbol("ColorRight").readResolve();
        Lit7254 = IntNum.make(new int[]{-16602892});
        Lit7253 = (SimpleSymbol) new SimpleSymbol("ColorLeft").readResolve();
        Lit7252 = (SimpleSymbol) new SimpleSymbol("Slider1").readResolve();
        Lit7251 = new FString("com.google.appinventor.components.runtime.Slider");
        Lit7250 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7249 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement34").readResolve();
        Lit7248 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7247 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7246 = IntNum.make(new int[]{-6381922});
        Lit7245 = (SimpleSymbol) new SimpleSymbol("Label65").readResolve();
        Lit7244 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7243 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7242 = IntNum.make(new int[]{-6381922});
        Lit7241 = (SimpleSymbol) new SimpleSymbol("Label64").readResolve();
        Lit7240 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7239 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7238 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement33").readResolve();
        Lit7237 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7236 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7235 = (SimpleSymbol) new SimpleSymbol("cvFont").readResolve();
        Lit7234 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7233 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7232 = IntNum.make(new int[]{-6381922});
        Lit7231 = (SimpleSymbol) new SimpleSymbol("Label63").readResolve();
        Lit7230 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7229 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7228 = IntNum.make(new int[]{-14839573});
        Lit7227 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy9").readResolve();
        Lit7226 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7225 = (SimpleSymbol) new SimpleSymbol("cvRate$Click").readResolve();
        Lit7224 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7223 = IntNum.make(-1048);
        Lit7222 = (SimpleSymbol) new SimpleSymbol("cvRate").readResolve();
        Lit7221 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7220 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7219 = IntNum.make(new int[]{-6381922});
        Lit7218 = (SimpleSymbol) new SimpleSymbol("Label61").readResolve();
        Lit7217 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7216 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7215 = IntNum.make(new int[]{-14839573});
        Lit7214 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy7").readResolve();
        Lit7213 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7212 = (SimpleSymbol) new SimpleSymbol("cvSupport$Click").readResolve();
        Lit7211 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7210 = IntNum.make(-1048);
        Lit7209 = (SimpleSymbol) new SimpleSymbol("cvSupport").readResolve();
        Lit7208 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7207 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7206 = IntNum.make(new int[]{-6381922});
        Lit7205 = (SimpleSymbol) new SimpleSymbol("Label59").readResolve();
        Lit7204 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7203 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7202 = IntNum.make(new int[]{-14839573});
        Lit7201 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy5").readResolve();
        Lit7200 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7199 = (SimpleSymbol) new SimpleSymbol("cvNews$Click").readResolve();
        Lit7198 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7197 = IntNum.make(-1048);
        Lit7196 = (SimpleSymbol) new SimpleSymbol("cvNews").readResolve();
        Lit7195 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7194 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7193 = IntNum.make(new int[]{-6381922});
        Lit7192 = (SimpleSymbol) new SimpleSymbol("Label57").readResolve();
        Lit7191 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7190 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7189 = IntNum.make(new int[]{-14839573});
        Lit7188 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy3").readResolve();
        Lit7187 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7186 = (SimpleSymbol) new SimpleSymbol("cvReports$Click").readResolve();
        Lit7185 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 27861294);
        Lit7184 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 27861176);
        Lit7183 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 27861085), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 27861079);
        Lit7182 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7181 = IntNum.make(-1048);
        Lit7180 = (SimpleSymbol) new SimpleSymbol("cvReports").readResolve();
        Lit7179 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7178 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7177 = IntNum.make(new int[]{-6381922});
        Lit7176 = (SimpleSymbol) new SimpleSymbol("Label55").readResolve();
        Lit7175 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7174 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7173 = IntNum.make(new int[]{-50896});
        Lit7172 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7171 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7170 = IntNum.make(-1048);
        Lit7169 = (SimpleSymbol) new SimpleSymbol("Card_View12").readResolve();
        Lit7168 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7167 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7166 = IntNum.make(new int[]{-6381922});
        Lit7165 = (SimpleSymbol) new SimpleSymbol("Label53").readResolve();
        Lit7164 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7163 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7162 = IntNum.make(new int[]{-50896});
        Lit7161 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7160 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7159 = IntNum.make(-1048);
        Lit7158 = (SimpleSymbol) new SimpleSymbol("Card_View10").readResolve();
        Lit7157 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7156 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7155 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement12").readResolve();
        Lit7154 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7153 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7152 = IntNum.make(new int[]{-6381922});
        Lit7151 = (SimpleSymbol) new SimpleSymbol("Label62").readResolve();
        Lit7150 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7149 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7148 = IntNum.make(new int[]{-14839573});
        Lit7147 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy8").readResolve();
        Lit7146 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7145 = (SimpleSymbol) new SimpleSymbol("cvContact$Click").readResolve();
        Lit7144 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 26992776), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 26992770);
        Lit7143 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7142 = IntNum.make(-1048);
        Lit7141 = (SimpleSymbol) new SimpleSymbol("cvContact").readResolve();
        Lit7140 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7139 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7138 = IntNum.make(new int[]{-6381922});
        Lit7137 = (SimpleSymbol) new SimpleSymbol("Label60").readResolve();
        Lit7136 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7135 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7134 = IntNum.make(new int[]{-14839573});
        Lit7133 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy6").readResolve();
        Lit7132 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7131 = (SimpleSymbol) new SimpleSymbol("cvPrivacy$Click").readResolve();
        Lit7130 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7129 = IntNum.make(-1048);
        Lit7128 = (SimpleSymbol) new SimpleSymbol("cvPrivacy").readResolve();
        Lit7127 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7126 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7125 = IntNum.make(new int[]{-6381922});
        Lit7124 = (SimpleSymbol) new SimpleSymbol("Label58").readResolve();
        Lit7123 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7122 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7121 = IntNum.make(new int[]{-14839573});
        Lit7120 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy4").readResolve();
        Lit7119 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7118 = (SimpleSymbol) new SimpleSymbol("cvInvite$Click").readResolve();
        Lit7117 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 26411209);
        Lit7116 = (SimpleSymbol) new SimpleSymbol("ShareMessage").readResolve();
        Lit7115 = (SimpleSymbol) new SimpleSymbol("Sharing1").readResolve();
        Lit7114 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7113 = IntNum.make(-1048);
        Lit7112 = (SimpleSymbol) new SimpleSymbol("cvInvite").readResolve();
        Lit7111 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7110 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7109 = IntNum.make(new int[]{-6381922});
        Lit7108 = (SimpleSymbol) new SimpleSymbol("Label56").readResolve();
        Lit7107 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7106 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7105 = IntNum.make(new int[]{-14839573});
        Lit7104 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy2").readResolve();
        Lit7103 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7102 = (SimpleSymbol) new SimpleSymbol("cvLearn$Click").readResolve();
        SimpleSymbol simpleSymbol365 = Lit9;
        Lit7101 = PairWithPosition.make(simpleSymbol365, PairWithPosition.make(simpleSymbol365, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 26120506), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 26120500);
        Lit7100 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7099 = IntNum.make(-1048);
        Lit7098 = (SimpleSymbol) new SimpleSymbol("cvLearn").readResolve();
        Lit7097 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7096 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7095 = IntNum.make(new int[]{-6381922});
        Lit7094 = (SimpleSymbol) new SimpleSymbol("Label54").readResolve();
        Lit7093 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7092 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7091 = IntNum.make(new int[]{-9851600});
        Lit7090 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7089 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7088 = IntNum.make(-1048);
        Lit7087 = (SimpleSymbol) new SimpleSymbol("Card_View11").readResolve();
        Lit7086 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7085 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7084 = IntNum.make(new int[]{-6381922});
        Lit7083 = (SimpleSymbol) new SimpleSymbol("Label52").readResolve();
        Lit7082 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7081 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7080 = IntNum.make(new int[]{-9851600});
        Lit7079 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7078 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7077 = IntNum.make(-1048);
        Lit7076 = (SimpleSymbol) new SimpleSymbol("Card_View9").readResolve();
        Lit7075 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit7074 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7073 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement11").readResolve();
        Lit7072 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit7071 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7070 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement32").readResolve();
        Lit7069 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7068 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7067 = IntNum.make(new int[]{-6381922});
        Lit7066 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7065 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7064 = IntNum.make(new int[]{-6381922});
        Lit7063 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7062 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7061 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement31").readResolve();
        Lit7060 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7059 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7058 = IntNum.make(new int[]{-6381922});
        Lit7057 = (SimpleSymbol) new SimpleSymbol("Label48").readResolve();
        Lit7056 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7055 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7054 = IntNum.make(new int[]{-6381922});
        Lit7053 = (SimpleSymbol) new SimpleSymbol("Label47").readResolve();
        Lit7052 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7051 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7050 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement30").readResolve();
        Lit7049 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7048 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7047 = (SimpleSymbol) new SimpleSymbol("Spacer39").readResolve();
        Lit7046 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7045 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7044 = IntNum.make(-1070);
        Lit7043 = IntNum.make(new int[]{-6381922});
        Lit7042 = (SimpleSymbol) new SimpleSymbol("Label46").readResolve();
        Lit7041 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7040 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7039 = (SimpleSymbol) new SimpleSymbol("Spacer37").readResolve();
        Lit7038 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit7037 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7036 = IntNum.make(new int[]{-10395295});
        Lit7035 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7034 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7033 = IntNum.make(new int[]{-10395295});
        Lit7032 = IntNum.make(22);
        Lit7031 = (SimpleSymbol) new SimpleSymbol("Label45").readResolve();
        Lit7030 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7029 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7028 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement28").readResolve();
        Lit7027 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7026 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7025 = (SimpleSymbol) new SimpleSymbol("Label98").readResolve();
        Lit7024 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7023 = (SimpleSymbol) new SimpleSymbol("mbtnSetFunds$Click").readResolve();
        Lit7022 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 24515327);
        SimpleSymbol simpleSymbol366 = Lit720;
        Lit7021 = PairWithPosition.make(simpleSymbol366, PairWithPosition.make(simpleSymbol366, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 24515311), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 24515303);
        Lit7020 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 24515281);
        Lit7019 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 24514910), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 24514904);
        Lit7018 = IntNum.make(Form.MAX_PERMISSION_NONCE);
        Lit7017 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 24514679), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 24514668);
        Lit7016 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7015 = IntNum.make(new int[]{-10395295});
        Lit7014 = IntNum.make(new int[]{-3092786});
        Lit7013 = (SimpleSymbol) new SimpleSymbol("mbtnSetFunds").readResolve();
        Lit7012 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7011 = (SimpleSymbol) new SimpleSymbol("mbtnTopUp$Click").readResolve();
        Lit7010 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7009 = IntNum.make(new int[]{-10395295});
        Lit7008 = IntNum.make(new int[]{-3092786});
        Lit7007 = (SimpleSymbol) new SimpleSymbol("mbtnTopUp").readResolve();
        Lit7006 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit7005 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7004 = IntNum.make(new int[]{-10395295});
        Lit7003 = (SimpleSymbol) new SimpleSymbol("Label44").readResolve();
        Lit7002 = new FString("com.google.appinventor.components.runtime.Label");
        Lit7001 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit7000 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement47").readResolve();
        Lit6999 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6998 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6997 = IntNum.make(-1095);
        Lit6996 = (SimpleSymbol) new SimpleSymbol("Card_View8").readResolve();
        Lit6995 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6994 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6993 = IntNum.make(-1096);
        Lit6992 = (SimpleSymbol) new SimpleSymbol("Vertical_Scroll_Arrangement3").readResolve();
        Lit6991 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6990 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6989 = IntNum.make(new int[]{-1499549});
        Lit6988 = (SimpleSymbol) new SimpleSymbol("FontItalic").readResolve();
        Lit6987 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6986 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6985 = IntNum.make(new int[]{-6381922});
        Lit6984 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6983 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6982 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement10").readResolve();
        Lit6981 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6980 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6979 = IntNum.make(new int[]{-1});
        Lit6978 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6977 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6976 = IntNum.make(new int[]{-1});
        Lit6975 = IntNum.make(90);
        Lit6974 = IntNum.make(new int[]{-6381922});
        Lit6973 = (SimpleSymbol) new SimpleSymbol("Card_View14").readResolve();
        Lit6972 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6971 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6970 = IntNum.make(new int[]{-6381922});
        Lit6969 = IntNum.make(110);
        Lit6968 = IntNum.make(new int[]{-1});
        Lit6967 = (SimpleSymbol) new SimpleSymbol("Card_View7").readResolve();
        Lit6966 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6965 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6964 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement27").readResolve();
        Lit6963 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6962 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6961 = IntNum.make(-1095);
        Lit6960 = IntNum.make(115);
        Lit6959 = (SimpleSymbol) new SimpleSymbol("Card_View6").readResolve();
        Lit6958 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6957 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6956 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6955 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6954 = (SimpleSymbol) new SimpleSymbol("Label77").readResolve();
        Lit6953 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6952 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6951 = (SimpleSymbol) new SimpleSymbol("vaNoActiveSVG").readResolve();
        Lit6950 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6949 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6948 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6947 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6946 = IntNum.make(-1095);
        Lit6945 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6944 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6943 = IntNum.make(-1070);
        Lit6942 = IntNum.make(new int[]{-6381922});
        Lit6941 = (SimpleSymbol) new SimpleSymbol("Label84").readResolve();
        Lit6940 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6939 = (SimpleSymbol) new SimpleSymbol("lblSquareOff$Click").readResolve();
        Lit6938 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 22942027);
        Lit6937 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 22941789), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 22941783);
        Lit6936 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6935 = IntNum.make(new int[]{-16602892});
        Lit6934 = (SimpleSymbol) new SimpleSymbol("lblSquareOff").readResolve();
        Lit6933 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6932 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6931 = IntNum.make(new int[]{-6381922});
        Lit6930 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6929 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6928 = IntNum.make(new int[]{-6381922});
        Lit6927 = (SimpleSymbol) new SimpleSymbol("Label122").readResolve();
        Lit6926 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6925 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6924 = IntNum.make(-1090);
        Lit6923 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement58").readResolve();
        Lit6922 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6921 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6920 = IntNum.make(new int[]{-6381922});
        Lit6919 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6918 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6917 = IntNum.make(-1090);
        Lit6916 = (SimpleSymbol) new SimpleSymbol("Card_View5").readResolve();
        Lit6915 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6914 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6913 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6912 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6911 = (SimpleSymbol) new SimpleSymbol("Label79").readResolve();
        Lit6910 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6909 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6908 = (SimpleSymbol) new SimpleSymbol("vaNoHistorySVG").readResolve();
        Lit6907 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6906 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6905 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6904 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6903 = IntNum.make(-1095);
        Lit6902 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6901 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6900 = (SimpleSymbol) new SimpleSymbol("Spacer6").readResolve();
        Lit6899 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6898 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6897 = IntNum.make(new int[]{-6381922});
        Lit6896 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6895 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6894 = IntNum.make(new int[]{-6381922});
        Lit6893 = (SimpleSymbol) new SimpleSymbol("Label16").readResolve();
        Lit6892 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6891 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6890 = IntNum.make(16777215);
        Lit6889 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement9").readResolve();
        Lit6888 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6887 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6886 = IntNum.make(-1090);
        Lit6885 = (SimpleSymbol) new SimpleSymbol("Card_View4").readResolve();
        Lit6884 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6883 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6882 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6881 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6880 = (SimpleSymbol) new SimpleSymbol("Label80").readResolve();
        Lit6879 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6878 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6877 = (SimpleSymbol) new SimpleSymbol("vaNoPendingSVG").readResolve();
        Lit6876 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6875 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6874 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6873 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6872 = IntNum.make(-1095);
        Lit6871 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6870 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6869 = (SimpleSymbol) new SimpleSymbol("Spacer5").readResolve();
        Lit6868 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6867 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6866 = IntNum.make(new int[]{-6381922});
        Lit6865 = (SimpleSymbol) new SimpleSymbol("Label12").readResolve();
        Lit6864 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6863 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6862 = IntNum.make(new int[]{-6381922});
        Lit6861 = (SimpleSymbol) new SimpleSymbol("Label11").readResolve();
        Lit6860 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6859 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6858 = IntNum.make(16777215);
        Lit6857 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement6").readResolve();
        Lit6856 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6855 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6854 = IntNum.make(-1090);
        Lit6853 = (SimpleSymbol) new SimpleSymbol("Card_View3").readResolve();
        Lit6852 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6851 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6850 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6849 = new FString("com.google.appinventor.components.runtime.NiotronViewPager");
        Lit6848 = new FString("com.google.appinventor.components.runtime.NiotronViewPager");
        Lit6847 = (SimpleSymbol) new SimpleSymbol("Tab_Layout1$Selected").readResolve();
        Lit6846 = new FString("com.google.appinventor.components.runtime.NiotronTabLayout");
        Lit6845 = IntNum.make(new int[]{-16602892});
        Lit6844 = IntNum.make(new int[]{-16602892});
        Lit6843 = IntNum.make(16777215);
        Lit6842 = new FString("com.google.appinventor.components.runtime.NiotronTabLayout");
        Lit6841 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6840 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6839 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6838 = (SimpleSymbol) new SimpleSymbol("Label78").readResolve();
        Lit6837 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6836 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6835 = (SimpleSymbol) new SimpleSymbol("vaNoWatchlistSVG").readResolve();
        Lit6834 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6833 = (SimpleSymbol) new SimpleSymbol("vaNoWatchlist$Click").readResolve();
        Lit6832 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6831 = IntNum.make(205);
        Lit6830 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6829 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6828 = IntNum.make(-1095);
        Lit6827 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6826 = (SimpleSymbol) new SimpleSymbol("lblWatchlistClear$Click").readResolve();
        Lit6825 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 20599124);
        Lit6824 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 20598877), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 20598871);
        Lit6823 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6822 = IntNum.make(new int[]{-16602892});
        Lit6821 = (SimpleSymbol) new SimpleSymbol("lblWatchlistClear").readResolve();
        Lit6820 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6819 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6818 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement59").readResolve();
        Lit6817 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6816 = (SimpleSymbol) new SimpleSymbol("OnPageRefresh").readResolve();
        Lit6815 = (SimpleSymbol) new SimpleSymbol("Swipe_Refresh_Layout1$OnPageRefresh").readResolve();
        Lit6814 = new FString("com.google.appinventor.components.runtime.NiotronSwipeRefreshLayout");
        Lit6813 = IntNum.make(new int[]{-1315861});
        Lit6812 = (SimpleSymbol) new SimpleSymbol("RefreshBarBackGroundColor").readResolve();
        Lit6811 = IntNum.make(16777215);
        Lit6810 = new FString("com.google.appinventor.components.runtime.NiotronSwipeRefreshLayout");
        Lit6809 = new FString("com.google.appinventor.components.runtime.NiotronLinearProgressBar");
        Lit6808 = IntNum.make(-1080);
        Lit6807 = (SimpleSymbol) new SimpleSymbol("TrackCornerRadius").readResolve();
        Lit6806 = IntNum.make(new int[]{-16602892});
        Lit6805 = (SimpleSymbol) new SimpleSymbol("Indeterminate").readResolve();
        Lit6804 = new FString("com.google.appinventor.components.runtime.NiotronLinearProgressBar");
        Lit6803 = (SimpleSymbol) new SimpleSymbol("btnMic$Click").readResolve();
        Lit6802 = (SimpleSymbol) new SimpleSymbol("GetText").readResolve();
        Lit6801 = (SimpleSymbol) new SimpleSymbol("Speech_Recognizer1").readResolve();
        Lit6800 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6799 = IntNum.make(new int[]{-16602892});
        Lit6798 = IntNum.make(16777215);
        Lit6797 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6796 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6795 = IntNum.make(new int[]{-16602892});
        Lit6794 = (SimpleSymbol) new SimpleSymbol("lblEdit").readResolve();
        Lit6793 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6792 = (SimpleSymbol) new SimpleSymbol("lblMic$Click").readResolve();
        Lit6791 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6790 = IntNum.make(new int[]{-16602892});
        Lit6789 = (SimpleSymbol) new SimpleSymbol("lblMic").readResolve();
        Lit6788 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6787 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6786 = IntNum.make(new int[]{-6381922});
        Lit6785 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6784 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6783 = IntNum.make(new int[]{-6381922});
        Lit6782 = (SimpleSymbol) new SimpleSymbol("Label7").readResolve();
        Lit6781 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6780 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6779 = IntNum.make(new int[]{-6381922});
        Lit6778 = (SimpleSymbol) new SimpleSymbol("CustomFontTypeFace").readResolve();
        Lit6777 = (SimpleSymbol) new SimpleSymbol("Label6").readResolve();
        Lit6776 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6775 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6774 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement4").readResolve();
        Lit6773 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6772 = (SimpleSymbol) new SimpleSymbol("cvSearch$Click").readResolve();
        Lit6771 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6770 = (SimpleSymbol) new SimpleSymbol("cvSearch").readResolve();
        Lit6769 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6768 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6767 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement3").readResolve();
        Lit6766 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6765 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6764 = IntNum.make(-1095);
        Lit6763 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6762 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6761 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6760 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6759 = IntNum.make(-1095);
        Lit6758 = (SimpleSymbol) new SimpleSymbol("vsaBasketsList").readResolve();
        Lit6757 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6756 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6755 = IntNum.make(new int[]{-16602892});
        Lit6754 = IntNum.make(16777215);
        Lit6753 = (SimpleSymbol) new SimpleSymbol("btnMic2").readResolve();
        Lit6752 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6751 = (SimpleSymbol) new SimpleSymbol("lblNewBasket$Click").readResolve();
        Lit6750 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6749 = IntNum.make(new int[]{-16602892});
        Lit6748 = (SimpleSymbol) new SimpleSymbol("lblNewBasket").readResolve();
        Lit6747 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6746 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6745 = IntNum.make(new int[]{-6381922});
        Lit6744 = IntNum.make(new int[]{-6381922});
        Lit6743 = (SimpleSymbol) new SimpleSymbol("lblWLcnt2").readResolve();
        Lit6742 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6741 = new FString("com.google.appinventor.components.runtime.TextBox");
        Lit6740 = IntNum.make(new int[]{-1});
        Lit6739 = (SimpleSymbol) new SimpleSymbol("txtBasketSearch").readResolve();
        Lit6738 = new FString("com.google.appinventor.components.runtime.TextBox");
        Lit6737 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6736 = IntNum.make(45);
        Lit6735 = IntNum.make(new int[]{-6381922});
        Lit6734 = (SimpleSymbol) new SimpleSymbol("Label8").readResolve();
        Lit6733 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6732 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6731 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement49").readResolve();
        Lit6730 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6729 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6728 = (SimpleSymbol) new SimpleSymbol("cvSearch2").readResolve();
        Lit6727 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6726 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6725 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement18").readResolve();
        Lit6724 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6723 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6722 = IntNum.make(-1095);
        Lit6721 = (SimpleSymbol) new SimpleSymbol("Card_View2").readResolve();
        Lit6720 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6719 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6718 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6717 = (SimpleSymbol) new SimpleSymbol("wvBanner$WebViewStringChange").readResolve();
        SimpleSymbol simpleSymbol367 = Lit8493;
        Lit6716 = PairWithPosition.make(simpleSymbol367, PairWithPosition.make(simpleSymbol367, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18486238), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18486233);
        SimpleSymbol simpleSymbol368 = Lit8493;
        Lit6715 = PairWithPosition.make(simpleSymbol368, PairWithPosition.make(simpleSymbol368, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18486066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18486061);
        Lit6714 = (SimpleSymbol) new SimpleSymbol("$content").readResolve();
        SimpleSymbol simpleSymbol369 = Lit8493;
        Lit6713 = PairWithPosition.make(simpleSymbol369, PairWithPosition.make(simpleSymbol369, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485898), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485893);
        Lit6712 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485771), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485765);
        Lit6711 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485727);
        Lit6710 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485521), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485515);
        Lit6709 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485483), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 18485477);
        Lit6708 = new FString("com.google.appinventor.components.runtime.WebViewer");
        Lit6707 = (SimpleSymbol) new SimpleSymbol("IgnoreSslErrors").readResolve();
        Lit6706 = (SimpleSymbol) new SimpleSymbol("FollowLinks").readResolve();
        Lit6705 = new FString("com.google.appinventor.components.runtime.WebViewer");
        Lit6704 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6703 = IntNum.make(16777215);
        Lit6702 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6701 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6700 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6699 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6698 = (SimpleSymbol) new SimpleSymbol("Spacer33").readResolve();
        Lit6697 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6696 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6695 = (SimpleSymbol) new SimpleSymbol("Label10").readResolve();
        Lit6694 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6693 = (SimpleSymbol) new SimpleSymbol("haW2$Click").readResolve();
        Lit6692 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6691 = (SimpleSymbol) new SimpleSymbol("haW2").readResolve();
        Lit6690 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6689 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6688 = (SimpleSymbol) new SimpleSymbol("Spacer34").readResolve();
        Lit6687 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6686 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6685 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6684 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6683 = (SimpleSymbol) new SimpleSymbol("Spacer32").readResolve();
        Lit6682 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6681 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6680 = (SimpleSymbol) new SimpleSymbol("lblW1N").readResolve();
        Lit6679 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6678 = (SimpleSymbol) new SimpleSymbol("haW1$Click").readResolve();
        Lit6677 = (SimpleSymbol) new SimpleSymbol("LaunchCustomTabByChrome").readResolve();
        Lit6676 = (SimpleSymbol) new SimpleSymbol("Chrome_Custom_Tab1").readResolve();
        Lit6675 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6674 = (SimpleSymbol) new SimpleSymbol("haW1").readResolve();
        Lit6673 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6672 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6671 = (SimpleSymbol) new SimpleSymbol("Spacer4").readResolve();
        Lit6670 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6669 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6668 = IntNum.make(16777215);
        Lit6667 = (SimpleSymbol) new SimpleSymbol("haMarket").readResolve();
        Lit6666 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6665 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6664 = IntNum.make(new int[]{-1315861});
        Lit6663 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6662 = (SimpleSymbol) new SimpleSymbol("lblMarket$Click").readResolve();
        Lit6661 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 17674402);
        Lit6660 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement7").readResolve();
        Lit6659 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6658 = IntNum.make(new int[]{-11447983});
        Lit6657 = (SimpleSymbol) new SimpleSymbol("lblMarket").readResolve();
        Lit6656 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6655 = (SimpleSymbol) new SimpleSymbol("lblNotification$Click").readResolve();
        Lit6654 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 17580118);
        Lit6653 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6652 = IntNum.make(new int[]{-11447983});
        Lit6651 = (SimpleSymbol) new SimpleSymbol("lblNotification").readResolve();
        Lit6650 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6649 = (SimpleSymbol) new SimpleSymbol("lblHelp$Click").readResolve();
        Lit6648 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6647 = IntNum.make(new int[]{-11447983});
        Lit6646 = (SimpleSymbol) new SimpleSymbol("lblHelp").readResolve();
        Lit6645 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6644 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6643 = IntNum.make(new int[]{-11447983});
        Lit6642 = (SimpleSymbol) new SimpleSymbol("Label2").readResolve();
        Lit6641 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6640 = (SimpleSymbol) new SimpleSymbol("lblMenu$Click").readResolve();
        Lit6639 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 17313867);
        Lit6638 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6637 = IntNum.make(new int[]{-11447983});
        Lit6636 = (SimpleSymbol) new SimpleSymbol("lblMenu").readResolve();
        Lit6635 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6634 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6633 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6632 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6631 = (SimpleSymbol) new SimpleSymbol("Label99").readResolve();
        Lit6630 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6629 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6628 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6627 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6626 = (SimpleSymbol) new SimpleSymbol("Spacer3").readResolve();
        Lit6625 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6624 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6623 = IntNum.make(new int[]{-6381922});
        Lit6622 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6621 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6620 = (SimpleSymbol) new SimpleSymbol("Spacer2").readResolve();
        Lit6619 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6618 = new FString("com.google.appinventor.components.runtime.NiotronLinearProgressBar");
        Lit6617 = IntNum.make(-1020);
        Lit6616 = IntNum.make(new int[]{-16602892});
        Lit6615 = (SimpleSymbol) new SimpleSymbol("ProgressColor").readResolve();
        Lit6614 = (SimpleSymbol) new SimpleSymbol("Max").readResolve();
        Lit6613 = new FString("com.google.appinventor.components.runtime.NiotronLinearProgressBar");
        Lit6612 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6611 = (SimpleSymbol) new SimpleSymbol("Spacer1").readResolve();
        Lit6610 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6609 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6608 = IntNum.make(16777215);
        Lit6607 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6606 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6605 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6604 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6603 = (SimpleSymbol) new SimpleSymbol("level2BG").readResolve();
        Lit6602 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6601 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit6600 = IntNum.make(-1100);
        Lit6599 = IntNum.make(16777215);
        Lit6598 = (SimpleSymbol) new SimpleSymbol("mbtnAds").readResolve();
        Lit6597 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit6596 = new FString("com.google.appinventor.components.runtime.Image");
        Lit6595 = (SimpleSymbol) new SimpleSymbol("imgAds").readResolve();
        Lit6594 = new FString("com.google.appinventor.components.runtime.Image");
        Lit6593 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6592 = (SimpleSymbol) new SimpleSymbol("lblAdsMessage").readResolve();
        Lit6591 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6590 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6589 = (SimpleSymbol) new SimpleSymbol("lblAdsTitle").readResolve();
        Lit6588 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6587 = (SimpleSymbol) new SimpleSymbol("cvAds$Click").readResolve();
        Lit6586 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 16371797);
        Lit6585 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6584 = (SimpleSymbol) new SimpleSymbol("cvAds").readResolve();
        Lit6583 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6582 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6581 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6580 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6579 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6578 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6577 = IntNum.make(-1080);
        Lit6576 = IntNum.make(new int[]{-6381922});
        Lit6575 = (SimpleSymbol) new SimpleSymbol("Label104").readResolve();
        Lit6574 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6573 = (SimpleSymbol) new SimpleSymbol("lblrecommendRefresh$Click").readResolve();
        Lit6572 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6571 = (SimpleSymbol) new SimpleSymbol("lblrecommendRefresh").readResolve();
        Lit6570 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6569 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6568 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6567 = (SimpleSymbol) new SimpleSymbol("Label50$Click").readResolve();
        Lit6566 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6565 = IntNum.make(new int[]{-6381922});
        Lit6564 = (SimpleSymbol) new SimpleSymbol("Label50").readResolve();
        Lit6563 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6562 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6561 = IntNum.make(16777215);
        Lit6560 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement16").readResolve();
        Lit6559 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6558 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6557 = IntNum.make(-1095);
        Lit6556 = (SimpleSymbol) new SimpleSymbol("Card_View15").readResolve();
        Lit6555 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6554 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6553 = IntNum.make(new int[]{-1});
        Lit6552 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6551 = (SimpleSymbol) new SimpleSymbol("btnAppVersion$Click").readResolve();
        Lit6550 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6549 = IntNum.make(new int[]{-16602892});
        Lit6548 = IntNum.make(16777215);
        Lit6547 = (SimpleSymbol) new SimpleSymbol("btnAppVersion").readResolve();
        Lit6546 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6545 = (SimpleSymbol) new SimpleSymbol("mbtnBackupData$Click").readResolve();
        Lit6544 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit6543 = (SimpleSymbol) new SimpleSymbol("mbtnBackupData").readResolve();
        Lit6542 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit6541 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6540 = (SimpleSymbol) new SimpleSymbol("Label103").readResolve();
        Lit6539 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6538 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6537 = (SimpleSymbol) new SimpleSymbol("vaAppVersion").readResolve();
        Lit6536 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6535 = (SimpleSymbol) new SimpleSymbol("mBtnRatingSubmit$Click").readResolve();
        Lit6534 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332989), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332983);
        SimpleSymbol simpleSymbol370 = Lit8493;
        Lit6533 = PairWithPosition.make(simpleSymbol370, PairWithPosition.make(simpleSymbol370, PairWithPosition.make(simpleSymbol370, PairWithPosition.make(simpleSymbol370, PairWithPosition.make(simpleSymbol370, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332952), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332939);
        SimpleSymbol simpleSymbol371 = Lit9;
        Lit6532 = PairWithPosition.make(simpleSymbol371, PairWithPosition.make(simpleSymbol371, PairWithPosition.make(simpleSymbol371, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332921), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332916), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332910);
        Lit6531 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332623);
        Lit6530 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332536), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332521);
        SimpleSymbol simpleSymbol372 = Lit9;
        Lit6529 = PairWithPosition.make(simpleSymbol372, PairWithPosition.make(simpleSymbol372, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332159), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15332153);
        SimpleSymbol simpleSymbol373 = Lit720;
        Lit6528 = PairWithPosition.make(simpleSymbol373, PairWithPosition.make(simpleSymbol373, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15331668), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15331660);
        Lit6527 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15331638);
        SimpleSymbol simpleSymbol374 = Lit8493;
        Lit6526 = PairWithPosition.make(simpleSymbol374, PairWithPosition.make(simpleSymbol374, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15331418), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 15331413);
        Lit6525 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit6524 = IntNum.make(-1050);
        Lit6523 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit6522 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit6521 = IntNum.make(-1080);
        Lit6520 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit6519 = (SimpleSymbol) new SimpleSymbol("r5$Click").readResolve();
        Lit6518 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6517 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6516 = (SimpleSymbol) new SimpleSymbol("r4$Click").readResolve();
        Lit6515 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6514 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6513 = (SimpleSymbol) new SimpleSymbol("r3$Click").readResolve();
        Lit6512 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6511 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6510 = (SimpleSymbol) new SimpleSymbol("r2$Click").readResolve();
        Lit6509 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6508 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6507 = (SimpleSymbol) new SimpleSymbol("r1$Click").readResolve();
        Lit6506 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6505 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6504 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6503 = IntNum.make(-1070);
        Lit6502 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement48").readResolve();
        Lit6501 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6500 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6499 = IntNum.make(new int[]{-1});
        Lit6498 = (SimpleSymbol) new SimpleSymbol("Label102").readResolve();
        Lit6497 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6496 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6495 = IntNum.make(-1080);
        Lit6494 = IntNum.make(new int[]{-1});
        Lit6493 = (SimpleSymbol) new SimpleSymbol("Label101").readResolve();
        Lit6492 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6491 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6490 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6489 = new FString("com.google.appinventor.components.runtime.Image");
        Lit6488 = (SimpleSymbol) new SimpleSymbol("Image3").readResolve();
        Lit6487 = new FString("com.google.appinventor.components.runtime.Image");
        Lit6486 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6485 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement15").readResolve();
        Lit6484 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6483 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6482 = IntNum.make(-1090);
        Lit6481 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6480 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6479 = (SimpleSymbol) new SimpleSymbol("Spacer45").readResolve();
        Lit6478 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6477 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6476 = IntNum.make(-1095);
        Lit6475 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6474 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6473 = (SimpleSymbol) new SimpleSymbol("Spacer44").readResolve();
        Lit6472 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6471 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6470 = IntNum.make(-1095);
        Lit6469 = IntNum.make(new int[]{-6381922});
        Lit6468 = (SimpleSymbol) new SimpleSymbol("Label125").readResolve();
        Lit6467 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6466 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6465 = (SimpleSymbol) new SimpleSymbol("Label83").readResolve();
        Lit6464 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6463 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6462 = IntNum.make(-1100);
        Lit6461 = IntNum.make(new int[]{-6381922});
        Lit6460 = (SimpleSymbol) new SimpleSymbol("Card_View19").readResolve();
        Lit6459 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6458 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6457 = IntNum.make(16777215);
        Lit6456 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6455 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6454 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6453 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6452 = (SimpleSymbol) new SimpleSymbol("Label90").readResolve();
        Lit6451 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6450 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6449 = IntNum.make(-1020);
        Lit6448 = (SimpleSymbol) new SimpleSymbol("Label89").readResolve();
        Lit6447 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6446 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6445 = (SimpleSymbol) new SimpleSymbol("Label88").readResolve();
        Lit6444 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6443 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6442 = IntNum.make(-1020);
        Lit6441 = (SimpleSymbol) new SimpleSymbol("Label87").readResolve();
        Lit6440 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6439 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6438 = (SimpleSymbol) new SimpleSymbol("Label86").readResolve();
        Lit6437 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6436 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6435 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement43").readResolve();
        Lit6434 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6433 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6432 = IntNum.make(new int[]{-1});
        Lit6431 = IntNum.make(new int[]{-1499549});
        Lit6430 = (SimpleSymbol) new SimpleSymbol("Label85").readResolve();
        Lit6429 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6428 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6427 = IntNum.make(new int[]{-1});
        Lit6426 = IntNum.make(new int[]{-11751600});
        Lit6425 = (SimpleSymbol) new SimpleSymbol("Labelcall").readResolve();
        Lit6424 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6423 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6422 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement42").readResolve();
        Lit6421 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6420 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6419 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6418 = (SimpleSymbol) new SimpleSymbol("cvExpiryDt$Click").readResolve();
        Lit6417 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 13242545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 13242534);
        Lit6416 = (SimpleSymbol) new SimpleSymbol("ShowPopupMenu").readResolve();
        Lit6415 = (SimpleSymbol) new SimpleSymbol("DevYbPopupMenu1").readResolve();
        Lit6414 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6413 = IntNum.make(new int[]{-6381922});
        Lit6412 = (SimpleSymbol) new SimpleSymbol("cvExpiryDt").readResolve();
        Lit6411 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6410 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6409 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6408 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6407 = IntNum.make(new int[]{-6381922});
        Lit6406 = (SimpleSymbol) new SimpleSymbol("Card_View17").readResolve();
        Lit6405 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6404 = (SimpleSymbol) new SimpleSymbol("lblOptionchainBack$Click").readResolve();
        Lit6403 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6402 = (SimpleSymbol) new SimpleSymbol("lblOptionchainBack").readResolve();
        Lit6401 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6400 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6399 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement41").readResolve();
        Lit6398 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6397 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6396 = IntNum.make(new int[]{-1});
        Lit6395 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6394 = (SimpleSymbol) new SimpleSymbol("mbtnSaveFund$Click").readResolve();
        Lit6393 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12695299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12695293);
        Lit6392 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12695081);
        SimpleSymbol simpleSymbol375 = Lit720;
        Lit6391 = PairWithPosition.make(simpleSymbol375, PairWithPosition.make(simpleSymbol375, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694870), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694862);
        Lit6390 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694636);
        SimpleSymbol simpleSymbol376 = Lit720;
        Lit6389 = PairWithPosition.make(simpleSymbol376, PairWithPosition.make(simpleSymbol376, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694444);
        Lit6388 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694238);
        SimpleSymbol simpleSymbol377 = Lit9;
        Lit6387 = PairWithPosition.make(simpleSymbol377, PairWithPosition.make(simpleSymbol377, PairWithPosition.make(simpleSymbol377, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694131), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694125);
        Lit6386 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694068), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12694062);
        Lit6385 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12693974), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12693968);
        Lit6384 = IntNum.make(500000);
        SimpleSymbol simpleSymbol378 = Lit720;
        Lit6383 = PairWithPosition.make(simpleSymbol378, PairWithPosition.make(simpleSymbol378, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12693722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12693714);
        Lit6382 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12693706), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 12693700);
        Lit6381 = IntNum.make(500000);
        Lit6380 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit6379 = IntNum.make(-1060);
        Lit6378 = IntNum.make(new int[]{-10395295});
        Lit6377 = IntNum.make(new int[]{-6053214});
        Lit6376 = (SimpleSymbol) new SimpleSymbol("mbtnSaveFund").readResolve();
        Lit6375 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit6374 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6373 = (SimpleSymbol) new SimpleSymbol("Spacer43").readResolve();
        Lit6372 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6371 = new FString("com.google.appinventor.components.runtime.TextBox");
        Lit6370 = IntNum.make(new int[]{-1});
        Lit6369 = (SimpleSymbol) new SimpleSymbol("txtFundAmount").readResolve();
        Lit6368 = new FString("com.google.appinventor.components.runtime.TextBox");
        Lit6367 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6366 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6365 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6364 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement40").readResolve();
        Lit6363 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6362 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6361 = IntNum.make(-1060);
        Lit6360 = IntNum.make(new int[]{Component.COLOR_LTGRAY});
        Lit6359 = (SimpleSymbol) new SimpleSymbol("Card_View16").readResolve();
        Lit6358 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6357 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6356 = (SimpleSymbol) new SimpleSymbol("Spacer42").readResolve();
        Lit6355 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6354 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6353 = (SimpleSymbol) new SimpleSymbol("Label81").readResolve();
        Lit6352 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6351 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6350 = IntNum.make(300);
        Lit6349 = IntNum.make(200);
        Lit6348 = (SimpleSymbol) new SimpleSymbol("cvSetFund").readResolve();
        Lit6347 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit6346 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6345 = (SimpleSymbol) new SimpleSymbol("Spacer24").readResolve();
        Lit6344 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6343 = (SimpleSymbol) new SimpleSymbol("btn_futures$Click").readResolve();
        SimpleSymbol simpleSymbol379 = Lit9;
        Lit6342 = PairWithPosition.make(simpleSymbol379, PairWithPosition.make(simpleSymbol379, PairWithPosition.make(simpleSymbol379, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982462), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982457), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982451);
        SimpleSymbol simpleSymbol380 = Lit9;
        Lit6341 = PairWithPosition.make(simpleSymbol380, PairWithPosition.make(simpleSymbol380, PairWithPosition.make(simpleSymbol380, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982386), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982375);
        SimpleSymbol simpleSymbol381 = Lit8494;
        SimpleSymbol simpleSymbol382 = Lit8493;
        Lit6340 = PairWithPosition.make(simpleSymbol381, PairWithPosition.make(simpleSymbol382, PairWithPosition.make(simpleSymbol382, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982345), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982341), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982336);
        SimpleSymbol simpleSymbol383 = Lit8494;
        SimpleSymbol simpleSymbol384 = Lit8493;
        Lit6339 = PairWithPosition.make(simpleSymbol383, PairWithPosition.make(simpleSymbol384, PairWithPosition.make(simpleSymbol384, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982192), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982188), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982183);
        Lit6338 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982051);
        Lit6337 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11982021);
        SimpleSymbol simpleSymbol385 = Lit8494;
        SimpleSymbol simpleSymbol386 = Lit8493;
        Lit6336 = PairWithPosition.make(simpleSymbol385, PairWithPosition.make(simpleSymbol386, PairWithPosition.make(simpleSymbol386, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981899), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981895), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981890);
        SimpleSymbol simpleSymbol387 = Lit9;
        Lit6335 = PairWithPosition.make(simpleSymbol387, PairWithPosition.make(simpleSymbol387, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981679);
        Lit6334 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981226);
        Lit6333 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981196);
        SimpleSymbol simpleSymbol388 = Lit8494;
        SimpleSymbol simpleSymbol389 = Lit8493;
        Lit6332 = PairWithPosition.make(simpleSymbol388, PairWithPosition.make(simpleSymbol389, PairWithPosition.make(simpleSymbol389, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11981051);
        Lit6331 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6330 = IntNum.make(-1030);
        Lit6329 = IntNum.make(new int[]{-1});
        Lit6328 = IntNum.make(new int[]{-12627531});
        Lit6327 = (SimpleSymbol) new SimpleSymbol("btn_futures").readResolve();
        Lit6326 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6325 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6324 = (SimpleSymbol) new SimpleSymbol("Spacer14").readResolve();
        Lit6323 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6322 = (SimpleSymbol) new SimpleSymbol("btn_optionchain$Click").readResolve();
        SimpleSymbol simpleSymbol390 = Lit9;
        Lit6321 = PairWithPosition.make(simpleSymbol390, PairWithPosition.make(simpleSymbol390, PairWithPosition.make(simpleSymbol390, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867740), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867735), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867729);
        SimpleSymbol simpleSymbol391 = Lit9;
        Lit6320 = PairWithPosition.make(simpleSymbol391, PairWithPosition.make(simpleSymbol391, PairWithPosition.make(simpleSymbol391, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867664), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867659), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867653);
        SimpleSymbol simpleSymbol392 = Lit8494;
        SimpleSymbol simpleSymbol393 = Lit8493;
        Lit6319 = PairWithPosition.make(simpleSymbol392, PairWithPosition.make(simpleSymbol393, PairWithPosition.make(simpleSymbol393, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867623), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867619), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867614);
        SimpleSymbol simpleSymbol394 = Lit8494;
        SimpleSymbol simpleSymbol395 = Lit8493;
        Lit6318 = PairWithPosition.make(simpleSymbol394, PairWithPosition.make(simpleSymbol395, PairWithPosition.make(simpleSymbol395, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867470), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867466), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867461);
        Lit6317 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867334), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867329);
        Lit6316 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867299);
        SimpleSymbol simpleSymbol396 = Lit8494;
        SimpleSymbol simpleSymbol397 = Lit8493;
        Lit6315 = PairWithPosition.make(simpleSymbol396, PairWithPosition.make(simpleSymbol397, PairWithPosition.make(simpleSymbol397, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867177), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867173), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11867168);
        SimpleSymbol simpleSymbol398 = Lit9;
        Lit6314 = PairWithPosition.make(simpleSymbol398, PairWithPosition.make(simpleSymbol398, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11866963), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11866957);
        Lit6313 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11866468), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11866463);
        Lit6312 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11866433);
        SimpleSymbol simpleSymbol399 = Lit8494;
        SimpleSymbol simpleSymbol400 = Lit8493;
        Lit6311 = PairWithPosition.make(simpleSymbol399, PairWithPosition.make(simpleSymbol400, PairWithPosition.make(simpleSymbol400, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11866297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11866293), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 11866288);
        Lit6310 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6309 = IntNum.make(-1030);
        Lit6308 = IntNum.make(new int[]{-1});
        Lit6307 = IntNum.make(new int[]{-12627531});
        Lit6306 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6305 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6304 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6303 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6302 = (SimpleSymbol) new SimpleSymbol("Spacer23").readResolve();
        Lit6301 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6300 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6299 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6298 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6297 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6296 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6295 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6294 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6293 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement17").readResolve();
        Lit6292 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6291 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6290 = (SimpleSymbol) new SimpleSymbol("Spacer22").readResolve();
        Lit6289 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6288 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6287 = IntNum.make(-1085);
        Lit6286 = IntNum.make(new int[]{-6381922});
        Lit6285 = (SimpleSymbol) new SimpleSymbol("Label25").readResolve();
        Lit6284 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6283 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6282 = (SimpleSymbol) new SimpleSymbol("Spacer21").readResolve();
        Lit6281 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6280 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6279 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6278 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6277 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6276 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6275 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6274 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6273 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6272 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6271 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement13").readResolve();
        Lit6270 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6269 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6268 = (SimpleSymbol) new SimpleSymbol("Spacer25").readResolve();
        Lit6267 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6266 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6265 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6264 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6263 = IntNum.make(-1030);
        Lit6262 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6261 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6260 = IntNum.make(new int[]{-16602892});
        Lit6259 = (SimpleSymbol) new SimpleSymbol("Label26").readResolve();
        Lit6258 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6257 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6256 = (SimpleSymbol) new SimpleSymbol("Spacer9").readResolve();
        Lit6255 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6254 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6253 = IntNum.make(new int[]{-16602892});
        Lit6252 = (SimpleSymbol) new SimpleSymbol("Label27").readResolve();
        Lit6251 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6250 = (SimpleSymbol) new SimpleSymbol("haTechnicals$Click").readResolve();
        Lit6249 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10625365), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10625359);
        Lit6248 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10625313);
        Lit6247 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6246 = (SimpleSymbol) new SimpleSymbol("haTechnicals").readResolve();
        Lit6245 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6244 = (SimpleSymbol) new SimpleSymbol("vaWV$Click").readResolve();
        Lit6243 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10547520), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10547514);
        Lit6242 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10547468);
        Lit6241 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6240 = IntNum.make(150);
        Lit6239 = (SimpleSymbol) new SimpleSymbol("vaWV").readResolve();
        Lit6238 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6237 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6236 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement2").readResolve();
        Lit6235 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6234 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6233 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement14").readResolve();
        Lit6232 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6231 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6230 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6229 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6228 = (SimpleSymbol) new SimpleSymbol("Spacer26").readResolve();
        Lit6227 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6226 = (SimpleSymbol) new SimpleSymbol("exit_btn$Click").readResolve();
        Lit6225 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10264816), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10264810);
        SimpleSymbol simpleSymbol401 = Lit9;
        Lit6224 = PairWithPosition.make(simpleSymbol401, PairWithPosition.make(simpleSymbol401, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10264791), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10264785);
        Lit6223 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6222 = IntNum.make(new int[]{-1});
        Lit6221 = IntNum.make(new int[]{-27904});
        Lit6220 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6219 = (SimpleSymbol) new SimpleSymbol("cancel_btn$Click").readResolve();
        Lit6218 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198223), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198217);
        SimpleSymbol simpleSymbol402 = Lit9;
        Lit6217 = PairWithPosition.make(simpleSymbol402, PairWithPosition.make(simpleSymbol402, PairWithPosition.make(Lit173, PairWithPosition.make(simpleSymbol402, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198094), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198089), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198076), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198070);
        Lit6216 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198061), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10198046);
        Lit6215 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197832);
        Lit6214 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197463), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197457);
        SimpleSymbol simpleSymbol403 = Lit8493;
        Lit6213 = PairWithPosition.make(simpleSymbol403, PairWithPosition.make(simpleSymbol403, PairWithPosition.make(simpleSymbol403, PairWithPosition.make(simpleSymbol403, PairWithPosition.make(simpleSymbol403, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197430), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197426), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197422), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197418), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197413);
        Lit6212 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197249), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10197234);
        Lit6211 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196845);
        Lit6210 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196686);
        Lit6209 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196416);
        SimpleSymbol simpleSymbol404 = Lit9;
        Lit6208 = PairWithPosition.make(simpleSymbol404, PairWithPosition.make(simpleSymbol404, PairWithPosition.make(simpleSymbol404, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196269);
        Lit6207 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196091), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196075);
        Lit6206 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10196051);
        Lit6205 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195745), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195734), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195729);
        Lit6204 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195720), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195705);
        SimpleSymbol simpleSymbol405 = Lit8493;
        Lit6203 = PairWithPosition.make(simpleSymbol405, PairWithPosition.make(simpleSymbol405, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195423);
        SimpleSymbol simpleSymbol406 = Lit8494;
        SimpleSymbol simpleSymbol407 = Lit8493;
        Lit6202 = PairWithPosition.make(simpleSymbol406, PairWithPosition.make(simpleSymbol407, PairWithPosition.make(simpleSymbol407, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195384), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195380), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195375);
        Lit6201 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195154), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10195148);
        Lit6200 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6199 = IntNum.make(new int[]{-1});
        Lit6198 = IntNum.make(new int[]{-27904});
        Lit6197 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6196 = (SimpleSymbol) new SimpleSymbol("upt_btn$Click").readResolve();
        SimpleSymbol simpleSymbol408 = Lit9;
        Lit6195 = PairWithPosition.make(simpleSymbol408, PairWithPosition.make(simpleSymbol408, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10125446), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 10125440);
        Lit6194 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6193 = IntNum.make(new int[]{-1});
        Lit6192 = IntNum.make(new int[]{-12627531});
        Lit6191 = (SimpleSymbol) new SimpleSymbol("upt_btn").readResolve();
        Lit6190 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6189 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6188 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6187 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6186 = (SimpleSymbol) new SimpleSymbol("Spacer8").readResolve();
        Lit6185 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6184 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6183 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6182 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6181 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6180 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6179 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6178 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6177 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6176 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6175 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6174 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6173 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6172 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6171 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6170 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6169 = (SimpleSymbol) new SimpleSymbol("Spacer29").readResolve();
        Lit6168 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6167 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6166 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6165 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6164 = (SimpleSymbol) new SimpleSymbol("Spacer13").readResolve();
        Lit6163 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6162 = (SimpleSymbol) new SimpleSymbol("btnSell$Click").readResolve();
        Lit6161 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6160 = IntNum.make(new int[]{-1});
        Lit6159 = IntNum.make(new int[]{-769226});
        Lit6158 = (SimpleSymbol) new SimpleSymbol("btnSell").readResolve();
        Lit6157 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6156 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6155 = (SimpleSymbol) new SimpleSymbol("Spacer11").readResolve();
        Lit6154 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6153 = (SimpleSymbol) new SimpleSymbol("btnBuy$Click").readResolve();
        Lit6152 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6151 = IntNum.make(new int[]{-1});
        Lit6150 = IntNum.make(16);
        Lit6149 = IntNum.make(new int[]{-16602892});
        Lit6148 = (SimpleSymbol) new SimpleSymbol("btnBuy").readResolve();
        Lit6147 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6146 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6145 = (SimpleSymbol) new SimpleSymbol("Spacer12").readResolve();
        Lit6144 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6143 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6142 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6141 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6140 = (SimpleSymbol) new SimpleSymbol("Spacer28").readResolve();
        Lit6139 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6138 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6137 = IntNum.make(-1090);
        Lit6136 = (SimpleSymbol) new SimpleSymbol("Vertical_Scroll_Arrangement1").readResolve();
        Lit6135 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit6134 = (SimpleSymbol) new SimpleSymbol("lblShare$Click").readResolve();
        Lit6133 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8872097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8872089);
        Lit6132 = IntNum.make(ServiceStarter.ERROR_UNKNOWN);
        Lit6131 = (SimpleSymbol) new SimpleSymbol("lblwatermark").readResolve();
        Lit6130 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6129 = (SimpleSymbol) new SimpleSymbol("lblShare").readResolve();
        Lit6128 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6127 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6126 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6125 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6124 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6123 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6122 = (SimpleSymbol) new SimpleSymbol("Spacer27").readResolve();
        Lit6121 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit6120 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6119 = (SimpleSymbol) new SimpleSymbol("Label28").readResolve();
        Lit6118 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6117 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6116 = IntNum.make(new int[]{-1315861});
        Lit6115 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement12").readResolve();
        Lit6114 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6113 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6112 = IntNum.make(new int[]{-1});
        Lit6111 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit6110 = (SimpleSymbol) new SimpleSymbol("btnSubmitBasket$Click").readResolve();
        Lit6109 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390344), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390338);
        SimpleSymbol simpleSymbol409 = Lit720;
        Lit6108 = PairWithPosition.make(simpleSymbol409, PairWithPosition.make(simpleSymbol409, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390323), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390315);
        SimpleSymbol simpleSymbol410 = Lit8494;
        SimpleSymbol simpleSymbol411 = Lit8493;
        Lit6107 = PairWithPosition.make(simpleSymbol410, PairWithPosition.make(simpleSymbol411, PairWithPosition.make(simpleSymbol411, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390286), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390282), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390277);
        Lit6106 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8390161);
        Lit6105 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389959), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389953);
        SimpleSymbol simpleSymbol412 = Lit8497;
        Lit6104 = PairWithPosition.make(simpleSymbol412, PairWithPosition.make(simpleSymbol412, PairWithPosition.make(simpleSymbol412, PairWithPosition.make(simpleSymbol412, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389900), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389895), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389890), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389884);
        Lit6103 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389855);
        Lit6102 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389700), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389695);
        Lit6101 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389591), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389586);
        Lit6100 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389533);
        Lit6099 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389337);
        Lit6098 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389327), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8389312);
        SimpleSymbol simpleSymbol413 = Lit8497;
        Lit6097 = PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, PairWithPosition.make(simpleSymbol413, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388929), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388924), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388914), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388909), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388904), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388899), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388884), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388879), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388869), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388864), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388859), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388854), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388844), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388839), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388833);
        Lit6096 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388809), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388804);
        SimpleSymbol simpleSymbol414 = Lit720;
        Lit6095 = PairWithPosition.make(simpleSymbol414, PairWithPosition.make(simpleSymbol414, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388787), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388779);
        SimpleSymbol simpleSymbol415 = Lit8494;
        SimpleSymbol simpleSymbol416 = Lit8493;
        Lit6094 = PairWithPosition.make(simpleSymbol415, PairWithPosition.make(simpleSymbol416, PairWithPosition.make(simpleSymbol416, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388749), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388745), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388740);
        Lit6093 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388469), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388464);
        Lit6092 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388359);
        SimpleSymbol simpleSymbol417 = Lit8494;
        SimpleSymbol simpleSymbol418 = Lit8493;
        Lit6091 = PairWithPosition.make(simpleSymbol417, PairWithPosition.make(simpleSymbol418, PairWithPosition.make(simpleSymbol418, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388329), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388320);
        Lit6090 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388096), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8388091);
        Lit6089 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387988);
        Lit6088 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387978), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387963);
        Lit6087 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387714), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387709);
        Lit6086 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387605);
        SimpleSymbol simpleSymbol419 = Lit8494;
        SimpleSymbol simpleSymbol420 = Lit8493;
        Lit6085 = PairWithPosition.make(simpleSymbol419, PairWithPosition.make(simpleSymbol420, PairWithPosition.make(simpleSymbol420, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387571), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387566);
        Lit6084 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387366), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387361);
        Lit6083 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387235), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387230);
        Lit6082 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387108), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8387103);
        Lit6081 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386974);
        Lit6080 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386854), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386849);
        Lit6079 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386727), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386722);
        Lit6078 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386639);
        Lit6077 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386612);
        Lit6076 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386375), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386370);
        Lit6075 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386239), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386234);
        Lit6074 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386200);
        Lit6073 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8386013);
        Lit6072 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385900), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385895);
        Lit6071 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385775), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385770);
        Lit6070 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385649), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385644);
        Lit6069 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385535);
        Lit6068 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385305);
        Lit6067 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385249);
        Lit6066 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385240), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385234);
        SimpleSymbol simpleSymbol421 = Lit8493;
        Lit6065 = PairWithPosition.make(simpleSymbol421, PairWithPosition.make(simpleSymbol421, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385058), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8385053);
        Lit6064 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8384768), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8384762);
        Lit6063 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6062 = IntNum.make(new int[]{-1});
        Lit6061 = IntNum.make(new int[]{-16602892});
        Lit6060 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6059 = (SimpleSymbol) new SimpleSymbol("btnSubmit$Click").readResolve();
        Lit6058 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6057 = IntNum.make(new int[]{-1});
        Lit6056 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6055 = (SimpleSymbol) new SimpleSymbol("btnBuySellExit$Click").readResolve();
        SimpleSymbol simpleSymbol422 = Lit8493;
        Lit6054 = PairWithPosition.make(simpleSymbol422, PairWithPosition.make(simpleSymbol422, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8229243), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8229238);
        SimpleSymbol simpleSymbol423 = Lit8493;
        Lit6053 = PairWithPosition.make(simpleSymbol423, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol423, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8229205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8229200), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8229195);
        Lit6052 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8229184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8229178);
        Lit6051 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6050 = IntNum.make(new int[]{-1});
        Lit6049 = IntNum.make(new int[]{-44000});
        Lit6048 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6047 = (SimpleSymbol) new SimpleSymbol("btnUpdate$Click").readResolve();
        SimpleSymbol simpleSymbol424 = Lit9;
        Lit6046 = PairWithPosition.make(simpleSymbol424, PairWithPosition.make(simpleSymbol424, PairWithPosition.make(Lit173, PairWithPosition.make(simpleSymbol424, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156869), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156861), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156856), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156850);
        Lit6045 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156841), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156826);
        Lit6044 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156612);
        Lit6043 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156244), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156238);
        SimpleSymbol simpleSymbol425 = Lit8493;
        Lit6042 = PairWithPosition.make(simpleSymbol425, PairWithPosition.make(simpleSymbol425, PairWithPosition.make(simpleSymbol425, PairWithPosition.make(simpleSymbol425, PairWithPosition.make(simpleSymbol425, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156207), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156203), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156194);
        Lit6041 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156025), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8156010);
        Lit6040 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155623), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155617);
        Lit6039 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155448), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155437), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155432);
        SimpleSymbol simpleSymbol426 = Lit8493;
        Lit6038 = PairWithPosition.make(simpleSymbol426, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol426, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155405), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155400), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155395);
        Lit6037 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155143), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155132), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8155127);
        Lit6036 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154928);
        Lit6035 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154745), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154734), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154729);
        Lit6034 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154539), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154534);
        Lit6033 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154353), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154337);
        Lit6032 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154160), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8154144);
        Lit6031 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153963), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153952), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153947);
        Lit6030 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153780), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153775);
        Lit6029 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153745);
        SimpleSymbol simpleSymbol427 = Lit8494;
        SimpleSymbol simpleSymbol428 = Lit8493;
        Lit6028 = PairWithPosition.make(simpleSymbol427, PairWithPosition.make(simpleSymbol428, PairWithPosition.make(simpleSymbol428, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153645), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153641), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153636);
        Lit6027 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153404), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153399);
        Lit6026 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153225);
        Lit6025 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153195);
        SimpleSymbol simpleSymbol429 = Lit8494;
        SimpleSymbol simpleSymbol430 = Lit8493;
        Lit6024 = PairWithPosition.make(simpleSymbol429, PairWithPosition.make(simpleSymbol430, PairWithPosition.make(simpleSymbol430, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153091), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8153082);
        Lit6023 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152905);
        SimpleSymbol simpleSymbol431 = Lit8493;
        Lit6022 = PairWithPosition.make(simpleSymbol431, PairWithPosition.make(simpleSymbol431, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152741), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152736);
        SimpleSymbol simpleSymbol432 = Lit8494;
        SimpleSymbol simpleSymbol433 = Lit8493;
        Lit6021 = PairWithPosition.make(simpleSymbol432, PairWithPosition.make(simpleSymbol433, PairWithPosition.make(simpleSymbol433, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152666);
        SimpleSymbol simpleSymbol434 = Lit8493;
        Lit6020 = PairWithPosition.make(simpleSymbol434, PairWithPosition.make(simpleSymbol434, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152495);
        SimpleSymbol simpleSymbol435 = Lit8494;
        SimpleSymbol simpleSymbol436 = Lit8493;
        Lit6019 = PairWithPosition.make(simpleSymbol435, PairWithPosition.make(simpleSymbol436, PairWithPosition.make(simpleSymbol436, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152436), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152427);
        SimpleSymbol simpleSymbol437 = Lit8493;
        Lit6018 = PairWithPosition.make(simpleSymbol437, PairWithPosition.make(simpleSymbol437, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152264), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152259);
        SimpleSymbol simpleSymbol438 = Lit8494;
        SimpleSymbol simpleSymbol439 = Lit8493;
        Lit6017 = PairWithPosition.make(simpleSymbol438, PairWithPosition.make(simpleSymbol439, PairWithPosition.make(simpleSymbol439, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152201), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152192);
        SimpleSymbol simpleSymbol440 = Lit8493;
        Lit6016 = PairWithPosition.make(simpleSymbol440, PairWithPosition.make(simpleSymbol440, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8152021);
        SimpleSymbol simpleSymbol441 = Lit8494;
        SimpleSymbol simpleSymbol442 = Lit8493;
        Lit6015 = PairWithPosition.make(simpleSymbol441, PairWithPosition.make(simpleSymbol442, PairWithPosition.make(simpleSymbol442, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151951);
        SimpleSymbol simpleSymbol443 = Lit8493;
        Lit6014 = PairWithPosition.make(simpleSymbol443, PairWithPosition.make(simpleSymbol443, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151781), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151776);
        SimpleSymbol simpleSymbol444 = Lit8494;
        SimpleSymbol simpleSymbol445 = Lit8493;
        Lit6013 = PairWithPosition.make(simpleSymbol444, PairWithPosition.make(simpleSymbol445, PairWithPosition.make(simpleSymbol445, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151747), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151743), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151738);
        SimpleSymbol simpleSymbol446 = Lit8493;
        Lit6012 = PairWithPosition.make(simpleSymbol446, PairWithPosition.make(simpleSymbol446, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151559), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151554);
        SimpleSymbol simpleSymbol447 = Lit8494;
        SimpleSymbol simpleSymbol448 = Lit8493;
        Lit6011 = PairWithPosition.make(simpleSymbol447, PairWithPosition.make(simpleSymbol448, PairWithPosition.make(simpleSymbol448, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151493), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151489), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151484);
        Lit6010 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 8151291);
        Lit6009 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6008 = IntNum.make(new int[]{-1});
        Lit6007 = (SimpleSymbol) new SimpleSymbol("Shape").readResolve();
        Lit6006 = IntNum.make(new int[]{-12627531});
        Lit6005 = new FString("com.google.appinventor.components.runtime.Button");
        Lit6004 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6003 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit6002 = new FString("com.google.appinventor.components.runtime.Label");
        Lit6001 = IntNum.make(new int[]{-6381922});
        Lit6000 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5999 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5998 = IntNum.make(new int[]{-6381922});
        Lit5997 = (SimpleSymbol) new SimpleSymbol("Label40").readResolve();
        Lit5996 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5995 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5994 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement9").readResolve();
        Lit5993 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5992 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5991 = IntNum.make(new int[]{-6381922});
        Lit5990 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5989 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5988 = IntNum.make(new int[]{-6381922});
        Lit5987 = (SimpleSymbol) new SimpleSymbol("Label42").readResolve();
        Lit5986 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5985 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5984 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement14").readResolve();
        Lit5983 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5982 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5981 = IntNum.make(new int[]{-6381922});
        Lit5980 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5979 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5978 = IntNum.make(new int[]{-6381922});
        Lit5977 = (SimpleSymbol) new SimpleSymbol("Label41").readResolve();
        Lit5976 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5975 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5974 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement8").readResolve();
        Lit5973 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5972 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5971 = (SimpleSymbol) new SimpleSymbol("Spacer36").readResolve();
        Lit5970 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5969 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5968 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement26").readResolve();
        Lit5967 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5966 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5965 = IntNum.make(new int[]{-6381922});
        Lit5964 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5963 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5962 = (SimpleSymbol) new SimpleSymbol("Spacer30").readResolve();
        Lit5961 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5960 = (SimpleSymbol) new SimpleSymbol("mtxtTGTP$OnTextChange").readResolve();
        Lit5959 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7385400);
        SimpleSymbol simpleSymbol449 = Lit8493;
        Lit5958 = PairWithPosition.make(simpleSymbol449, PairWithPosition.make(simpleSymbol449, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7385205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7385200);
        Lit5957 = (SimpleSymbol) new SimpleSymbol("mtxtTGTP$OnFocusChange").readResolve();
        Lit5956 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5955 = IntNum.make(new int[]{-6381922});
        Lit5954 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5953 = (SimpleSymbol) new SimpleSymbol("mtxtTGT$OnTextChange").readResolve();
        Lit5952 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7315768);
        SimpleSymbol simpleSymbol450 = Lit8493;
        Lit5951 = PairWithPosition.make(simpleSymbol450, PairWithPosition.make(simpleSymbol450, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7315572), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7315567);
        Lit5950 = (SimpleSymbol) new SimpleSymbol("mtxtTGT$OnFocusChange").readResolve();
        Lit5949 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5948 = IntNum.make(new int[]{-6381922});
        Lit5947 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5946 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5945 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5944 = (SimpleSymbol) new SimpleSymbol("Switch2$Changed").readResolve();
        Lit5943 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7192763);
        Lit5942 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement25").readResolve();
        Lit5941 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit5940 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit5939 = (SimpleSymbol) new SimpleSymbol("mtxtSLP$OnTextChange").readResolve();
        Lit5938 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7123253);
        SimpleSymbol simpleSymbol451 = Lit8493;
        Lit5937 = PairWithPosition.make(simpleSymbol451, PairWithPosition.make(simpleSymbol451, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7123060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7123055);
        Lit5936 = (SimpleSymbol) new SimpleSymbol("mtxtSLP$OnFocusChange").readResolve();
        Lit5935 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5934 = IntNum.make(new int[]{-6381922});
        Lit5933 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5932 = (SimpleSymbol) new SimpleSymbol("mtxtSL$OnTextChange").readResolve();
        Lit5931 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7053621);
        SimpleSymbol simpleSymbol452 = Lit8493;
        Lit5930 = PairWithPosition.make(simpleSymbol452, PairWithPosition.make(simpleSymbol452, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7053427), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 7053422);
        Lit5929 = (SimpleSymbol) new SimpleSymbol("OnFocusChange").readResolve();
        Lit5928 = (SimpleSymbol) new SimpleSymbol("mtxtSL$OnFocusChange").readResolve();
        Lit5927 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5926 = IntNum.make(new int[]{-6381922});
        Lit5925 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5924 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5923 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5922 = (SimpleSymbol) new SimpleSymbol("Switch1$Changed").readResolve();
        Lit5921 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 6930619);
        Lit5920 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement24").readResolve();
        Lit5919 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit5918 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit5917 = (SimpleSymbol) new SimpleSymbol("vaSLTGT$Click").readResolve();
        Lit5916 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 6860883);
        Lit5915 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5914 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5913 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5912 = (SimpleSymbol) new SimpleSymbol("Label37").readResolve();
        Lit5911 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5910 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5909 = (SimpleSymbol) new SimpleSymbol("Spacer17").readResolve();
        Lit5908 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5907 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5906 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5905 = new FString("com.google.appinventor.components.runtime.HorizontalScrollArrangement");
        Lit5904 = (SimpleSymbol) new SimpleSymbol("Horizontal_Scroll_Arrangement1").readResolve();
        Lit5903 = new FString("com.google.appinventor.components.runtime.HorizontalScrollArrangement");
        Lit5902 = new FString("com.google.appinventor.components.runtime.NiotronMaterialToggleButton");
        Lit5901 = (SimpleSymbol) new SimpleSymbol("TextSize").readResolve();
        Lit5900 = IntNum.make(new int[]{-16602892});
        Lit5899 = (SimpleSymbol) new SimpleSymbol("mtbtn_type").readResolve();
        Lit5898 = new FString("com.google.appinventor.components.runtime.NiotronMaterialToggleButton");
        Lit5897 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5896 = (SimpleSymbol) new SimpleSymbol("Label35").readResolve();
        Lit5895 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5894 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5893 = (SimpleSymbol) new SimpleSymbol("Spacer16").readResolve();
        Lit5892 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5891 = new FString("com.google.appinventor.components.runtime.NiotronMaterialToggleButton");
        Lit5890 = (SimpleSymbol) new SimpleSymbol("Material_Toggle_Button2").readResolve();
        Lit5889 = new FString("com.google.appinventor.components.runtime.NiotronMaterialToggleButton");
        Lit5888 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5887 = (SimpleSymbol) new SimpleSymbol("Label34").readResolve();
        Lit5886 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5885 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5884 = (SimpleSymbol) new SimpleSymbol("Spacer15").readResolve();
        Lit5883 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5882 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5881 = IntNum.make(new int[]{-6381922});
        Lit5880 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5879 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5878 = (SimpleSymbol) new SimpleSymbol("Label33").readResolve();
        Lit5877 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5876 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5875 = (SimpleSymbol) new SimpleSymbol("Label32").readResolve();
        Lit5874 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5873 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5872 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement21").readResolve();
        Lit5871 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5870 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5869 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement5").readResolve();
        Lit5868 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5867 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5866 = (SimpleSymbol) new SimpleSymbol("Spacer46").readResolve();
        Lit5865 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5864 = (SimpleSymbol) new SimpleSymbol("mtxtQty$OnTextChange").readResolve();
        Lit5863 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5862 = (SimpleSymbol) new SimpleSymbol("InputType").readResolve();
        Lit5861 = IntNum.make(80);
        Lit5860 = IntNum.make(new int[]{-6381922});
        Lit5859 = (SimpleSymbol) new SimpleSymbol("FocusedBorderColor").readResolve();
        Lit5858 = new FString("com.google.appinventor.components.runtime.NiotronMaterialTextBox");
        Lit5857 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5856 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5855 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5854 = (SimpleSymbol) new SimpleSymbol("Label30").readResolve();
        Lit5853 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5852 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5851 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement20").readResolve();
        Lit5850 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5849 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5848 = (SimpleSymbol) new SimpleSymbol("Vertical_Arrangement4").readResolve();
        Lit5847 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5846 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5845 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement19").readResolve();
        Lit5844 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5843 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5842 = (SimpleSymbol) new SimpleSymbol("Spacer31").readResolve();
        Lit5841 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5840 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5839 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5838 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5837 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5836 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5835 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5834 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5833 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5832 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5831 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5830 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5829 = IntNum.make(12);
        Lit5828 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5827 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5826 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5825 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5824 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5823 = (SimpleSymbol) new SimpleSymbol("Changed").readResolve();
        Lit5822 = (SimpleSymbol) new SimpleSymbol("swtBuySell$Changed").readResolve();
        Lit5821 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit5820 = IntNum.make(new int[]{-16602892});
        Lit5819 = (SimpleSymbol) new SimpleSymbol("TrackColorInactive").readResolve();
        Lit5818 = IntNum.make(new int[]{-1499549});
        Lit5817 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit5816 = new FString("com.google.appinventor.components.runtime.NiotronRadioButton");
        Lit5815 = (SimpleSymbol) new SimpleSymbol("Radio_Button2").readResolve();
        Lit5814 = new FString("com.google.appinventor.components.runtime.NiotronRadioButton");
        Lit5813 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5812 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement22").readResolve();
        Lit5811 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5810 = (SimpleSymbol) new SimpleSymbol("AfterSelecting").readResolve();
        Lit5809 = (SimpleSymbol) new SimpleSymbol("spnBasket$AfterSelecting").readResolve();
        Lit5808 = (SimpleSymbol) new SimpleSymbol("btnSubmitBasket").readResolve();
        SimpleSymbol simpleSymbol453 = Lit8493;
        Lit5807 = PairWithPosition.make(simpleSymbol453, PairWithPosition.make(simpleSymbol453, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4858176), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4858171);
        SimpleSymbol simpleSymbol454 = Lit8493;
        Lit5806 = PairWithPosition.make(simpleSymbol454, PairWithPosition.make(simpleSymbol454, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4857965), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4857960);
        Lit5805 = (SimpleSymbol) new SimpleSymbol("$selection").readResolve();
        Lit5804 = new FString("com.google.appinventor.components.runtime.Spinner");
        Lit5803 = (SimpleSymbol) new SimpleSymbol("ElementsFromString").readResolve();
        Lit5802 = new FString("com.google.appinventor.components.runtime.Spinner");
        Lit5801 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5800 = (SimpleSymbol) new SimpleSymbol("Label105").readResolve();
        Lit5799 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5798 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5797 = (SimpleSymbol) new SimpleSymbol("haBasket").readResolve();
        Lit5796 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5795 = (SimpleSymbol) new SimpleSymbol("cvbasketBuySell$Click").readResolve();
        Lit5794 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4690193);
        Lit5793 = (SimpleSymbol) new SimpleSymbol("DisplayDropdown").readResolve();
        Lit5792 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4690013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4690007);
        Lit5791 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5790 = (SimpleSymbol) new SimpleSymbol("cvbasketBuySell").readResolve();
        Lit5789 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5788 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit5787 = IntNum.make(-1090);
        Lit5786 = (SimpleSymbol) new SimpleSymbol("Vertical_Scroll_Arrangement2").readResolve();
        Lit5785 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit5784 = (SimpleSymbol) new SimpleSymbol("txtLTP$OnTextChange").readResolve();
        Lit5783 = new FString("com.google.appinventor.components.runtime.TextBox");
        Lit5782 = new FString("com.google.appinventor.components.runtime.TextBox");
        Lit5781 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5780 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5779 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5778 = (SimpleSymbol) new SimpleSymbol("Spacer35").readResolve();
        Lit5777 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5776 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5775 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5774 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5773 = (SimpleSymbol) new SimpleSymbol("Spacer18").readResolve();
        Lit5772 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5771 = (SimpleSymbol) new SimpleSymbol("lblBuySellBack$Click").readResolve();
        Lit5770 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5769 = (SimpleSymbol) new SimpleSymbol("lblBuySellBack").readResolve();
        Lit5768 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5767 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5766 = IntNum.make(-1095);
        Lit5765 = IntNum.make(56);
        Lit5764 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement15").readResolve();
        Lit5763 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5762 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5761 = IntNum.make(new int[]{-1});
        Lit5760 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5759 = (SimpleSymbol) new SimpleSymbol("ProgressChanged").readResolve();
        Lit5758 = (SimpleSymbol) new SimpleSymbol("Web_View3$ProgressChanged").readResolve();
        Lit5757 = (SimpleSymbol) new SimpleSymbol("$progress").readResolve();
        Lit5756 = (SimpleSymbol) new SimpleSymbol("AfterJavaScriptEvaluated").readResolve();
        Lit5755 = (SimpleSymbol) new SimpleSymbol("Web_View3$AfterJavaScriptEvaluated").readResolve();
        Lit5754 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4042873), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 4042867);
        Lit5753 = new FString("com.google.appinventor.components.runtime.WebViewer");
        Lit5752 = new FString("com.google.appinventor.components.runtime.WebViewer");
        Lit5751 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5750 = (SimpleSymbol) new SimpleSymbol("vaED").readResolve();
        Lit5749 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5748 = new FString("com.google.appinventor.components.runtime.WebViewer");
        Lit5747 = new FString("com.google.appinventor.components.runtime.WebViewer");
        Lit5746 = (SimpleSymbol) new SimpleSymbol("lblShowBack$Click").readResolve();
        Lit5745 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5744 = IntNum.make(new int[]{-1});
        Lit5743 = (SimpleSymbol) new SimpleSymbol("lblShowBack").readResolve();
        Lit5742 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5741 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5740 = IntNum.make(new int[]{-3947581});
        Lit5739 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement11").readResolve();
        Lit5738 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5737 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5736 = IntNum.make(new int[]{-1});
        Lit5735 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5734 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5733 = IntNum.make(new int[]{-1});
        Lit5732 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5731 = (SimpleSymbol) new SimpleSymbol("cv12$Click").readResolve();
        Lit5730 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5729 = IntNum.make(new int[]{-16602892});
        Lit5728 = IntNum.make(new int[]{-16602892});
        Lit5727 = (SimpleSymbol) new SimpleSymbol("cv12").readResolve();
        Lit5726 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5725 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5724 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5723 = (SimpleSymbol) new SimpleSymbol("cv11$Click").readResolve();
        Lit5722 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5721 = (SimpleSymbol) new SimpleSymbol("StrokeWidth").readResolve();
        Lit5720 = IntNum.make(new int[]{-16602892});
        Lit5719 = IntNum.make(8);
        Lit5718 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5717 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5716 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5715 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5714 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5713 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5712 = IntNum.make(18);
        Lit5711 = (SimpleSymbol) new SimpleSymbol("FontBold").readResolve();
        Lit5710 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5709 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5708 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5707 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5706 = IntNum.make(-1020);
        Lit5705 = IntNum.make(new int[]{-6381922});
        Lit5704 = (SimpleSymbol) new SimpleSymbol("Label19").readResolve();
        Lit5703 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5702 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5701 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5700 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5699 = (SimpleSymbol) new SimpleSymbol("Spacer20").readResolve();
        Lit5698 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5697 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5696 = (SimpleSymbol) new SimpleSymbol("HTMLFormat").readResolve();
        Lit5695 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5694 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5693 = (SimpleSymbol) new SimpleSymbol("Spacer19").readResolve();
        Lit5692 = new FString("com.google.appinventor.components.runtime.Spacer");
        Lit5691 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5690 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5689 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5688 = IntNum.make(60);
        Lit5687 = IntNum.make(16777215);
        Lit5686 = (SimpleSymbol) new SimpleSymbol("haToast").readResolve();
        Lit5685 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5684 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5683 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5682 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5681 = IntNum.make(new int[]{-1});
        Lit5680 = (SimpleSymbol) new SimpleSymbol("Label18").readResolve();
        Lit5679 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5678 = new FString("com.google.appinventor.components.runtime.NiotronCircularProgress");
        Lit5677 = IntNum.make(new int[]{-1});
        Lit5676 = (SimpleSymbol) new SimpleSymbol("Color").readResolve();
        Lit5675 = (SimpleSymbol) new SimpleSymbol("Circular_Progress1").readResolve();
        Lit5674 = new FString("com.google.appinventor.components.runtime.NiotronCircularProgress");
        Lit5673 = new FString("com.google.appinventor.components.runtime.Image");
        Lit5672 = (SimpleSymbol) new SimpleSymbol("Picture").readResolve();
        Lit5671 = (SimpleSymbol) new SimpleSymbol("Image1").readResolve();
        Lit5670 = new FString("com.google.appinventor.components.runtime.Image");
        Lit5669 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5668 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5667 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit5666 = IntNum.make(new int[]{-16602892});
        Lit5665 = new FString("com.google.appinventor.components.runtime.Switch");
        Lit5664 = (SimpleSymbol) new SimpleSymbol("mbtnSCancel$Click").readResolve();
        Lit5663 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit5662 = IntNum.make(new int[]{-12627531});
        Lit5661 = (SimpleSymbol) new SimpleSymbol("Bordered").readResolve();
        Lit5660 = IntNum.make(16777215);
        Lit5659 = (SimpleSymbol) new SimpleSymbol("mbtnSCancel").readResolve();
        Lit5658 = new FString("com.google.appinventor.components.runtime.NiotronMaterialButton");
        Lit5657 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit5656 = IntNum.make(-1095);
        Lit5655 = (SimpleSymbol) new SimpleSymbol("ScrollbarVisible").readResolve();
        Lit5654 = (SimpleSymbol) new SimpleSymbol("vsaSearch").readResolve();
        Lit5653 = new FString("com.google.appinventor.components.runtime.VerticalScrollArrangement");
        Lit5652 = (SimpleSymbol) new SimpleSymbol("WebViewStringChange").readResolve();
        Lit5651 = (SimpleSymbol) new SimpleSymbol("Web_View2$WebViewStringChange").readResolve();
        SimpleSymbol simpleSymbol455 = Lit8494;
        SimpleSymbol simpleSymbol456 = Lit8493;
        Lit5650 = PairWithPosition.make(simpleSymbol455, PairWithPosition.make(simpleSymbol456, PairWithPosition.make(simpleSymbol456, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003845), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003841), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003836);
        Lit5649 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003700), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003694);
        SimpleSymbol simpleSymbol457 = Lit9;
        Lit5648 = PairWithPosition.make(simpleSymbol457, PairWithPosition.make(simpleSymbol457, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003437);
        SimpleSymbol simpleSymbol458 = Lit8494;
        SimpleSymbol simpleSymbol459 = Lit8493;
        Lit5647 = PairWithPosition.make(simpleSymbol458, PairWithPosition.make(simpleSymbol459, PairWithPosition.make(simpleSymbol459, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003408), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003404), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003399);
        Lit5646 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2003277);
        SimpleSymbol simpleSymbol460 = Lit720;
        Lit5645 = PairWithPosition.make(simpleSymbol460, PairWithPosition.make(simpleSymbol460, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002805), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002797);
        Lit5644 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002789), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002783);
        Lit5643 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002669);
        Lit5642 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002460);
        Lit5641 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002437), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002432);
        Lit5640 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002383), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002377);
        SimpleSymbol simpleSymbol461 = Lit8493;
        Lit5639 = PairWithPosition.make(simpleSymbol461, PairWithPosition.make(simpleSymbol461, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002326), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002321);
        SimpleSymbol simpleSymbol462 = Lit8494;
        SimpleSymbol simpleSymbol463 = Lit8493;
        Lit5638 = PairWithPosition.make(simpleSymbol462, PairWithPosition.make(simpleSymbol463, PairWithPosition.make(simpleSymbol463, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002086), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002082), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2002077);
        SimpleSymbol simpleSymbol464 = Lit8493;
        Lit5637 = PairWithPosition.make(simpleSymbol464, PairWithPosition.make(simpleSymbol464, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001844);
        Lit5636 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001814), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001808);
        SimpleSymbol simpleSymbol465 = Lit9;
        Lit5635 = PairWithPosition.make(simpleSymbol465, PairWithPosition.make(simpleSymbol465, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001789), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001783);
        SimpleSymbol simpleSymbol466 = Lit8493;
        Lit5634 = PairWithPosition.make(simpleSymbol466, PairWithPosition.make(simpleSymbol466, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001415);
        SimpleSymbol simpleSymbol467 = Lit8494;
        SimpleSymbol simpleSymbol468 = Lit8493;
        Lit5633 = PairWithPosition.make(simpleSymbol467, PairWithPosition.make(simpleSymbol468, PairWithPosition.make(simpleSymbol468, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001386), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001382), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001377);
        SimpleSymbol simpleSymbol469 = Lit8497;
        Lit5632 = PairWithPosition.make(simpleSymbol469, PairWithPosition.make(simpleSymbol469, PairWithPosition.make(simpleSymbol469, PairWithPosition.make(simpleSymbol469, PairWithPosition.make(simpleSymbol469, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001145);
        Lit5631 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001116);
        SimpleSymbol simpleSymbol470 = Lit8494;
        SimpleSymbol simpleSymbol471 = Lit8493;
        Lit5630 = PairWithPosition.make(simpleSymbol470, PairWithPosition.make(simpleSymbol471, PairWithPosition.make(simpleSymbol471, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001086), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001082), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2001077);
        Lit5629 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000885), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000880);
        SimpleSymbol simpleSymbol472 = Lit8494;
        SimpleSymbol simpleSymbol473 = Lit8493;
        Lit5628 = PairWithPosition.make(simpleSymbol472, PairWithPosition.make(simpleSymbol473, PairWithPosition.make(simpleSymbol473, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000850), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000846), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000841);
        Lit5627 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000637), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000632);
        SimpleSymbol simpleSymbol474 = Lit8494;
        SimpleSymbol simpleSymbol475 = Lit8493;
        Lit5626 = PairWithPosition.make(simpleSymbol474, PairWithPosition.make(simpleSymbol475, PairWithPosition.make(simpleSymbol475, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000593);
        Lit5625 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000371), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000366);
        SimpleSymbol simpleSymbol476 = Lit8494;
        SimpleSymbol simpleSymbol477 = Lit8493;
        Lit5624 = PairWithPosition.make(simpleSymbol476, PairWithPosition.make(simpleSymbol477, PairWithPosition.make(simpleSymbol477, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000336), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000332), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000327);
        Lit5623 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000122);
        SimpleSymbol simpleSymbol478 = Lit8494;
        SimpleSymbol simpleSymbol479 = Lit8493;
        Lit5622 = PairWithPosition.make(simpleSymbol478, PairWithPosition.make(simpleSymbol479, PairWithPosition.make(simpleSymbol479, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000092), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000088), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000083);
        SimpleSymbol simpleSymbol480 = Lit8494;
        SimpleSymbol simpleSymbol481 = Lit8493;
        Lit5621 = PairWithPosition.make(simpleSymbol480, PairWithPosition.make(simpleSymbol481, PairWithPosition.make(simpleSymbol481, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000027), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000023), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 2000018);
        SimpleSymbol simpleSymbol482 = Lit8494;
        SimpleSymbol simpleSymbol483 = Lit8493;
        Lit5620 = PairWithPosition.make(simpleSymbol482, PairWithPosition.make(simpleSymbol483, PairWithPosition.make(simpleSymbol483, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999971), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999967), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999962);
        Lit5619 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999578);
        Lit5618 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999387);
        Lit5617 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999357), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999351);
        SimpleSymbol simpleSymbol484 = Lit9;
        Lit5616 = PairWithPosition.make(simpleSymbol484, PairWithPosition.make(simpleSymbol484, PairWithPosition.make(simpleSymbol484, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999328), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999323), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999317);
        Lit5615 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999272), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999266);
        SimpleSymbol simpleSymbol485 = Lit9;
        Lit5614 = PairWithPosition.make(simpleSymbol485, PairWithPosition.make(simpleSymbol485, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1999241);
        Lit5613 = new FString("com.google.appinventor.components.runtime.WebViewer");
        Lit5612 = (SimpleSymbol) new SimpleSymbol("ZoomEnabled").readResolve();
        Lit5611 = (SimpleSymbol) new SimpleSymbol("Web_View2").readResolve();
        Lit5610 = new FString("com.google.appinventor.components.runtime.WebViewer");
        Lit5609 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5608 = IntNum.make(-1095);
        Lit5607 = (SimpleSymbol) new SimpleSymbol("vaVWsearch").readResolve();
        Lit5606 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5605 = (SimpleSymbol) new SimpleSymbol("Selected").readResolve();
        Lit5604 = (SimpleSymbol) new SimpleSymbol("tabSearch$Selected").readResolve();
        Lit5603 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1884407), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1884401);
        Lit5602 = (SimpleSymbol) new SimpleSymbol("$index").readResolve();
        SimpleSymbol simpleSymbol486 = Lit8493;
        Lit5601 = PairWithPosition.make(simpleSymbol486, PairWithPosition.make(simpleSymbol486, PairWithPosition.make(simpleSymbol486, PairWithPosition.make(simpleSymbol486, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1884355), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1884351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1884347), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1884342);
        Lit5600 = new FString("com.google.appinventor.components.runtime.NiotronTabLayout");
        Lit5599 = IntNum.make(new int[]{-6381922});
        Lit5598 = IntNum.make(new int[]{-16602892});
        Lit5597 = (SimpleSymbol) new SimpleSymbol("SelectedTextColor").readResolve();
        Lit5596 = IntNum.make(new int[]{-16602892});
        Lit5595 = (SimpleSymbol) new SimpleSymbol("IndicatorColor").readResolve();
        Lit5594 = IntNum.make(16777215);
        Lit5593 = new FString("com.google.appinventor.components.runtime.NiotronTabLayout");
        Lit5592 = (SimpleSymbol) new SimpleSymbol("Material_Toggle_Button1$Click").readResolve();
        Lit5591 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1798720), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1798714);
        SimpleSymbol simpleSymbol487 = Lit8493;
        Lit5590 = PairWithPosition.make(simpleSymbol487, PairWithPosition.make(simpleSymbol487, PairWithPosition.make(simpleSymbol487, PairWithPosition.make(simpleSymbol487, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1798597), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1798593), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1798589), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1798584);
        Lit5589 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1798381);
        Lit5588 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1798354);
        Lit5587 = (SimpleSymbol) new SimpleSymbol("GetCheckedButtonId").readResolve();
        Lit5586 = new FString("com.google.appinventor.components.runtime.NiotronMaterialToggleButton");
        Lit5585 = IntNum.make(-1095);
        Lit5584 = IntNum.make(new int[]{-6381922});
        Lit5583 = (SimpleSymbol) new SimpleSymbol("SingleSelection").readResolve();
        Lit5582 = new FString("com.google.appinventor.components.runtime.NiotronMaterialToggleButton");
        Lit5581 = (SimpleSymbol) new SimpleSymbol("btnMicSearch$Click").readResolve();
        Lit5580 = (SimpleSymbol) new SimpleSymbol("btnMic").readResolve();
        Lit5579 = new FString("com.google.appinventor.components.runtime.Button");
        Lit5578 = IntNum.make(55);
        Lit5577 = IntNum.make(new int[]{-16602892});
        Lit5576 = IntNum.make(16777215);
        Lit5575 = new FString("com.google.appinventor.components.runtime.Button");
        Lit5574 = (SimpleSymbol) new SimpleSymbol("lblMic2$Click").readResolve();
        Lit5573 = (SimpleSymbol) new SimpleSymbol("btnMicSearch").readResolve();
        Lit5572 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5571 = IntNum.make(new int[]{-16602892});
        Lit5570 = IntNum.make(25);
        Lit5569 = (SimpleSymbol) new SimpleSymbol("lblMic2").readResolve();
        Lit5568 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5567 = (SimpleSymbol) new SimpleSymbol("Label121$Click").readResolve();
        Lit5566 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5565 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5564 = (SimpleSymbol) new SimpleSymbol("OnTextChange").readResolve();
        Lit5563 = (SimpleSymbol) new SimpleSymbol("txtSearch$OnTextChange").readResolve();
        SimpleSymbol simpleSymbol488 = Lit720;
        Lit5562 = PairWithPosition.make(simpleSymbol488, PairWithPosition.make(simpleSymbol488, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1454282), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1454274);
        Lit5561 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1454253);
        Lit5560 = (SimpleSymbol) new SimpleSymbol("Label121").readResolve();
        Lit5559 = new FString("com.google.appinventor.components.runtime.TextBox");
        Lit5558 = (SimpleSymbol) new SimpleSymbol("Hint").readResolve();
        Lit5557 = IntNum.make(new int[]{-1});
        Lit5556 = new FString("com.google.appinventor.components.runtime.TextBox");
        Lit5555 = (SimpleSymbol) new SimpleSymbol("Click").readResolve();
        Lit5554 = (SimpleSymbol) new SimpleSymbol("lblSearchBack$Click").readResolve();
        Lit5553 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5552 = IntNum.make(40);
        Lit5551 = (SimpleSymbol) new SimpleSymbol("TextAlignment").readResolve();
        Lit5550 = (SimpleSymbol) new SimpleSymbol("FontTypeface").readResolve();
        Lit5549 = (SimpleSymbol) new SimpleSymbol("lblSearchBack").readResolve();
        Lit5548 = new FString("com.google.appinventor.components.runtime.Label");
        Lit5547 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5546 = IntNum.make(65);
        Lit5545 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement5").readResolve();
        Lit5544 = new FString("com.google.appinventor.components.runtime.HorizontalArrangement");
        Lit5543 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5542 = IntNum.make(-1095);
        Lit5541 = IntNum.make(new int[]{-6381922});
        Lit5540 = (SimpleSymbol) new SimpleSymbol("StrokeColor").readResolve();
        Lit5539 = (SimpleSymbol) new SimpleSymbol("RippleEnabled").readResolve();
        Lit5538 = IntNum.make(70);
        Lit5537 = (SimpleSymbol) new SimpleSymbol("Elevation").readResolve();
        Lit5536 = (SimpleSymbol) new SimpleSymbol("ContentPaddingTop").readResolve();
        Lit5535 = (SimpleSymbol) new SimpleSymbol("ContentPaddingRight").readResolve();
        Lit5534 = (SimpleSymbol) new SimpleSymbol("ContentPaddingLeft").readResolve();
        Lit5533 = (SimpleSymbol) new SimpleSymbol("ContentPaddingBottom").readResolve();
        Lit5532 = (SimpleSymbol) new SimpleSymbol("CompatPadding").readResolve();
        Lit5531 = (SimpleSymbol) new SimpleSymbol("AlignVertical").readResolve();
        Lit5530 = (SimpleSymbol) new SimpleSymbol("Card_View20").readResolve();
        Lit5529 = new FString("com.google.appinventor.components.runtime.NiotronCardView");
        Lit5528 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5527 = (SimpleSymbol) new SimpleSymbol("Width").readResolve();
        Lit5526 = (SimpleSymbol) new SimpleSymbol("HeihPadding").readResolve();
        Lit5525 = (SimpleSymbol) new SimpleSymbol("HeihMargin").readResolve();
        Lit5524 = IntNum.make(-2);
        Lit5523 = new FString("com.google.appinventor.components.runtime.VerticalArrangement");
        Lit5522 = (SimpleSymbol) new SimpleSymbol("PermissionDenied").readResolve();
        Lit5521 = (SimpleSymbol) new SimpleSymbol("Screen1$PermissionDenied").readResolve();
        Lit5520 = (SimpleSymbol) new SimpleSymbol("ErrorOccurred").readResolve();
        Lit5519 = (SimpleSymbol) new SimpleSymbol("Screen1$ErrorOccurred").readResolve();
        Lit5518 = IntNum.make(2000);
        Lit5517 = (SimpleSymbol) new SimpleSymbol("TimerInterval").readResolve();
        Lit5516 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1016034), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1016029);
        Lit5515 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1015999);
        Lit5514 = (SimpleSymbol) new SimpleSymbol("$errorNumber").readResolve();
        Lit5513 = (SimpleSymbol) new SimpleSymbol("BackPressed").readResolve();
        Lit5512 = (SimpleSymbol) new SimpleSymbol("Screen1$BackPressed").readResolve();
        Lit5511 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1009468), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1009460);
        Lit5510 = IntNum.make(2000);
        Lit5509 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1009125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1009119);
        SimpleSymbol simpleSymbol489 = Lit9;
        Lit5508 = PairWithPosition.make(simpleSymbol489, PairWithPosition.make(simpleSymbol489, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1009087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 1009081);
        Lit5507 = (SimpleSymbol) new SimpleSymbol("chkBackup").readResolve();
        Lit5506 = (SimpleSymbol) new SimpleSymbol("lblIntroBack").readResolve();
        Lit5505 = (SimpleSymbol) new SimpleSymbol("OtherScreenClosed").readResolve();
        Lit5504 = (SimpleSymbol) new SimpleSymbol("Screen1$OtherScreenClosed").readResolve();
        SimpleSymbol simpleSymbol490 = Lit8493;
        Lit5503 = PairWithPosition.make(simpleSymbol490, PairWithPosition.make(simpleSymbol490, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 999621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 999616);
        Lit5502 = (SimpleSymbol) new SimpleSymbol("$otherScreenName").readResolve();
        Lit5501 = (SimpleSymbol) new SimpleSymbol("Screen1$Initialize").readResolve();
        Lit5500 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 997066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 997058);
        Lit5499 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996953);
        Lit5498 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996852);
        Lit5497 = (SimpleSymbol) new SimpleSymbol("RegisterVSA").readResolve();
        Lit5496 = (SimpleSymbol) new SimpleSymbol("ScrollHandler1").readResolve();
        Lit5495 = (SimpleSymbol) new SimpleSymbol("KeepScreeenOn").readResolve();
        Lit5494 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996623);
        SimpleSymbol simpleSymbol491 = Lit9;
        Lit5493 = PairWithPosition.make(simpleSymbol491, PairWithPosition.make(simpleSymbol491, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996595), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996589);
        Lit5492 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996438);
        SimpleSymbol simpleSymbol492 = Lit9;
        Lit5491 = PairWithPosition.make(simpleSymbol492, PairWithPosition.make(simpleSymbol492, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996410), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996404);
        Lit5490 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996256), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996250);
        SimpleSymbol simpleSymbol493 = Lit9;
        Lit5489 = PairWithPosition.make(simpleSymbol493, PairWithPosition.make(simpleSymbol493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996089), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 996083);
        Lit5488 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995812);
        SimpleSymbol simpleSymbol494 = Lit8493;
        Lit5487 = PairWithPosition.make(simpleSymbol494, PairWithPosition.make(simpleSymbol494, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995788), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995783);
        SimpleSymbol simpleSymbol495 = Lit9;
        Lit5486 = PairWithPosition.make(simpleSymbol495, PairWithPosition.make(simpleSymbol495, PairWithPosition.make(simpleSymbol495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995581), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995576), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995570);
        Lit5485 = (SimpleSymbol) new SimpleSymbol("lblVersion").readResolve();
        Lit5484 = (SimpleSymbol) new SimpleSymbol(Component.LISTVIEW_KEY_IMAGE).readResolve();
        SimpleSymbol simpleSymbol496 = Lit9;
        Lit5483 = PairWithPosition.make(simpleSymbol496, PairWithPosition.make(simpleSymbol496, PairWithPosition.make(simpleSymbol496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 995007);
        Lit5482 = (SimpleSymbol) new SimpleSymbol("LogEvent").readResolve();
        Lit5481 = (SimpleSymbol) new SimpleSymbol("Firebase_Analytics1").readResolve();
        Lit5480 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 994902);
        Lit5479 = (SimpleSymbol) new SimpleSymbol("InitializeFirebaseAuth").readResolve();
        Lit5478 = (SimpleSymbol) new SimpleSymbol("UseJsonFile").readResolve();
        SimpleSymbol simpleSymbol497 = Lit9;
        Lit5477 = PairWithPosition.make(simpleSymbol497, PairWithPosition.make(simpleSymbol497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 994689), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 994683);
        Lit5476 = (SimpleSymbol) new SimpleSymbol("StorageBucket").readResolve();
        SimpleSymbol simpleSymbol498 = Lit9;
        Lit5475 = PairWithPosition.make(simpleSymbol498, PairWithPosition.make(simpleSymbol498, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 994339), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 994333);
        Lit5474 = (SimpleSymbol) new SimpleSymbol("ProjectId").readResolve();
        SimpleSymbol simpleSymbol499 = Lit9;
        Lit5473 = PairWithPosition.make(simpleSymbol499, PairWithPosition.make(simpleSymbol499, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 994006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 994000);
        Lit5472 = (SimpleSymbol) new SimpleSymbol("InstanceId").readResolve();
        SimpleSymbol simpleSymbol500 = Lit9;
        Lit5471 = PairWithPosition.make(simpleSymbol500, PairWithPosition.make(simpleSymbol500, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 993766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 993760);
        Lit5470 = (SimpleSymbol) new SimpleSymbol("DatabaseUrl").readResolve();
        SimpleSymbol simpleSymbol501 = Lit9;
        Lit5469 = PairWithPosition.make(simpleSymbol501, PairWithPosition.make(simpleSymbol501, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 993405), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 993399);
        SimpleSymbol simpleSymbol502 = Lit9;
        Lit5468 = PairWithPosition.make(simpleSymbol502, PairWithPosition.make(simpleSymbol502, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 993176), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 993170);
        SimpleSymbol simpleSymbol503 = Lit8493;
        Lit5467 = PairWithPosition.make(simpleSymbol503, PairWithPosition.make(simpleSymbol503, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 992974), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 992969);
        Lit5466 = (SimpleSymbol) new SimpleSymbol("ApplicationId").readResolve();
        SimpleSymbol simpleSymbol504 = Lit9;
        Lit5465 = PairWithPosition.make(simpleSymbol504, PairWithPosition.make(simpleSymbol504, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 992801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 992795);
        Lit5464 = (SimpleSymbol) new SimpleSymbol("ApiKey").readResolve();
        Lit5463 = (SimpleSymbol) new SimpleSymbol("FirebaseCore1").readResolve();
        SimpleSymbol simpleSymbol505 = Lit9;
        Lit5462 = PairWithPosition.make(simpleSymbol505, PairWithPosition.make(simpleSymbol505, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 992475), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 992469);
        SimpleSymbol simpleSymbol506 = Lit9;
        Lit5461 = PairWithPosition.make(simpleSymbol506, PairWithPosition.make(simpleSymbol506, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 992217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 992211);
        SimpleSymbol simpleSymbol507 = Lit8493;
        Lit5460 = PairWithPosition.make(simpleSymbol507, PairWithPosition.make(simpleSymbol507, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 991987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 991982);
        Lit5459 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 991877), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 991871);
        SimpleSymbol simpleSymbol508 = Lit9;
        Lit5458 = PairWithPosition.make(simpleSymbol508, PairWithPosition.make(simpleSymbol508, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 991752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 991746);
        Lit5457 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 991378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 991372);
        Lit5456 = IntNum.make(144);
        Lit5455 = (SimpleSymbol) new SimpleSymbol("TitleVisible").readResolve();
        Lit5454 = (SimpleSymbol) new SimpleSymbol("Title").readResolve();
        Lit5453 = (SimpleSymbol) new SimpleSymbol("StatusBarLightIcons").readResolve();
        Lit5452 = IntNum.make(new int[]{-1});
        Lit5451 = (SimpleSymbol) new SimpleSymbol("StatusBarColor").readResolve();
        Lit5450 = (SimpleSymbol) new SimpleSymbol("SplashImage").readResolve();
        Lit5449 = (SimpleSymbol) new SimpleSymbol("Sizing").readResolve();
        Lit5448 = (SimpleSymbol) new SimpleSymbol("ShowOptionsMenu").readResolve();
        Lit5447 = (SimpleSymbol) new SimpleSymbol("ShowNavigationBar").readResolve();
        Lit5446 = (SimpleSymbol) new SimpleSymbol("ShowListsAsJson").readResolve();
        Lit5445 = (SimpleSymbol) new SimpleSymbol("ShowAboutInMenu").readResolve();
        Lit5444 = (SimpleSymbol) new SimpleSymbol("Scrollable").readResolve();
        Lit5443 = (SimpleSymbol) new SimpleSymbol("ScreenOrientation").readResolve();
        Lit5442 = IntNum.make(new int[]{-16742201});
        Lit5441 = (SimpleSymbol) new SimpleSymbol("PrimaryColorDark").readResolve();
        Lit5440 = IntNum.make(new int[]{-16602892});
        Lit5439 = (SimpleSymbol) new SimpleSymbol("PrimaryColor").readResolve();
        Lit5438 = (SimpleSymbol) new SimpleSymbol("PackageName").readResolve();
        Lit5437 = (SimpleSymbol) new SimpleSymbol("Icon").readResolve();
        Lit5436 = (SimpleSymbol) new SimpleSymbol("AppName").readResolve();
        Lit5435 = (SimpleSymbol) new SimpleSymbol("ActionBar").readResolve();
        Lit5434 = IntNum.make(new int[]{-16729388});
        Lit5433 = (SimpleSymbol) new SimpleSymbol("AccentColor").readResolve();
        SimpleSymbol simpleSymbol509 = Lit9;
        Lit5432 = PairWithPosition.make(simpleSymbol509, PairWithPosition.make(simpleSymbol509, PairWithPosition.make(Lit173, PairWithPosition.make(simpleSymbol509, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 873001), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872996), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872988), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872983), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872977);
        Lit5431 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872953);
        SimpleSymbol simpleSymbol510 = Lit9;
        Lit5430 = PairWithPosition.make(simpleSymbol510, PairWithPosition.make(simpleSymbol510, PairWithPosition.make(Lit173, PairWithPosition.make(simpleSymbol510, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 873001), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872996), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872988), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872983), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872977);
        Lit5429 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 872953);
        Lit5428 = (SimpleSymbol) new SimpleSymbol("$startvalue").readResolve();
        Lit5427 = (SimpleSymbol) new SimpleSymbol("$bigText").readResolve();
        Lit5426 = (SimpleSymbol) new SimpleSymbol("ColorNotification").readResolve();
        Lit5425 = (SimpleSymbol) new SimpleSymbol("g$HistoryOrders").readResolve();
        Lit5424 = (SimpleSymbol) new SimpleSymbol("g$PendingOrders").readResolve();
        Lit5423 = (SimpleSymbol) new SimpleSymbol("g$ActiveOrders").readResolve();
        SimpleSymbol simpleSymbol511 = Lit720;
        Lit5422 = PairWithPosition.make(simpleSymbol511, PairWithPosition.make(simpleSymbol511, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857519), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857511);
        Lit5421 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857359), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857353);
        Lit5420 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857224);
        SimpleSymbol simpleSymbol512 = Lit9;
        Lit5419 = PairWithPosition.make(simpleSymbol512, PairWithPosition.make(simpleSymbol512, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857009);
        Lit5418 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856969), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856952);
        SimpleSymbol simpleSymbol513 = Lit8493;
        Lit5417 = PairWithPosition.make(simpleSymbol513, PairWithPosition.make(simpleSymbol513, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856903), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856898);
        SimpleSymbol simpleSymbol514 = Lit9;
        Lit5416 = PairWithPosition.make(simpleSymbol514, PairWithPosition.make(simpleSymbol514, PairWithPosition.make(simpleSymbol514, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856730), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856725), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856719);
        SimpleSymbol simpleSymbol515 = Lit8493;
        Lit5415 = PairWithPosition.make(simpleSymbol515, PairWithPosition.make(simpleSymbol515, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856391);
        SimpleSymbol simpleSymbol516 = Lit8494;
        SimpleSymbol simpleSymbol517 = Lit8493;
        Lit5414 = PairWithPosition.make(simpleSymbol516, PairWithPosition.make(simpleSymbol517, PairWithPosition.make(simpleSymbol517, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856337), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856328);
        Lit5413 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856123);
        SimpleSymbol simpleSymbol518 = Lit9;
        Lit5412 = PairWithPosition.make(simpleSymbol518, PairWithPosition.make(simpleSymbol518, PairWithPosition.make(simpleSymbol518, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856021), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856016), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856010);
        SimpleSymbol simpleSymbol519 = Lit9;
        Lit5411 = PairWithPosition.make(simpleSymbol519, PairWithPosition.make(simpleSymbol519, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855834);
        Lit5410 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855794), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855777);
        SimpleSymbol simpleSymbol520 = Lit8493;
        Lit5409 = PairWithPosition.make(simpleSymbol520, PairWithPosition.make(simpleSymbol520, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855723);
        SimpleSymbol simpleSymbol521 = Lit9;
        Lit5408 = PairWithPosition.make(simpleSymbol521, PairWithPosition.make(simpleSymbol521, PairWithPosition.make(simpleSymbol521, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855555), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855544);
        SimpleSymbol simpleSymbol522 = Lit8493;
        Lit5407 = PairWithPosition.make(simpleSymbol522, PairWithPosition.make(simpleSymbol522, PairWithPosition.make(simpleSymbol522, PairWithPosition.make(simpleSymbol522, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855184);
        SimpleSymbol simpleSymbol523 = Lit8494;
        SimpleSymbol simpleSymbol524 = Lit8493;
        Lit5406 = PairWithPosition.make(simpleSymbol523, PairWithPosition.make(simpleSymbol524, PairWithPosition.make(simpleSymbol524, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855144);
        Lit5405 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855131);
        SimpleSymbol simpleSymbol525 = Lit720;
        Lit5404 = PairWithPosition.make(simpleSymbol525, PairWithPosition.make(simpleSymbol525, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854920);
        SimpleSymbol simpleSymbol526 = Lit720;
        Lit5403 = PairWithPosition.make(simpleSymbol526, PairWithPosition.make(simpleSymbol526, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854890), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854882);
        Lit5402 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854574);
        Lit5401 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854304);
        SimpleSymbol simpleSymbol527 = Lit9;
        Lit5400 = PairWithPosition.make(simpleSymbol527, PairWithPosition.make(simpleSymbol527, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854281);
        SimpleSymbol simpleSymbol528 = Lit720;
        Lit5399 = PairWithPosition.make(simpleSymbol528, PairWithPosition.make(simpleSymbol528, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854066);
        SimpleSymbol simpleSymbol529 = Lit8494;
        SimpleSymbol simpleSymbol530 = Lit8493;
        Lit5398 = PairWithPosition.make(simpleSymbol529, PairWithPosition.make(simpleSymbol530, PairWithPosition.make(simpleSymbol530, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854004);
        SimpleSymbol simpleSymbol531 = Lit720;
        Lit5397 = PairWithPosition.make(simpleSymbol531, PairWithPosition.make(simpleSymbol531, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853827), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853819);
        SimpleSymbol simpleSymbol532 = Lit8494;
        SimpleSymbol simpleSymbol533 = Lit8493;
        Lit5396 = PairWithPosition.make(simpleSymbol532, PairWithPosition.make(simpleSymbol533, PairWithPosition.make(simpleSymbol533, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853762), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853757);
        SimpleSymbol simpleSymbol534 = Lit8493;
        Lit5395 = PairWithPosition.make(simpleSymbol534, PairWithPosition.make(simpleSymbol534, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853583), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853578);
        SimpleSymbol simpleSymbol535 = Lit8494;
        SimpleSymbol simpleSymbol536 = Lit8493;
        Lit5394 = PairWithPosition.make(simpleSymbol535, PairWithPosition.make(simpleSymbol536, PairWithPosition.make(simpleSymbol536, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853542), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853538), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853533);
        SimpleSymbol simpleSymbol537 = Lit720;
        Lit5393 = PairWithPosition.make(simpleSymbol537, PairWithPosition.make(simpleSymbol537, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853358), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853350);
        SimpleSymbol simpleSymbol538 = Lit8494;
        SimpleSymbol simpleSymbol539 = Lit8493;
        Lit5392 = PairWithPosition.make(simpleSymbol538, PairWithPosition.make(simpleSymbol539, PairWithPosition.make(simpleSymbol539, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853316), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853312), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853307);
        SimpleSymbol simpleSymbol540 = Lit8493;
        Lit5391 = PairWithPosition.make(simpleSymbol540, PairWithPosition.make(simpleSymbol540, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853133), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853128);
        SimpleSymbol simpleSymbol541 = Lit720;
        Lit5390 = PairWithPosition.make(simpleSymbol541, PairWithPosition.make(simpleSymbol541, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852985);
        SimpleSymbol simpleSymbol542 = Lit8494;
        SimpleSymbol simpleSymbol543 = Lit8493;
        Lit5389 = PairWithPosition.make(simpleSymbol542, PairWithPosition.make(simpleSymbol543, PairWithPosition.make(simpleSymbol543, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852923);
        SimpleSymbol simpleSymbol544 = Lit720;
        Lit5388 = PairWithPosition.make(simpleSymbol544, PairWithPosition.make(simpleSymbol544, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852746), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852738);
        SimpleSymbol simpleSymbol545 = Lit8494;
        SimpleSymbol simpleSymbol546 = Lit8493;
        Lit5387 = PairWithPosition.make(simpleSymbol545, PairWithPosition.make(simpleSymbol546, PairWithPosition.make(simpleSymbol546, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852681), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852676);
        SimpleSymbol simpleSymbol547 = Lit8493;
        Lit5386 = PairWithPosition.make(simpleSymbol547, PairWithPosition.make(simpleSymbol547, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852502), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852497);
        SimpleSymbol simpleSymbol548 = Lit8494;
        SimpleSymbol simpleSymbol549 = Lit8493;
        Lit5385 = PairWithPosition.make(simpleSymbol548, PairWithPosition.make(simpleSymbol549, PairWithPosition.make(simpleSymbol549, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852457), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852452);
        SimpleSymbol simpleSymbol550 = Lit720;
        Lit5384 = PairWithPosition.make(simpleSymbol550, PairWithPosition.make(simpleSymbol550, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852277), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852269);
        SimpleSymbol simpleSymbol551 = Lit8494;
        SimpleSymbol simpleSymbol552 = Lit8493;
        Lit5383 = PairWithPosition.make(simpleSymbol551, PairWithPosition.make(simpleSymbol552, PairWithPosition.make(simpleSymbol552, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852235), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852226);
        SimpleSymbol simpleSymbol553 = Lit8493;
        Lit5382 = PairWithPosition.make(simpleSymbol553, PairWithPosition.make(simpleSymbol553, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852047);
        SimpleSymbol simpleSymbol554 = Lit8493;
        Lit5381 = PairWithPosition.make(simpleSymbol554, PairWithPosition.make(simpleSymbol554, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851833), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851828);
        SimpleSymbol simpleSymbol555 = Lit720;
        Lit5380 = PairWithPosition.make(simpleSymbol555, PairWithPosition.make(simpleSymbol555, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851713);
        SimpleSymbol simpleSymbol556 = Lit8493;
        Lit5379 = PairWithPosition.make(simpleSymbol556, PairWithPosition.make(simpleSymbol556, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851587), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851582);
        SimpleSymbol simpleSymbol557 = Lit8494;
        SimpleSymbol simpleSymbol558 = Lit8493;
        Lit5378 = PairWithPosition.make(simpleSymbol557, PairWithPosition.make(simpleSymbol558, PairWithPosition.make(simpleSymbol558, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851524), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851519);
        Lit5377 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851321);
        SimpleSymbol simpleSymbol559 = Lit9;
        Lit5376 = PairWithPosition.make(simpleSymbol559, PairWithPosition.make(simpleSymbol559, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851152);
        Lit5375 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851112), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851101), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851095);
        SimpleSymbol simpleSymbol560 = Lit8493;
        Lit5374 = PairWithPosition.make(simpleSymbol560, PairWithPosition.make(simpleSymbol560, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851046), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851041);
        SimpleSymbol simpleSymbol561 = Lit9;
        Lit5373 = PairWithPosition.make(simpleSymbol561, PairWithPosition.make(simpleSymbol561, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850723);
        Lit5372 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850683), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850672), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850666);
        SimpleSymbol simpleSymbol562 = Lit8493;
        Lit5371 = PairWithPosition.make(simpleSymbol562, PairWithPosition.make(simpleSymbol562, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850608), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850603);
        SimpleSymbol simpleSymbol563 = Lit8493;
        Lit5370 = PairWithPosition.make(simpleSymbol563, PairWithPosition.make(simpleSymbol563, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850192);
        SimpleSymbol simpleSymbol564 = Lit8494;
        SimpleSymbol simpleSymbol565 = Lit8493;
        Lit5369 = PairWithPosition.make(simpleSymbol564, PairWithPosition.make(simpleSymbol565, PairWithPosition.make(simpleSymbol565, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850138), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850134), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850129);
        Lit5368 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849932);
        SimpleSymbol simpleSymbol566 = Lit9;
        Lit5367 = PairWithPosition.make(simpleSymbol566, PairWithPosition.make(simpleSymbol566, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849775), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849769);
        Lit5366 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849718), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849712);
        SimpleSymbol simpleSymbol567 = Lit8493;
        Lit5365 = PairWithPosition.make(simpleSymbol567, PairWithPosition.make(simpleSymbol567, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849658);
        SimpleSymbol simpleSymbol568 = Lit9;
        Lit5364 = PairWithPosition.make(simpleSymbol568, PairWithPosition.make(simpleSymbol568, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849371), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849365);
        Lit5363 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849314), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849308);
        SimpleSymbol simpleSymbol569 = Lit8493;
        Lit5362 = PairWithPosition.make(simpleSymbol569, PairWithPosition.make(simpleSymbol569, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849245);
        SimpleSymbol simpleSymbol570 = Lit8496;
        Lit5361 = PairWithPosition.make(simpleSymbol570, PairWithPosition.make(simpleSymbol570, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848853), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848841);
        Lit5360 = PairWithPosition.make(Lit8497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848809);
        Lit5359 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848785), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848780);
        SimpleSymbol simpleSymbol571 = Lit720;
        Lit5358 = PairWithPosition.make(simpleSymbol571, PairWithPosition.make(simpleSymbol571, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848763), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848755);
        SimpleSymbol simpleSymbol572 = Lit8493;
        Lit5357 = PairWithPosition.make(simpleSymbol572, PairWithPosition.make(simpleSymbol572, PairWithPosition.make(simpleSymbol572, PairWithPosition.make(simpleSymbol572, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848399), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848395), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848386);
        SimpleSymbol simpleSymbol573 = Lit720;
        Lit5356 = PairWithPosition.make(simpleSymbol573, PairWithPosition.make(simpleSymbol573, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848368), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848360);
        SimpleSymbol simpleSymbol574 = Lit720;
        Lit5355 = PairWithPosition.make(simpleSymbol574, PairWithPosition.make(simpleSymbol574, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848226);
        SimpleSymbol simpleSymbol575 = Lit720;
        Lit5354 = PairWithPosition.make(simpleSymbol575, PairWithPosition.make(simpleSymbol575, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848188);
        SimpleSymbol simpleSymbol576 = Lit8494;
        SimpleSymbol simpleSymbol577 = Lit8493;
        Lit5353 = PairWithPosition.make(simpleSymbol576, PairWithPosition.make(simpleSymbol577, PairWithPosition.make(simpleSymbol577, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848154), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848149);
        Lit5352 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847740);
        Lit5351 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847457);
        SimpleSymbol simpleSymbol578 = Lit9;
        Lit5350 = PairWithPosition.make(simpleSymbol578, PairWithPosition.make(simpleSymbol578, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847440), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847434);
        SimpleSymbol simpleSymbol579 = Lit720;
        Lit5349 = PairWithPosition.make(simpleSymbol579, PairWithPosition.make(simpleSymbol579, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847227), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847219);
        SimpleSymbol simpleSymbol580 = Lit8494;
        SimpleSymbol simpleSymbol581 = Lit8493;
        Lit5348 = PairWithPosition.make(simpleSymbol580, PairWithPosition.make(simpleSymbol581, PairWithPosition.make(simpleSymbol581, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847168), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847164), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847159);
        SimpleSymbol simpleSymbol582 = Lit720;
        Lit5347 = PairWithPosition.make(simpleSymbol582, PairWithPosition.make(simpleSymbol582, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846985), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846977);
        SimpleSymbol simpleSymbol583 = Lit8494;
        SimpleSymbol simpleSymbol584 = Lit8493;
        Lit5346 = PairWithPosition.make(simpleSymbol583, PairWithPosition.make(simpleSymbol584, PairWithPosition.make(simpleSymbol584, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846926), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846922), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846917);
        SimpleSymbol simpleSymbol585 = Lit8493;
        Lit5345 = PairWithPosition.make(simpleSymbol585, PairWithPosition.make(simpleSymbol585, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846746), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846741);
        SimpleSymbol simpleSymbol586 = Lit8494;
        SimpleSymbol simpleSymbol587 = Lit8493;
        Lit5344 = PairWithPosition.make(simpleSymbol586, PairWithPosition.make(simpleSymbol587, PairWithPosition.make(simpleSymbol587, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846696);
        SimpleSymbol simpleSymbol588 = Lit720;
        Lit5343 = PairWithPosition.make(simpleSymbol588, PairWithPosition.make(simpleSymbol588, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846522), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846514);
        SimpleSymbol simpleSymbol589 = Lit8494;
        SimpleSymbol simpleSymbol590 = Lit8493;
        Lit5342 = PairWithPosition.make(simpleSymbol589, PairWithPosition.make(simpleSymbol590, PairWithPosition.make(simpleSymbol590, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846482), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846473);
        SimpleSymbol simpleSymbol591 = Lit720;
        Lit5341 = PairWithPosition.make(simpleSymbol591, PairWithPosition.make(simpleSymbol591, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846272);
        SimpleSymbol simpleSymbol592 = Lit8494;
        SimpleSymbol simpleSymbol593 = Lit8493;
        Lit5340 = PairWithPosition.make(simpleSymbol592, PairWithPosition.make(simpleSymbol593, PairWithPosition.make(simpleSymbol593, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846212);
        SimpleSymbol simpleSymbol594 = Lit720;
        Lit5339 = PairWithPosition.make(simpleSymbol594, PairWithPosition.make(simpleSymbol594, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846031);
        SimpleSymbol simpleSymbol595 = Lit8494;
        SimpleSymbol simpleSymbol596 = Lit8493;
        Lit5338 = PairWithPosition.make(simpleSymbol595, PairWithPosition.make(simpleSymbol596, PairWithPosition.make(simpleSymbol596, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845980), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845976), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845971);
        SimpleSymbol simpleSymbol597 = Lit8493;
        Lit5337 = PairWithPosition.make(simpleSymbol597, PairWithPosition.make(simpleSymbol597, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845796);
        SimpleSymbol simpleSymbol598 = Lit8494;
        SimpleSymbol simpleSymbol599 = Lit8493;
        Lit5336 = PairWithPosition.make(simpleSymbol598, PairWithPosition.make(simpleSymbol599, PairWithPosition.make(simpleSymbol599, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845756), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845751);
        SimpleSymbol simpleSymbol600 = Lit720;
        Lit5335 = PairWithPosition.make(simpleSymbol600, PairWithPosition.make(simpleSymbol600, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845569);
        SimpleSymbol simpleSymbol601 = Lit8494;
        SimpleSymbol simpleSymbol602 = Lit8493;
        Lit5334 = PairWithPosition.make(simpleSymbol601, PairWithPosition.make(simpleSymbol602, PairWithPosition.make(simpleSymbol602, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845537), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845528);
        SimpleSymbol simpleSymbol603 = Lit8493;
        Lit5333 = PairWithPosition.make(simpleSymbol603, PairWithPosition.make(simpleSymbol603, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845253);
        SimpleSymbol simpleSymbol604 = Lit720;
        Lit5332 = PairWithPosition.make(simpleSymbol604, PairWithPosition.make(simpleSymbol604, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845147), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845139);
        SimpleSymbol simpleSymbol605 = Lit8494;
        SimpleSymbol simpleSymbol606 = Lit8493;
        Lit5331 = PairWithPosition.make(simpleSymbol605, PairWithPosition.make(simpleSymbol606, PairWithPosition.make(simpleSymbol606, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845021), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845017), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845012);
        SimpleSymbol simpleSymbol607 = Lit8494;
        SimpleSymbol simpleSymbol608 = Lit8493;
        Lit5330 = PairWithPosition.make(simpleSymbol607, PairWithPosition.make(simpleSymbol608, PairWithPosition.make(simpleSymbol608, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844847), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844843), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844838);
        SimpleSymbol simpleSymbol609 = Lit8493;
        Lit5329 = PairWithPosition.make(simpleSymbol609, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol609, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844703), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844698), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844693);
        Lit5328 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844527);
        SimpleSymbol simpleSymbol610 = Lit8493;
        Lit5327 = PairWithPosition.make(simpleSymbol610, PairWithPosition.make(simpleSymbol610, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844473);
        SimpleSymbol simpleSymbol611 = Lit8494;
        SimpleSymbol simpleSymbol612 = Lit8493;
        Lit5326 = PairWithPosition.make(simpleSymbol611, PairWithPosition.make(simpleSymbol612, PairWithPosition.make(simpleSymbol612, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844275);
        SimpleSymbol simpleSymbol613 = Lit8494;
        SimpleSymbol simpleSymbol614 = Lit8493;
        Lit5325 = PairWithPosition.make(simpleSymbol613, PairWithPosition.make(simpleSymbol614, PairWithPosition.make(simpleSymbol614, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844246), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844237);
        Lit5324 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844224);
        Lit5323 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 843934), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 843928);
        SimpleSymbol simpleSymbol615 = Lit720;
        Lit5322 = PairWithPosition.make(simpleSymbol615, PairWithPosition.make(simpleSymbol615, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857519), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857511);
        Lit5321 = (SimpleSymbol) new SimpleSymbol("$totCurrPL").readResolve();
        Lit5320 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857359), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857353);
        Lit5319 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857224);
        SimpleSymbol simpleSymbol616 = Lit9;
        Lit5318 = PairWithPosition.make(simpleSymbol616, PairWithPosition.make(simpleSymbol616, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 857009);
        Lit5317 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856969), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856952);
        SimpleSymbol simpleSymbol617 = Lit8493;
        Lit5316 = PairWithPosition.make(simpleSymbol617, PairWithPosition.make(simpleSymbol617, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856903), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856898);
        SimpleSymbol simpleSymbol618 = Lit9;
        Lit5315 = PairWithPosition.make(simpleSymbol618, PairWithPosition.make(simpleSymbol618, PairWithPosition.make(simpleSymbol618, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856730), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856725), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856719);
        SimpleSymbol simpleSymbol619 = Lit8493;
        Lit5314 = PairWithPosition.make(simpleSymbol619, PairWithPosition.make(simpleSymbol619, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856391);
        SimpleSymbol simpleSymbol620 = Lit8494;
        SimpleSymbol simpleSymbol621 = Lit8493;
        Lit5313 = PairWithPosition.make(simpleSymbol620, PairWithPosition.make(simpleSymbol621, PairWithPosition.make(simpleSymbol621, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856337), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856328);
        Lit5312 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856123);
        SimpleSymbol simpleSymbol622 = Lit9;
        Lit5311 = PairWithPosition.make(simpleSymbol622, PairWithPosition.make(simpleSymbol622, PairWithPosition.make(simpleSymbol622, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856021), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856016), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 856010);
        SimpleSymbol simpleSymbol623 = Lit9;
        Lit5310 = PairWithPosition.make(simpleSymbol623, PairWithPosition.make(simpleSymbol623, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855834);
        Lit5309 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855794), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855777);
        SimpleSymbol simpleSymbol624 = Lit8493;
        Lit5308 = PairWithPosition.make(simpleSymbol624, PairWithPosition.make(simpleSymbol624, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855723);
        SimpleSymbol simpleSymbol625 = Lit9;
        Lit5307 = PairWithPosition.make(simpleSymbol625, PairWithPosition.make(simpleSymbol625, PairWithPosition.make(simpleSymbol625, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855555), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855544);
        Lit5306 = IntNum.make(-16777063);
        Lit5305 = (SimpleSymbol) new SimpleSymbol("$ADV_exec").readResolve();
        Lit5304 = (SimpleSymbol) new SimpleSymbol("$LMT_exec").readResolve();
        SimpleSymbol simpleSymbol626 = Lit8493;
        Lit5303 = PairWithPosition.make(simpleSymbol626, PairWithPosition.make(simpleSymbol626, PairWithPosition.make(simpleSymbol626, PairWithPosition.make(simpleSymbol626, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855184);
        SimpleSymbol simpleSymbol627 = Lit8494;
        SimpleSymbol simpleSymbol628 = Lit8493;
        Lit5302 = PairWithPosition.make(simpleSymbol627, PairWithPosition.make(simpleSymbol628, PairWithPosition.make(simpleSymbol628, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855144);
        Lit5301 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 855131);
        SimpleSymbol simpleSymbol629 = Lit720;
        Lit5300 = PairWithPosition.make(simpleSymbol629, PairWithPosition.make(simpleSymbol629, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854920);
        SimpleSymbol simpleSymbol630 = Lit720;
        Lit5299 = PairWithPosition.make(simpleSymbol630, PairWithPosition.make(simpleSymbol630, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854890), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854882);
        Lit5298 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854574);
        Lit5297 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854304);
        SimpleSymbol simpleSymbol631 = Lit9;
        Lit5296 = PairWithPosition.make(simpleSymbol631, PairWithPosition.make(simpleSymbol631, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854281);
        SimpleSymbol simpleSymbol632 = Lit720;
        Lit5295 = PairWithPosition.make(simpleSymbol632, PairWithPosition.make(simpleSymbol632, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854066);
        SimpleSymbol simpleSymbol633 = Lit8494;
        SimpleSymbol simpleSymbol634 = Lit8493;
        Lit5294 = PairWithPosition.make(simpleSymbol633, PairWithPosition.make(simpleSymbol634, PairWithPosition.make(simpleSymbol634, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 854004);
        SimpleSymbol simpleSymbol635 = Lit720;
        Lit5293 = PairWithPosition.make(simpleSymbol635, PairWithPosition.make(simpleSymbol635, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853827), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853819);
        SimpleSymbol simpleSymbol636 = Lit8494;
        SimpleSymbol simpleSymbol637 = Lit8493;
        Lit5292 = PairWithPosition.make(simpleSymbol636, PairWithPosition.make(simpleSymbol637, PairWithPosition.make(simpleSymbol637, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853762), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853757);
        SimpleSymbol simpleSymbol638 = Lit8493;
        Lit5291 = PairWithPosition.make(simpleSymbol638, PairWithPosition.make(simpleSymbol638, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853583), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853578);
        SimpleSymbol simpleSymbol639 = Lit8494;
        SimpleSymbol simpleSymbol640 = Lit8493;
        Lit5290 = PairWithPosition.make(simpleSymbol639, PairWithPosition.make(simpleSymbol640, PairWithPosition.make(simpleSymbol640, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853542), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853538), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853533);
        SimpleSymbol simpleSymbol641 = Lit720;
        Lit5289 = PairWithPosition.make(simpleSymbol641, PairWithPosition.make(simpleSymbol641, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853358), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853350);
        SimpleSymbol simpleSymbol642 = Lit8494;
        SimpleSymbol simpleSymbol643 = Lit8493;
        Lit5288 = PairWithPosition.make(simpleSymbol642, PairWithPosition.make(simpleSymbol643, PairWithPosition.make(simpleSymbol643, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853316), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853312), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853307);
        SimpleSymbol simpleSymbol644 = Lit8493;
        Lit5287 = PairWithPosition.make(simpleSymbol644, PairWithPosition.make(simpleSymbol644, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853133), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 853128);
        SimpleSymbol simpleSymbol645 = Lit720;
        Lit5286 = PairWithPosition.make(simpleSymbol645, PairWithPosition.make(simpleSymbol645, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852985);
        SimpleSymbol simpleSymbol646 = Lit8494;
        SimpleSymbol simpleSymbol647 = Lit8493;
        Lit5285 = PairWithPosition.make(simpleSymbol646, PairWithPosition.make(simpleSymbol647, PairWithPosition.make(simpleSymbol647, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852923);
        SimpleSymbol simpleSymbol648 = Lit720;
        Lit5284 = PairWithPosition.make(simpleSymbol648, PairWithPosition.make(simpleSymbol648, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852746), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852738);
        SimpleSymbol simpleSymbol649 = Lit8494;
        SimpleSymbol simpleSymbol650 = Lit8493;
        Lit5283 = PairWithPosition.make(simpleSymbol649, PairWithPosition.make(simpleSymbol650, PairWithPosition.make(simpleSymbol650, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852681), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852676);
        SimpleSymbol simpleSymbol651 = Lit8493;
        Lit5282 = PairWithPosition.make(simpleSymbol651, PairWithPosition.make(simpleSymbol651, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852502), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852497);
        SimpleSymbol simpleSymbol652 = Lit8494;
        SimpleSymbol simpleSymbol653 = Lit8493;
        Lit5281 = PairWithPosition.make(simpleSymbol652, PairWithPosition.make(simpleSymbol653, PairWithPosition.make(simpleSymbol653, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852457), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852452);
        SimpleSymbol simpleSymbol654 = Lit720;
        Lit5280 = PairWithPosition.make(simpleSymbol654, PairWithPosition.make(simpleSymbol654, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852277), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852269);
        SimpleSymbol simpleSymbol655 = Lit8494;
        SimpleSymbol simpleSymbol656 = Lit8493;
        Lit5279 = PairWithPosition.make(simpleSymbol655, PairWithPosition.make(simpleSymbol656, PairWithPosition.make(simpleSymbol656, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852235), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852226);
        SimpleSymbol simpleSymbol657 = Lit8493;
        Lit5278 = PairWithPosition.make(simpleSymbol657, PairWithPosition.make(simpleSymbol657, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 852047);
        Lit5277 = (SimpleSymbol) new SimpleSymbol("$ordertype").readResolve();
        SimpleSymbol simpleSymbol658 = Lit8493;
        Lit5276 = PairWithPosition.make(simpleSymbol658, PairWithPosition.make(simpleSymbol658, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851833), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851828);
        SimpleSymbol simpleSymbol659 = Lit720;
        Lit5275 = PairWithPosition.make(simpleSymbol659, PairWithPosition.make(simpleSymbol659, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851713);
        SimpleSymbol simpleSymbol660 = Lit8493;
        Lit5274 = PairWithPosition.make(simpleSymbol660, PairWithPosition.make(simpleSymbol660, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851587), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851582);
        SimpleSymbol simpleSymbol661 = Lit8494;
        SimpleSymbol simpleSymbol662 = Lit8493;
        Lit5273 = PairWithPosition.make(simpleSymbol661, PairWithPosition.make(simpleSymbol662, PairWithPosition.make(simpleSymbol662, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851524), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851519);
        Lit5272 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851321);
        SimpleSymbol simpleSymbol663 = Lit9;
        Lit5271 = PairWithPosition.make(simpleSymbol663, PairWithPosition.make(simpleSymbol663, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851152);
        Lit5270 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851112), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851101), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851095);
        SimpleSymbol simpleSymbol664 = Lit8493;
        Lit5269 = PairWithPosition.make(simpleSymbol664, PairWithPosition.make(simpleSymbol664, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851046), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 851041);
        Lit5268 = IntNum.make(-16777063);
        SimpleSymbol simpleSymbol665 = Lit9;
        Lit5267 = PairWithPosition.make(simpleSymbol665, PairWithPosition.make(simpleSymbol665, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850723);
        Lit5266 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850683), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850672), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850666);
        SimpleSymbol simpleSymbol666 = Lit8493;
        Lit5265 = PairWithPosition.make(simpleSymbol666, PairWithPosition.make(simpleSymbol666, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850608), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850603);
        Lit5264 = (SimpleSymbol) new SimpleSymbol("$TGThit").readResolve();
        SimpleSymbol simpleSymbol667 = Lit8493;
        Lit5263 = PairWithPosition.make(simpleSymbol667, PairWithPosition.make(simpleSymbol667, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850192);
        SimpleSymbol simpleSymbol668 = Lit8494;
        SimpleSymbol simpleSymbol669 = Lit8493;
        Lit5262 = PairWithPosition.make(simpleSymbol668, PairWithPosition.make(simpleSymbol669, PairWithPosition.make(simpleSymbol669, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850138), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850134), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 850129);
        Lit5261 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849932);
        SimpleSymbol simpleSymbol670 = Lit9;
        Lit5260 = PairWithPosition.make(simpleSymbol670, PairWithPosition.make(simpleSymbol670, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849775), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849769);
        Lit5259 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849718), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849712);
        SimpleSymbol simpleSymbol671 = Lit8493;
        Lit5258 = PairWithPosition.make(simpleSymbol671, PairWithPosition.make(simpleSymbol671, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849658);
        Lit5257 = IntNum.make(-16777063);
        SimpleSymbol simpleSymbol672 = Lit9;
        Lit5256 = PairWithPosition.make(simpleSymbol672, PairWithPosition.make(simpleSymbol672, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849371), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849365);
        Lit5255 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849314), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849308);
        SimpleSymbol simpleSymbol673 = Lit8493;
        Lit5254 = PairWithPosition.make(simpleSymbol673, PairWithPosition.make(simpleSymbol673, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 849245);
        Lit5253 = (SimpleSymbol) new SimpleSymbol("$SLhit").readResolve();
        SimpleSymbol simpleSymbol674 = Lit8496;
        Lit5252 = PairWithPosition.make(simpleSymbol674, PairWithPosition.make(simpleSymbol674, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848853), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848841);
        Lit5251 = PairWithPosition.make(Lit8497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848809);
        Lit5250 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848785), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848780);
        SimpleSymbol simpleSymbol675 = Lit720;
        Lit5249 = PairWithPosition.make(simpleSymbol675, PairWithPosition.make(simpleSymbol675, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848763), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848755);
        SimpleSymbol simpleSymbol676 = Lit8493;
        Lit5248 = PairWithPosition.make(simpleSymbol676, PairWithPosition.make(simpleSymbol676, PairWithPosition.make(simpleSymbol676, PairWithPosition.make(simpleSymbol676, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848399), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848395), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848386);
        SimpleSymbol simpleSymbol677 = Lit720;
        Lit5247 = PairWithPosition.make(simpleSymbol677, PairWithPosition.make(simpleSymbol677, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848368), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848360);
        SimpleSymbol simpleSymbol678 = Lit720;
        Lit5246 = PairWithPosition.make(simpleSymbol678, PairWithPosition.make(simpleSymbol678, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848226);
        SimpleSymbol simpleSymbol679 = Lit720;
        Lit5245 = PairWithPosition.make(simpleSymbol679, PairWithPosition.make(simpleSymbol679, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848188);
        SimpleSymbol simpleSymbol680 = Lit8494;
        SimpleSymbol simpleSymbol681 = Lit8493;
        Lit5244 = PairWithPosition.make(simpleSymbol680, PairWithPosition.make(simpleSymbol681, PairWithPosition.make(simpleSymbol681, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848154), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 848149);
        Lit5243 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847740);
        Lit5242 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847457);
        SimpleSymbol simpleSymbol682 = Lit9;
        Lit5241 = PairWithPosition.make(simpleSymbol682, PairWithPosition.make(simpleSymbol682, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847440), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847434);
        SimpleSymbol simpleSymbol683 = Lit720;
        Lit5240 = PairWithPosition.make(simpleSymbol683, PairWithPosition.make(simpleSymbol683, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847227), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847219);
        SimpleSymbol simpleSymbol684 = Lit8494;
        SimpleSymbol simpleSymbol685 = Lit8493;
        Lit5239 = PairWithPosition.make(simpleSymbol684, PairWithPosition.make(simpleSymbol685, PairWithPosition.make(simpleSymbol685, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847168), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847164), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 847159);
        SimpleSymbol simpleSymbol686 = Lit720;
        Lit5238 = PairWithPosition.make(simpleSymbol686, PairWithPosition.make(simpleSymbol686, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846985), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846977);
        SimpleSymbol simpleSymbol687 = Lit8494;
        SimpleSymbol simpleSymbol688 = Lit8493;
        Lit5237 = PairWithPosition.make(simpleSymbol687, PairWithPosition.make(simpleSymbol688, PairWithPosition.make(simpleSymbol688, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846926), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846922), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846917);
        SimpleSymbol simpleSymbol689 = Lit8493;
        Lit5236 = PairWithPosition.make(simpleSymbol689, PairWithPosition.make(simpleSymbol689, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846746), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846741);
        SimpleSymbol simpleSymbol690 = Lit8494;
        SimpleSymbol simpleSymbol691 = Lit8493;
        Lit5235 = PairWithPosition.make(simpleSymbol690, PairWithPosition.make(simpleSymbol691, PairWithPosition.make(simpleSymbol691, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846696);
        SimpleSymbol simpleSymbol692 = Lit720;
        Lit5234 = PairWithPosition.make(simpleSymbol692, PairWithPosition.make(simpleSymbol692, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846522), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846514);
        SimpleSymbol simpleSymbol693 = Lit8494;
        SimpleSymbol simpleSymbol694 = Lit8493;
        Lit5233 = PairWithPosition.make(simpleSymbol693, PairWithPosition.make(simpleSymbol694, PairWithPosition.make(simpleSymbol694, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846482), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846473);
        SimpleSymbol simpleSymbol695 = Lit720;
        Lit5232 = PairWithPosition.make(simpleSymbol695, PairWithPosition.make(simpleSymbol695, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846272);
        SimpleSymbol simpleSymbol696 = Lit8494;
        SimpleSymbol simpleSymbol697 = Lit8493;
        Lit5231 = PairWithPosition.make(simpleSymbol696, PairWithPosition.make(simpleSymbol697, PairWithPosition.make(simpleSymbol697, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846212);
        SimpleSymbol simpleSymbol698 = Lit720;
        Lit5230 = PairWithPosition.make(simpleSymbol698, PairWithPosition.make(simpleSymbol698, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 846031);
        SimpleSymbol simpleSymbol699 = Lit8494;
        SimpleSymbol simpleSymbol700 = Lit8493;
        Lit5229 = PairWithPosition.make(simpleSymbol699, PairWithPosition.make(simpleSymbol700, PairWithPosition.make(simpleSymbol700, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845980), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845976), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845971);
        SimpleSymbol simpleSymbol701 = Lit8493;
        Lit5228 = PairWithPosition.make(simpleSymbol701, PairWithPosition.make(simpleSymbol701, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845796);
        SimpleSymbol simpleSymbol702 = Lit8494;
        SimpleSymbol simpleSymbol703 = Lit8493;
        Lit5227 = PairWithPosition.make(simpleSymbol702, PairWithPosition.make(simpleSymbol703, PairWithPosition.make(simpleSymbol703, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845756), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845751);
        SimpleSymbol simpleSymbol704 = Lit720;
        Lit5226 = PairWithPosition.make(simpleSymbol704, PairWithPosition.make(simpleSymbol704, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845569);
        SimpleSymbol simpleSymbol705 = Lit8494;
        SimpleSymbol simpleSymbol706 = Lit8493;
        Lit5225 = PairWithPosition.make(simpleSymbol705, PairWithPosition.make(simpleSymbol706, PairWithPosition.make(simpleSymbol706, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845537), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845528);
        SimpleSymbol simpleSymbol707 = Lit8493;
        Lit5224 = PairWithPosition.make(simpleSymbol707, PairWithPosition.make(simpleSymbol707, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845253);
        Lit5223 = (SimpleSymbol) new SimpleSymbol("$orderStatus").readResolve();
        SimpleSymbol simpleSymbol708 = Lit720;
        Lit5222 = PairWithPosition.make(simpleSymbol708, PairWithPosition.make(simpleSymbol708, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845147), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845139);
        SimpleSymbol simpleSymbol709 = Lit8494;
        SimpleSymbol simpleSymbol710 = Lit8493;
        Lit5221 = PairWithPosition.make(simpleSymbol709, PairWithPosition.make(simpleSymbol710, PairWithPosition.make(simpleSymbol710, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845021), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845017), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 845012);
        Lit5220 = (SimpleSymbol) new SimpleSymbol("$orderSymbol").readResolve();
        SimpleSymbol simpleSymbol711 = Lit8494;
        SimpleSymbol simpleSymbol712 = Lit8493;
        Lit5219 = PairWithPosition.make(simpleSymbol711, PairWithPosition.make(simpleSymbol712, PairWithPosition.make(simpleSymbol712, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844847), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844843), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844838);
        SimpleSymbol simpleSymbol713 = Lit8493;
        Lit5218 = PairWithPosition.make(simpleSymbol713, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol713, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844703), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844698), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844693);
        Lit5217 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844527);
        SimpleSymbol simpleSymbol714 = Lit8493;
        Lit5216 = PairWithPosition.make(simpleSymbol714, PairWithPosition.make(simpleSymbol714, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844473);
        SimpleSymbol simpleSymbol715 = Lit8494;
        SimpleSymbol simpleSymbol716 = Lit8493;
        Lit5215 = PairWithPosition.make(simpleSymbol715, PairWithPosition.make(simpleSymbol716, PairWithPosition.make(simpleSymbol716, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844275);
        SimpleSymbol simpleSymbol717 = Lit8494;
        SimpleSymbol simpleSymbol718 = Lit8493;
        Lit5214 = PairWithPosition.make(simpleSymbol717, PairWithPosition.make(simpleSymbol718, PairWithPosition.make(simpleSymbol718, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844246), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844237);
        Lit5213 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 844224);
        Lit5212 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 843934), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 843928);
        SimpleSymbol simpleSymbol719 = Lit8494;
        SimpleSymbol simpleSymbol720 = Lit8493;
        Lit5211 = PairWithPosition.make(simpleSymbol719, PairWithPosition.make(simpleSymbol720, PairWithPosition.make(simpleSymbol720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840580), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840575);
        SimpleSymbol simpleSymbol721 = Lit8497;
        Lit5210 = PairWithPosition.make(simpleSymbol721, PairWithPosition.make(simpleSymbol721, PairWithPosition.make(simpleSymbol721, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840456), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840451), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840445);
        Lit5209 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840416);
        Lit5208 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840236), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840231);
        Lit5207 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840046);
        SimpleSymbol simpleSymbol722 = Lit8494;
        SimpleSymbol simpleSymbol723 = Lit8493;
        Lit5206 = PairWithPosition.make(simpleSymbol722, PairWithPosition.make(simpleSymbol723, PairWithPosition.make(simpleSymbol723, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840580), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840575);
        SimpleSymbol simpleSymbol724 = Lit8497;
        Lit5205 = PairWithPosition.make(simpleSymbol724, PairWithPosition.make(simpleSymbol724, PairWithPosition.make(simpleSymbol724, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840456), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840451), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840445);
        Lit5204 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840416);
        Lit5203 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840236), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840231);
        Lit5202 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 840046);
        Lit5201 = (SimpleSymbol) new SimpleSymbol("$entity_type").readResolve();
        Lit5200 = (SimpleSymbol) new SimpleSymbol("g$notifications").readResolve();
        Lit5199 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 825189);
        SimpleSymbol simpleSymbol725 = Lit9;
        Lit5198 = PairWithPosition.make(simpleSymbol725, PairWithPosition.make(simpleSymbol725, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 825026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 825020);
        SimpleSymbol simpleSymbol726 = Lit9;
        Lit5197 = PairWithPosition.make(simpleSymbol726, PairWithPosition.make(simpleSymbol726, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 824155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 824149);
        SimpleSymbol simpleSymbol727 = Lit8493;
        Lit5196 = PairWithPosition.make(simpleSymbol727, PairWithPosition.make(simpleSymbol727, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823841), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823836);
        SimpleSymbol simpleSymbol728 = Lit8493;
        Lit5195 = PairWithPosition.make(simpleSymbol728, PairWithPosition.make(simpleSymbol728, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823807);
        SimpleSymbol simpleSymbol729 = Lit8493;
        Lit5194 = PairWithPosition.make(simpleSymbol729, PairWithPosition.make(simpleSymbol729, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823693), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823688);
        Lit5193 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823503);
        SimpleSymbol simpleSymbol730 = Lit9;
        Lit5192 = PairWithPosition.make(simpleSymbol730, PairWithPosition.make(simpleSymbol730, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823465);
        Lit5191 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 825189);
        SimpleSymbol simpleSymbol731 = Lit9;
        Lit5190 = PairWithPosition.make(simpleSymbol731, PairWithPosition.make(simpleSymbol731, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 825026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 825020);
        SimpleSymbol simpleSymbol732 = Lit9;
        Lit5189 = PairWithPosition.make(simpleSymbol732, PairWithPosition.make(simpleSymbol732, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 824155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 824149);
        SimpleSymbol simpleSymbol733 = Lit8493;
        Lit5188 = PairWithPosition.make(simpleSymbol733, PairWithPosition.make(simpleSymbol733, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823841), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823836);
        SimpleSymbol simpleSymbol734 = Lit8493;
        Lit5187 = PairWithPosition.make(simpleSymbol734, PairWithPosition.make(simpleSymbol734, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823807);
        SimpleSymbol simpleSymbol735 = Lit8493;
        Lit5186 = PairWithPosition.make(simpleSymbol735, PairWithPosition.make(simpleSymbol735, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823693), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823688);
        Lit5185 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823503);
        SimpleSymbol simpleSymbol736 = Lit9;
        Lit5184 = PairWithPosition.make(simpleSymbol736, PairWithPosition.make(simpleSymbol736, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 823465);
        Lit5183 = (SimpleSymbol) new SimpleSymbol("p$callAlert").readResolve();
        Lit5182 = (SimpleSymbol) new SimpleSymbol("p$closeNotify").readResolve();
        SimpleSymbol simpleSymbol737 = Lit9;
        Lit5181 = PairWithPosition.make(simpleSymbol737, PairWithPosition.make(simpleSymbol737, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807609), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807603);
        SimpleSymbol simpleSymbol738 = Lit8493;
        Lit5180 = PairWithPosition.make(simpleSymbol738, PairWithPosition.make(simpleSymbol738, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807294), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807289);
        SimpleSymbol simpleSymbol739 = Lit8493;
        Lit5179 = PairWithPosition.make(simpleSymbol739, PairWithPosition.make(simpleSymbol739, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807260);
        SimpleSymbol simpleSymbol740 = Lit8493;
        Lit5178 = PairWithPosition.make(simpleSymbol740, PairWithPosition.make(simpleSymbol740, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807107), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807102);
        SimpleSymbol simpleSymbol741 = Lit9;
        Lit5177 = PairWithPosition.make(simpleSymbol741, PairWithPosition.make(simpleSymbol741, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807609), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807603);
        SimpleSymbol simpleSymbol742 = Lit8493;
        Lit5176 = PairWithPosition.make(simpleSymbol742, PairWithPosition.make(simpleSymbol742, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807294), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807289);
        SimpleSymbol simpleSymbol743 = Lit8493;
        Lit5175 = PairWithPosition.make(simpleSymbol743, PairWithPosition.make(simpleSymbol743, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807260);
        SimpleSymbol simpleSymbol744 = Lit8493;
        Lit5174 = PairWithPosition.make(simpleSymbol744, PairWithPosition.make(simpleSymbol744, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807107), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 807102);
        Lit5173 = (SimpleSymbol) new SimpleSymbol("p$notifications").readResolve();
        Lit5172 = (SimpleSymbol) new SimpleSymbol("any$VerticalArrangement$Click").readResolve();
        SimpleSymbol simpleSymbol745 = Lit720;
        Lit5171 = PairWithPosition.make(simpleSymbol745, PairWithPosition.make(simpleSymbol745, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806450);
        Lit5170 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806442), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806436);
        Lit5169 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806322);
        Lit5168 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806113);
        Lit5167 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806090), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806085);
        Lit5166 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 806030);
        SimpleSymbol simpleSymbol746 = Lit8493;
        Lit5165 = PairWithPosition.make(simpleSymbol746, PairWithPosition.make(simpleSymbol746, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805974);
        SimpleSymbol simpleSymbol747 = Lit8494;
        SimpleSymbol simpleSymbol748 = Lit8493;
        Lit5164 = PairWithPosition.make(simpleSymbol747, PairWithPosition.make(simpleSymbol748, PairWithPosition.make(simpleSymbol748, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805735), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805730);
        SimpleSymbol simpleSymbol749 = Lit8493;
        Lit5163 = PairWithPosition.make(simpleSymbol749, PairWithPosition.make(simpleSymbol749, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805367), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805362);
        SimpleSymbol simpleSymbol750 = Lit8494;
        SimpleSymbol simpleSymbol751 = Lit8493;
        Lit5162 = PairWithPosition.make(simpleSymbol750, PairWithPosition.make(simpleSymbol751, PairWithPosition.make(simpleSymbol751, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805329), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805324);
        SimpleSymbol simpleSymbol752 = Lit8497;
        Lit5161 = PairWithPosition.make(simpleSymbol752, PairWithPosition.make(simpleSymbol752, PairWithPosition.make(simpleSymbol752, PairWithPosition.make(simpleSymbol752, PairWithPosition.make(simpleSymbol752, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805108), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805103), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805098), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805092);
        Lit5160 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805068), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805063);
        SimpleSymbol simpleSymbol753 = Lit8494;
        SimpleSymbol simpleSymbol754 = Lit8493;
        Lit5159 = PairWithPosition.make(simpleSymbol753, PairWithPosition.make(simpleSymbol754, PairWithPosition.make(simpleSymbol754, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805033), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805029), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 805024);
        Lit5158 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804832), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804827);
        SimpleSymbol simpleSymbol755 = Lit8494;
        SimpleSymbol simpleSymbol756 = Lit8493;
        Lit5157 = PairWithPosition.make(simpleSymbol755, PairWithPosition.make(simpleSymbol756, PairWithPosition.make(simpleSymbol756, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804797), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804793), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804788);
        Lit5156 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804579);
        SimpleSymbol simpleSymbol757 = Lit8494;
        SimpleSymbol simpleSymbol758 = Lit8493;
        Lit5155 = PairWithPosition.make(simpleSymbol757, PairWithPosition.make(simpleSymbol758, PairWithPosition.make(simpleSymbol758, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804540);
        Lit5154 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804318), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804313);
        SimpleSymbol simpleSymbol759 = Lit8494;
        SimpleSymbol simpleSymbol760 = Lit8493;
        Lit5153 = PairWithPosition.make(simpleSymbol759, PairWithPosition.make(simpleSymbol760, PairWithPosition.make(simpleSymbol760, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804283), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804274);
        Lit5152 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804069);
        SimpleSymbol simpleSymbol761 = Lit8494;
        SimpleSymbol simpleSymbol762 = Lit8493;
        Lit5151 = PairWithPosition.make(simpleSymbol761, PairWithPosition.make(simpleSymbol762, PairWithPosition.make(simpleSymbol762, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804035), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 804030);
        SimpleSymbol simpleSymbol763 = Lit8494;
        SimpleSymbol simpleSymbol764 = Lit8493;
        Lit5150 = PairWithPosition.make(simpleSymbol763, PairWithPosition.make(simpleSymbol764, PairWithPosition.make(simpleSymbol764, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803974), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803970), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803965);
        SimpleSymbol simpleSymbol765 = Lit8494;
        SimpleSymbol simpleSymbol766 = Lit8493;
        Lit5149 = PairWithPosition.make(simpleSymbol765, PairWithPosition.make(simpleSymbol766, PairWithPosition.make(simpleSymbol766, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803918), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803914), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803909);
        Lit5148 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803525);
        Lit5147 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803334);
        Lit5146 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803304), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803298);
        SimpleSymbol simpleSymbol767 = Lit9;
        Lit5145 = PairWithPosition.make(simpleSymbol767, PairWithPosition.make(simpleSymbol767, PairWithPosition.make(simpleSymbol767, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803270), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803264);
        Lit5144 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 803237);
        Lit5143 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 802913);
        Lit5142 = (SimpleSymbol) new SimpleSymbol("any$NiotronMaterialToggleButton$Click").readResolve();
        Lit5141 = IntNum.make(Component.COLOR_LTGRAY);
        Lit5140 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 796216), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 796210);
        Lit5139 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795878), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795873);
        Lit5138 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795843);
        Lit5137 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795637);
        SimpleSymbol simpleSymbol768 = Lit8493;
        Lit5136 = PairWithPosition.make(simpleSymbol768, PairWithPosition.make(simpleSymbol768, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795422), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795417);
        SimpleSymbol simpleSymbol769 = Lit8494;
        SimpleSymbol simpleSymbol770 = Lit8493;
        Lit5135 = PairWithPosition.make(simpleSymbol769, PairWithPosition.make(simpleSymbol770, PairWithPosition.make(simpleSymbol770, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795384), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795379);
        Lit5134 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795368), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 795362);
        Lit5133 = (SimpleSymbol) new SimpleSymbol("$isChecked").readResolve();
        Lit5132 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 794998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 794993);
        Lit5131 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 794963);
        Lit5130 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 794721);
        Lit5129 = (SimpleSymbol) new SimpleSymbol("any$NiotronMaterialTextBox$OnTextChange").readResolve();
        Lit5128 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 786612), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 786601);
        Lit5127 = (SimpleSymbol) new SimpleSymbol("any$NiotronMaterialTextBox$OnFocusChange").readResolve();
        SimpleSymbol simpleSymbol771 = Lit8493;
        Lit5126 = PairWithPosition.make(simpleSymbol771, PairWithPosition.make(simpleSymbol771, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 778951), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 778946);
        Lit5125 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 778733);
        SimpleSymbol simpleSymbol772 = Lit8493;
        Lit5124 = PairWithPosition.make(simpleSymbol772, PairWithPosition.make(simpleSymbol772, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 778477), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 778472);
        Lit5123 = (SimpleSymbol) new SimpleSymbol("$hasFocus").readResolve();
        Lit5122 = (SimpleSymbol) new SimpleSymbol("any$NiotronCardView$LongClick").readResolve();
        Lit5121 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771780), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771775);
        Lit5120 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771572), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771566);
        Lit5119 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771526), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771509);
        Lit5118 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771496);
        SimpleSymbol simpleSymbol773 = Lit8493;
        Lit5117 = PairWithPosition.make(simpleSymbol773, PairWithPosition.make(simpleSymbol773, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771386), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771381);
        Lit5116 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771116);
        Lit5115 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 771086);
        SimpleSymbol simpleSymbol774 = Lit8494;
        SimpleSymbol simpleSymbol775 = Lit8493;
        Lit5114 = PairWithPosition.make(simpleSymbol774, PairWithPosition.make(simpleSymbol775, PairWithPosition.make(simpleSymbol775, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770959);
        Lit5113 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770946);
        Lit5112 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770603), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770597);
        SimpleSymbol simpleSymbol776 = Lit9;
        Lit5111 = PairWithPosition.make(simpleSymbol776, PairWithPosition.make(simpleSymbol776, PairWithPosition.make(simpleSymbol776, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770410), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770405), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770399);
        Lit5110 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770374);
        Lit5109 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 770145);
        Lit5108 = (SimpleSymbol) new SimpleSymbol("any$NiotronCardView$Click").readResolve();
        Lit5107 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 767658);
        SimpleSymbol simpleSymbol777 = Lit9;
        Lit5106 = PairWithPosition.make(simpleSymbol777, PairWithPosition.make(simpleSymbol777, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 767519), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 767513);
        SimpleSymbol simpleSymbol778 = Lit9;
        Lit5105 = PairWithPosition.make(simpleSymbol778, PairWithPosition.make(simpleSymbol778, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 767346), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 767340);
        SimpleSymbol simpleSymbol779 = Lit9;
        Lit5104 = PairWithPosition.make(simpleSymbol779, PairWithPosition.make(simpleSymbol779, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 767173), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 767167);
        SimpleSymbol simpleSymbol780 = Lit9;
        Lit5103 = PairWithPosition.make(simpleSymbol780, PairWithPosition.make(simpleSymbol780, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766996), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766990);
        SimpleSymbol simpleSymbol781 = Lit8494;
        SimpleSymbol simpleSymbol782 = Lit8493;
        Lit5102 = PairWithPosition.make(simpleSymbol781, PairWithPosition.make(simpleSymbol782, PairWithPosition.make(simpleSymbol782, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766953), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766948);
        Lit5101 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766935);
        Lit5100 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766689);
        SimpleSymbol simpleSymbol783 = Lit9;
        Lit5099 = PairWithPosition.make(simpleSymbol783, PairWithPosition.make(simpleSymbol783, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766576);
        SimpleSymbol simpleSymbol784 = Lit9;
        Lit5098 = PairWithPosition.make(simpleSymbol784, PairWithPosition.make(simpleSymbol784, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766262), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 766256);
        Lit5097 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765999);
        SimpleSymbol simpleSymbol785 = Lit8493;
        Lit5096 = PairWithPosition.make(simpleSymbol785, PairWithPosition.make(simpleSymbol785, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765975), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765970);
        SimpleSymbol simpleSymbol786 = Lit9;
        Lit5095 = PairWithPosition.make(simpleSymbol786, PairWithPosition.make(simpleSymbol786, PairWithPosition.make(simpleSymbol786, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765758), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765753), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765747);
        Lit5094 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765737);
        SimpleSymbol simpleSymbol787 = Lit8494;
        SimpleSymbol simpleSymbol788 = Lit8493;
        Lit5093 = PairWithPosition.make(simpleSymbol787, PairWithPosition.make(simpleSymbol788, PairWithPosition.make(simpleSymbol788, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765708), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765704), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765699);
        SimpleSymbol simpleSymbol789 = Lit8494;
        SimpleSymbol simpleSymbol790 = Lit8493;
        Lit5092 = PairWithPosition.make(simpleSymbol789, PairWithPosition.make(simpleSymbol790, PairWithPosition.make(simpleSymbol790, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765423), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765419), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765414);
        SimpleSymbol simpleSymbol791 = Lit8494;
        SimpleSymbol simpleSymbol792 = Lit8493;
        Lit5091 = PairWithPosition.make(simpleSymbol791, PairWithPosition.make(simpleSymbol792, PairWithPosition.make(simpleSymbol792, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765361), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765357), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 765352);
        SimpleSymbol simpleSymbol793 = Lit9;
        Lit5090 = PairWithPosition.make(simpleSymbol793, PairWithPosition.make(simpleSymbol793, PairWithPosition.make(simpleSymbol793, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764996), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764991), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764985);
        Lit5089 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764975);
        SimpleSymbol simpleSymbol794 = Lit8494;
        SimpleSymbol simpleSymbol795 = Lit8493;
        Lit5088 = PairWithPosition.make(simpleSymbol794, PairWithPosition.make(simpleSymbol795, PairWithPosition.make(simpleSymbol795, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764946), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764942), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764937);
        SimpleSymbol simpleSymbol796 = Lit8494;
        SimpleSymbol simpleSymbol797 = Lit8493;
        Lit5087 = PairWithPosition.make(simpleSymbol796, PairWithPosition.make(simpleSymbol797, PairWithPosition.make(simpleSymbol797, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764661), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764652);
        SimpleSymbol simpleSymbol798 = Lit8494;
        SimpleSymbol simpleSymbol799 = Lit8493;
        Lit5086 = PairWithPosition.make(simpleSymbol798, PairWithPosition.make(simpleSymbol799, PairWithPosition.make(simpleSymbol799, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764599), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764595), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764590);
        SimpleSymbol simpleSymbol800 = Lit8494;
        SimpleSymbol simpleSymbol801 = Lit8493;
        Lit5085 = PairWithPosition.make(simpleSymbol800, PairWithPosition.make(simpleSymbol801, PairWithPosition.make(simpleSymbol801, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764219);
        SimpleSymbol simpleSymbol802 = Lit9;
        Lit5084 = PairWithPosition.make(simpleSymbol802, PairWithPosition.make(simpleSymbol802, PairWithPosition.make(simpleSymbol802, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764191), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 764185);
        SimpleSymbol simpleSymbol803 = Lit9;
        Lit5083 = PairWithPosition.make(simpleSymbol803, PairWithPosition.make(simpleSymbol803, PairWithPosition.make(simpleSymbol803, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763897), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763892), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763886);
        Lit5082 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763861);
        SimpleSymbol simpleSymbol804 = Lit8494;
        SimpleSymbol simpleSymbol805 = Lit8493;
        Lit5081 = PairWithPosition.make(simpleSymbol804, PairWithPosition.make(simpleSymbol805, PairWithPosition.make(simpleSymbol805, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763664), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763655);
        Lit5080 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763556);
        SimpleSymbol simpleSymbol806 = Lit9;
        Lit5079 = PairWithPosition.make(simpleSymbol806, PairWithPosition.make(simpleSymbol806, PairWithPosition.make(simpleSymbol806, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763522);
        Lit5078 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763497);
        SimpleSymbol simpleSymbol807 = Lit9;
        Lit5077 = PairWithPosition.make(simpleSymbol807, PairWithPosition.make(simpleSymbol807, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763184);
        Lit5076 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 763164);
        Lit5075 = (SimpleSymbol) new SimpleSymbol("$OrderItem").readResolve();
        SimpleSymbol simpleSymbol808 = Lit9;
        Lit5074 = PairWithPosition.make(simpleSymbol808, PairWithPosition.make(simpleSymbol808, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762863), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762857);
        Lit5073 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762835);
        SimpleSymbol simpleSymbol809 = Lit9;
        Lit5072 = PairWithPosition.make(simpleSymbol809, PairWithPosition.make(simpleSymbol809, PairWithPosition.make(simpleSymbol809, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762547), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762542), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762536);
        SimpleSymbol simpleSymbol810 = Lit9;
        Lit5071 = PairWithPosition.make(simpleSymbol810, PairWithPosition.make(simpleSymbol810, PairWithPosition.make(simpleSymbol810, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762505), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762494);
        SimpleSymbol simpleSymbol811 = Lit9;
        Lit5070 = PairWithPosition.make(simpleSymbol811, PairWithPosition.make(simpleSymbol811, PairWithPosition.make(simpleSymbol811, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762462), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762457), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762451);
        SimpleSymbol simpleSymbol812 = Lit9;
        Lit5069 = PairWithPosition.make(simpleSymbol812, PairWithPosition.make(simpleSymbol812, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762205);
        Lit5068 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762074);
        Lit5067 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 761953);
        Lit5066 = (SimpleSymbol) new SimpleSymbol("any$Label$Click").readResolve();
        SimpleSymbol simpleSymbol813 = Lit8494;
        SimpleSymbol simpleSymbol814 = Lit8493;
        Lit5065 = PairWithPosition.make(simpleSymbol813, PairWithPosition.make(simpleSymbol814, PairWithPosition.make(simpleSymbol814, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762184);
        Lit5064 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 762042);
        SimpleSymbol simpleSymbol815 = Lit9;
        Lit5063 = PairWithPosition.make(simpleSymbol815, PairWithPosition.make(simpleSymbol815, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 761656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 761650);
        SimpleSymbol simpleSymbol816 = Lit8494;
        SimpleSymbol simpleSymbol817 = Lit8493;
        Lit5062 = PairWithPosition.make(simpleSymbol816, PairWithPosition.make(simpleSymbol817, PairWithPosition.make(simpleSymbol817, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 761621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 761617), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 761612);
        Lit5061 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 761490);
        Lit5060 = (SimpleSymbol) new SimpleSymbol("Clickable").readResolve();
        SimpleSymbol simpleSymbol818 = Lit720;
        Lit5059 = PairWithPosition.make(simpleSymbol818, PairWithPosition.make(simpleSymbol818, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760477), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760469);
        Lit5058 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760455);
        Lit5057 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760341);
        Lit5056 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760179);
        Lit5055 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760151);
        Lit5054 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760096);
        SimpleSymbol simpleSymbol819 = Lit8493;
        Lit5053 = PairWithPosition.make(simpleSymbol819, PairWithPosition.make(simpleSymbol819, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760045), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 760040);
        SimpleSymbol simpleSymbol820 = Lit8494;
        SimpleSymbol simpleSymbol821 = Lit8493;
        Lit5052 = PairWithPosition.make(simpleSymbol820, PairWithPosition.make(simpleSymbol821, PairWithPosition.make(simpleSymbol821, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759805), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759796);
        Lit5051 = (SimpleSymbol) new SimpleSymbol("PerformClick").readResolve();
        Lit5050 = (SimpleSymbol) new SimpleSymbol("btn_optionchain").readResolve();
        SimpleSymbol simpleSymbol822 = Lit8493;
        Lit5049 = PairWithPosition.make(simpleSymbol822, PairWithPosition.make(simpleSymbol822, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759428);
        SimpleSymbol simpleSymbol823 = Lit8494;
        SimpleSymbol simpleSymbol824 = Lit8493;
        Lit5048 = PairWithPosition.make(simpleSymbol823, PairWithPosition.make(simpleSymbol824, PairWithPosition.make(simpleSymbol824, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759399), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759395), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759390);
        SimpleSymbol simpleSymbol825 = Lit720;
        Lit5047 = PairWithPosition.make(simpleSymbol825, PairWithPosition.make(simpleSymbol825, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759186), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759178);
        Lit5046 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 759154);
        SimpleSymbol simpleSymbol826 = Lit9;
        Lit5045 = PairWithPosition.make(simpleSymbol826, PairWithPosition.make(simpleSymbol826, PairWithPosition.make(simpleSymbol826, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758994), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758989), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758983);
        SimpleSymbol simpleSymbol827 = Lit8494;
        SimpleSymbol simpleSymbol828 = Lit8493;
        Lit5044 = PairWithPosition.make(simpleSymbol827, PairWithPosition.make(simpleSymbol828, PairWithPosition.make(simpleSymbol828, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758947), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758938);
        Lit5043 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758708);
        Lit5042 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758678);
        SimpleSymbol simpleSymbol829 = Lit8494;
        SimpleSymbol simpleSymbol830 = Lit8493;
        Lit5041 = PairWithPosition.make(simpleSymbol829, PairWithPosition.make(simpleSymbol830, PairWithPosition.make(simpleSymbol830, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758568), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758564), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758559);
        SimpleSymbol simpleSymbol831 = Lit8493;
        Lit5040 = PairWithPosition.make(simpleSymbol831, PairWithPosition.make(simpleSymbol831, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758368), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758363);
        Lit5039 = (SimpleSymbol) new SimpleSymbol("g$temperr").readResolve();
        SimpleSymbol simpleSymbol832 = Lit8497;
        Lit5038 = PairWithPosition.make(simpleSymbol832, PairWithPosition.make(simpleSymbol832, PairWithPosition.make(simpleSymbol832, PairWithPosition.make(simpleSymbol832, PairWithPosition.make(simpleSymbol832, PairWithPosition.make(simpleSymbol832, PairWithPosition.make(simpleSymbol832, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758094), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758089), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758084), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758079), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758069), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758063);
        Lit5037 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758034);
        SimpleSymbol simpleSymbol833 = Lit8494;
        SimpleSymbol simpleSymbol834 = Lit8493;
        Lit5036 = PairWithPosition.make(simpleSymbol833, PairWithPosition.make(simpleSymbol834, PairWithPosition.make(simpleSymbol834, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758004), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 758000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757995);
        Lit5035 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757805), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757800);
        Lit5034 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757769), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757763);
        SimpleSymbol simpleSymbol835 = Lit9;
        Lit5033 = PairWithPosition.make(simpleSymbol835, PairWithPosition.make(simpleSymbol835, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757744), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757738);
        SimpleSymbol simpleSymbol836 = Lit8494;
        SimpleSymbol simpleSymbol837 = Lit8493;
        Lit5032 = PairWithPosition.make(simpleSymbol836, PairWithPosition.make(simpleSymbol837, PairWithPosition.make(simpleSymbol837, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757696);
        Lit5031 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757387), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757382);
        SimpleSymbol simpleSymbol838 = Lit8494;
        SimpleSymbol simpleSymbol839 = Lit8493;
        Lit5030 = PairWithPosition.make(simpleSymbol838, PairWithPosition.make(simpleSymbol839, PairWithPosition.make(simpleSymbol839, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757352), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757343);
        Lit5029 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757146);
        SimpleSymbol simpleSymbol840 = Lit8494;
        SimpleSymbol simpleSymbol841 = Lit8493;
        Lit5028 = PairWithPosition.make(simpleSymbol840, PairWithPosition.make(simpleSymbol841, PairWithPosition.make(simpleSymbol841, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757116), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757112), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757107);
        Lit5027 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756903), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756898);
        SimpleSymbol simpleSymbol842 = Lit8494;
        SimpleSymbol simpleSymbol843 = Lit8493;
        Lit5026 = PairWithPosition.make(simpleSymbol842, PairWithPosition.make(simpleSymbol843, PairWithPosition.make(simpleSymbol843, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756868), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756864), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756859);
        Lit5025 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756637), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756632);
        SimpleSymbol simpleSymbol844 = Lit8494;
        SimpleSymbol simpleSymbol845 = Lit8493;
        Lit5024 = PairWithPosition.make(simpleSymbol844, PairWithPosition.make(simpleSymbol845, PairWithPosition.make(simpleSymbol845, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756593);
        Lit5023 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756393), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756388);
        SimpleSymbol simpleSymbol846 = Lit8494;
        SimpleSymbol simpleSymbol847 = Lit8493;
        Lit5022 = PairWithPosition.make(simpleSymbol846, PairWithPosition.make(simpleSymbol847, PairWithPosition.make(simpleSymbol847, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756358), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756349);
        SimpleSymbol simpleSymbol848 = Lit8494;
        SimpleSymbol simpleSymbol849 = Lit8493;
        Lit5021 = PairWithPosition.make(simpleSymbol848, PairWithPosition.make(simpleSymbol849, PairWithPosition.make(simpleSymbol849, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756293), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756284);
        SimpleSymbol simpleSymbol850 = Lit8494;
        SimpleSymbol simpleSymbol851 = Lit8493;
        Lit5020 = PairWithPosition.make(simpleSymbol850, PairWithPosition.make(simpleSymbol851, PairWithPosition.make(simpleSymbol851, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756228);
        Lit5019 = (SimpleSymbol) new SimpleSymbol("$jsonID").readResolve();
        Lit5018 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755850), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755844);
        Lit5017 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755653);
        Lit5016 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755623), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755617);
        SimpleSymbol simpleSymbol852 = Lit9;
        Lit5015 = PairWithPosition.make(simpleSymbol852, PairWithPosition.make(simpleSymbol852, PairWithPosition.make(simpleSymbol852, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755594), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755589), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755583);
        Lit5014 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755556);
        SimpleSymbol simpleSymbol853 = Lit9;
        Lit5013 = PairWithPosition.make(simpleSymbol853, PairWithPosition.make(simpleSymbol853, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755187);
        Lit5012 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 755163);
        Lit5011 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754930);
        SimpleSymbol simpleSymbol854 = Lit9;
        Lit5010 = PairWithPosition.make(simpleSymbol854, PairWithPosition.make(simpleSymbol854, PairWithPosition.make(simpleSymbol854, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754907), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754902), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754896);
        Lit5009 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754869);
        Lit5008 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754637);
        SimpleSymbol simpleSymbol855 = Lit8493;
        Lit5007 = PairWithPosition.make(simpleSymbol855, PairWithPosition.make(simpleSymbol855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754497), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754492);
        SimpleSymbol simpleSymbol856 = Lit8493;
        Lit5006 = PairWithPosition.make(simpleSymbol856, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol856, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754465), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754455);
        Lit5005 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754442);
        SimpleSymbol simpleSymbol857 = Lit9;
        Lit5004 = PairWithPosition.make(simpleSymbol857, PairWithPosition.make(simpleSymbol857, PairWithPosition.make(simpleSymbol857, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754252);
        Lit5003 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 754221);
        SimpleSymbol simpleSymbol858 = Lit9;
        Lit5002 = PairWithPosition.make(simpleSymbol858, PairWithPosition.make(simpleSymbol858, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 753962), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 753956);
        Lit5001 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 753928);
        Lit5000 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 753761);
        Lit4999 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756998);
        Lit4998 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756807);
        Lit4997 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756705);
        SimpleSymbol simpleSymbol859 = Lit9;
        Lit4996 = PairWithPosition.make(simpleSymbol859, PairWithPosition.make(simpleSymbol859, PairWithPosition.make(simpleSymbol859, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756682), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756677), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756671);
        SimpleSymbol simpleSymbol860 = Lit9;
        Lit4995 = PairWithPosition.make(simpleSymbol860, PairWithPosition.make(simpleSymbol860, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756614), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756608);
        Lit4994 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751477);
        Lit4993 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751383);
        SimpleSymbol simpleSymbol861 = Lit8494;
        SimpleSymbol simpleSymbol862 = Lit8493;
        Lit4992 = PairWithPosition.make(simpleSymbol861, PairWithPosition.make(simpleSymbol862, PairWithPosition.make(simpleSymbol862, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751246), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751241);
        SimpleSymbol simpleSymbol863 = Lit8494;
        SimpleSymbol simpleSymbol864 = Lit8493;
        Lit4991 = PairWithPosition.make(simpleSymbol863, PairWithPosition.make(simpleSymbol864, PairWithPosition.make(simpleSymbol864, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751135), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751131), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751126);
        Lit4990 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751039);
        SimpleSymbol simpleSymbol865 = Lit9;
        Lit4989 = PairWithPosition.make(simpleSymbol865, PairWithPosition.make(simpleSymbol865, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750777);
        SimpleSymbol simpleSymbol866 = Lit8493;
        Lit4988 = PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, PairWithPosition.make(simpleSymbol866, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750748), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750744), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750740), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750732), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750724), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750720), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750716), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750711);
        SimpleSymbol simpleSymbol867 = Lit8493;
        Lit4987 = PairWithPosition.make(simpleSymbol867, PairWithPosition.make(simpleSymbol867, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750677), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750672);
        Lit4986 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750645);
        SimpleSymbol simpleSymbol868 = Lit8494;
        SimpleSymbol simpleSymbol869 = Lit8493;
        Lit4985 = PairWithPosition.make(simpleSymbol868, PairWithPosition.make(simpleSymbol869, PairWithPosition.make(simpleSymbol869, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750612), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750607);
        SimpleSymbol simpleSymbol870 = Lit8494;
        SimpleSymbol simpleSymbol871 = Lit8493;
        Lit4984 = PairWithPosition.make(simpleSymbol870, PairWithPosition.make(simpleSymbol871, PairWithPosition.make(simpleSymbol871, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750358), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750349);
        SimpleSymbol simpleSymbol872 = Lit8494;
        SimpleSymbol simpleSymbol873 = Lit8493;
        Lit4983 = PairWithPosition.make(simpleSymbol872, PairWithPosition.make(simpleSymbol873, PairWithPosition.make(simpleSymbol873, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750206);
        Lit4982 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750174), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750168);
        SimpleSymbol simpleSymbol874 = Lit8494;
        SimpleSymbol simpleSymbol875 = Lit8493;
        Lit4981 = PairWithPosition.make(simpleSymbol874, PairWithPosition.make(simpleSymbol875, PairWithPosition.make(simpleSymbol875, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750133), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750128);
        SimpleSymbol simpleSymbol876 = Lit8494;
        SimpleSymbol simpleSymbol877 = Lit8493;
        Lit4980 = PairWithPosition.make(simpleSymbol876, PairWithPosition.make(simpleSymbol877, PairWithPosition.make(simpleSymbol877, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749791), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749787), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749782);
        Lit4979 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749750), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749744);
        SimpleSymbol simpleSymbol878 = Lit8494;
        SimpleSymbol simpleSymbol879 = Lit8493;
        Lit4978 = PairWithPosition.make(simpleSymbol878, PairWithPosition.make(simpleSymbol879, PairWithPosition.make(simpleSymbol879, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749709), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749704);
        SimpleSymbol simpleSymbol880 = Lit8494;
        SimpleSymbol simpleSymbol881 = Lit8493;
        Lit4977 = PairWithPosition.make(simpleSymbol880, PairWithPosition.make(simpleSymbol881, PairWithPosition.make(simpleSymbol881, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749367), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749363), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749358);
        Lit4976 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749326), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749320);
        SimpleSymbol simpleSymbol882 = Lit8494;
        SimpleSymbol simpleSymbol883 = Lit8493;
        Lit4975 = PairWithPosition.make(simpleSymbol882, PairWithPosition.make(simpleSymbol883, PairWithPosition.make(simpleSymbol883, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749285), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749280);
        SimpleSymbol simpleSymbol884 = Lit8494;
        SimpleSymbol simpleSymbol885 = Lit8493;
        Lit4974 = PairWithPosition.make(simpleSymbol884, PairWithPosition.make(simpleSymbol885, PairWithPosition.make(simpleSymbol885, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748939), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748934);
        SimpleSymbol simpleSymbol886 = Lit8494;
        SimpleSymbol simpleSymbol887 = Lit8493;
        Lit4973 = PairWithPosition.make(simpleSymbol886, PairWithPosition.make(simpleSymbol887, PairWithPosition.make(simpleSymbol887, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748804), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748795);
        SimpleSymbol simpleSymbol888 = Lit8494;
        SimpleSymbol simpleSymbol889 = Lit8493;
        Lit4972 = PairWithPosition.make(simpleSymbol888, PairWithPosition.make(simpleSymbol889, PairWithPosition.make(simpleSymbol889, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748651);
        SimpleSymbol simpleSymbol890 = Lit8494;
        SimpleSymbol simpleSymbol891 = Lit8493;
        Lit4971 = PairWithPosition.make(simpleSymbol890, PairWithPosition.make(simpleSymbol891, PairWithPosition.make(simpleSymbol891, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748514), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748510), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748505);
        SimpleSymbol simpleSymbol892 = Lit8494;
        SimpleSymbol simpleSymbol893 = Lit8493;
        Lit4970 = PairWithPosition.make(simpleSymbol892, PairWithPosition.make(simpleSymbol893, PairWithPosition.make(simpleSymbol893, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748374), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748369);
        SimpleSymbol simpleSymbol894 = Lit8494;
        SimpleSymbol simpleSymbol895 = Lit8493;
        Lit4969 = PairWithPosition.make(simpleSymbol894, PairWithPosition.make(simpleSymbol895, PairWithPosition.make(simpleSymbol895, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748225);
        Lit4968 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748045);
        Lit4967 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746381);
        SimpleSymbol simpleSymbol896 = Lit8494;
        SimpleSymbol simpleSymbol897 = Lit8493;
        Lit4966 = PairWithPosition.make(simpleSymbol896, PairWithPosition.make(simpleSymbol897, PairWithPosition.make(simpleSymbol897, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746347), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746342);
        SimpleSymbol simpleSymbol898 = Lit8494;
        SimpleSymbol simpleSymbol899 = Lit8493;
        Lit4965 = PairWithPosition.make(simpleSymbol898, PairWithPosition.make(simpleSymbol899, PairWithPosition.make(simpleSymbol899, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746236), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746232), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746227);
        Lit4964 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746140);
        Lit4963 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 745632);
        Lit4962 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 757009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756998);
        Lit4961 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756807);
        Lit4960 = (SimpleSymbol) new SimpleSymbol("vaRecommend").readResolve();
        Lit4959 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756705);
        SimpleSymbol simpleSymbol900 = Lit9;
        Lit4958 = PairWithPosition.make(simpleSymbol900, PairWithPosition.make(simpleSymbol900, PairWithPosition.make(simpleSymbol900, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756682), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756677), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756671);
        SimpleSymbol simpleSymbol901 = Lit9;
        Lit4957 = PairWithPosition.make(simpleSymbol901, PairWithPosition.make(simpleSymbol901, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756614), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 756608);
        Lit4956 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751477);
        Lit4955 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751383);
        Lit4954 = IntNum.make(6);
        Lit4953 = (SimpleSymbol) new SimpleSymbol("vaRecommWV").readResolve();
        SimpleSymbol simpleSymbol902 = Lit8494;
        SimpleSymbol simpleSymbol903 = Lit8493;
        Lit4952 = PairWithPosition.make(simpleSymbol902, PairWithPosition.make(simpleSymbol903, PairWithPosition.make(simpleSymbol903, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751246), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751241);
        SimpleSymbol simpleSymbol904 = Lit8494;
        SimpleSymbol simpleSymbol905 = Lit8493;
        Lit4951 = PairWithPosition.make(simpleSymbol904, PairWithPosition.make(simpleSymbol905, PairWithPosition.make(simpleSymbol905, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751135), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751131), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751126);
        Lit4950 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 751039);
        SimpleSymbol simpleSymbol906 = Lit9;
        Lit4949 = PairWithPosition.make(simpleSymbol906, PairWithPosition.make(simpleSymbol906, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750777);
        SimpleSymbol simpleSymbol907 = Lit8493;
        Lit4948 = PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, PairWithPosition.make(simpleSymbol907, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750748), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750744), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750740), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750732), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750724), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750720), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750716), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750711);
        SimpleSymbol simpleSymbol908 = Lit8493;
        Lit4947 = PairWithPosition.make(simpleSymbol908, PairWithPosition.make(simpleSymbol908, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750677), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750672);
        Lit4946 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750645);
        SimpleSymbol simpleSymbol909 = Lit8494;
        SimpleSymbol simpleSymbol910 = Lit8493;
        Lit4945 = PairWithPosition.make(simpleSymbol909, PairWithPosition.make(simpleSymbol910, PairWithPosition.make(simpleSymbol910, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750612), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750607);
        SimpleSymbol simpleSymbol911 = Lit8494;
        SimpleSymbol simpleSymbol912 = Lit8493;
        Lit4944 = PairWithPosition.make(simpleSymbol911, PairWithPosition.make(simpleSymbol912, PairWithPosition.make(simpleSymbol912, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750358), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750349);
        SimpleSymbol simpleSymbol913 = Lit8494;
        SimpleSymbol simpleSymbol914 = Lit8493;
        Lit4943 = PairWithPosition.make(simpleSymbol913, PairWithPosition.make(simpleSymbol914, PairWithPosition.make(simpleSymbol914, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750206);
        Lit4942 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750174), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750168);
        SimpleSymbol simpleSymbol915 = Lit8494;
        SimpleSymbol simpleSymbol916 = Lit8493;
        Lit4941 = PairWithPosition.make(simpleSymbol915, PairWithPosition.make(simpleSymbol916, PairWithPosition.make(simpleSymbol916, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750133), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 750128);
        SimpleSymbol simpleSymbol917 = Lit8494;
        SimpleSymbol simpleSymbol918 = Lit8493;
        Lit4940 = PairWithPosition.make(simpleSymbol917, PairWithPosition.make(simpleSymbol918, PairWithPosition.make(simpleSymbol918, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749791), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749787), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749782);
        Lit4939 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749750), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749744);
        SimpleSymbol simpleSymbol919 = Lit8494;
        SimpleSymbol simpleSymbol920 = Lit8493;
        Lit4938 = PairWithPosition.make(simpleSymbol919, PairWithPosition.make(simpleSymbol920, PairWithPosition.make(simpleSymbol920, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749709), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749704);
        SimpleSymbol simpleSymbol921 = Lit8494;
        SimpleSymbol simpleSymbol922 = Lit8493;
        Lit4937 = PairWithPosition.make(simpleSymbol921, PairWithPosition.make(simpleSymbol922, PairWithPosition.make(simpleSymbol922, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749367), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749363), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749358);
        Lit4936 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749326), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749320);
        SimpleSymbol simpleSymbol923 = Lit8494;
        SimpleSymbol simpleSymbol924 = Lit8493;
        Lit4935 = PairWithPosition.make(simpleSymbol923, PairWithPosition.make(simpleSymbol924, PairWithPosition.make(simpleSymbol924, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749285), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 749280);
        SimpleSymbol simpleSymbol925 = Lit8494;
        SimpleSymbol simpleSymbol926 = Lit8493;
        Lit4934 = PairWithPosition.make(simpleSymbol925, PairWithPosition.make(simpleSymbol926, PairWithPosition.make(simpleSymbol926, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748939), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748934);
        SimpleSymbol simpleSymbol927 = Lit8494;
        SimpleSymbol simpleSymbol928 = Lit8493;
        Lit4933 = PairWithPosition.make(simpleSymbol927, PairWithPosition.make(simpleSymbol928, PairWithPosition.make(simpleSymbol928, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748804), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748795);
        SimpleSymbol simpleSymbol929 = Lit8494;
        SimpleSymbol simpleSymbol930 = Lit8493;
        Lit4932 = PairWithPosition.make(simpleSymbol929, PairWithPosition.make(simpleSymbol930, PairWithPosition.make(simpleSymbol930, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748651);
        SimpleSymbol simpleSymbol931 = Lit8494;
        SimpleSymbol simpleSymbol932 = Lit8493;
        Lit4931 = PairWithPosition.make(simpleSymbol931, PairWithPosition.make(simpleSymbol932, PairWithPosition.make(simpleSymbol932, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748514), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748510), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748505);
        SimpleSymbol simpleSymbol933 = Lit8494;
        SimpleSymbol simpleSymbol934 = Lit8493;
        Lit4930 = PairWithPosition.make(simpleSymbol933, PairWithPosition.make(simpleSymbol934, PairWithPosition.make(simpleSymbol934, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748374), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748369);
        SimpleSymbol simpleSymbol935 = Lit8494;
        SimpleSymbol simpleSymbol936 = Lit8493;
        Lit4929 = PairWithPosition.make(simpleSymbol935, PairWithPosition.make(simpleSymbol936, PairWithPosition.make(simpleSymbol936, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748225);
        Lit4928 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 748045);
        Lit4927 = (SimpleSymbol) new SimpleSymbol("lblRecommend").readResolve();
        Lit4926 = (SimpleSymbol) new SimpleSymbol("Label82").readResolve();
        Lit4925 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746381);
        SimpleSymbol simpleSymbol937 = Lit8494;
        SimpleSymbol simpleSymbol938 = Lit8493;
        Lit4924 = PairWithPosition.make(simpleSymbol937, PairWithPosition.make(simpleSymbol938, PairWithPosition.make(simpleSymbol938, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746347), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746342);
        SimpleSymbol simpleSymbol939 = Lit8494;
        SimpleSymbol simpleSymbol940 = Lit8493;
        Lit4923 = PairWithPosition.make(simpleSymbol939, PairWithPosition.make(simpleSymbol940, PairWithPosition.make(simpleSymbol940, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746236), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746232), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746227);
        Lit4922 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 746140);
        Lit4921 = (SimpleSymbol) new SimpleSymbol("AlignHorizontal").readResolve();
        Lit4920 = (SimpleSymbol) new SimpleSymbol("vsaRecommend").readResolve();
        Lit4919 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 745632);
        Lit4918 = (SimpleSymbol) new SimpleSymbol("p$recommendations").readResolve();
        Lit4917 = (SimpleSymbol) new SimpleSymbol("any$HorizontalArrangement$Click").readResolve();
        SimpleSymbol simpleSymbol941 = Lit9;
        Lit4916 = PairWithPosition.make(simpleSymbol941, PairWithPosition.make(simpleSymbol941, PairWithPosition.make(simpleSymbol941, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 741779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 741774), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 741768);
        Lit4915 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 741739);
        Lit4914 = (SimpleSymbol) new SimpleSymbol("GetId").readResolve();
        Lit4913 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 741473);
        Lit4912 = (SimpleSymbol) new SimpleSymbol("any$HorizontalArrangement$LongClick").readResolve();
        Lit4911 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733456);
        Lit4910 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733357);
        Lit4909 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733342);
        Lit4908 = (SimpleSymbol) new SimpleSymbol("$component").readResolve();
        Lit4907 = (SimpleSymbol) new SimpleSymbol("IsDynamic").readResolve();
        Lit4906 = (SimpleSymbol) new SimpleSymbol("ShowAlert").readResolve();
        Lit4905 = (SimpleSymbol) new SimpleSymbol("Notifier1").readResolve();
        Lit4904 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725573), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725557);
        SimpleSymbol simpleSymbol942 = Lit8494;
        SimpleSymbol simpleSymbol943 = Lit8493;
        Lit4903 = PairWithPosition.make(simpleSymbol942, PairWithPosition.make(simpleSymbol943, PairWithPosition.make(simpleSymbol943, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725527), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725523), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725518);
        SimpleSymbol simpleSymbol944 = Lit9;
        Lit4902 = PairWithPosition.make(simpleSymbol944, PairWithPosition.make(simpleSymbol944, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725382);
        SimpleSymbol simpleSymbol945 = Lit8494;
        SimpleSymbol simpleSymbol946 = Lit8493;
        Lit4901 = PairWithPosition.make(simpleSymbol945, PairWithPosition.make(simpleSymbol946, PairWithPosition.make(simpleSymbol946, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725341), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725337), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725332);
        Lit4900 = (SimpleSymbol) new SimpleSymbol("$selected").readResolve();
        Lit4899 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725573), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725557);
        SimpleSymbol simpleSymbol947 = Lit8494;
        SimpleSymbol simpleSymbol948 = Lit8493;
        Lit4898 = PairWithPosition.make(simpleSymbol947, PairWithPosition.make(simpleSymbol948, PairWithPosition.make(simpleSymbol948, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725527), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725523), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725518);
        Lit4897 = IntNum.make(15);
        SimpleSymbol simpleSymbol949 = Lit9;
        Lit4896 = PairWithPosition.make(simpleSymbol949, PairWithPosition.make(simpleSymbol949, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725382);
        SimpleSymbol simpleSymbol950 = Lit8494;
        SimpleSymbol simpleSymbol951 = Lit8493;
        Lit4895 = PairWithPosition.make(simpleSymbol950, PairWithPosition.make(simpleSymbol951, PairWithPosition.make(simpleSymbol951, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725341), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725337), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725332);
        Lit4894 = (SimpleSymbol) new SimpleSymbol("p$lotsizeBN").readResolve();
        SimpleSymbol simpleSymbol952 = Lit9;
        Lit4893 = PairWithPosition.make(simpleSymbol952, PairWithPosition.make(simpleSymbol952, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740707), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740701);
        Lit4892 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740640);
        Lit4891 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740627);
        Lit4890 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740507);
        SimpleSymbol simpleSymbol953 = Lit8493;
        Lit4889 = PairWithPosition.make(simpleSymbol953, PairWithPosition.make(simpleSymbol953, PairWithPosition.make(simpleSymbol953, PairWithPosition.make(simpleSymbol953, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740262), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740254), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740249);
        SimpleSymbol simpleSymbol954 = Lit720;
        Lit4888 = PairWithPosition.make(simpleSymbol954, PairWithPosition.make(simpleSymbol954, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740161);
        Lit4887 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740130), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740124);
        SimpleSymbol simpleSymbol955 = Lit9;
        Lit4886 = PairWithPosition.make(simpleSymbol955, PairWithPosition.make(simpleSymbol955, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740105), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740099);
        Lit4885 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739684);
        SimpleSymbol simpleSymbol956 = Lit8493;
        Lit4884 = PairWithPosition.make(simpleSymbol956, PairWithPosition.make(simpleSymbol956, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739339), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739334);
        Lit4883 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739295), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739278);
        Lit4882 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739209);
        SimpleSymbol simpleSymbol957 = Lit8493;
        Lit4881 = PairWithPosition.make(simpleSymbol957, PairWithPosition.make(simpleSymbol957, PairWithPosition.make(simpleSymbol957, PairWithPosition.make(simpleSymbol957, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738949), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738945), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738941), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738936);
        SimpleSymbol simpleSymbol958 = Lit720;
        Lit4880 = PairWithPosition.make(simpleSymbol958, PairWithPosition.make(simpleSymbol958, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738856), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738848);
        Lit4879 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738817), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738811);
        SimpleSymbol simpleSymbol959 = Lit9;
        Lit4878 = PairWithPosition.make(simpleSymbol959, PairWithPosition.make(simpleSymbol959, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738786);
        Lit4877 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738371);
        SimpleSymbol simpleSymbol960 = Lit8493;
        Lit4876 = PairWithPosition.make(simpleSymbol960, PairWithPosition.make(simpleSymbol960, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738021);
        Lit4875 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737982), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737971), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737965);
        Lit4874 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737896);
        Lit4873 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737619);
        SimpleSymbol simpleSymbol961 = Lit8493;
        Lit4872 = PairWithPosition.make(simpleSymbol961, PairWithPosition.make(simpleSymbol961, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737465), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737460);
        Lit4871 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737410), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737404);
        Lit4870 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737335);
        SimpleSymbol simpleSymbol962 = Lit8493;
        Lit4869 = PairWithPosition.make(simpleSymbol962, PairWithPosition.make(simpleSymbol962, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737075);
        Lit4868 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737025), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737019);
        Lit4867 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736950);
        Lit4866 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736678), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736667), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736661);
        Lit4865 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736602);
        SimpleSymbol simpleSymbol963 = Lit720;
        Lit4864 = PairWithPosition.make(simpleSymbol963, PairWithPosition.make(simpleSymbol963, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736400), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736392);
        SimpleSymbol simpleSymbol964 = Lit720;
        Lit4863 = PairWithPosition.make(simpleSymbol964, PairWithPosition.make(simpleSymbol964, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736362), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736354);
        Lit4862 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736315), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736304), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736298);
        Lit4861 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736239);
        Lit4860 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736029), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736023);
        Lit4859 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735964);
        Lit4858 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735641), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735630), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735624);
        Lit4857 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735555);
        Lit4856 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735349), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735338), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735332);
        Lit4855 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735263);
        Lit4854 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735038);
        Lit4853 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735027);
        Lit4852 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734819);
        Lit4851 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734808);
        SimpleSymbol simpleSymbol965 = Lit8493;
        Lit4850 = PairWithPosition.make(simpleSymbol965, PairWithPosition.make(simpleSymbol965, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734615);
        SimpleSymbol simpleSymbol966 = Lit8494;
        SimpleSymbol simpleSymbol967 = Lit8493;
        Lit4849 = PairWithPosition.make(simpleSymbol966, PairWithPosition.make(simpleSymbol967, PairWithPosition.make(simpleSymbol967, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734586), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734577);
        Lit4848 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734490);
        SimpleSymbol simpleSymbol968 = Lit9;
        Lit4847 = PairWithPosition.make(simpleSymbol968, PairWithPosition.make(simpleSymbol968, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734236);
        Lit4846 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734192), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734181), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734175);
        Lit4845 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734161);
        Lit4844 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734041);
        Lit4843 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733771);
        Lit4842 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733744);
        Lit4841 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733539);
        SimpleSymbol simpleSymbol969 = Lit8493;
        Lit4840 = PairWithPosition.make(simpleSymbol969, PairWithPosition.make(simpleSymbol969, PairWithPosition.make(simpleSymbol969, PairWithPosition.make(simpleSymbol969, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733356), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733351);
        SimpleSymbol simpleSymbol970 = Lit720;
        Lit4839 = PairWithPosition.make(simpleSymbol970, PairWithPosition.make(simpleSymbol970, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733325);
        SimpleSymbol simpleSymbol971 = Lit720;
        Lit4838 = PairWithPosition.make(simpleSymbol971, PairWithPosition.make(simpleSymbol971, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733191);
        SimpleSymbol simpleSymbol972 = Lit720;
        Lit4837 = PairWithPosition.make(simpleSymbol972, PairWithPosition.make(simpleSymbol972, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733153);
        Lit4836 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732858);
        SimpleSymbol simpleSymbol973 = Lit9;
        Lit4835 = PairWithPosition.make(simpleSymbol973, PairWithPosition.make(simpleSymbol973, PairWithPosition.make(simpleSymbol973, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732613), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732607);
        SimpleSymbol simpleSymbol974 = Lit720;
        Lit4834 = PairWithPosition.make(simpleSymbol974, PairWithPosition.make(simpleSymbol974, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732591), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732583);
        SimpleSymbol simpleSymbol975 = Lit720;
        Lit4833 = PairWithPosition.make(simpleSymbol975, PairWithPosition.make(simpleSymbol975, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732566), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732558);
        SimpleSymbol simpleSymbol976 = Lit8494;
        SimpleSymbol simpleSymbol977 = Lit8493;
        Lit4832 = PairWithPosition.make(simpleSymbol976, PairWithPosition.make(simpleSymbol977, PairWithPosition.make(simpleSymbol977, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732440), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732436), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732431);
        Lit4831 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731977);
        SimpleSymbol simpleSymbol978 = Lit8493;
        Lit4830 = PairWithPosition.make(simpleSymbol978, PairWithPosition.make(simpleSymbol978, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731869);
        SimpleSymbol simpleSymbol979 = Lit8494;
        SimpleSymbol simpleSymbol980 = Lit8493;
        Lit4829 = PairWithPosition.make(simpleSymbol979, PairWithPosition.make(simpleSymbol980, PairWithPosition.make(simpleSymbol980, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731638);
        SimpleSymbol simpleSymbol981 = Lit8494;
        SimpleSymbol simpleSymbol982 = Lit8493;
        Lit4828 = PairWithPosition.make(simpleSymbol981, PairWithPosition.make(simpleSymbol982, PairWithPosition.make(simpleSymbol982, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731474), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731469);
        SimpleSymbol simpleSymbol983 = Lit8494;
        SimpleSymbol simpleSymbol984 = Lit8493;
        Lit4827 = PairWithPosition.make(simpleSymbol983, PairWithPosition.make(simpleSymbol984, PairWithPosition.make(simpleSymbol984, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731303), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731294);
        Lit4826 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731244), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731238);
        SimpleSymbol simpleSymbol985 = Lit8493;
        Lit4825 = PairWithPosition.make(simpleSymbol985, PairWithPosition.make(simpleSymbol985, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731185);
        Lit4824 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730890), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730884);
        SimpleSymbol simpleSymbol986 = Lit8493;
        Lit4823 = PairWithPosition.make(simpleSymbol986, PairWithPosition.make(simpleSymbol986, PairWithPosition.make(simpleSymbol986, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730651);
        Lit4822 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730556), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730550);
        Lit4821 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730481);
        Lit4820 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730236);
        SimpleSymbol simpleSymbol987 = Lit8493;
        Lit4819 = PairWithPosition.make(simpleSymbol987, PairWithPosition.make(simpleSymbol987, PairWithPosition.make(simpleSymbol987, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729883), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729878);
        Lit4818 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729794), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729777);
        Lit4817 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729708);
        Lit4816 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729463);
        SimpleSymbol simpleSymbol988 = Lit8493;
        Lit4815 = PairWithPosition.make(simpleSymbol988, PairWithPosition.make(simpleSymbol988, PairWithPosition.make(simpleSymbol988, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729106), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729097);
        Lit4814 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729057), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729046), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729040);
        Lit4813 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728971);
        Lit4812 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728679);
        SimpleSymbol simpleSymbol989 = Lit8493;
        Lit4811 = PairWithPosition.make(simpleSymbol989, PairWithPosition.make(simpleSymbol989, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728326), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728321);
        Lit4810 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728190);
        SimpleSymbol simpleSymbol990 = Lit8493;
        Lit4809 = PairWithPosition.make(simpleSymbol990, PairWithPosition.make(simpleSymbol990, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727973), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727968);
        SimpleSymbol simpleSymbol991 = Lit8493;
        Lit4808 = PairWithPosition.make(simpleSymbol991, PairWithPosition.make(simpleSymbol991, PairWithPosition.make(simpleSymbol991, PairWithPosition.make(simpleSymbol991, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727836), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727832), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727823);
        Lit4807 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727647);
        Lit4806 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727371);
        SimpleSymbol simpleSymbol992 = Lit9;
        Lit4805 = PairWithPosition.make(simpleSymbol992, PairWithPosition.make(simpleSymbol992, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727348);
        Lit4804 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727097);
        SimpleSymbol simpleSymbol993 = Lit720;
        Lit4803 = PairWithPosition.make(simpleSymbol993, PairWithPosition.make(simpleSymbol993, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726940);
        Lit4802 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726909), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726903);
        SimpleSymbol simpleSymbol994 = Lit9;
        Lit4801 = PairWithPosition.make(simpleSymbol994, PairWithPosition.make(simpleSymbol994, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726884), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726878);
        Lit4800 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726807);
        SimpleSymbol simpleSymbol995 = Lit9;
        Lit4799 = PairWithPosition.make(simpleSymbol995, PairWithPosition.make(simpleSymbol995, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726784);
        Lit4798 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726437), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726426), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726420);
        Lit4797 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726351);
        Lit4796 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726069), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726064);
        SimpleSymbol simpleSymbol996 = Lit9;
        Lit4795 = PairWithPosition.make(simpleSymbol996, PairWithPosition.make(simpleSymbol996, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725984), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725978);
        Lit4794 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725786);
        Lit4793 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725641);
        Lit4792 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725611);
        Lit4791 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725556);
        Lit4790 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725547), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725541);
        SimpleSymbol simpleSymbol997 = Lit8493;
        Lit4789 = PairWithPosition.make(simpleSymbol997, PairWithPosition.make(simpleSymbol997, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725350), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725345);
        Lit4788 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725093), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725082), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725076);
        Lit4787 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725007);
        Lit4786 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724741), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724735);
        Lit4785 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724726), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724720);
        SimpleSymbol simpleSymbol998 = Lit8493;
        Lit4784 = PairWithPosition.make(simpleSymbol998, PairWithPosition.make(simpleSymbol998, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724529), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724524);
        Lit4783 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724208), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724191);
        Lit4782 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724130);
        Lit4781 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723900), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723883);
        Lit4780 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723814);
        Lit4779 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723607), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723596), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723590);
        Lit4778 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723521);
        Lit4777 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723300), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723283);
        Lit4776 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723214);
        SimpleSymbol simpleSymbol999 = Lit720;
        Lit4775 = PairWithPosition.make(simpleSymbol999, PairWithPosition.make(simpleSymbol999, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723017), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723009);
        Lit4774 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722982), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722977);
        Lit4773 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722922);
        Lit4772 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722913), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722907);
        SimpleSymbol simpleSymbol1000 = Lit8493;
        Lit4771 = PairWithPosition.make(simpleSymbol1000, PairWithPosition.make(simpleSymbol1000, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722716), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722711);
        Lit4770 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722459), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722448), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722442);
        Lit4769 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722373);
        Lit4768 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722057);
        Lit4767 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722046);
        Lit4766 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721838);
        Lit4765 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721827);
        Lit4764 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721604);
        Lit4763 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721590);
        Lit4762 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721470);
        SimpleSymbol simpleSymbol1001 = Lit8493;
        Lit4761 = PairWithPosition.make(simpleSymbol1001, PairWithPosition.make(simpleSymbol1001, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721279);
        SimpleSymbol simpleSymbol1002 = Lit8494;
        SimpleSymbol simpleSymbol1003 = Lit8493;
        Lit4760 = PairWithPosition.make(simpleSymbol1002, PairWithPosition.make(simpleSymbol1003, PairWithPosition.make(simpleSymbol1003, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721246), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721241);
        Lit4759 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721154);
        SimpleSymbol simpleSymbol1004 = Lit9;
        Lit4758 = PairWithPosition.make(simpleSymbol1004, PairWithPosition.make(simpleSymbol1004, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740707), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740701);
        Lit4757 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740640);
        Lit4756 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740627);
        Lit4755 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740507);
        SimpleSymbol simpleSymbol1005 = Lit8493;
        Lit4754 = PairWithPosition.make(simpleSymbol1005, PairWithPosition.make(simpleSymbol1005, PairWithPosition.make(simpleSymbol1005, PairWithPosition.make(simpleSymbol1005, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740262), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740254), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740249);
        SimpleSymbol simpleSymbol1006 = Lit720;
        Lit4753 = PairWithPosition.make(simpleSymbol1006, PairWithPosition.make(simpleSymbol1006, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740161);
        Lit4752 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740130), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740124);
        SimpleSymbol simpleSymbol1007 = Lit9;
        Lit4751 = PairWithPosition.make(simpleSymbol1007, PairWithPosition.make(simpleSymbol1007, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740105), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 740099);
        Lit4750 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739684);
        SimpleSymbol simpleSymbol1008 = Lit8493;
        Lit4749 = PairWithPosition.make(simpleSymbol1008, PairWithPosition.make(simpleSymbol1008, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739339), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739334);
        Lit4748 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739295), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739278);
        Lit4747 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 739209);
        Lit4746 = IntNum.make(-21);
        SimpleSymbol simpleSymbol1009 = Lit8493;
        Lit4745 = PairWithPosition.make(simpleSymbol1009, PairWithPosition.make(simpleSymbol1009, PairWithPosition.make(simpleSymbol1009, PairWithPosition.make(simpleSymbol1009, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738949), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738945), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738941), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738936);
        SimpleSymbol simpleSymbol1010 = Lit720;
        Lit4744 = PairWithPosition.make(simpleSymbol1010, PairWithPosition.make(simpleSymbol1010, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738856), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738848);
        Lit4743 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738817), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738811);
        SimpleSymbol simpleSymbol1011 = Lit9;
        Lit4742 = PairWithPosition.make(simpleSymbol1011, PairWithPosition.make(simpleSymbol1011, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738786);
        Lit4741 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738371);
        SimpleSymbol simpleSymbol1012 = Lit8493;
        Lit4740 = PairWithPosition.make(simpleSymbol1012, PairWithPosition.make(simpleSymbol1012, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 738021);
        Lit4739 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737982), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737971), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737965);
        Lit4738 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737896);
        Lit4737 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737619);
        Lit4736 = (SimpleSymbol) new SimpleSymbol("lblW2").readResolve();
        SimpleSymbol simpleSymbol1013 = Lit8493;
        Lit4735 = PairWithPosition.make(simpleSymbol1013, PairWithPosition.make(simpleSymbol1013, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737465), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737460);
        Lit4734 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737410), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737404);
        Lit4733 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737335);
        Lit4732 = IntNum.make(-29);
        Lit4731 = (SimpleSymbol) new SimpleSymbol("lblW1").readResolve();
        SimpleSymbol simpleSymbol1014 = Lit8493;
        Lit4730 = PairWithPosition.make(simpleSymbol1014, PairWithPosition.make(simpleSymbol1014, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737075);
        Lit4729 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737025), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 737019);
        Lit4728 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736950);
        Lit4727 = IntNum.make(-101);
        Lit4726 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736678), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736667), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736661);
        Lit4725 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736602);
        SimpleSymbol simpleSymbol1015 = Lit720;
        Lit4724 = PairWithPosition.make(simpleSymbol1015, PairWithPosition.make(simpleSymbol1015, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736400), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736392);
        SimpleSymbol simpleSymbol1016 = Lit720;
        Lit4723 = PairWithPosition.make(simpleSymbol1016, PairWithPosition.make(simpleSymbol1016, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736362), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736354);
        Lit4722 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736315), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736304), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736298);
        Lit4721 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736239);
        Lit4720 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736029), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 736023);
        Lit4719 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735964);
        Lit4718 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735641), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735630), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735624);
        Lit4717 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735555);
        Lit4716 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735349), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735338), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735332);
        Lit4715 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735263);
        Lit4714 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735038);
        Lit4713 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 735027);
        Lit4712 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734819);
        Lit4711 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734808);
        SimpleSymbol simpleSymbol1017 = Lit8493;
        Lit4710 = PairWithPosition.make(simpleSymbol1017, PairWithPosition.make(simpleSymbol1017, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734615);
        SimpleSymbol simpleSymbol1018 = Lit8494;
        SimpleSymbol simpleSymbol1019 = Lit8493;
        Lit4709 = PairWithPosition.make(simpleSymbol1018, PairWithPosition.make(simpleSymbol1019, PairWithPosition.make(simpleSymbol1019, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734586), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734577);
        Lit4708 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734490);
        SimpleSymbol simpleSymbol1020 = Lit9;
        Lit4707 = PairWithPosition.make(simpleSymbol1020, PairWithPosition.make(simpleSymbol1020, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734236);
        Lit4706 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734192), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734181), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734175);
        Lit4705 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734161);
        Lit4704 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 734041);
        Lit4703 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733771);
        Lit4702 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733744);
        Lit4701 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733539);
        SimpleSymbol simpleSymbol1021 = Lit8493;
        Lit4700 = PairWithPosition.make(simpleSymbol1021, PairWithPosition.make(simpleSymbol1021, PairWithPosition.make(simpleSymbol1021, PairWithPosition.make(simpleSymbol1021, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733356), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733351);
        SimpleSymbol simpleSymbol1022 = Lit720;
        Lit4699 = PairWithPosition.make(simpleSymbol1022, PairWithPosition.make(simpleSymbol1022, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733325);
        SimpleSymbol simpleSymbol1023 = Lit720;
        Lit4698 = PairWithPosition.make(simpleSymbol1023, PairWithPosition.make(simpleSymbol1023, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733191);
        SimpleSymbol simpleSymbol1024 = Lit720;
        Lit4697 = PairWithPosition.make(simpleSymbol1024, PairWithPosition.make(simpleSymbol1024, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 733153);
        Lit4696 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732858);
        SimpleSymbol simpleSymbol1025 = Lit9;
        Lit4695 = PairWithPosition.make(simpleSymbol1025, PairWithPosition.make(simpleSymbol1025, PairWithPosition.make(simpleSymbol1025, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732613), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732607);
        SimpleSymbol simpleSymbol1026 = Lit720;
        Lit4694 = PairWithPosition.make(simpleSymbol1026, PairWithPosition.make(simpleSymbol1026, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732591), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732583);
        SimpleSymbol simpleSymbol1027 = Lit720;
        Lit4693 = PairWithPosition.make(simpleSymbol1027, PairWithPosition.make(simpleSymbol1027, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732566), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732558);
        SimpleSymbol simpleSymbol1028 = Lit8494;
        SimpleSymbol simpleSymbol1029 = Lit8493;
        Lit4692 = PairWithPosition.make(simpleSymbol1028, PairWithPosition.make(simpleSymbol1029, PairWithPosition.make(simpleSymbol1029, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732440), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732436), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 732431);
        Lit4691 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731977);
        SimpleSymbol simpleSymbol1030 = Lit8493;
        Lit4690 = PairWithPosition.make(simpleSymbol1030, PairWithPosition.make(simpleSymbol1030, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731869);
        SimpleSymbol simpleSymbol1031 = Lit8494;
        SimpleSymbol simpleSymbol1032 = Lit8493;
        Lit4689 = PairWithPosition.make(simpleSymbol1031, PairWithPosition.make(simpleSymbol1032, PairWithPosition.make(simpleSymbol1032, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731638);
        SimpleSymbol simpleSymbol1033 = Lit8494;
        SimpleSymbol simpleSymbol1034 = Lit8493;
        Lit4688 = PairWithPosition.make(simpleSymbol1033, PairWithPosition.make(simpleSymbol1034, PairWithPosition.make(simpleSymbol1034, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731474), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731469);
        SimpleSymbol simpleSymbol1035 = Lit8494;
        SimpleSymbol simpleSymbol1036 = Lit8493;
        Lit4687 = PairWithPosition.make(simpleSymbol1035, PairWithPosition.make(simpleSymbol1036, PairWithPosition.make(simpleSymbol1036, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731303), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731294);
        Lit4686 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731244), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731238);
        SimpleSymbol simpleSymbol1037 = Lit8493;
        Lit4685 = PairWithPosition.make(simpleSymbol1037, PairWithPosition.make(simpleSymbol1037, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 731185);
        Lit4684 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730890), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730884);
        SimpleSymbol simpleSymbol1038 = Lit8493;
        Lit4683 = PairWithPosition.make(simpleSymbol1038, PairWithPosition.make(simpleSymbol1038, PairWithPosition.make(simpleSymbol1038, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730651);
        Lit4682 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730556), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730550);
        Lit4681 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730481);
        Lit4680 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730236);
        SimpleSymbol simpleSymbol1039 = Lit8493;
        Lit4679 = PairWithPosition.make(simpleSymbol1039, PairWithPosition.make(simpleSymbol1039, PairWithPosition.make(simpleSymbol1039, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729883), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729878);
        Lit4678 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729794), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729777);
        Lit4677 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729708);
        Lit4676 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729463);
        SimpleSymbol simpleSymbol1040 = Lit8493;
        Lit4675 = PairWithPosition.make(simpleSymbol1040, PairWithPosition.make(simpleSymbol1040, PairWithPosition.make(simpleSymbol1040, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729106), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729097);
        Lit4674 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729057), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729046), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 729040);
        Lit4673 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728971);
        Lit4672 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728679);
        SimpleSymbol simpleSymbol1041 = Lit8493;
        Lit4671 = PairWithPosition.make(simpleSymbol1041, PairWithPosition.make(simpleSymbol1041, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728326), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728321);
        Lit4670 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 728190);
        SimpleSymbol simpleSymbol1042 = Lit8493;
        Lit4669 = PairWithPosition.make(simpleSymbol1042, PairWithPosition.make(simpleSymbol1042, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727973), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727968);
        SimpleSymbol simpleSymbol1043 = Lit8493;
        Lit4668 = PairWithPosition.make(simpleSymbol1043, PairWithPosition.make(simpleSymbol1043, PairWithPosition.make(simpleSymbol1043, PairWithPosition.make(simpleSymbol1043, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727836), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727832), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727823);
        Lit4667 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727647);
        Lit4666 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727371);
        SimpleSymbol simpleSymbol1044 = Lit9;
        Lit4665 = PairWithPosition.make(simpleSymbol1044, PairWithPosition.make(simpleSymbol1044, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727348);
        Lit4664 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727097);
        SimpleSymbol simpleSymbol1045 = Lit720;
        Lit4663 = PairWithPosition.make(simpleSymbol1045, PairWithPosition.make(simpleSymbol1045, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726940);
        Lit4662 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726909), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726903);
        SimpleSymbol simpleSymbol1046 = Lit9;
        Lit4661 = PairWithPosition.make(simpleSymbol1046, PairWithPosition.make(simpleSymbol1046, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726884), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726878);
        Lit4660 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726807);
        SimpleSymbol simpleSymbol1047 = Lit9;
        Lit4659 = PairWithPosition.make(simpleSymbol1047, PairWithPosition.make(simpleSymbol1047, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726784);
        Lit4658 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726437), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726426), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726420);
        Lit4657 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726351);
        Lit4656 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726069), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726064);
        SimpleSymbol simpleSymbol1048 = Lit9;
        Lit4655 = PairWithPosition.make(simpleSymbol1048, PairWithPosition.make(simpleSymbol1048, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725984), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725978);
        Lit4654 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725786);
        Lit4653 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725641);
        Lit4652 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725611);
        Lit4651 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725556);
        Lit4650 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725547), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725541);
        SimpleSymbol simpleSymbol1049 = Lit8493;
        Lit4649 = PairWithPosition.make(simpleSymbol1049, PairWithPosition.make(simpleSymbol1049, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725350), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725345);
        Lit4648 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725093), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725082), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725076);
        Lit4647 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725007);
        Lit4646 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724741), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724735);
        Lit4645 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724726), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724720);
        SimpleSymbol simpleSymbol1050 = Lit8493;
        Lit4644 = PairWithPosition.make(simpleSymbol1050, PairWithPosition.make(simpleSymbol1050, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724529), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724524);
        Lit4643 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724208), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724191);
        Lit4642 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724130);
        Lit4641 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723900), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723883);
        Lit4640 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723814);
        Lit4639 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723607), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723596), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723590);
        Lit4638 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723521);
        Lit4637 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723300), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723283);
        Lit4636 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723214);
        SimpleSymbol simpleSymbol1051 = Lit720;
        Lit4635 = PairWithPosition.make(simpleSymbol1051, PairWithPosition.make(simpleSymbol1051, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723017), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723009);
        Lit4634 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722982), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722977);
        Lit4633 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722922);
        Lit4632 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722913), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722907);
        SimpleSymbol simpleSymbol1052 = Lit8493;
        Lit4631 = PairWithPosition.make(simpleSymbol1052, PairWithPosition.make(simpleSymbol1052, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722716), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722711);
        Lit4630 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722459), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722448), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722442);
        Lit4629 = (SimpleSymbol) new SimpleSymbol("$livePrice").readResolve();
        Lit4628 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722373);
        Lit4627 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722057);
        Lit4626 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722046);
        Lit4625 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721838);
        Lit4624 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721827);
        Lit4623 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721604);
        Lit4622 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721590);
        Lit4621 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721470);
        SimpleSymbol simpleSymbol1053 = Lit8493;
        Lit4620 = PairWithPosition.make(simpleSymbol1053, PairWithPosition.make(simpleSymbol1053, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721279);
        SimpleSymbol simpleSymbol1054 = Lit8494;
        SimpleSymbol simpleSymbol1055 = Lit8493;
        Lit4619 = PairWithPosition.make(simpleSymbol1054, PairWithPosition.make(simpleSymbol1055, PairWithPosition.make(simpleSymbol1055, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721246), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721241);
        Lit4618 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721154);
        Lit4617 = (SimpleSymbol) new SimpleSymbol("p$WSmsgReceived").readResolve();
        Lit4616 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727665);
        Lit4615 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727507);
        Lit4614 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727480);
        SimpleSymbol simpleSymbol1056 = Lit8493;
        Lit4613 = PairWithPosition.make(simpleSymbol1056, PairWithPosition.make(simpleSymbol1056, PairWithPosition.make(simpleSymbol1056, PairWithPosition.make(simpleSymbol1056, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727259), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727251), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727246);
        SimpleSymbol simpleSymbol1057 = Lit720;
        Lit4612 = PairWithPosition.make(simpleSymbol1057, PairWithPosition.make(simpleSymbol1057, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727220);
        SimpleSymbol simpleSymbol1058 = Lit8494;
        SimpleSymbol simpleSymbol1059 = Lit8493;
        Lit4611 = PairWithPosition.make(simpleSymbol1058, PairWithPosition.make(simpleSymbol1059, PairWithPosition.make(simpleSymbol1059, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727161);
        SimpleSymbol simpleSymbol1060 = Lit720;
        Lit4610 = PairWithPosition.make(simpleSymbol1060, PairWithPosition.make(simpleSymbol1060, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726982), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726974);
        SimpleSymbol simpleSymbol1061 = Lit720;
        Lit4609 = PairWithPosition.make(simpleSymbol1061, PairWithPosition.make(simpleSymbol1061, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726936);
        Lit4608 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726641);
        SimpleSymbol simpleSymbol1062 = Lit9;
        Lit4607 = PairWithPosition.make(simpleSymbol1062, PairWithPosition.make(simpleSymbol1062, PairWithPosition.make(simpleSymbol1062, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726319), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726314), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726308);
        SimpleSymbol simpleSymbol1063 = Lit720;
        Lit4606 = PairWithPosition.make(simpleSymbol1063, PairWithPosition.make(simpleSymbol1063, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726284);
        SimpleSymbol simpleSymbol1064 = Lit720;
        Lit4605 = PairWithPosition.make(simpleSymbol1064, PairWithPosition.make(simpleSymbol1064, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726259);
        SimpleSymbol simpleSymbol1065 = Lit8494;
        SimpleSymbol simpleSymbol1066 = Lit8493;
        Lit4604 = PairWithPosition.make(simpleSymbol1065, PairWithPosition.make(simpleSymbol1066, PairWithPosition.make(simpleSymbol1066, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726219);
        SimpleSymbol simpleSymbol1067 = Lit8494;
        SimpleSymbol simpleSymbol1068 = Lit8493;
        Lit4603 = PairWithPosition.make(simpleSymbol1067, PairWithPosition.make(simpleSymbol1068, PairWithPosition.make(simpleSymbol1068, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725962), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725953);
        Lit4602 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725582);
        SimpleSymbol simpleSymbol1069 = Lit8493;
        Lit4601 = PairWithPosition.make(simpleSymbol1069, PairWithPosition.make(simpleSymbol1069, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725479), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725474);
        SimpleSymbol simpleSymbol1070 = Lit8494;
        SimpleSymbol simpleSymbol1071 = Lit8493;
        Lit4600 = PairWithPosition.make(simpleSymbol1070, PairWithPosition.make(simpleSymbol1071, PairWithPosition.make(simpleSymbol1071, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725252), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725243);
        SimpleSymbol simpleSymbol1072 = Lit8494;
        SimpleSymbol simpleSymbol1073 = Lit8493;
        Lit4599 = PairWithPosition.make(simpleSymbol1072, PairWithPosition.make(simpleSymbol1073, PairWithPosition.make(simpleSymbol1073, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725073), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725068);
        Lit4598 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724913);
        SimpleSymbol simpleSymbol1074 = Lit8493;
        Lit4597 = PairWithPosition.make(simpleSymbol1074, PairWithPosition.make(simpleSymbol1074, PairWithPosition.make(simpleSymbol1074, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724689), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724680);
        SimpleSymbol simpleSymbol1075 = Lit8493;
        Lit4596 = PairWithPosition.make(simpleSymbol1075, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1075, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724607), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724597);
        Lit4595 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724392);
        SimpleSymbol simpleSymbol1076 = Lit8493;
        Lit4594 = PairWithPosition.make(simpleSymbol1076, PairWithPosition.make(simpleSymbol1076, PairWithPosition.make(simpleSymbol1076, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724034);
        SimpleSymbol simpleSymbol1077 = Lit8493;
        Lit4593 = PairWithPosition.make(simpleSymbol1077, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1077, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723951);
        Lit4592 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723745);
        SimpleSymbol simpleSymbol1078 = Lit8493;
        Lit4591 = PairWithPosition.make(simpleSymbol1078, PairWithPosition.make(simpleSymbol1078, PairWithPosition.make(simpleSymbol1078, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723384), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723379);
        Lit4590 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723342);
        SimpleSymbol simpleSymbol1079 = Lit9;
        Lit4589 = PairWithPosition.make(simpleSymbol1079, PairWithPosition.make(simpleSymbol1079, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723323), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723317);
        Lit4588 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723033);
        Lit4587 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722634);
        SimpleSymbol simpleSymbol1080 = Lit8493;
        Lit4586 = PairWithPosition.make(simpleSymbol1080, PairWithPosition.make(simpleSymbol1080, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722510);
        Lit4585 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722379);
        SimpleSymbol simpleSymbol1081 = Lit8493;
        Lit4584 = PairWithPosition.make(simpleSymbol1081, PairWithPosition.make(simpleSymbol1081, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722162), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722157);
        SimpleSymbol simpleSymbol1082 = Lit8493;
        Lit4583 = PairWithPosition.make(simpleSymbol1082, PairWithPosition.make(simpleSymbol1082, PairWithPosition.make(simpleSymbol1082, PairWithPosition.make(simpleSymbol1082, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722025), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722021), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722017), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722012);
        Lit4582 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721836);
        Lit4581 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721560);
        SimpleSymbol simpleSymbol1083 = Lit9;
        Lit4580 = PairWithPosition.make(simpleSymbol1083, PairWithPosition.make(simpleSymbol1083, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721543), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721537);
        Lit4579 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721302), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721286);
        SimpleSymbol simpleSymbol1084 = Lit720;
        Lit4578 = PairWithPosition.make(simpleSymbol1084, PairWithPosition.make(simpleSymbol1084, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721129);
        Lit4577 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721098), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721092);
        SimpleSymbol simpleSymbol1085 = Lit9;
        Lit4576 = PairWithPosition.make(simpleSymbol1085, PairWithPosition.make(simpleSymbol1085, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721073), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721067);
        Lit4575 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720996);
        SimpleSymbol simpleSymbol1086 = Lit9;
        Lit4574 = PairWithPosition.make(simpleSymbol1086, PairWithPosition.make(simpleSymbol1086, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720973);
        SimpleSymbol simpleSymbol1087 = Lit8493;
        Lit4573 = PairWithPosition.make(simpleSymbol1087, PairWithPosition.make(simpleSymbol1087, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720530), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720525);
        SimpleSymbol simpleSymbol1088 = Lit720;
        Lit4572 = PairWithPosition.make(simpleSymbol1088, PairWithPosition.make(simpleSymbol1088, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720317);
        SimpleSymbol simpleSymbol1089 = Lit720;
        Lit4571 = PairWithPosition.make(simpleSymbol1089, PairWithPosition.make(simpleSymbol1089, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720279);
        SimpleSymbol simpleSymbol1090 = Lit720;
        Lit4570 = PairWithPosition.make(simpleSymbol1090, PairWithPosition.make(simpleSymbol1090, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720253), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720245);
        SimpleSymbol simpleSymbol1091 = Lit8493;
        Lit4569 = PairWithPosition.make(simpleSymbol1091, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1091, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720205);
        SimpleSymbol simpleSymbol1092 = Lit8493;
        Lit4568 = PairWithPosition.make(simpleSymbol1092, PairWithPosition.make(simpleSymbol1092, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720021);
        SimpleSymbol simpleSymbol1093 = Lit8493;
        Lit4567 = PairWithPosition.make(simpleSymbol1093, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1093, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719992), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719982);
        SimpleSymbol simpleSymbol1094 = Lit720;
        Lit4566 = PairWithPosition.make(simpleSymbol1094, PairWithPosition.make(simpleSymbol1094, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719640);
        SimpleSymbol simpleSymbol1095 = Lit8493;
        Lit4565 = PairWithPosition.make(simpleSymbol1095, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1095, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719600);
        SimpleSymbol simpleSymbol1096 = Lit8493;
        Lit4564 = PairWithPosition.make(simpleSymbol1096, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1096, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719473), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719468);
        SimpleSymbol simpleSymbol1097 = Lit8493;
        Lit4563 = PairWithPosition.make(simpleSymbol1097, PairWithPosition.make(simpleSymbol1097, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719359), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719354);
        SimpleSymbol simpleSymbol1098 = Lit8493;
        Lit4562 = PairWithPosition.make(simpleSymbol1098, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1098, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719327), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719322), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719317);
        SimpleSymbol simpleSymbol1099 = Lit720;
        Lit4561 = PairWithPosition.make(simpleSymbol1099, PairWithPosition.make(simpleSymbol1099, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719035);
        SimpleSymbol simpleSymbol1100 = Lit720;
        Lit4560 = PairWithPosition.make(simpleSymbol1100, PairWithPosition.make(simpleSymbol1100, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719010);
        SimpleSymbol simpleSymbol1101 = Lit8493;
        Lit4559 = PairWithPosition.make(simpleSymbol1101, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1101, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718983), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718978), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718973);
        SimpleSymbol simpleSymbol1102 = Lit8493;
        Lit4558 = PairWithPosition.make(simpleSymbol1102, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1102, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718844), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718839);
        SimpleSymbol simpleSymbol1103 = Lit8493;
        Lit4557 = PairWithPosition.make(simpleSymbol1103, PairWithPosition.make(simpleSymbol1103, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718634), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718629);
        SimpleSymbol simpleSymbol1104 = Lit8493;
        Lit4556 = PairWithPosition.make(simpleSymbol1104, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1104, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718597), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718592);
        SimpleSymbol simpleSymbol1105 = Lit9;
        Lit4555 = PairWithPosition.make(simpleSymbol1105, PairWithPosition.make(simpleSymbol1105, PairWithPosition.make(simpleSymbol1105, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718383);
        SimpleSymbol simpleSymbol1106 = Lit8493;
        Lit4554 = PairWithPosition.make(simpleSymbol1106, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1106, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718355), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718350), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718345);
        SimpleSymbol simpleSymbol1107 = Lit8493;
        Lit4553 = PairWithPosition.make(simpleSymbol1107, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1107, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718210);
        SimpleSymbol simpleSymbol1108 = Lit8494;
        SimpleSymbol simpleSymbol1109 = Lit8493;
        Lit4552 = PairWithPosition.make(simpleSymbol1108, PairWithPosition.make(simpleSymbol1109, PairWithPosition.make(simpleSymbol1109, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717950), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717946), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717941);
        Lit4551 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717691);
        Lit4550 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717554), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717548);
        Lit4549 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717449);
        Lit4548 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717332);
        SimpleSymbol simpleSymbol1110 = Lit8493;
        Lit4547 = PairWithPosition.make(simpleSymbol1110, PairWithPosition.make(simpleSymbol1110, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717132);
        SimpleSymbol simpleSymbol1111 = Lit8494;
        SimpleSymbol simpleSymbol1112 = Lit8493;
        Lit4546 = PairWithPosition.make(simpleSymbol1111, PairWithPosition.make(simpleSymbol1112, PairWithPosition.make(simpleSymbol1112, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717096), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717092), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717087);
        Lit4545 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717074);
        Lit4544 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727665);
        Lit4543 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727507);
        Lit4542 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727480);
        SimpleSymbol simpleSymbol1113 = Lit8493;
        Lit4541 = PairWithPosition.make(simpleSymbol1113, PairWithPosition.make(simpleSymbol1113, PairWithPosition.make(simpleSymbol1113, PairWithPosition.make(simpleSymbol1113, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727259), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727251), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727246);
        SimpleSymbol simpleSymbol1114 = Lit720;
        Lit4540 = PairWithPosition.make(simpleSymbol1114, PairWithPosition.make(simpleSymbol1114, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727220);
        SimpleSymbol simpleSymbol1115 = Lit8494;
        SimpleSymbol simpleSymbol1116 = Lit8493;
        Lit4539 = PairWithPosition.make(simpleSymbol1115, PairWithPosition.make(simpleSymbol1116, PairWithPosition.make(simpleSymbol1116, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 727161);
        SimpleSymbol simpleSymbol1117 = Lit720;
        Lit4538 = PairWithPosition.make(simpleSymbol1117, PairWithPosition.make(simpleSymbol1117, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726982), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726974);
        SimpleSymbol simpleSymbol1118 = Lit720;
        Lit4537 = PairWithPosition.make(simpleSymbol1118, PairWithPosition.make(simpleSymbol1118, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726936);
        Lit4536 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726641);
        SimpleSymbol simpleSymbol1119 = Lit9;
        Lit4535 = PairWithPosition.make(simpleSymbol1119, PairWithPosition.make(simpleSymbol1119, PairWithPosition.make(simpleSymbol1119, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726319), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726314), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726308);
        SimpleSymbol simpleSymbol1120 = Lit720;
        Lit4534 = PairWithPosition.make(simpleSymbol1120, PairWithPosition.make(simpleSymbol1120, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726284);
        SimpleSymbol simpleSymbol1121 = Lit720;
        Lit4533 = PairWithPosition.make(simpleSymbol1121, PairWithPosition.make(simpleSymbol1121, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726259);
        SimpleSymbol simpleSymbol1122 = Lit8494;
        SimpleSymbol simpleSymbol1123 = Lit8493;
        Lit4532 = PairWithPosition.make(simpleSymbol1122, PairWithPosition.make(simpleSymbol1123, PairWithPosition.make(simpleSymbol1123, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 726219);
        SimpleSymbol simpleSymbol1124 = Lit8494;
        SimpleSymbol simpleSymbol1125 = Lit8493;
        Lit4531 = PairWithPosition.make(simpleSymbol1124, PairWithPosition.make(simpleSymbol1125, PairWithPosition.make(simpleSymbol1125, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725962), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725953);
        Lit4530 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725582);
        SimpleSymbol simpleSymbol1126 = Lit8493;
        Lit4529 = PairWithPosition.make(simpleSymbol1126, PairWithPosition.make(simpleSymbol1126, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725479), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725474);
        SimpleSymbol simpleSymbol1127 = Lit8494;
        SimpleSymbol simpleSymbol1128 = Lit8493;
        Lit4528 = PairWithPosition.make(simpleSymbol1127, PairWithPosition.make(simpleSymbol1128, PairWithPosition.make(simpleSymbol1128, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725252), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725243);
        SimpleSymbol simpleSymbol1129 = Lit8494;
        SimpleSymbol simpleSymbol1130 = Lit8493;
        Lit4527 = PairWithPosition.make(simpleSymbol1129, PairWithPosition.make(simpleSymbol1130, PairWithPosition.make(simpleSymbol1130, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725073), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 725068);
        Lit4526 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724913);
        SimpleSymbol simpleSymbol1131 = Lit8493;
        Lit4525 = PairWithPosition.make(simpleSymbol1131, PairWithPosition.make(simpleSymbol1131, PairWithPosition.make(simpleSymbol1131, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724689), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724680);
        SimpleSymbol simpleSymbol1132 = Lit8493;
        Lit4524 = PairWithPosition.make(simpleSymbol1132, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1132, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724607), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724597);
        Lit4523 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724392);
        SimpleSymbol simpleSymbol1133 = Lit8493;
        Lit4522 = PairWithPosition.make(simpleSymbol1133, PairWithPosition.make(simpleSymbol1133, PairWithPosition.make(simpleSymbol1133, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 724034);
        SimpleSymbol simpleSymbol1134 = Lit8493;
        Lit4521 = PairWithPosition.make(simpleSymbol1134, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1134, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723951);
        Lit4520 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723745);
        SimpleSymbol simpleSymbol1135 = Lit8493;
        Lit4519 = PairWithPosition.make(simpleSymbol1135, PairWithPosition.make(simpleSymbol1135, PairWithPosition.make(simpleSymbol1135, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723384), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723379);
        Lit4518 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723342);
        SimpleSymbol simpleSymbol1136 = Lit9;
        Lit4517 = PairWithPosition.make(simpleSymbol1136, PairWithPosition.make(simpleSymbol1136, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723323), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723317);
        Lit4516 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 723033);
        Lit4515 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722634);
        Lit4514 = (SimpleSymbol) new SimpleSymbol("CallAsynchronous").readResolve();
        SimpleSymbol simpleSymbol1137 = Lit8493;
        Lit4513 = PairWithPosition.make(simpleSymbol1137, PairWithPosition.make(simpleSymbol1137, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722510);
        Lit4512 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722379);
        SimpleSymbol simpleSymbol1138 = Lit8493;
        Lit4511 = PairWithPosition.make(simpleSymbol1138, PairWithPosition.make(simpleSymbol1138, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722162), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722157);
        SimpleSymbol simpleSymbol1139 = Lit8493;
        Lit4510 = PairWithPosition.make(simpleSymbol1139, PairWithPosition.make(simpleSymbol1139, PairWithPosition.make(simpleSymbol1139, PairWithPosition.make(simpleSymbol1139, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722025), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722021), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722017), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 722012);
        Lit4509 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721836);
        Lit4508 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721560);
        SimpleSymbol simpleSymbol1140 = Lit9;
        Lit4507 = PairWithPosition.make(simpleSymbol1140, PairWithPosition.make(simpleSymbol1140, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721543), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721537);
        Lit4506 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721302), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721286);
        SimpleSymbol simpleSymbol1141 = Lit720;
        Lit4505 = PairWithPosition.make(simpleSymbol1141, PairWithPosition.make(simpleSymbol1141, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721129);
        Lit4504 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721098), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721092);
        SimpleSymbol simpleSymbol1142 = Lit9;
        Lit4503 = PairWithPosition.make(simpleSymbol1142, PairWithPosition.make(simpleSymbol1142, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721073), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 721067);
        Lit4502 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720996);
        SimpleSymbol simpleSymbol1143 = Lit9;
        Lit4501 = PairWithPosition.make(simpleSymbol1143, PairWithPosition.make(simpleSymbol1143, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720973);
        SimpleSymbol simpleSymbol1144 = Lit8493;
        Lit4500 = PairWithPosition.make(simpleSymbol1144, PairWithPosition.make(simpleSymbol1144, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720530), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720525);
        SimpleSymbol simpleSymbol1145 = Lit720;
        Lit4499 = PairWithPosition.make(simpleSymbol1145, PairWithPosition.make(simpleSymbol1145, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720317);
        SimpleSymbol simpleSymbol1146 = Lit720;
        Lit4498 = PairWithPosition.make(simpleSymbol1146, PairWithPosition.make(simpleSymbol1146, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720279);
        SimpleSymbol simpleSymbol1147 = Lit720;
        Lit4497 = PairWithPosition.make(simpleSymbol1147, PairWithPosition.make(simpleSymbol1147, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720253), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720245);
        SimpleSymbol simpleSymbol1148 = Lit8493;
        Lit4496 = PairWithPosition.make(simpleSymbol1148, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1148, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720205);
        SimpleSymbol simpleSymbol1149 = Lit8493;
        Lit4495 = PairWithPosition.make(simpleSymbol1149, PairWithPosition.make(simpleSymbol1149, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 720021);
        SimpleSymbol simpleSymbol1150 = Lit8493;
        Lit4494 = PairWithPosition.make(simpleSymbol1150, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1150, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719992), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719982);
        SimpleSymbol simpleSymbol1151 = Lit720;
        Lit4493 = PairWithPosition.make(simpleSymbol1151, PairWithPosition.make(simpleSymbol1151, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719640);
        SimpleSymbol simpleSymbol1152 = Lit8493;
        Lit4492 = PairWithPosition.make(simpleSymbol1152, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1152, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719600);
        SimpleSymbol simpleSymbol1153 = Lit8493;
        Lit4491 = PairWithPosition.make(simpleSymbol1153, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1153, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719473), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719468);
        SimpleSymbol simpleSymbol1154 = Lit8493;
        Lit4490 = PairWithPosition.make(simpleSymbol1154, PairWithPosition.make(simpleSymbol1154, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719359), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719354);
        SimpleSymbol simpleSymbol1155 = Lit8493;
        Lit4489 = PairWithPosition.make(simpleSymbol1155, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1155, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719327), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719322), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719317);
        SimpleSymbol simpleSymbol1156 = Lit720;
        Lit4488 = PairWithPosition.make(simpleSymbol1156, PairWithPosition.make(simpleSymbol1156, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719035);
        SimpleSymbol simpleSymbol1157 = Lit720;
        Lit4487 = PairWithPosition.make(simpleSymbol1157, PairWithPosition.make(simpleSymbol1157, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 719010);
        SimpleSymbol simpleSymbol1158 = Lit8493;
        Lit4486 = PairWithPosition.make(simpleSymbol1158, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1158, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718983), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718978), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718973);
        SimpleSymbol simpleSymbol1159 = Lit8493;
        Lit4485 = PairWithPosition.make(simpleSymbol1159, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1159, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718844), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718839);
        SimpleSymbol simpleSymbol1160 = Lit8493;
        Lit4484 = PairWithPosition.make(simpleSymbol1160, PairWithPosition.make(simpleSymbol1160, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718634), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718629);
        SimpleSymbol simpleSymbol1161 = Lit8493;
        Lit4483 = PairWithPosition.make(simpleSymbol1161, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1161, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718597), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718592);
        SimpleSymbol simpleSymbol1162 = Lit9;
        Lit4482 = PairWithPosition.make(simpleSymbol1162, PairWithPosition.make(simpleSymbol1162, PairWithPosition.make(simpleSymbol1162, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718383);
        SimpleSymbol simpleSymbol1163 = Lit8493;
        Lit4481 = PairWithPosition.make(simpleSymbol1163, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1163, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718355), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718350), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718345);
        SimpleSymbol simpleSymbol1164 = Lit8493;
        Lit4480 = PairWithPosition.make(simpleSymbol1164, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1164, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 718210);
        SimpleSymbol simpleSymbol1165 = Lit8494;
        SimpleSymbol simpleSymbol1166 = Lit8493;
        Lit4479 = PairWithPosition.make(simpleSymbol1165, PairWithPosition.make(simpleSymbol1166, PairWithPosition.make(simpleSymbol1166, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717950), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717946), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717941);
        Lit4478 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717691);
        Lit4477 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717554), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717548);
        Lit4476 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717449);
        Lit4475 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717332);
        SimpleSymbol simpleSymbol1167 = Lit8493;
        Lit4474 = PairWithPosition.make(simpleSymbol1167, PairWithPosition.make(simpleSymbol1167, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717132);
        SimpleSymbol simpleSymbol1168 = Lit8494;
        SimpleSymbol simpleSymbol1169 = Lit8493;
        Lit4473 = PairWithPosition.make(simpleSymbol1168, PairWithPosition.make(simpleSymbol1169, PairWithPosition.make(simpleSymbol1169, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717096), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717092), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717087);
        Lit4472 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 717074);
        Lit4471 = (SimpleSymbol) new SimpleSymbol("p$UpdatePrice2").readResolve();
        Lit4470 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730972);
        SimpleSymbol simpleSymbol1170 = Lit9;
        Lit4469 = PairWithPosition.make(simpleSymbol1170, PairWithPosition.make(simpleSymbol1170, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730938);
        Lit4468 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 712963);
        Lit4467 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 712862), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 712851);
        Lit4466 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730972);
        SimpleSymbol simpleSymbol1171 = Lit9;
        Lit4465 = PairWithPosition.make(simpleSymbol1171, PairWithPosition.make(simpleSymbol1171, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 730938);
        Lit4464 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 712963);
        Lit4463 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 712862), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 712851);
        Lit4462 = (SimpleSymbol) new SimpleSymbol("p$wvload").readResolve();
        Lit4461 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 709045);
        Lit4460 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708878);
        Lit4459 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708777), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708766);
        Lit4458 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 709045);
        Lit4457 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708878);
        Lit4456 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708777), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708766);
        Lit4455 = (SimpleSymbol) new SimpleSymbol("$comp").readResolve();
        Lit4454 = (SimpleSymbol) new SimpleSymbol("p$wvlHTMLLoad").readResolve();
        Lit4453 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706165);
        Lit4452 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706155);
        Lit4451 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706119);
        SimpleSymbol simpleSymbol1172 = Lit9;
        Lit4450 = PairWithPosition.make(simpleSymbol1172, PairWithPosition.make(simpleSymbol1172, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706100), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706094);
        Lit4449 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705809);
        Lit4448 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705763);
        Lit4447 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705548), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705542);
        Lit4446 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705419), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705413);
        Lit4445 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705291);
        Lit4444 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705281);
        Lit4443 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705251), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705245);
        SimpleSymbol simpleSymbol1173 = Lit9;
        Lit4442 = PairWithPosition.make(simpleSymbol1173, PairWithPosition.make(simpleSymbol1173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705220);
        Lit4441 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704941), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704935);
        Lit4440 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704789), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704783);
        Lit4439 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704654);
        Lit4438 = (SimpleSymbol) new SimpleSymbol("Disconnect").readResolve();
        Lit4437 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706165);
        Lit4436 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706155);
        Lit4435 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706119);
        SimpleSymbol simpleSymbol1174 = Lit9;
        Lit4434 = PairWithPosition.make(simpleSymbol1174, PairWithPosition.make(simpleSymbol1174, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706100), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706094);
        Lit4433 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705809);
        Lit4432 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705763);
        Lit4431 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705548), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705542);
        Lit4430 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705419), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705413);
        Lit4429 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705291);
        Lit4428 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705281);
        Lit4427 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705251), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705245);
        SimpleSymbol simpleSymbol1175 = Lit9;
        Lit4426 = PairWithPosition.make(simpleSymbol1175, PairWithPosition.make(simpleSymbol1175, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705220);
        Lit4425 = (SimpleSymbol) new SimpleSymbol("BASE64Decode").readResolve();
        Lit4424 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704941), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704935);
        Lit4423 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704789), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704783);
        Lit4422 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704654);
        Lit4421 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700757);
        SimpleSymbol simpleSymbol1176 = Lit9;
        Lit4420 = PairWithPosition.make(simpleSymbol1176, PairWithPosition.make(simpleSymbol1176, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700723);
        Lit4419 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700757);
        SimpleSymbol simpleSymbol1177 = Lit9;
        Lit4418 = PairWithPosition.make(simpleSymbol1177, PairWithPosition.make(simpleSymbol1177, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700723);
        Lit4417 = (SimpleSymbol) new SimpleSymbol("Connect").readResolve();
        Lit4416 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708814), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708808);
        Lit4415 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708793);
        SimpleSymbol simpleSymbol1178 = Lit8493;
        Lit4414 = PairWithPosition.make(simpleSymbol1178, PairWithPosition.make(simpleSymbol1178, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708597);
        Lit4413 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708315);
        Lit4412 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708288);
        SimpleSymbol simpleSymbol1179 = Lit8493;
        Lit4411 = PairWithPosition.make(simpleSymbol1179, PairWithPosition.make(simpleSymbol1179, PairWithPosition.make(simpleSymbol1179, PairWithPosition.make(simpleSymbol1179, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708067), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708059), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708054);
        SimpleSymbol simpleSymbol1180 = Lit720;
        Lit4410 = PairWithPosition.make(simpleSymbol1180, PairWithPosition.make(simpleSymbol1180, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708028);
        SimpleSymbol simpleSymbol1181 = Lit8494;
        SimpleSymbol simpleSymbol1182 = Lit8493;
        Lit4409 = PairWithPosition.make(simpleSymbol1181, PairWithPosition.make(simpleSymbol1182, PairWithPosition.make(simpleSymbol1182, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707978), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707974), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707969);
        SimpleSymbol simpleSymbol1183 = Lit720;
        Lit4408 = PairWithPosition.make(simpleSymbol1183, PairWithPosition.make(simpleSymbol1183, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707782);
        SimpleSymbol simpleSymbol1184 = Lit720;
        Lit4407 = PairWithPosition.make(simpleSymbol1184, PairWithPosition.make(simpleSymbol1184, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707744);
        Lit4406 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707449);
        SimpleSymbol simpleSymbol1185 = Lit9;
        Lit4405 = PairWithPosition.make(simpleSymbol1185, PairWithPosition.make(simpleSymbol1185, PairWithPosition.make(simpleSymbol1185, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707116);
        SimpleSymbol simpleSymbol1186 = Lit720;
        Lit4404 = PairWithPosition.make(simpleSymbol1186, PairWithPosition.make(simpleSymbol1186, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707100), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707092);
        SimpleSymbol simpleSymbol1187 = Lit720;
        Lit4403 = PairWithPosition.make(simpleSymbol1187, PairWithPosition.make(simpleSymbol1187, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707075), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707067);
        SimpleSymbol simpleSymbol1188 = Lit8494;
        SimpleSymbol simpleSymbol1189 = Lit8493;
        Lit4402 = PairWithPosition.make(simpleSymbol1188, PairWithPosition.make(simpleSymbol1189, PairWithPosition.make(simpleSymbol1189, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707032), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707027);
        SimpleSymbol simpleSymbol1190 = Lit8494;
        SimpleSymbol simpleSymbol1191 = Lit8493;
        Lit4401 = PairWithPosition.make(simpleSymbol1190, PairWithPosition.make(simpleSymbol1191, PairWithPosition.make(simpleSymbol1191, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706770), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706761);
        Lit4400 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706390);
        SimpleSymbol simpleSymbol1192 = Lit8493;
        Lit4399 = PairWithPosition.make(simpleSymbol1192, PairWithPosition.make(simpleSymbol1192, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706282);
        SimpleSymbol simpleSymbol1193 = Lit8494;
        SimpleSymbol simpleSymbol1194 = Lit8493;
        Lit4398 = PairWithPosition.make(simpleSymbol1193, PairWithPosition.make(simpleSymbol1194, PairWithPosition.make(simpleSymbol1194, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706051);
        SimpleSymbol simpleSymbol1195 = Lit8494;
        SimpleSymbol simpleSymbol1196 = Lit8493;
        Lit4397 = PairWithPosition.make(simpleSymbol1195, PairWithPosition.make(simpleSymbol1196, PairWithPosition.make(simpleSymbol1196, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705885), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705881), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705876);
        Lit4396 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705727), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705721);
        SimpleSymbol simpleSymbol1197 = Lit8493;
        Lit4395 = PairWithPosition.make(simpleSymbol1197, PairWithPosition.make(simpleSymbol1197, PairWithPosition.make(simpleSymbol1197, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705497), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705493), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705488);
        SimpleSymbol simpleSymbol1198 = Lit8493;
        Lit4394 = PairWithPosition.make(simpleSymbol1198, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1198, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705410), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705405);
        Lit4393 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705200);
        SimpleSymbol simpleSymbol1199 = Lit8493;
        Lit4392 = PairWithPosition.make(simpleSymbol1199, PairWithPosition.make(simpleSymbol1199, PairWithPosition.make(simpleSymbol1199, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704851), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704847), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704842);
        SimpleSymbol simpleSymbol1200 = Lit8493;
        Lit4391 = PairWithPosition.make(simpleSymbol1200, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1200, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704769), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704764), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704759);
        Lit4390 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704553);
        SimpleSymbol simpleSymbol1201 = Lit8493;
        Lit4389 = PairWithPosition.make(simpleSymbol1201, PairWithPosition.make(simpleSymbol1201, PairWithPosition.make(simpleSymbol1201, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704192), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704187);
        Lit4388 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704150);
        SimpleSymbol simpleSymbol1202 = Lit9;
        Lit4387 = PairWithPosition.make(simpleSymbol1202, PairWithPosition.make(simpleSymbol1202, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704131), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704125);
        Lit4386 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703841);
        SimpleSymbol simpleSymbol1203 = Lit8493;
        Lit4385 = PairWithPosition.make(simpleSymbol1203, PairWithPosition.make(simpleSymbol1203, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703416);
        Lit4384 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703285);
        SimpleSymbol simpleSymbol1204 = Lit8493;
        Lit4383 = PairWithPosition.make(simpleSymbol1204, PairWithPosition.make(simpleSymbol1204, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703068), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703063);
        SimpleSymbol simpleSymbol1205 = Lit8493;
        Lit4382 = PairWithPosition.make(simpleSymbol1205, PairWithPosition.make(simpleSymbol1205, PairWithPosition.make(simpleSymbol1205, PairWithPosition.make(simpleSymbol1205, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702931), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702923), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702918);
        Lit4381 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702742);
        Lit4380 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702466);
        SimpleSymbol simpleSymbol1206 = Lit9;
        Lit4379 = PairWithPosition.make(simpleSymbol1206, PairWithPosition.make(simpleSymbol1206, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702449), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702443);
        Lit4378 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702208), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702192);
        SimpleSymbol simpleSymbol1207 = Lit720;
        Lit4377 = PairWithPosition.make(simpleSymbol1207, PairWithPosition.make(simpleSymbol1207, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702035);
        Lit4376 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702004), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701998);
        SimpleSymbol simpleSymbol1208 = Lit9;
        Lit4375 = PairWithPosition.make(simpleSymbol1208, PairWithPosition.make(simpleSymbol1208, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701973);
        Lit4374 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701902);
        SimpleSymbol simpleSymbol1209 = Lit9;
        Lit4373 = PairWithPosition.make(simpleSymbol1209, PairWithPosition.make(simpleSymbol1209, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701885), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701879);
        Lit4372 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701423);
        SimpleSymbol simpleSymbol1210 = Lit9;
        Lit4371 = PairWithPosition.make(simpleSymbol1210, PairWithPosition.make(simpleSymbol1210, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701343), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701337);
        Lit4370 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701145);
        Lit4369 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700992);
        Lit4368 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700967), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700962);
        Lit4367 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700913), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700907);
        Lit4366 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700898), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700892);
        SimpleSymbol simpleSymbol1211 = Lit8493;
        Lit4365 = PairWithPosition.make(simpleSymbol1211, PairWithPosition.make(simpleSymbol1211, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700696);
        Lit4364 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700353), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700347);
        Lit4363 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700338), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700332);
        SimpleSymbol simpleSymbol1212 = Lit8493;
        Lit4362 = PairWithPosition.make(simpleSymbol1212, PairWithPosition.make(simpleSymbol1212, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700141), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700136);
        SimpleSymbol simpleSymbol1213 = Lit720;
        Lit4361 = PairWithPosition.make(simpleSymbol1213, PairWithPosition.make(simpleSymbol1213, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699782);
        SimpleSymbol simpleSymbol1214 = Lit720;
        Lit4360 = PairWithPosition.make(simpleSymbol1214, PairWithPosition.make(simpleSymbol1214, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699744);
        SimpleSymbol simpleSymbol1215 = Lit8493;
        Lit4359 = PairWithPosition.make(simpleSymbol1215, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1215, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699715), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699705);
        SimpleSymbol simpleSymbol1216 = Lit8493;
        Lit4358 = PairWithPosition.make(simpleSymbol1216, PairWithPosition.make(simpleSymbol1216, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699570);
        SimpleSymbol simpleSymbol1217 = Lit8493;
        Lit4357 = PairWithPosition.make(simpleSymbol1217, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1217, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699541), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699536), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699531);
        SimpleSymbol simpleSymbol1218 = Lit8493;
        Lit4356 = PairWithPosition.make(simpleSymbol1218, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1218, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699180);
        SimpleSymbol simpleSymbol1219 = Lit8493;
        Lit4355 = PairWithPosition.make(simpleSymbol1219, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1219, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699042);
        SimpleSymbol simpleSymbol1220 = Lit8493;
        Lit4354 = PairWithPosition.make(simpleSymbol1220, PairWithPosition.make(simpleSymbol1220, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698923);
        SimpleSymbol simpleSymbol1221 = Lit8493;
        Lit4353 = PairWithPosition.make(simpleSymbol1221, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1221, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698891), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698886);
        SimpleSymbol simpleSymbol1222 = Lit8493;
        Lit4352 = PairWithPosition.make(simpleSymbol1222, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1222, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698652), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698647);
        SimpleSymbol simpleSymbol1223 = Lit8493;
        Lit4351 = PairWithPosition.make(simpleSymbol1223, PairWithPosition.make(simpleSymbol1223, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698532), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698527);
        SimpleSymbol simpleSymbol1224 = Lit8493;
        Lit4350 = PairWithPosition.make(simpleSymbol1224, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1224, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698495), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698490);
        SimpleSymbol simpleSymbol1225 = Lit8494;
        SimpleSymbol simpleSymbol1226 = Lit8493;
        Lit4349 = PairWithPosition.make(simpleSymbol1225, PairWithPosition.make(simpleSymbol1226, PairWithPosition.make(simpleSymbol1226, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698223), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698214);
        Lit4348 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698172), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698155);
        Lit4347 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698068);
        Lit4346 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697949);
        SimpleSymbol simpleSymbol1227 = Lit8494;
        SimpleSymbol simpleSymbol1228 = Lit8493;
        Lit4345 = PairWithPosition.make(simpleSymbol1227, PairWithPosition.make(simpleSymbol1228, PairWithPosition.make(simpleSymbol1228, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697644), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697639);
        Lit4344 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697597), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697586), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697580);
        Lit4343 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697493);
        Lit4342 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697374);
        Lit4341 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697048);
        SimpleSymbol simpleSymbol1229 = Lit8494;
        SimpleSymbol simpleSymbol1230 = Lit8493;
        Lit4340 = PairWithPosition.make(simpleSymbol1229, PairWithPosition.make(simpleSymbol1230, PairWithPosition.make(simpleSymbol1230, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697014), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697009);
        Lit4339 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696967), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696950);
        Lit4338 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696863);
        Lit4337 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696744);
        Lit4336 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708814), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708808);
        Lit4335 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708793);
        SimpleSymbol simpleSymbol1231 = Lit8493;
        Lit4334 = PairWithPosition.make(simpleSymbol1231, PairWithPosition.make(simpleSymbol1231, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708597);
        Lit4333 = (SimpleSymbol) new SimpleSymbol("p$updateOrder").readResolve();
        Lit4332 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708315);
        Lit4331 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708288);
        SimpleSymbol simpleSymbol1232 = Lit8493;
        Lit4330 = PairWithPosition.make(simpleSymbol1232, PairWithPosition.make(simpleSymbol1232, PairWithPosition.make(simpleSymbol1232, PairWithPosition.make(simpleSymbol1232, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708067), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708059), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708054);
        SimpleSymbol simpleSymbol1233 = Lit720;
        Lit4329 = PairWithPosition.make(simpleSymbol1233, PairWithPosition.make(simpleSymbol1233, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 708028);
        SimpleSymbol simpleSymbol1234 = Lit8494;
        SimpleSymbol simpleSymbol1235 = Lit8493;
        Lit4328 = PairWithPosition.make(simpleSymbol1234, PairWithPosition.make(simpleSymbol1235, PairWithPosition.make(simpleSymbol1235, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707978), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707974), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707969);
        SimpleSymbol simpleSymbol1236 = Lit720;
        Lit4327 = PairWithPosition.make(simpleSymbol1236, PairWithPosition.make(simpleSymbol1236, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707782);
        SimpleSymbol simpleSymbol1237 = Lit720;
        Lit4326 = PairWithPosition.make(simpleSymbol1237, PairWithPosition.make(simpleSymbol1237, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707744);
        Lit4325 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707449);
        SimpleSymbol simpleSymbol1238 = Lit9;
        Lit4324 = PairWithPosition.make(simpleSymbol1238, PairWithPosition.make(simpleSymbol1238, PairWithPosition.make(simpleSymbol1238, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707116);
        SimpleSymbol simpleSymbol1239 = Lit720;
        Lit4323 = PairWithPosition.make(simpleSymbol1239, PairWithPosition.make(simpleSymbol1239, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707100), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707092);
        SimpleSymbol simpleSymbol1240 = Lit720;
        Lit4322 = PairWithPosition.make(simpleSymbol1240, PairWithPosition.make(simpleSymbol1240, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707075), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707067);
        SimpleSymbol simpleSymbol1241 = Lit8494;
        SimpleSymbol simpleSymbol1242 = Lit8493;
        Lit4321 = PairWithPosition.make(simpleSymbol1241, PairWithPosition.make(simpleSymbol1242, PairWithPosition.make(simpleSymbol1242, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707032), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 707027);
        SimpleSymbol simpleSymbol1243 = Lit8494;
        SimpleSymbol simpleSymbol1244 = Lit8493;
        Lit4320 = PairWithPosition.make(simpleSymbol1243, PairWithPosition.make(simpleSymbol1244, PairWithPosition.make(simpleSymbol1244, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706770), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706761);
        Lit4319 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706390);
        SimpleSymbol simpleSymbol1245 = Lit8493;
        Lit4318 = PairWithPosition.make(simpleSymbol1245, PairWithPosition.make(simpleSymbol1245, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706282);
        SimpleSymbol simpleSymbol1246 = Lit8494;
        SimpleSymbol simpleSymbol1247 = Lit8493;
        Lit4317 = PairWithPosition.make(simpleSymbol1246, PairWithPosition.make(simpleSymbol1247, PairWithPosition.make(simpleSymbol1247, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 706051);
        SimpleSymbol simpleSymbol1248 = Lit8494;
        SimpleSymbol simpleSymbol1249 = Lit8493;
        Lit4316 = PairWithPosition.make(simpleSymbol1248, PairWithPosition.make(simpleSymbol1249, PairWithPosition.make(simpleSymbol1249, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705885), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705881), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705876);
        Lit4315 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705727), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705721);
        SimpleSymbol simpleSymbol1250 = Lit8493;
        Lit4314 = PairWithPosition.make(simpleSymbol1250, PairWithPosition.make(simpleSymbol1250, PairWithPosition.make(simpleSymbol1250, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705497), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705493), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705488);
        SimpleSymbol simpleSymbol1251 = Lit8493;
        Lit4313 = PairWithPosition.make(simpleSymbol1251, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1251, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705410), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705405);
        Lit4312 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 705200);
        SimpleSymbol simpleSymbol1252 = Lit8493;
        Lit4311 = PairWithPosition.make(simpleSymbol1252, PairWithPosition.make(simpleSymbol1252, PairWithPosition.make(simpleSymbol1252, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704851), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704847), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704842);
        SimpleSymbol simpleSymbol1253 = Lit8493;
        Lit4310 = PairWithPosition.make(simpleSymbol1253, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1253, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704769), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704764), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704759);
        Lit4309 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704553);
        SimpleSymbol simpleSymbol1254 = Lit8493;
        Lit4308 = PairWithPosition.make(simpleSymbol1254, PairWithPosition.make(simpleSymbol1254, PairWithPosition.make(simpleSymbol1254, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704192), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704187);
        Lit4307 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704150);
        SimpleSymbol simpleSymbol1255 = Lit9;
        Lit4306 = PairWithPosition.make(simpleSymbol1255, PairWithPosition.make(simpleSymbol1255, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704131), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 704125);
        Lit4305 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703841);
        Lit4304 = (SimpleSymbol) new SimpleSymbol("txtLTP").readResolve();
        SimpleSymbol simpleSymbol1256 = Lit8493;
        Lit4303 = PairWithPosition.make(simpleSymbol1256, PairWithPosition.make(simpleSymbol1256, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703416);
        Lit4302 = (SimpleSymbol) new SimpleSymbol("$color").readResolve();
        Lit4301 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703285);
        SimpleSymbol simpleSymbol1257 = Lit8493;
        Lit4300 = PairWithPosition.make(simpleSymbol1257, PairWithPosition.make(simpleSymbol1257, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703068), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 703063);
        SimpleSymbol simpleSymbol1258 = Lit8493;
        Lit4299 = PairWithPosition.make(simpleSymbol1258, PairWithPosition.make(simpleSymbol1258, PairWithPosition.make(simpleSymbol1258, PairWithPosition.make(simpleSymbol1258, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702931), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702923), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702918);
        Lit4298 = (SimpleSymbol) new SimpleSymbol("$pct").readResolve();
        Lit4297 = (SimpleSymbol) new SimpleSymbol("$ltpColor").readResolve();
        Lit4296 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702742);
        Lit4295 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702466);
        SimpleSymbol simpleSymbol1259 = Lit9;
        Lit4294 = PairWithPosition.make(simpleSymbol1259, PairWithPosition.make(simpleSymbol1259, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702449), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702443);
        Lit4293 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702208), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702192);
        Lit4292 = (SimpleSymbol) new SimpleSymbol("g$latestLTP").readResolve();
        SimpleSymbol simpleSymbol1260 = Lit720;
        Lit4291 = PairWithPosition.make(simpleSymbol1260, PairWithPosition.make(simpleSymbol1260, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702035);
        Lit4290 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 702004), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701998);
        SimpleSymbol simpleSymbol1261 = Lit9;
        Lit4289 = PairWithPosition.make(simpleSymbol1261, PairWithPosition.make(simpleSymbol1261, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701973);
        Lit4288 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701902);
        SimpleSymbol simpleSymbol1262 = Lit9;
        Lit4287 = PairWithPosition.make(simpleSymbol1262, PairWithPosition.make(simpleSymbol1262, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701885), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701879);
        Lit4286 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701423);
        SimpleSymbol simpleSymbol1263 = Lit9;
        Lit4285 = PairWithPosition.make(simpleSymbol1263, PairWithPosition.make(simpleSymbol1263, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701343), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701337);
        Lit4284 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 701145);
        Lit4283 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700992);
        Lit4282 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700967), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700962);
        Lit4281 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700913), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700907);
        Lit4280 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700898), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700892);
        SimpleSymbol simpleSymbol1264 = Lit8493;
        Lit4279 = PairWithPosition.make(simpleSymbol1264, PairWithPosition.make(simpleSymbol1264, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700696);
        Lit4278 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700353), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700347);
        Lit4277 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700338), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700332);
        SimpleSymbol simpleSymbol1265 = Lit8493;
        Lit4276 = PairWithPosition.make(simpleSymbol1265, PairWithPosition.make(simpleSymbol1265, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700141), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 700136);
        SimpleSymbol simpleSymbol1266 = Lit720;
        Lit4275 = PairWithPosition.make(simpleSymbol1266, PairWithPosition.make(simpleSymbol1266, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699782);
        SimpleSymbol simpleSymbol1267 = Lit720;
        Lit4274 = PairWithPosition.make(simpleSymbol1267, PairWithPosition.make(simpleSymbol1267, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699744);
        SimpleSymbol simpleSymbol1268 = Lit8493;
        Lit4273 = PairWithPosition.make(simpleSymbol1268, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1268, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699715), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699705);
        SimpleSymbol simpleSymbol1269 = Lit8493;
        Lit4272 = PairWithPosition.make(simpleSymbol1269, PairWithPosition.make(simpleSymbol1269, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699570);
        SimpleSymbol simpleSymbol1270 = Lit8493;
        Lit4271 = PairWithPosition.make(simpleSymbol1270, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1270, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699541), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699536), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699531);
        Lit4270 = (SimpleSymbol) new SimpleSymbol("$chg").readResolve();
        SimpleSymbol simpleSymbol1271 = Lit8493;
        Lit4269 = PairWithPosition.make(simpleSymbol1271, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1271, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699180);
        SimpleSymbol simpleSymbol1272 = Lit8493;
        Lit4268 = PairWithPosition.make(simpleSymbol1272, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1272, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 699042);
        SimpleSymbol simpleSymbol1273 = Lit8493;
        Lit4267 = PairWithPosition.make(simpleSymbol1273, PairWithPosition.make(simpleSymbol1273, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698923);
        SimpleSymbol simpleSymbol1274 = Lit8493;
        Lit4266 = PairWithPosition.make(simpleSymbol1274, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1274, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698891), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698886);
        SimpleSymbol simpleSymbol1275 = Lit8493;
        Lit4265 = PairWithPosition.make(simpleSymbol1275, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1275, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698652), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698647);
        SimpleSymbol simpleSymbol1276 = Lit8493;
        Lit4264 = PairWithPosition.make(simpleSymbol1276, PairWithPosition.make(simpleSymbol1276, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698532), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698527);
        SimpleSymbol simpleSymbol1277 = Lit8493;
        Lit4263 = PairWithPosition.make(simpleSymbol1277, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1277, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698495), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698490);
        Lit4262 = (SimpleSymbol) new SimpleSymbol("$jsonItem").readResolve();
        SimpleSymbol simpleSymbol1278 = Lit8494;
        SimpleSymbol simpleSymbol1279 = Lit8493;
        Lit4261 = PairWithPosition.make(simpleSymbol1278, PairWithPosition.make(simpleSymbol1279, PairWithPosition.make(simpleSymbol1279, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698223), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698214);
        Lit4260 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698172), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698155);
        Lit4259 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 698068);
        Lit4258 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697949);
        SimpleSymbol simpleSymbol1280 = Lit8494;
        SimpleSymbol simpleSymbol1281 = Lit8493;
        Lit4257 = PairWithPosition.make(simpleSymbol1280, PairWithPosition.make(simpleSymbol1281, PairWithPosition.make(simpleSymbol1281, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697644), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697639);
        Lit4256 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697597), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697586), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697580);
        Lit4255 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697493);
        Lit4254 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697374);
        Lit4253 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697048);
        SimpleSymbol simpleSymbol1282 = Lit8494;
        SimpleSymbol simpleSymbol1283 = Lit8493;
        Lit4252 = PairWithPosition.make(simpleSymbol1282, PairWithPosition.make(simpleSymbol1283, PairWithPosition.make(simpleSymbol1283, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697014), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 697009);
        Lit4251 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696967), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696950);
        Lit4250 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696863);
        Lit4249 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 696744);
        Lit4248 = (SimpleSymbol) new SimpleSymbol("$keyInstrument").readResolve();
        Lit4247 = (SimpleSymbol) new SimpleSymbol("p$UpdatePrice").readResolve();
        Lit4246 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695304);
        SimpleSymbol simpleSymbol1284 = Lit8493;
        Lit4245 = PairWithPosition.make(simpleSymbol1284, PairWithPosition.make(simpleSymbol1284, PairWithPosition.make(simpleSymbol1284, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695281), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695277), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695272);
        SimpleSymbol simpleSymbol1285 = Lit8493;
        Lit4244 = PairWithPosition.make(simpleSymbol1285, PairWithPosition.make(simpleSymbol1285, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695243);
        SimpleSymbol simpleSymbol1286 = Lit9;
        Lit4243 = PairWithPosition.make(simpleSymbol1286, PairWithPosition.make(simpleSymbol1286, PairWithPosition.make(simpleSymbol1286, PairWithPosition.make(simpleSymbol1286, PairWithPosition.make(simpleSymbol1286, PairWithPosition.make(simpleSymbol1286, PairWithPosition.make(simpleSymbol1286, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695225), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695200), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695194);
        Lit4242 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695183);
        Lit4241 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695012);
        Lit4240 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695003), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694988);
        Lit4239 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694752);
        Lit4238 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694620);
        SimpleSymbol simpleSymbol1287 = Lit8493;
        Lit4237 = PairWithPosition.make(simpleSymbol1287, PairWithPosition.make(simpleSymbol1287, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694358), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694353);
        SimpleSymbol simpleSymbol1288 = Lit9;
        Lit4236 = PairWithPosition.make(simpleSymbol1288, PairWithPosition.make(simpleSymbol1288, PairWithPosition.make(simpleSymbol1288, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694329), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694318);
        Lit4235 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694300);
        Lit4234 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694286);
        SimpleSymbol simpleSymbol1289 = Lit8493;
        Lit4233 = PairWithPosition.make(simpleSymbol1289, PairWithPosition.make(simpleSymbol1289, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693988);
        SimpleSymbol simpleSymbol1290 = Lit9;
        Lit4232 = PairWithPosition.make(simpleSymbol1290, PairWithPosition.make(simpleSymbol1290, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693770), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693764);
        SimpleSymbol simpleSymbol1291 = Lit720;
        Lit4231 = PairWithPosition.make(simpleSymbol1291, PairWithPosition.make(simpleSymbol1291, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693160), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693152);
        Lit4230 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693138);
        SimpleSymbol simpleSymbol1292 = Lit8498;
        Lit4229 = PairWithPosition.make(simpleSymbol1292, PairWithPosition.make(simpleSymbol1292, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693105);
        Lit4228 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692925);
        Lit4227 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692638);
        Lit4226 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692404);
        Lit4225 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692390);
        Lit4224 = (SimpleSymbol) new SimpleSymbol("g$backupTaken").readResolve();
        Lit4223 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695304);
        SimpleSymbol simpleSymbol1293 = Lit8493;
        Lit4222 = PairWithPosition.make(simpleSymbol1293, PairWithPosition.make(simpleSymbol1293, PairWithPosition.make(simpleSymbol1293, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695281), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695277), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695272);
        SimpleSymbol simpleSymbol1294 = Lit8493;
        Lit4221 = PairWithPosition.make(simpleSymbol1294, PairWithPosition.make(simpleSymbol1294, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695243);
        SimpleSymbol simpleSymbol1295 = Lit9;
        Lit4220 = PairWithPosition.make(simpleSymbol1295, PairWithPosition.make(simpleSymbol1295, PairWithPosition.make(simpleSymbol1295, PairWithPosition.make(simpleSymbol1295, PairWithPosition.make(simpleSymbol1295, PairWithPosition.make(simpleSymbol1295, PairWithPosition.make(simpleSymbol1295, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695225), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695200), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695194);
        Lit4219 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695183);
        Lit4218 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695012);
        Lit4217 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 695003), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694988);
        Lit4216 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694752);
        Lit4215 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694620);
        SimpleSymbol simpleSymbol1296 = Lit8493;
        Lit4214 = PairWithPosition.make(simpleSymbol1296, PairWithPosition.make(simpleSymbol1296, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694358), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694353);
        SimpleSymbol simpleSymbol1297 = Lit9;
        Lit4213 = PairWithPosition.make(simpleSymbol1297, PairWithPosition.make(simpleSymbol1297, PairWithPosition.make(simpleSymbol1297, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694329), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694318);
        Lit4212 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694300);
        Lit4211 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 694286);
        SimpleSymbol simpleSymbol1298 = Lit8493;
        Lit4210 = PairWithPosition.make(simpleSymbol1298, PairWithPosition.make(simpleSymbol1298, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693988);
        SimpleSymbol simpleSymbol1299 = Lit9;
        Lit4209 = PairWithPosition.make(simpleSymbol1299, PairWithPosition.make(simpleSymbol1299, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693770), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693764);
        SimpleSymbol simpleSymbol1300 = Lit720;
        Lit4208 = PairWithPosition.make(simpleSymbol1300, PairWithPosition.make(simpleSymbol1300, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693160), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693152);
        Lit4207 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693138);
        SimpleSymbol simpleSymbol1301 = Lit8498;
        Lit4206 = PairWithPosition.make(simpleSymbol1301, PairWithPosition.make(simpleSymbol1301, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 693105);
        Lit4205 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692925);
        Lit4204 = (SimpleSymbol) new SimpleSymbol("DurationToMinutes").readResolve();
        Lit4203 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692638);
        Lit4202 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692404);
        Lit4201 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 692390);
        Lit4200 = (SimpleSymbol) new SimpleSymbol("p$tinydbBackup").readResolve();
        SimpleSymbol simpleSymbol1302 = Lit9;
        Lit4199 = PairWithPosition.make(simpleSymbol1302, PairWithPosition.make(simpleSymbol1302, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689193);
        SimpleSymbol simpleSymbol1303 = Lit9;
        Lit4198 = PairWithPosition.make(simpleSymbol1303, PairWithPosition.make(simpleSymbol1303, PairWithPosition.make(simpleSymbol1303, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689164), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689158);
        Lit4197 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689140);
        Lit4196 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689132), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689126);
        SimpleSymbol simpleSymbol1304 = Lit9;
        Lit4195 = PairWithPosition.make(simpleSymbol1304, PairWithPosition.make(simpleSymbol1304, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688892), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688886);
        Lit4194 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688307);
        Lit4193 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688293);
        SimpleSymbol simpleSymbol1305 = Lit9;
        Lit4192 = PairWithPosition.make(simpleSymbol1305, PairWithPosition.make(simpleSymbol1305, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689193);
        SimpleSymbol simpleSymbol1306 = Lit9;
        Lit4191 = PairWithPosition.make(simpleSymbol1306, PairWithPosition.make(simpleSymbol1306, PairWithPosition.make(simpleSymbol1306, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689164), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689158);
        Lit4190 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689140);
        Lit4189 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689132), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 689126);
        SimpleSymbol simpleSymbol1307 = Lit9;
        Lit4188 = PairWithPosition.make(simpleSymbol1307, PairWithPosition.make(simpleSymbol1307, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688892), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688886);
        Lit4187 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688307);
        Lit4186 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 688293);
        Lit4185 = (SimpleSymbol) new SimpleSymbol("p$tinydbRestore").readResolve();
        SimpleSymbol simpleSymbol1308 = Lit720;
        Lit4184 = PairWithPosition.make(simpleSymbol1308, PairWithPosition.make(simpleSymbol1308, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684728);
        SimpleSymbol simpleSymbol1309 = Lit720;
        Lit4183 = PairWithPosition.make(simpleSymbol1309, PairWithPosition.make(simpleSymbol1309, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684703), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684695);
        SimpleSymbol simpleSymbol1310 = Lit720;
        Lit4182 = PairWithPosition.make(simpleSymbol1310, PairWithPosition.make(simpleSymbol1310, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684667);
        SimpleSymbol simpleSymbol1311 = Lit720;
        Lit4181 = PairWithPosition.make(simpleSymbol1311, PairWithPosition.make(simpleSymbol1311, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684451), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684443);
        SimpleSymbol simpleSymbol1312 = Lit720;
        Lit4180 = PairWithPosition.make(simpleSymbol1312, PairWithPosition.make(simpleSymbol1312, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684417), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684409);
        SimpleSymbol simpleSymbol1313 = Lit720;
        Lit4179 = PairWithPosition.make(simpleSymbol1313, PairWithPosition.make(simpleSymbol1313, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684381);
        SimpleSymbol simpleSymbol1314 = Lit8493;
        Lit4178 = PairWithPosition.make(simpleSymbol1314, PairWithPosition.make(simpleSymbol1314, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684164);
        SimpleSymbol simpleSymbol1315 = Lit720;
        Lit4177 = PairWithPosition.make(simpleSymbol1315, PairWithPosition.make(simpleSymbol1315, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684728);
        SimpleSymbol simpleSymbol1316 = Lit720;
        Lit4176 = PairWithPosition.make(simpleSymbol1316, PairWithPosition.make(simpleSymbol1316, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684703), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684695);
        SimpleSymbol simpleSymbol1317 = Lit720;
        Lit4175 = PairWithPosition.make(simpleSymbol1317, PairWithPosition.make(simpleSymbol1317, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684667);
        SimpleSymbol simpleSymbol1318 = Lit720;
        Lit4174 = PairWithPosition.make(simpleSymbol1318, PairWithPosition.make(simpleSymbol1318, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684451), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684443);
        SimpleSymbol simpleSymbol1319 = Lit720;
        Lit4173 = PairWithPosition.make(simpleSymbol1319, PairWithPosition.make(simpleSymbol1319, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684417), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684409);
        SimpleSymbol simpleSymbol1320 = Lit720;
        Lit4172 = PairWithPosition.make(simpleSymbol1320, PairWithPosition.make(simpleSymbol1320, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684381);
        SimpleSymbol simpleSymbol1321 = Lit8493;
        Lit4171 = PairWithPosition.make(simpleSymbol1321, PairWithPosition.make(simpleSymbol1321, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 684164);
        Lit4170 = (SimpleSymbol) new SimpleSymbol("p$tgt_val").readResolve();
        Lit4169 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 680625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 680614);
        Lit4168 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 680147);
        Lit4167 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 680120);
        Lit4166 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 680625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 680614);
        Lit4165 = (SimpleSymbol) new SimpleSymbol("$post").readResolve();
        Lit4164 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 680147);
        Lit4163 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 680120);
        SimpleSymbol simpleSymbol1322 = Lit720;
        Lit4162 = PairWithPosition.make(simpleSymbol1322, PairWithPosition.make(simpleSymbol1322, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676698), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676690);
        SimpleSymbol simpleSymbol1323 = Lit720;
        Lit4161 = PairWithPosition.make(simpleSymbol1323, PairWithPosition.make(simpleSymbol1323, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676663);
        SimpleSymbol simpleSymbol1324 = Lit720;
        Lit4160 = PairWithPosition.make(simpleSymbol1324, PairWithPosition.make(simpleSymbol1324, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676638);
        SimpleSymbol simpleSymbol1325 = Lit720;
        Lit4159 = PairWithPosition.make(simpleSymbol1325, PairWithPosition.make(simpleSymbol1325, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676608), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676600);
        SimpleSymbol simpleSymbol1326 = Lit720;
        Lit4158 = PairWithPosition.make(simpleSymbol1326, PairWithPosition.make(simpleSymbol1326, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676557);
        SimpleSymbol simpleSymbol1327 = Lit720;
        Lit4157 = PairWithPosition.make(simpleSymbol1327, PairWithPosition.make(simpleSymbol1327, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676316), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676308);
        SimpleSymbol simpleSymbol1328 = Lit720;
        Lit4156 = PairWithPosition.make(simpleSymbol1328, PairWithPosition.make(simpleSymbol1328, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676278), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676270);
        SimpleSymbol simpleSymbol1329 = Lit720;
        Lit4155 = PairWithPosition.make(simpleSymbol1329, PairWithPosition.make(simpleSymbol1329, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676235), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676227);
        SimpleSymbol simpleSymbol1330 = Lit8493;
        Lit4154 = PairWithPosition.make(simpleSymbol1330, PairWithPosition.make(simpleSymbol1330, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676031);
        SimpleSymbol simpleSymbol1331 = Lit720;
        Lit4153 = PairWithPosition.make(simpleSymbol1331, PairWithPosition.make(simpleSymbol1331, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676698), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676690);
        SimpleSymbol simpleSymbol1332 = Lit720;
        Lit4152 = PairWithPosition.make(simpleSymbol1332, PairWithPosition.make(simpleSymbol1332, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676663);
        SimpleSymbol simpleSymbol1333 = Lit720;
        Lit4151 = PairWithPosition.make(simpleSymbol1333, PairWithPosition.make(simpleSymbol1333, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676638);
        SimpleSymbol simpleSymbol1334 = Lit720;
        Lit4150 = PairWithPosition.make(simpleSymbol1334, PairWithPosition.make(simpleSymbol1334, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676608), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676600);
        SimpleSymbol simpleSymbol1335 = Lit720;
        Lit4149 = PairWithPosition.make(simpleSymbol1335, PairWithPosition.make(simpleSymbol1335, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676557);
        SimpleSymbol simpleSymbol1336 = Lit720;
        Lit4148 = PairWithPosition.make(simpleSymbol1336, PairWithPosition.make(simpleSymbol1336, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676316), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676308);
        SimpleSymbol simpleSymbol1337 = Lit720;
        Lit4147 = PairWithPosition.make(simpleSymbol1337, PairWithPosition.make(simpleSymbol1337, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676278), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676270);
        SimpleSymbol simpleSymbol1338 = Lit720;
        Lit4146 = PairWithPosition.make(simpleSymbol1338, PairWithPosition.make(simpleSymbol1338, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676235), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676227);
        SimpleSymbol simpleSymbol1339 = Lit8493;
        Lit4145 = PairWithPosition.make(simpleSymbol1339, PairWithPosition.make(simpleSymbol1339, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676036), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676031);
        Lit4144 = (SimpleSymbol) new SimpleSymbol("p$tgt_pct").readResolve();
        Lit4143 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672234);
        Lit4142 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672234);
        Lit4141 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676272);
        Lit4140 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676086);
        Lit4139 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675966);
        SimpleSymbol simpleSymbol1340 = Lit8493;
        Lit4138 = PairWithPosition.make(simpleSymbol1340, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1340, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675734), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675729);
        Lit4137 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675510);
        Lit4136 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675483);
        Lit4135 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675281);
        Lit4134 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675254);
        SimpleSymbol simpleSymbol1341 = Lit8493;
        Lit4133 = PairWithPosition.make(simpleSymbol1341, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1341, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675038);
        SimpleSymbol simpleSymbol1342 = Lit8493;
        Lit4132 = PairWithPosition.make(simpleSymbol1342, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1342, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674872), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674867), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674862);
        SimpleSymbol simpleSymbol1343 = Lit8493;
        Lit4131 = PairWithPosition.make(simpleSymbol1343, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1343, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674700), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674695), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674690);
        SimpleSymbol simpleSymbol1344 = Lit8493;
        Lit4130 = PairWithPosition.make(simpleSymbol1344, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1344, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674522), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674517), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674512);
        Lit4129 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674349), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674344);
        Lit4128 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674314);
        SimpleSymbol simpleSymbol1345 = Lit8493;
        Lit4127 = PairWithPosition.make(simpleSymbol1345, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1345, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674208), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674203), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674198);
        SimpleSymbol simpleSymbol1346 = Lit8493;
        Lit4126 = PairWithPosition.make(simpleSymbol1346, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1346, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673959), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673954);
        Lit4125 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673882), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673877);
        Lit4124 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673847);
        SimpleSymbol simpleSymbol1347 = Lit8493;
        Lit4123 = PairWithPosition.make(simpleSymbol1347, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1347, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673745), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673740), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673735);
        Lit4122 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673372);
        Lit4121 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673186);
        SimpleSymbol simpleSymbol1348 = Lit8493;
        Lit4120 = PairWithPosition.make(simpleSymbol1348, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1348, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673148);
        SimpleSymbol simpleSymbol1349 = Lit8493;
        Lit4119 = PairWithPosition.make(simpleSymbol1349, PairWithPosition.make(simpleSymbol1349, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673033), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673028);
        SimpleSymbol simpleSymbol1350 = Lit8493;
        Lit4118 = PairWithPosition.make(simpleSymbol1350, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1350, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672992), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672982);
        SimpleSymbol simpleSymbol1351 = Lit8493;
        Lit4117 = PairWithPosition.make(simpleSymbol1351, PairWithPosition.make(simpleSymbol1351, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672819);
        SimpleSymbol simpleSymbol1352 = Lit8493;
        Lit4116 = PairWithPosition.make(simpleSymbol1352, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1352, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672786), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672781), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672776);
        Lit4115 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672496);
        Lit4114 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672204);
        SimpleSymbol simpleSymbol1353 = Lit9;
        Lit4113 = PairWithPosition.make(simpleSymbol1353, PairWithPosition.make(simpleSymbol1353, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672009);
        Lit4112 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671837), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671831);
        SimpleSymbol simpleSymbol1354 = Lit9;
        Lit4111 = PairWithPosition.make(simpleSymbol1354, PairWithPosition.make(simpleSymbol1354, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671806);
        Lit4110 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671736);
        SimpleSymbol simpleSymbol1355 = Lit9;
        Lit4109 = PairWithPosition.make(simpleSymbol1355, PairWithPosition.make(simpleSymbol1355, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671719), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671713);
        Lit4108 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671356), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671351);
        SimpleSymbol simpleSymbol1356 = Lit9;
        Lit4107 = PairWithPosition.make(simpleSymbol1356, PairWithPosition.make(simpleSymbol1356, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671265);
        SimpleSymbol simpleSymbol1357 = Lit8493;
        Lit4106 = PairWithPosition.make(simpleSymbol1357, PairWithPosition.make(simpleSymbol1357, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670688), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670683);
        SimpleSymbol simpleSymbol1358 = Lit8494;
        SimpleSymbol simpleSymbol1359 = Lit8493;
        Lit4105 = PairWithPosition.make(simpleSymbol1358, PairWithPosition.make(simpleSymbol1359, PairWithPosition.make(simpleSymbol1359, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670165), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670160);
        Lit4104 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669896);
        Lit4103 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669728);
        Lit4102 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669698);
        SimpleSymbol simpleSymbol1360 = Lit8494;
        SimpleSymbol simpleSymbol1361 = Lit8493;
        Lit4101 = PairWithPosition.make(simpleSymbol1360, PairWithPosition.make(simpleSymbol1361, PairWithPosition.make(simpleSymbol1361, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669594), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669590), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669585);
        Lit4100 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669205);
        SimpleSymbol simpleSymbol1362 = Lit8493;
        Lit4099 = PairWithPosition.make(simpleSymbol1362, PairWithPosition.make(simpleSymbol1362, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669108), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669103);
        Lit4098 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668928);
        SimpleSymbol simpleSymbol1363 = Lit8493;
        Lit4097 = PairWithPosition.make(simpleSymbol1363, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1363, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668571), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668566), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668561);
        Lit4096 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668160);
        Lit4095 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 667819);
        Lit4094 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676272);
        Lit4093 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 676086);
        Lit4092 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675966);
        SimpleSymbol simpleSymbol1364 = Lit8493;
        Lit4091 = PairWithPosition.make(simpleSymbol1364, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1364, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675734), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675729);
        Lit4090 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675510);
        Lit4089 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675483);
        Lit4088 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675281);
        Lit4087 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675254);
        SimpleSymbol simpleSymbol1365 = Lit8493;
        Lit4086 = PairWithPosition.make(simpleSymbol1365, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1365, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 675038);
        SimpleSymbol simpleSymbol1366 = Lit8493;
        Lit4085 = PairWithPosition.make(simpleSymbol1366, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1366, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674872), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674867), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674862);
        SimpleSymbol simpleSymbol1367 = Lit8493;
        Lit4084 = PairWithPosition.make(simpleSymbol1367, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1367, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674700), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674695), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674690);
        SimpleSymbol simpleSymbol1368 = Lit8493;
        Lit4083 = PairWithPosition.make(simpleSymbol1368, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1368, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674522), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674517), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674512);
        Lit4082 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674349), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674344);
        Lit4081 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674314);
        SimpleSymbol simpleSymbol1369 = Lit8493;
        Lit4080 = PairWithPosition.make(simpleSymbol1369, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1369, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674208), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674203), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 674198);
        SimpleSymbol simpleSymbol1370 = Lit8493;
        Lit4079 = PairWithPosition.make(simpleSymbol1370, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1370, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673959), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673954);
        Lit4078 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673882), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673877);
        Lit4077 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673847);
        SimpleSymbol simpleSymbol1371 = Lit8493;
        Lit4076 = PairWithPosition.make(simpleSymbol1371, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1371, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673745), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673740), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673735);
        Lit4075 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673372);
        Lit4074 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673186);
        SimpleSymbol simpleSymbol1372 = Lit8493;
        Lit4073 = PairWithPosition.make(simpleSymbol1372, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1372, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673148);
        SimpleSymbol simpleSymbol1373 = Lit8493;
        Lit4072 = PairWithPosition.make(simpleSymbol1373, PairWithPosition.make(simpleSymbol1373, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673033), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 673028);
        SimpleSymbol simpleSymbol1374 = Lit8493;
        Lit4071 = PairWithPosition.make(simpleSymbol1374, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1374, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672992), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672982);
        SimpleSymbol simpleSymbol1375 = Lit8493;
        Lit4070 = PairWithPosition.make(simpleSymbol1375, PairWithPosition.make(simpleSymbol1375, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672819);
        SimpleSymbol simpleSymbol1376 = Lit8493;
        Lit4069 = PairWithPosition.make(simpleSymbol1376, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1376, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672786), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672781), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672776);
        Lit4068 = (SimpleSymbol) new SimpleSymbol("CheckButton").readResolve();
        Lit4067 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672496);
        Lit4066 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672204);
        SimpleSymbol simpleSymbol1377 = Lit9;
        Lit4065 = PairWithPosition.make(simpleSymbol1377, PairWithPosition.make(simpleSymbol1377, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 672009);
        Lit4064 = (SimpleSymbol) new SimpleSymbol("lblLotSize").readResolve();
        Lit4063 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671837), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671831);
        SimpleSymbol simpleSymbol1378 = Lit9;
        Lit4062 = PairWithPosition.make(simpleSymbol1378, PairWithPosition.make(simpleSymbol1378, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671806);
        Lit4061 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671736);
        SimpleSymbol simpleSymbol1379 = Lit9;
        Lit4060 = PairWithPosition.make(simpleSymbol1379, PairWithPosition.make(simpleSymbol1379, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671719), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671713);
        Lit4059 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671356), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671351);
        SimpleSymbol simpleSymbol1380 = Lit9;
        Lit4058 = PairWithPosition.make(simpleSymbol1380, PairWithPosition.make(simpleSymbol1380, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 671265);
        Lit4057 = (SimpleSymbol) new SimpleSymbol("lblSLTGT2").readResolve();
        Lit4056 = (SimpleSymbol) new SimpleSymbol("lblCurrVal2").readResolve();
        Lit4055 = (SimpleSymbol) new SimpleSymbol("lblTotInv2").readResolve();
        Lit4054 = (SimpleSymbol) new SimpleSymbol("lblqty2").readResolve();
        Lit4053 = (SimpleSymbol) new SimpleSymbol("lblavgprice2").readResolve();
        SimpleSymbol simpleSymbol1381 = Lit8493;
        Lit4052 = PairWithPosition.make(simpleSymbol1381, PairWithPosition.make(simpleSymbol1381, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670688), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670683);
        Lit4051 = (SimpleSymbol) new SimpleSymbol("lblbuysell2").readResolve();
        Lit4050 = (SimpleSymbol) new SimpleSymbol("vaSummary2").readResolve();
        SimpleSymbol simpleSymbol1382 = Lit8494;
        SimpleSymbol simpleSymbol1383 = Lit8493;
        Lit4049 = PairWithPosition.make(simpleSymbol1382, PairWithPosition.make(simpleSymbol1383, PairWithPosition.make(simpleSymbol1383, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670165), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 670160);
        Lit4048 = (SimpleSymbol) new SimpleSymbol("lblBuySellTitle").readResolve();
        Lit4047 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669896);
        Lit4046 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669728);
        Lit4045 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669698);
        SimpleSymbol simpleSymbol1384 = Lit8494;
        SimpleSymbol simpleSymbol1385 = Lit8493;
        Lit4044 = PairWithPosition.make(simpleSymbol1384, PairWithPosition.make(simpleSymbol1385, PairWithPosition.make(simpleSymbol1385, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669594), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669590), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669585);
        Lit4043 = (SimpleSymbol) new SimpleSymbol("btnBuySellExit").readResolve();
        Lit4042 = (SimpleSymbol) new SimpleSymbol("haUptExt").readResolve();
        Lit4041 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669205);
        SimpleSymbol simpleSymbol1386 = Lit8493;
        Lit4040 = PairWithPosition.make(simpleSymbol1386, PairWithPosition.make(simpleSymbol1386, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669108), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 669103);
        Lit4039 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668928);
        Lit4038 = (SimpleSymbol) new SimpleSymbol("haSummary").readResolve();
        Lit4037 = (SimpleSymbol) new SimpleSymbol("Enabled").readResolve();
        Lit4036 = (SimpleSymbol) new SimpleSymbol("haSummary2").readResolve();
        SimpleSymbol simpleSymbol1387 = Lit8493;
        Lit4035 = PairWithPosition.make(simpleSymbol1387, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1387, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668571), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668566), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668561);
        Lit4034 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 668160);
        Lit4033 = (SimpleSymbol) new SimpleSymbol("$radiabutton").readResolve();
        Lit4032 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 667819);
        Lit4031 = (SimpleSymbol) new SimpleSymbol("p$setBUYSELL").readResolve();
        SimpleSymbol simpleSymbol1388 = Lit8495;
        SimpleSymbol simpleSymbol1389 = Lit9;
        Lit4030 = PairWithPosition.make(simpleSymbol1388, PairWithPosition.make(simpleSymbol1389, PairWithPosition.make(simpleSymbol1389, PairWithPosition.make(simpleSymbol1389, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665847), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665842), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665831);
        SimpleSymbol simpleSymbol1390 = Lit8495;
        SimpleSymbol simpleSymbol1391 = Lit9;
        Lit4029 = PairWithPosition.make(simpleSymbol1390, PairWithPosition.make(simpleSymbol1391, PairWithPosition.make(simpleSymbol1391, PairWithPosition.make(simpleSymbol1391, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665651), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665641), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665630);
        SimpleSymbol simpleSymbol1392 = Lit8495;
        SimpleSymbol simpleSymbol1393 = Lit9;
        Lit4028 = PairWithPosition.make(simpleSymbol1392, PairWithPosition.make(simpleSymbol1393, PairWithPosition.make(simpleSymbol1393, PairWithPosition.make(simpleSymbol1393, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665450), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665445), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665440), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665429);
        SimpleSymbol simpleSymbol1394 = Lit8495;
        SimpleSymbol simpleSymbol1395 = Lit9;
        Lit4027 = PairWithPosition.make(simpleSymbol1394, PairWithPosition.make(simpleSymbol1395, PairWithPosition.make(simpleSymbol1395, PairWithPosition.make(simpleSymbol1395, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665252), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665231);
        Lit4026 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664850), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664845), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664834);
        Lit4025 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664712);
        Lit4024 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664605);
        Lit4023 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664467);
        Lit4022 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 663912);
        SimpleSymbol simpleSymbol1396 = Lit8495;
        SimpleSymbol simpleSymbol1397 = Lit9;
        Lit4021 = PairWithPosition.make(simpleSymbol1396, PairWithPosition.make(simpleSymbol1397, PairWithPosition.make(simpleSymbol1397, PairWithPosition.make(simpleSymbol1397, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665847), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665842), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665831);
        SimpleSymbol simpleSymbol1398 = Lit8495;
        SimpleSymbol simpleSymbol1399 = Lit9;
        Lit4020 = PairWithPosition.make(simpleSymbol1398, PairWithPosition.make(simpleSymbol1399, PairWithPosition.make(simpleSymbol1399, PairWithPosition.make(simpleSymbol1399, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665651), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665641), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665630);
        SimpleSymbol simpleSymbol1400 = Lit8495;
        SimpleSymbol simpleSymbol1401 = Lit9;
        Lit4019 = PairWithPosition.make(simpleSymbol1400, PairWithPosition.make(simpleSymbol1401, PairWithPosition.make(simpleSymbol1401, PairWithPosition.make(simpleSymbol1401, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665450), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665445), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665440), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665429);
        SimpleSymbol simpleSymbol1402 = Lit8495;
        SimpleSymbol simpleSymbol1403 = Lit9;
        Lit4018 = PairWithPosition.make(simpleSymbol1402, PairWithPosition.make(simpleSymbol1403, PairWithPosition.make(simpleSymbol1403, PairWithPosition.make(simpleSymbol1403, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665252), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 665231);
        Lit4017 = (SimpleSymbol) new SimpleSymbol("AddItem").readResolve();
        Lit4016 = (SimpleSymbol) new SimpleSymbol("com.google.appinventor.components.runtime.NiotronMaterialToggleButton").readResolve();
        Lit4015 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664850), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664845), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664834);
        Lit4014 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664712);
        Lit4013 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664605);
        Lit4012 = (SimpleSymbol) new SimpleSymbol("Material_Toggle_Button1").readResolve();
        Lit4011 = (SimpleSymbol) new SimpleSymbol("haType").readResolve();
        Lit4010 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 664467);
        Lit4009 = (SimpleSymbol) new SimpleSymbol("DC2").readResolve();
        Lit4008 = (SimpleSymbol) new SimpleSymbol("Switch2").readResolve();
        Lit4007 = (SimpleSymbol) new SimpleSymbol("TrackColorActive").readResolve();
        Lit4006 = (SimpleSymbol) new SimpleSymbol("Switch1").readResolve();
        Lit4005 = (SimpleSymbol) new SimpleSymbol("btnSubmit").readResolve();
        Lit4004 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 663912);
        Lit4003 = (SimpleSymbol) new SimpleSymbol("btnUpdate").readResolve();
        Lit4002 = (SimpleSymbol) new SimpleSymbol("p$switchBuySell").readResolve();
        Lit4001 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660748);
        SimpleSymbol simpleSymbol1404 = Lit9;
        Lit4000 = PairWithPosition.make(simpleSymbol1404, PairWithPosition.make(simpleSymbol1404, PairWithPosition.make(simpleSymbol1404, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660700), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660694);
        SimpleSymbol simpleSymbol1405 = Lit9;
        Lit3999 = PairWithPosition.make(simpleSymbol1405, PairWithPosition.make(simpleSymbol1405, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660665), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660659);
        SimpleSymbol simpleSymbol1406 = Lit9;
        SimpleSymbol simpleSymbol1407 = Lit720;
        Lit3998 = PairWithPosition.make(simpleSymbol1406, PairWithPosition.make(simpleSymbol1407, PairWithPosition.make(simpleSymbol1407, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659871), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659864), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659858);
        SimpleSymbol simpleSymbol1408 = Lit720;
        Lit3997 = PairWithPosition.make(simpleSymbol1408, PairWithPosition.make(simpleSymbol1408, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659843), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659835);
        Lit3996 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659814);
        SimpleSymbol simpleSymbol1409 = Lit9;
        Lit3995 = PairWithPosition.make(simpleSymbol1409, PairWithPosition.make(simpleSymbol1409, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659578);
        Lit3994 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659228);
        Lit3993 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659213);
        SimpleSymbol simpleSymbol1410 = Lit8493;
        Lit3992 = PairWithPosition.make(simpleSymbol1410, PairWithPosition.make(simpleSymbol1410, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659034), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659029);
        SimpleSymbol simpleSymbol1411 = Lit9;
        Lit3991 = PairWithPosition.make(simpleSymbol1411, PairWithPosition.make(simpleSymbol1411, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658797), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658791);
        SimpleSymbol simpleSymbol1412 = Lit9;
        Lit3990 = PairWithPosition.make(simpleSymbol1412, PairWithPosition.make(simpleSymbol1412, PairWithPosition.make(simpleSymbol1412, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658768), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658762);
        Lit3989 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658414);
        SimpleSymbol simpleSymbol1413 = Lit9;
        Lit3988 = PairWithPosition.make(simpleSymbol1413, PairWithPosition.make(simpleSymbol1413, PairWithPosition.make(simpleSymbol1413, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658386), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658380);
        SimpleSymbol simpleSymbol1414 = Lit9;
        Lit3987 = PairWithPosition.make(simpleSymbol1414, PairWithPosition.make(simpleSymbol1414, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658319);
        Lit3986 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 657076);
        SimpleSymbol simpleSymbol1415 = Lit9;
        Lit3985 = PairWithPosition.make(simpleSymbol1415, PairWithPosition.make(simpleSymbol1415, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 657048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 657042);
        Lit3984 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 656797);
        SimpleSymbol simpleSymbol1416 = Lit9;
        Lit3983 = PairWithPosition.make(simpleSymbol1416, PairWithPosition.make(simpleSymbol1416, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 656769), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 656763);
        Lit3982 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660748);
        SimpleSymbol simpleSymbol1417 = Lit9;
        Lit3981 = PairWithPosition.make(simpleSymbol1417, PairWithPosition.make(simpleSymbol1417, PairWithPosition.make(simpleSymbol1417, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660700), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660694);
        SimpleSymbol simpleSymbol1418 = Lit9;
        Lit3980 = PairWithPosition.make(simpleSymbol1418, PairWithPosition.make(simpleSymbol1418, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660665), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 660659);
        SimpleSymbol simpleSymbol1419 = Lit9;
        SimpleSymbol simpleSymbol1420 = Lit720;
        Lit3979 = PairWithPosition.make(simpleSymbol1419, PairWithPosition.make(simpleSymbol1420, PairWithPosition.make(simpleSymbol1420, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659871), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659864), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659858);
        SimpleSymbol simpleSymbol1421 = Lit720;
        Lit3978 = PairWithPosition.make(simpleSymbol1421, PairWithPosition.make(simpleSymbol1421, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659843), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659835);
        Lit3977 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659814);
        SimpleSymbol simpleSymbol1422 = Lit9;
        Lit3976 = PairWithPosition.make(simpleSymbol1422, PairWithPosition.make(simpleSymbol1422, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659578);
        Lit3975 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659228);
        Lit3974 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659213);
        SimpleSymbol simpleSymbol1423 = Lit8493;
        Lit3973 = PairWithPosition.make(simpleSymbol1423, PairWithPosition.make(simpleSymbol1423, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659034), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 659029);
        SimpleSymbol simpleSymbol1424 = Lit9;
        Lit3972 = PairWithPosition.make(simpleSymbol1424, PairWithPosition.make(simpleSymbol1424, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658797), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658791);
        SimpleSymbol simpleSymbol1425 = Lit9;
        Lit3971 = PairWithPosition.make(simpleSymbol1425, PairWithPosition.make(simpleSymbol1425, PairWithPosition.make(simpleSymbol1425, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658768), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658762);
        Lit3970 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658414);
        SimpleSymbol simpleSymbol1426 = Lit9;
        Lit3969 = PairWithPosition.make(simpleSymbol1426, PairWithPosition.make(simpleSymbol1426, PairWithPosition.make(simpleSymbol1426, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658386), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658380);
        SimpleSymbol simpleSymbol1427 = Lit9;
        Lit3968 = PairWithPosition.make(simpleSymbol1427, PairWithPosition.make(simpleSymbol1427, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 658319);
        Lit3967 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 657076);
        SimpleSymbol simpleSymbol1428 = Lit9;
        Lit3966 = PairWithPosition.make(simpleSymbol1428, PairWithPosition.make(simpleSymbol1428, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 657048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 657042);
        Lit3965 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 656797);
        SimpleSymbol simpleSymbol1429 = Lit9;
        Lit3964 = PairWithPosition.make(simpleSymbol1429, PairWithPosition.make(simpleSymbol1429, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 656769), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 656763);
        Lit3963 = (SimpleSymbol) new SimpleSymbol("SendMessage").readResolve();
        Lit3962 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652848);
        Lit3961 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652834);
        Lit3960 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652669);
        Lit3959 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652518), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652512);
        Lit3958 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652503), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652488);
        Lit3957 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652261), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652255);
        SimpleSymbol simpleSymbol1430 = Lit8494;
        SimpleSymbol simpleSymbol1431 = Lit8493;
        Lit3956 = PairWithPosition.make(simpleSymbol1430, PairWithPosition.make(simpleSymbol1431, PairWithPosition.make(simpleSymbol1431, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651965), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651956);
        Lit3955 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651943);
        SimpleSymbol simpleSymbol1432 = Lit9;
        Lit3954 = PairWithPosition.make(simpleSymbol1432, PairWithPosition.make(simpleSymbol1432, PairWithPosition.make(simpleSymbol1432, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651926), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651921), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651915);
        SimpleSymbol simpleSymbol1433 = Lit9;
        Lit3953 = PairWithPosition.make(simpleSymbol1433, PairWithPosition.make(simpleSymbol1433, PairWithPosition.make(simpleSymbol1433, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651885), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651874);
        Lit3952 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651843);
        SimpleSymbol simpleSymbol1434 = Lit9;
        Lit3951 = PairWithPosition.make(simpleSymbol1434, PairWithPosition.make(simpleSymbol1434, PairWithPosition.make(simpleSymbol1434, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651809);
        Lit3950 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651787);
        Lit3949 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652848);
        Lit3948 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652834);
        Lit3947 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652669);
        Lit3946 = (SimpleSymbol) new SimpleSymbol("RunJavaScript").readResolve();
        Lit3945 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652518), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652512);
        Lit3944 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652503), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652488);
        Lit3943 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652261), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 652255);
        Lit3942 = (SimpleSymbol) new SimpleSymbol("StopLoading").readResolve();
        SimpleSymbol simpleSymbol1435 = Lit8494;
        SimpleSymbol simpleSymbol1436 = Lit8493;
        Lit3941 = PairWithPosition.make(simpleSymbol1435, PairWithPosition.make(simpleSymbol1436, PairWithPosition.make(simpleSymbol1436, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651965), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651956);
        Lit3940 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651943);
        SimpleSymbol simpleSymbol1437 = Lit9;
        Lit3939 = PairWithPosition.make(simpleSymbol1437, PairWithPosition.make(simpleSymbol1437, PairWithPosition.make(simpleSymbol1437, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651926), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651921), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651915);
        SimpleSymbol simpleSymbol1438 = Lit9;
        Lit3938 = PairWithPosition.make(simpleSymbol1438, PairWithPosition.make(simpleSymbol1438, PairWithPosition.make(simpleSymbol1438, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651885), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651874);
        Lit3937 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651843);
        SimpleSymbol simpleSymbol1439 = Lit9;
        Lit3936 = PairWithPosition.make(simpleSymbol1439, PairWithPosition.make(simpleSymbol1439, PairWithPosition.make(simpleSymbol1439, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651809);
        Lit3935 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 651787);
        Lit3934 = (SimpleSymbol) new SimpleSymbol("CurrentUrl").readResolve();
        Lit3933 = (SimpleSymbol) new SimpleSymbol("GetCookies").readResolve();
        Lit3932 = (SimpleSymbol) new SimpleSymbol("p$new_cguid").readResolve();
        Lit3931 = (SimpleSymbol) new SimpleSymbol("p$svg").readResolve();
        Lit3930 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 643351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 643340);
        Lit3929 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 643351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 643340);
        Lit3928 = (SimpleSymbol) new SimpleSymbol("vaWait").readResolve();
        Lit3927 = (SimpleSymbol) new SimpleSymbol("p$waitActivate").readResolve();
        SimpleSymbol simpleSymbol1440 = Lit720;
        Lit3926 = PairWithPosition.make(simpleSymbol1440, PairWithPosition.make(simpleSymbol1440, PairWithPosition.make(simpleSymbol1440, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640655);
        Lit3925 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640619);
        SimpleSymbol simpleSymbol1441 = Lit720;
        Lit3924 = PairWithPosition.make(simpleSymbol1441, PairWithPosition.make(simpleSymbol1441, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640603), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640595);
        Lit3923 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640422), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640417);
        Lit3922 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640387);
        Lit3921 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640251);
        Lit3920 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640215);
        SimpleSymbol simpleSymbol1442 = Lit720;
        Lit3919 = PairWithPosition.make(simpleSymbol1442, PairWithPosition.make(simpleSymbol1442, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640191);
        SimpleSymbol simpleSymbol1443 = Lit9;
        Lit3918 = PairWithPosition.make(simpleSymbol1443, PairWithPosition.make(simpleSymbol1443, PairWithPosition.make(simpleSymbol1443, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639901), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639890);
        SimpleSymbol simpleSymbol1444 = Lit9;
        SimpleSymbol simpleSymbol1445 = Lit720;
        Lit3917 = PairWithPosition.make(simpleSymbol1444, PairWithPosition.make(simpleSymbol1445, PairWithPosition.make(simpleSymbol1445, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639853), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639847);
        Lit3916 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639813), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639807);
        SimpleSymbol simpleSymbol1446 = Lit720;
        Lit3915 = PairWithPosition.make(simpleSymbol1446, PairWithPosition.make(simpleSymbol1446, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639791), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639783);
        SimpleSymbol simpleSymbol1447 = Lit9;
        Lit3914 = PairWithPosition.make(simpleSymbol1447, PairWithPosition.make(simpleSymbol1447, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639415);
        Lit3913 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639375);
        SimpleSymbol simpleSymbol1448 = Lit9;
        Lit3912 = PairWithPosition.make(simpleSymbol1448, PairWithPosition.make(simpleSymbol1448, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639356), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639350);
        SimpleSymbol simpleSymbol1449 = Lit9;
        Lit3911 = PairWithPosition.make(simpleSymbol1449, PairWithPosition.make(simpleSymbol1449, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639120);
        SimpleSymbol simpleSymbol1450 = Lit720;
        Lit3910 = PairWithPosition.make(simpleSymbol1450, PairWithPosition.make(simpleSymbol1450, PairWithPosition.make(simpleSymbol1450, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640655);
        Lit3909 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640619);
        SimpleSymbol simpleSymbol1451 = Lit720;
        Lit3908 = PairWithPosition.make(simpleSymbol1451, PairWithPosition.make(simpleSymbol1451, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640603), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640595);
        Lit3907 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640422), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640417);
        Lit3906 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640387);
        Lit3905 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640251);
        Lit3904 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640215);
        SimpleSymbol simpleSymbol1452 = Lit720;
        Lit3903 = PairWithPosition.make(simpleSymbol1452, PairWithPosition.make(simpleSymbol1452, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 640191);
        SimpleSymbol simpleSymbol1453 = Lit9;
        Lit3902 = PairWithPosition.make(simpleSymbol1453, PairWithPosition.make(simpleSymbol1453, PairWithPosition.make(simpleSymbol1453, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639901), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639890);
        SimpleSymbol simpleSymbol1454 = Lit9;
        SimpleSymbol simpleSymbol1455 = Lit720;
        Lit3901 = PairWithPosition.make(simpleSymbol1454, PairWithPosition.make(simpleSymbol1455, PairWithPosition.make(simpleSymbol1455, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639853), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639847);
        Lit3900 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639813), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639807);
        SimpleSymbol simpleSymbol1456 = Lit720;
        Lit3899 = PairWithPosition.make(simpleSymbol1456, PairWithPosition.make(simpleSymbol1456, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639791), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639783);
        SimpleSymbol simpleSymbol1457 = Lit9;
        Lit3898 = PairWithPosition.make(simpleSymbol1457, PairWithPosition.make(simpleSymbol1457, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639415);
        Lit3897 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639375);
        SimpleSymbol simpleSymbol1458 = Lit9;
        Lit3896 = PairWithPosition.make(simpleSymbol1458, PairWithPosition.make(simpleSymbol1458, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639356), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639350);
        SimpleSymbol simpleSymbol1459 = Lit9;
        Lit3895 = PairWithPosition.make(simpleSymbol1459, PairWithPosition.make(simpleSymbol1459, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 639120);
        SimpleSymbol simpleSymbol1460 = Lit9;
        Lit3894 = PairWithPosition.make(simpleSymbol1460, PairWithPosition.make(simpleSymbol1460, PairWithPosition.make(simpleSymbol1460, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636355), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636350), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636344);
        Lit3893 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636316);
        SimpleSymbol simpleSymbol1461 = Lit8493;
        Lit3892 = PairWithPosition.make(simpleSymbol1461, PairWithPosition.make(simpleSymbol1461, PairWithPosition.make(simpleSymbol1461, PairWithPosition.make(simpleSymbol1461, PairWithPosition.make(simpleSymbol1461, PairWithPosition.make(simpleSymbol1461, PairWithPosition.make(simpleSymbol1461, PairWithPosition.make(simpleSymbol1461, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636288), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636272), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636268), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636263);
        Lit3891 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635930), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635924);
        SimpleSymbol simpleSymbol1462 = Lit9;
        Lit3890 = PairWithPosition.make(simpleSymbol1462, PairWithPosition.make(simpleSymbol1462, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635890);
        Lit3889 = (SimpleSymbol) new SimpleSymbol("$webComponent").readResolve();
        SimpleSymbol simpleSymbol1463 = Lit9;
        Lit3888 = PairWithPosition.make(simpleSymbol1463, PairWithPosition.make(simpleSymbol1463, PairWithPosition.make(simpleSymbol1463, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636355), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636350), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636344);
        Lit3887 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636316);
        SimpleSymbol simpleSymbol1464 = Lit8493;
        Lit3886 = PairWithPosition.make(simpleSymbol1464, PairWithPosition.make(simpleSymbol1464, PairWithPosition.make(simpleSymbol1464, PairWithPosition.make(simpleSymbol1464, PairWithPosition.make(simpleSymbol1464, PairWithPosition.make(simpleSymbol1464, PairWithPosition.make(simpleSymbol1464, PairWithPosition.make(simpleSymbol1464, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636288), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636272), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636268), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636263);
        Lit3885 = (SimpleSymbol) new SimpleSymbol("$Price").readResolve();
        Lit3884 = (SimpleSymbol) new SimpleSymbol("$Quantity").readResolve();
        Lit3883 = (SimpleSymbol) new SimpleSymbol("$Strike").readResolve();
        Lit3882 = (SimpleSymbol) new SimpleSymbol("$OptionType").readResolve();
        Lit3881 = (SimpleSymbol) new SimpleSymbol("$Expiry").readResolve();
        Lit3880 = (SimpleSymbol) new SimpleSymbol("$Ticker").readResolve();
        Lit3879 = (SimpleSymbol) new SimpleSymbol("$Segment").readResolve();
        Lit3878 = (SimpleSymbol) new SimpleSymbol("$Exchange").readResolve();
        Lit3877 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635930), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635924);
        SimpleSymbol simpleSymbol1465 = Lit9;
        Lit3876 = PairWithPosition.make(simpleSymbol1465, PairWithPosition.make(simpleSymbol1465, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635890);
        Lit3875 = (SimpleSymbol) new SimpleSymbol("p$margin3").readResolve();
        SimpleSymbol simpleSymbol1466 = Lit720;
        Lit3874 = PairWithPosition.make(simpleSymbol1466, PairWithPosition.make(simpleSymbol1466, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631486), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631478);
        SimpleSymbol simpleSymbol1467 = Lit720;
        Lit3873 = PairWithPosition.make(simpleSymbol1467, PairWithPosition.make(simpleSymbol1467, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631444);
        SimpleSymbol simpleSymbol1468 = Lit720;
        Lit3872 = PairWithPosition.make(simpleSymbol1468, PairWithPosition.make(simpleSymbol1468, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631424), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631416);
        SimpleSymbol simpleSymbol1469 = Lit720;
        Lit3871 = PairWithPosition.make(simpleSymbol1469, PairWithPosition.make(simpleSymbol1469, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631201), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631193);
        SimpleSymbol simpleSymbol1470 = Lit720;
        Lit3870 = PairWithPosition.make(simpleSymbol1470, PairWithPosition.make(simpleSymbol1470, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631168), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631160);
        SimpleSymbol simpleSymbol1471 = Lit720;
        Lit3869 = PairWithPosition.make(simpleSymbol1471, PairWithPosition.make(simpleSymbol1471, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631132);
        SimpleSymbol simpleSymbol1472 = Lit8493;
        Lit3868 = PairWithPosition.make(simpleSymbol1472, PairWithPosition.make(simpleSymbol1472, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630915);
        SimpleSymbol simpleSymbol1473 = Lit720;
        Lit3867 = PairWithPosition.make(simpleSymbol1473, PairWithPosition.make(simpleSymbol1473, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631486), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631478);
        SimpleSymbol simpleSymbol1474 = Lit720;
        Lit3866 = PairWithPosition.make(simpleSymbol1474, PairWithPosition.make(simpleSymbol1474, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631444);
        SimpleSymbol simpleSymbol1475 = Lit720;
        Lit3865 = PairWithPosition.make(simpleSymbol1475, PairWithPosition.make(simpleSymbol1475, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631424), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631416);
        SimpleSymbol simpleSymbol1476 = Lit720;
        Lit3864 = PairWithPosition.make(simpleSymbol1476, PairWithPosition.make(simpleSymbol1476, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631201), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631193);
        SimpleSymbol simpleSymbol1477 = Lit720;
        Lit3863 = PairWithPosition.make(simpleSymbol1477, PairWithPosition.make(simpleSymbol1477, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631168), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631160);
        SimpleSymbol simpleSymbol1478 = Lit720;
        Lit3862 = PairWithPosition.make(simpleSymbol1478, PairWithPosition.make(simpleSymbol1478, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631132);
        SimpleSymbol simpleSymbol1479 = Lit8493;
        Lit3861 = PairWithPosition.make(simpleSymbol1479, PairWithPosition.make(simpleSymbol1479, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630915);
        Lit3860 = (SimpleSymbol) new SimpleSymbol("p$sl_val").readResolve();
        Lit3859 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627333);
        Lit3858 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626893);
        Lit3857 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626866);
        Lit3856 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627333);
        Lit3854 = (SimpleSymbol) new SimpleSymbol("RequestHeaders").readResolve();
        Lit3853 = (SimpleSymbol) new SimpleSymbol("com.google.appinventor.components.runtime.Web").readResolve();
        Lit3852 = (SimpleSymbol) new SimpleSymbol("$web").readResolve();
        Lit3851 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626893);
        Lit3850 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626866);
        Lit3849 = (SimpleSymbol) new SimpleSymbol("$ReqHeader").readResolve();
        Lit3848 = (SimpleSymbol) new SimpleSymbol("p$webGet2").readResolve();
        Lit3847 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637219);
        Lit3846 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637116);
        SimpleSymbol simpleSymbol1480 = Lit8495;
        Lit3845 = PairWithPosition.make(simpleSymbol1480, PairWithPosition.make(simpleSymbol1480, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637001);
        Lit3844 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636854);
        Lit3843 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636755);
        Lit3842 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636672), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636661);
        SimpleSymbol simpleSymbol1481 = Lit9;
        Lit3841 = PairWithPosition.make(simpleSymbol1481, PairWithPosition.make(simpleSymbol1481, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636547), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636541);
        SimpleSymbol simpleSymbol1482 = Lit9;
        Lit3840 = PairWithPosition.make(simpleSymbol1482, PairWithPosition.make(simpleSymbol1482, PairWithPosition.make(simpleSymbol1482, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636517), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636512), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636506);
        Lit3839 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635916), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635910);
        Lit3838 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635811);
        Lit3837 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635694);
        SimpleSymbol simpleSymbol1483 = Lit9;
        Lit3836 = PairWithPosition.make(simpleSymbol1483, PairWithPosition.make(simpleSymbol1483, PairWithPosition.make(simpleSymbol1483, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635502), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635496);
        SimpleSymbol simpleSymbol1484 = Lit8493;
        Lit3835 = PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, PairWithPosition.make(simpleSymbol1484, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635467), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635463), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635459), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635455), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635451), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635447), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635439), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635434);
        SimpleSymbol simpleSymbol1485 = Lit720;
        Lit3834 = PairWithPosition.make(simpleSymbol1485, PairWithPosition.make(simpleSymbol1485, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635377), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635369);
        SimpleSymbol simpleSymbol1486 = Lit9;
        Lit3833 = PairWithPosition.make(simpleSymbol1486, PairWithPosition.make(simpleSymbol1486, PairWithPosition.make(simpleSymbol1486, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635260), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635254);
        SimpleSymbol simpleSymbol1487 = Lit8494;
        SimpleSymbol simpleSymbol1488 = Lit8493;
        Lit3832 = PairWithPosition.make(simpleSymbol1487, PairWithPosition.make(simpleSymbol1488, PairWithPosition.make(simpleSymbol1488, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635218), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635214), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635209);
        SimpleSymbol simpleSymbol1489 = Lit8493;
        Lit3831 = PairWithPosition.make(simpleSymbol1489, PairWithPosition.make(simpleSymbol1489, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635003), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634998);
        SimpleSymbol simpleSymbol1490 = Lit8494;
        SimpleSymbol simpleSymbol1491 = Lit8493;
        Lit3830 = PairWithPosition.make(simpleSymbol1490, PairWithPosition.make(simpleSymbol1491, PairWithPosition.make(simpleSymbol1491, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634965), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634956);
        SimpleSymbol simpleSymbol1492 = Lit8494;
        SimpleSymbol simpleSymbol1493 = Lit8493;
        Lit3829 = PairWithPosition.make(simpleSymbol1492, PairWithPosition.make(simpleSymbol1493, PairWithPosition.make(simpleSymbol1493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634767), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634763), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634758);
        SimpleSymbol simpleSymbol1494 = Lit8493;
        Lit3828 = PairWithPosition.make(simpleSymbol1494, PairWithPosition.make(simpleSymbol1494, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634615), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634610);
        SimpleSymbol simpleSymbol1495 = Lit8494;
        SimpleSymbol simpleSymbol1496 = Lit8493;
        Lit3827 = PairWithPosition.make(simpleSymbol1495, PairWithPosition.make(simpleSymbol1496, PairWithPosition.make(simpleSymbol1496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634573), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634568);
        SimpleSymbol simpleSymbol1497 = Lit720;
        Lit3826 = PairWithPosition.make(simpleSymbol1497, PairWithPosition.make(simpleSymbol1497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634386);
        SimpleSymbol simpleSymbol1498 = Lit8494;
        SimpleSymbol simpleSymbol1499 = Lit8493;
        Lit3825 = PairWithPosition.make(simpleSymbol1498, PairWithPosition.make(simpleSymbol1499, PairWithPosition.make(simpleSymbol1499, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634357), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634353), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634348);
        SimpleSymbol simpleSymbol1500 = Lit8494;
        SimpleSymbol simpleSymbol1501 = Lit8493;
        Lit3824 = PairWithPosition.make(simpleSymbol1500, PairWithPosition.make(simpleSymbol1501, PairWithPosition.make(simpleSymbol1501, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634201), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634196);
        SimpleSymbol simpleSymbol1502 = Lit9;
        Lit3823 = PairWithPosition.make(simpleSymbol1502, PairWithPosition.make(simpleSymbol1502, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634003), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633997);
        SimpleSymbol simpleSymbol1503 = Lit720;
        Lit3822 = PairWithPosition.make(simpleSymbol1503, PairWithPosition.make(simpleSymbol1503, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633975), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633967);
        SimpleSymbol simpleSymbol1504 = Lit720;
        Lit3821 = PairWithPosition.make(simpleSymbol1504, PairWithPosition.make(simpleSymbol1504, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633937), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633929);
        SimpleSymbol simpleSymbol1505 = Lit720;
        Lit3820 = PairWithPosition.make(simpleSymbol1505, PairWithPosition.make(simpleSymbol1505, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633886);
        SimpleSymbol simpleSymbol1506 = Lit8493;
        Lit3819 = PairWithPosition.make(simpleSymbol1506, PairWithPosition.make(simpleSymbol1506, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633611);
        SimpleSymbol simpleSymbol1507 = Lit8494;
        SimpleSymbol simpleSymbol1508 = Lit8493;
        Lit3818 = PairWithPosition.make(simpleSymbol1507, PairWithPosition.make(simpleSymbol1508, PairWithPosition.make(simpleSymbol1508, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633578), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633569);
        SimpleSymbol simpleSymbol1509 = Lit8494;
        SimpleSymbol simpleSymbol1510 = Lit8493;
        Lit3817 = PairWithPosition.make(simpleSymbol1509, PairWithPosition.make(simpleSymbol1510, PairWithPosition.make(simpleSymbol1510, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633369), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633365), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633360);
        SimpleSymbol simpleSymbol1511 = Lit8494;
        SimpleSymbol simpleSymbol1512 = Lit8493;
        Lit3816 = PairWithPosition.make(simpleSymbol1511, PairWithPosition.make(simpleSymbol1512, PairWithPosition.make(simpleSymbol1512, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633208);
        SimpleSymbol simpleSymbol1513 = Lit8494;
        SimpleSymbol simpleSymbol1514 = Lit8493;
        Lit3815 = PairWithPosition.make(simpleSymbol1513, PairWithPosition.make(simpleSymbol1514, PairWithPosition.make(simpleSymbol1514, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633053), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633049), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633044);
        SimpleSymbol simpleSymbol1515 = Lit8494;
        SimpleSymbol simpleSymbol1516 = Lit8493;
        Lit3814 = PairWithPosition.make(simpleSymbol1515, PairWithPosition.make(simpleSymbol1516, PairWithPosition.make(simpleSymbol1516, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632905), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632901), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632896);
        SimpleSymbol simpleSymbol1517 = Lit8494;
        SimpleSymbol simpleSymbol1518 = Lit8493;
        Lit3813 = PairWithPosition.make(simpleSymbol1517, PairWithPosition.make(simpleSymbol1518, PairWithPosition.make(simpleSymbol1518, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632762), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632757);
        SimpleSymbol simpleSymbol1519 = Lit8493;
        Lit3812 = PairWithPosition.make(simpleSymbol1519, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1519, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632617), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632612), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632607);
        Lit3811 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632399);
        SimpleSymbol simpleSymbol1520 = Lit8493;
        Lit3810 = PairWithPosition.make(simpleSymbol1520, PairWithPosition.make(simpleSymbol1520, PairWithPosition.make(simpleSymbol1520, PairWithPosition.make(simpleSymbol1520, PairWithPosition.make(simpleSymbol1520, PairWithPosition.make(simpleSymbol1520, PairWithPosition.make(simpleSymbol1520, PairWithPosition.make(simpleSymbol1520, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632181), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632177), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632173), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632164);
        SimpleSymbol simpleSymbol1521 = Lit9;
        Lit3809 = PairWithPosition.make(simpleSymbol1521, PairWithPosition.make(simpleSymbol1521, PairWithPosition.make(simpleSymbol1521, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632134);
        SimpleSymbol simpleSymbol1522 = Lit8494;
        SimpleSymbol simpleSymbol1523 = Lit8493;
        Lit3808 = PairWithPosition.make(simpleSymbol1522, PairWithPosition.make(simpleSymbol1523, PairWithPosition.make(simpleSymbol1523, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632098), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632094), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632089);
        SimpleSymbol simpleSymbol1524 = Lit8493;
        Lit3807 = PairWithPosition.make(simpleSymbol1524, PairWithPosition.make(simpleSymbol1524, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631882), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631877);
        SimpleSymbol simpleSymbol1525 = Lit8494;
        SimpleSymbol simpleSymbol1526 = Lit8493;
        Lit3806 = PairWithPosition.make(simpleSymbol1525, PairWithPosition.make(simpleSymbol1526, PairWithPosition.make(simpleSymbol1526, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631844), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631835);
        SimpleSymbol simpleSymbol1527 = Lit8494;
        SimpleSymbol simpleSymbol1528 = Lit8493;
        Lit3805 = PairWithPosition.make(simpleSymbol1527, PairWithPosition.make(simpleSymbol1528, PairWithPosition.make(simpleSymbol1528, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631645), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631641), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631636);
        SimpleSymbol simpleSymbol1529 = Lit8493;
        Lit3804 = PairWithPosition.make(simpleSymbol1529, PairWithPosition.make(simpleSymbol1529, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631492), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631487);
        SimpleSymbol simpleSymbol1530 = Lit8494;
        SimpleSymbol simpleSymbol1531 = Lit8493;
        Lit3803 = PairWithPosition.make(simpleSymbol1530, PairWithPosition.make(simpleSymbol1531, PairWithPosition.make(simpleSymbol1531, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631450), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631445);
        SimpleSymbol simpleSymbol1532 = Lit720;
        Lit3802 = PairWithPosition.make(simpleSymbol1532, PairWithPosition.make(simpleSymbol1532, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631270), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631262);
        SimpleSymbol simpleSymbol1533 = Lit8494;
        SimpleSymbol simpleSymbol1534 = Lit8493;
        Lit3801 = PairWithPosition.make(simpleSymbol1533, PairWithPosition.make(simpleSymbol1534, PairWithPosition.make(simpleSymbol1534, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631229), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631224);
        SimpleSymbol simpleSymbol1535 = Lit8494;
        SimpleSymbol simpleSymbol1536 = Lit8493;
        Lit3800 = PairWithPosition.make(simpleSymbol1535, PairWithPosition.make(simpleSymbol1536, PairWithPosition.make(simpleSymbol1536, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631076), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631071);
        SimpleSymbol simpleSymbol1537 = Lit9;
        Lit3799 = PairWithPosition.make(simpleSymbol1537, PairWithPosition.make(simpleSymbol1537, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630877), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630871);
        SimpleSymbol simpleSymbol1538 = Lit720;
        Lit3798 = PairWithPosition.make(simpleSymbol1538, PairWithPosition.make(simpleSymbol1538, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630841);
        SimpleSymbol simpleSymbol1539 = Lit720;
        Lit3797 = PairWithPosition.make(simpleSymbol1539, PairWithPosition.make(simpleSymbol1539, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630811), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630803);
        SimpleSymbol simpleSymbol1540 = Lit720;
        Lit3796 = PairWithPosition.make(simpleSymbol1540, PairWithPosition.make(simpleSymbol1540, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630768), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630760);
        SimpleSymbol simpleSymbol1541 = Lit8493;
        Lit3795 = PairWithPosition.make(simpleSymbol1541, PairWithPosition.make(simpleSymbol1541, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630490), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630485);
        SimpleSymbol simpleSymbol1542 = Lit8494;
        SimpleSymbol simpleSymbol1543 = Lit8493;
        Lit3794 = PairWithPosition.make(simpleSymbol1542, PairWithPosition.make(simpleSymbol1543, PairWithPosition.make(simpleSymbol1543, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630448), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630443);
        SimpleSymbol simpleSymbol1544 = Lit8494;
        SimpleSymbol simpleSymbol1545 = Lit8493;
        Lit3793 = PairWithPosition.make(simpleSymbol1544, PairWithPosition.make(simpleSymbol1545, PairWithPosition.make(simpleSymbol1545, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630238), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630233);
        SimpleSymbol simpleSymbol1546 = Lit8494;
        SimpleSymbol simpleSymbol1547 = Lit8493;
        Lit3792 = PairWithPosition.make(simpleSymbol1546, PairWithPosition.make(simpleSymbol1547, PairWithPosition.make(simpleSymbol1547, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630089), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630085), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630080);
        SimpleSymbol simpleSymbol1548 = Lit8494;
        SimpleSymbol simpleSymbol1549 = Lit8493;
        Lit3791 = PairWithPosition.make(simpleSymbol1548, PairWithPosition.make(simpleSymbol1549, PairWithPosition.make(simpleSymbol1549, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629924), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629915);
        SimpleSymbol simpleSymbol1550 = Lit8494;
        SimpleSymbol simpleSymbol1551 = Lit8493;
        Lit3790 = PairWithPosition.make(simpleSymbol1550, PairWithPosition.make(simpleSymbol1551, PairWithPosition.make(simpleSymbol1551, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629775), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629771), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629766);
        SimpleSymbol simpleSymbol1552 = Lit8494;
        SimpleSymbol simpleSymbol1553 = Lit8493;
        Lit3789 = PairWithPosition.make(simpleSymbol1552, PairWithPosition.make(simpleSymbol1553, PairWithPosition.make(simpleSymbol1553, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629635), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629631), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629626);
        SimpleSymbol simpleSymbol1554 = Lit8493;
        Lit3788 = PairWithPosition.make(simpleSymbol1554, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1554, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629485), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629480), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629475);
        Lit3787 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629266);
        SimpleSymbol simpleSymbol1555 = Lit9;
        Lit3786 = PairWithPosition.make(simpleSymbol1555, PairWithPosition.make(simpleSymbol1555, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628078), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628072);
        SimpleSymbol simpleSymbol1556 = Lit9;
        Lit3785 = PairWithPosition.make(simpleSymbol1556, PairWithPosition.make(simpleSymbol1556, PairWithPosition.make(simpleSymbol1556, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628037);
        Lit3784 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627981);
        Lit3783 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627942), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627931), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627925);
        Lit3782 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627826);
        Lit3781 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627709);
        Lit3780 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627544);
        Lit3779 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627427);
        SimpleSymbol simpleSymbol1557 = Lit720;
        Lit3778 = PairWithPosition.make(simpleSymbol1557, PairWithPosition.make(simpleSymbol1557, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626897), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626889);
        SimpleSymbol simpleSymbol1558 = Lit720;
        Lit3777 = PairWithPosition.make(simpleSymbol1558, PairWithPosition.make(simpleSymbol1558, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626864), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626856);
        Lit3776 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626730), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626719), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626713);
        Lit3775 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626674), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626657);
        Lit3774 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626558);
        Lit3773 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626441);
        Lit3772 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626276);
        Lit3771 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626159);
        SimpleSymbol simpleSymbol1559 = Lit8494;
        SimpleSymbol simpleSymbol1560 = Lit8493;
        Lit3770 = PairWithPosition.make(simpleSymbol1559, PairWithPosition.make(simpleSymbol1560, PairWithPosition.make(simpleSymbol1560, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625863), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625859), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625854);
        SimpleSymbol simpleSymbol1561 = Lit8494;
        SimpleSymbol simpleSymbol1562 = Lit8493;
        Lit3769 = PairWithPosition.make(simpleSymbol1561, PairWithPosition.make(simpleSymbol1562, PairWithPosition.make(simpleSymbol1562, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625616);
        SimpleSymbol simpleSymbol1563 = Lit8494;
        SimpleSymbol simpleSymbol1564 = Lit8493;
        Lit3768 = PairWithPosition.make(simpleSymbol1563, PairWithPosition.make(simpleSymbol1564, PairWithPosition.make(simpleSymbol1564, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625385), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625376);
        Lit3767 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625101), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625090), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625084);
        Lit3766 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624985);
        Lit3765 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624868);
        Lit3764 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624600), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624589), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624583);
        Lit3763 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624484);
        Lit3762 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624367);
        SimpleSymbol simpleSymbol1565 = Lit8493;
        Lit3761 = PairWithPosition.make(simpleSymbol1565, PairWithPosition.make(simpleSymbol1565, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624142), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624137);
        Lit3760 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624104);
        Lit3759 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624011), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624005);
        Lit3758 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 623837);
        Lit3757 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 623050), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 623039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 623033);
        Lit3756 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 622946);
        Lit3755 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 622829);
        Lit3754 = (SimpleSymbol) new SimpleSymbol("g$winActive").readResolve();
        Lit3753 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637219);
        Lit3752 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637116);
        SimpleSymbol simpleSymbol1566 = Lit8495;
        Lit3751 = PairWithPosition.make(simpleSymbol1566, PairWithPosition.make(simpleSymbol1566, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 637001);
        Lit3750 = (SimpleSymbol) new SimpleSymbol("vaOptionChain").readResolve();
        Lit3749 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636854);
        Lit3748 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636755);
        Lit3747 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636672), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636661);
        Lit3746 = (SimpleSymbol) new SimpleSymbol("va5").readResolve();
        SimpleSymbol simpleSymbol1567 = Lit9;
        Lit3745 = PairWithPosition.make(simpleSymbol1567, PairWithPosition.make(simpleSymbol1567, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636547), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636541);
        SimpleSymbol simpleSymbol1568 = Lit9;
        Lit3744 = PairWithPosition.make(simpleSymbol1568, PairWithPosition.make(simpleSymbol1568, PairWithPosition.make(simpleSymbol1568, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636517), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636512), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 636506);
        Lit3743 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635916), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635910);
        Lit3742 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635811);
        Lit3741 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635694);
        SimpleSymbol simpleSymbol1569 = Lit9;
        Lit3740 = PairWithPosition.make(simpleSymbol1569, PairWithPosition.make(simpleSymbol1569, PairWithPosition.make(simpleSymbol1569, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635502), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635496);
        SimpleSymbol simpleSymbol1570 = Lit8493;
        Lit3739 = PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, PairWithPosition.make(simpleSymbol1570, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635467), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635463), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635459), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635455), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635451), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635447), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635439), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635434);
        SimpleSymbol simpleSymbol1571 = Lit720;
        Lit3738 = PairWithPosition.make(simpleSymbol1571, PairWithPosition.make(simpleSymbol1571, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635377), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635369);
        SimpleSymbol simpleSymbol1572 = Lit9;
        Lit3737 = PairWithPosition.make(simpleSymbol1572, PairWithPosition.make(simpleSymbol1572, PairWithPosition.make(simpleSymbol1572, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635260), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635254);
        SimpleSymbol simpleSymbol1573 = Lit8494;
        SimpleSymbol simpleSymbol1574 = Lit8493;
        Lit3736 = PairWithPosition.make(simpleSymbol1573, PairWithPosition.make(simpleSymbol1574, PairWithPosition.make(simpleSymbol1574, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635218), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635214), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635209);
        SimpleSymbol simpleSymbol1575 = Lit8493;
        Lit3735 = PairWithPosition.make(simpleSymbol1575, PairWithPosition.make(simpleSymbol1575, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 635003), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634998);
        SimpleSymbol simpleSymbol1576 = Lit8494;
        SimpleSymbol simpleSymbol1577 = Lit8493;
        Lit3734 = PairWithPosition.make(simpleSymbol1576, PairWithPosition.make(simpleSymbol1577, PairWithPosition.make(simpleSymbol1577, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634965), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634956);
        SimpleSymbol simpleSymbol1578 = Lit8494;
        SimpleSymbol simpleSymbol1579 = Lit8493;
        Lit3733 = PairWithPosition.make(simpleSymbol1578, PairWithPosition.make(simpleSymbol1579, PairWithPosition.make(simpleSymbol1579, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634767), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634763), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634758);
        SimpleSymbol simpleSymbol1580 = Lit8493;
        Lit3732 = PairWithPosition.make(simpleSymbol1580, PairWithPosition.make(simpleSymbol1580, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634615), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634610);
        SimpleSymbol simpleSymbol1581 = Lit8494;
        SimpleSymbol simpleSymbol1582 = Lit8493;
        Lit3731 = PairWithPosition.make(simpleSymbol1581, PairWithPosition.make(simpleSymbol1582, PairWithPosition.make(simpleSymbol1582, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634573), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634568);
        SimpleSymbol simpleSymbol1583 = Lit720;
        Lit3730 = PairWithPosition.make(simpleSymbol1583, PairWithPosition.make(simpleSymbol1583, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634386);
        SimpleSymbol simpleSymbol1584 = Lit8494;
        SimpleSymbol simpleSymbol1585 = Lit8493;
        Lit3729 = PairWithPosition.make(simpleSymbol1584, PairWithPosition.make(simpleSymbol1585, PairWithPosition.make(simpleSymbol1585, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634357), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634353), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634348);
        SimpleSymbol simpleSymbol1586 = Lit8494;
        SimpleSymbol simpleSymbol1587 = Lit8493;
        Lit3728 = PairWithPosition.make(simpleSymbol1586, PairWithPosition.make(simpleSymbol1587, PairWithPosition.make(simpleSymbol1587, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634201), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634196);
        SimpleSymbol simpleSymbol1588 = Lit9;
        Lit3727 = PairWithPosition.make(simpleSymbol1588, PairWithPosition.make(simpleSymbol1588, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 634003), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633997);
        SimpleSymbol simpleSymbol1589 = Lit720;
        Lit3726 = PairWithPosition.make(simpleSymbol1589, PairWithPosition.make(simpleSymbol1589, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633975), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633967);
        SimpleSymbol simpleSymbol1590 = Lit720;
        Lit3725 = PairWithPosition.make(simpleSymbol1590, PairWithPosition.make(simpleSymbol1590, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633937), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633929);
        SimpleSymbol simpleSymbol1591 = Lit720;
        Lit3724 = PairWithPosition.make(simpleSymbol1591, PairWithPosition.make(simpleSymbol1591, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633886);
        SimpleSymbol simpleSymbol1592 = Lit8493;
        Lit3723 = PairWithPosition.make(simpleSymbol1592, PairWithPosition.make(simpleSymbol1592, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633611);
        SimpleSymbol simpleSymbol1593 = Lit8494;
        SimpleSymbol simpleSymbol1594 = Lit8493;
        Lit3722 = PairWithPosition.make(simpleSymbol1593, PairWithPosition.make(simpleSymbol1594, PairWithPosition.make(simpleSymbol1594, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633578), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633569);
        SimpleSymbol simpleSymbol1595 = Lit8494;
        SimpleSymbol simpleSymbol1596 = Lit8493;
        Lit3721 = PairWithPosition.make(simpleSymbol1595, PairWithPosition.make(simpleSymbol1596, PairWithPosition.make(simpleSymbol1596, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633369), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633365), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633360);
        SimpleSymbol simpleSymbol1597 = Lit8494;
        SimpleSymbol simpleSymbol1598 = Lit8493;
        Lit3720 = PairWithPosition.make(simpleSymbol1597, PairWithPosition.make(simpleSymbol1598, PairWithPosition.make(simpleSymbol1598, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633208);
        SimpleSymbol simpleSymbol1599 = Lit8494;
        SimpleSymbol simpleSymbol1600 = Lit8493;
        Lit3719 = PairWithPosition.make(simpleSymbol1599, PairWithPosition.make(simpleSymbol1600, PairWithPosition.make(simpleSymbol1600, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633053), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633049), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 633044);
        SimpleSymbol simpleSymbol1601 = Lit8494;
        SimpleSymbol simpleSymbol1602 = Lit8493;
        Lit3718 = PairWithPosition.make(simpleSymbol1601, PairWithPosition.make(simpleSymbol1602, PairWithPosition.make(simpleSymbol1602, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632905), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632901), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632896);
        SimpleSymbol simpleSymbol1603 = Lit8494;
        SimpleSymbol simpleSymbol1604 = Lit8493;
        Lit3717 = PairWithPosition.make(simpleSymbol1603, PairWithPosition.make(simpleSymbol1604, PairWithPosition.make(simpleSymbol1604, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632762), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632757);
        SimpleSymbol simpleSymbol1605 = Lit8493;
        Lit3716 = PairWithPosition.make(simpleSymbol1605, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1605, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632617), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632612), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632607);
        Lit3715 = (SimpleSymbol) new SimpleSymbol("$putOption").readResolve();
        Lit3714 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632399);
        SimpleSymbol simpleSymbol1606 = Lit8493;
        Lit3713 = PairWithPosition.make(simpleSymbol1606, PairWithPosition.make(simpleSymbol1606, PairWithPosition.make(simpleSymbol1606, PairWithPosition.make(simpleSymbol1606, PairWithPosition.make(simpleSymbol1606, PairWithPosition.make(simpleSymbol1606, PairWithPosition.make(simpleSymbol1606, PairWithPosition.make(simpleSymbol1606, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632181), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632177), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632173), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632164);
        SimpleSymbol simpleSymbol1607 = Lit9;
        Lit3712 = PairWithPosition.make(simpleSymbol1607, PairWithPosition.make(simpleSymbol1607, PairWithPosition.make(simpleSymbol1607, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632134);
        SimpleSymbol simpleSymbol1608 = Lit8494;
        SimpleSymbol simpleSymbol1609 = Lit8493;
        Lit3711 = PairWithPosition.make(simpleSymbol1608, PairWithPosition.make(simpleSymbol1609, PairWithPosition.make(simpleSymbol1609, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632098), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632094), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 632089);
        SimpleSymbol simpleSymbol1610 = Lit8493;
        Lit3710 = PairWithPosition.make(simpleSymbol1610, PairWithPosition.make(simpleSymbol1610, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631882), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631877);
        SimpleSymbol simpleSymbol1611 = Lit8494;
        SimpleSymbol simpleSymbol1612 = Lit8493;
        Lit3709 = PairWithPosition.make(simpleSymbol1611, PairWithPosition.make(simpleSymbol1612, PairWithPosition.make(simpleSymbol1612, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631844), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631835);
        SimpleSymbol simpleSymbol1613 = Lit8494;
        SimpleSymbol simpleSymbol1614 = Lit8493;
        Lit3708 = PairWithPosition.make(simpleSymbol1613, PairWithPosition.make(simpleSymbol1614, PairWithPosition.make(simpleSymbol1614, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631645), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631641), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631636);
        SimpleSymbol simpleSymbol1615 = Lit8493;
        Lit3707 = PairWithPosition.make(simpleSymbol1615, PairWithPosition.make(simpleSymbol1615, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631492), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631487);
        SimpleSymbol simpleSymbol1616 = Lit8494;
        SimpleSymbol simpleSymbol1617 = Lit8493;
        Lit3706 = PairWithPosition.make(simpleSymbol1616, PairWithPosition.make(simpleSymbol1617, PairWithPosition.make(simpleSymbol1617, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631450), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631445);
        SimpleSymbol simpleSymbol1618 = Lit720;
        Lit3705 = PairWithPosition.make(simpleSymbol1618, PairWithPosition.make(simpleSymbol1618, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631270), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631262);
        SimpleSymbol simpleSymbol1619 = Lit8494;
        SimpleSymbol simpleSymbol1620 = Lit8493;
        Lit3704 = PairWithPosition.make(simpleSymbol1619, PairWithPosition.make(simpleSymbol1620, PairWithPosition.make(simpleSymbol1620, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631229), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631224);
        SimpleSymbol simpleSymbol1621 = Lit8494;
        SimpleSymbol simpleSymbol1622 = Lit8493;
        Lit3703 = PairWithPosition.make(simpleSymbol1621, PairWithPosition.make(simpleSymbol1622, PairWithPosition.make(simpleSymbol1622, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631076), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 631071);
        SimpleSymbol simpleSymbol1623 = Lit9;
        Lit3702 = PairWithPosition.make(simpleSymbol1623, PairWithPosition.make(simpleSymbol1623, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630877), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630871);
        SimpleSymbol simpleSymbol1624 = Lit720;
        Lit3701 = PairWithPosition.make(simpleSymbol1624, PairWithPosition.make(simpleSymbol1624, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630841);
        SimpleSymbol simpleSymbol1625 = Lit720;
        Lit3700 = PairWithPosition.make(simpleSymbol1625, PairWithPosition.make(simpleSymbol1625, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630811), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630803);
        SimpleSymbol simpleSymbol1626 = Lit720;
        Lit3699 = PairWithPosition.make(simpleSymbol1626, PairWithPosition.make(simpleSymbol1626, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630768), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630760);
        Lit3698 = (SimpleSymbol) new SimpleSymbol("$x2").readResolve();
        Lit3697 = (SimpleSymbol) new SimpleSymbol("$x1").readResolve();
        SimpleSymbol simpleSymbol1627 = Lit8493;
        Lit3696 = PairWithPosition.make(simpleSymbol1627, PairWithPosition.make(simpleSymbol1627, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630490), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630485);
        SimpleSymbol simpleSymbol1628 = Lit8494;
        SimpleSymbol simpleSymbol1629 = Lit8493;
        Lit3695 = PairWithPosition.make(simpleSymbol1628, PairWithPosition.make(simpleSymbol1629, PairWithPosition.make(simpleSymbol1629, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630448), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630443);
        SimpleSymbol simpleSymbol1630 = Lit8494;
        SimpleSymbol simpleSymbol1631 = Lit8493;
        Lit3694 = PairWithPosition.make(simpleSymbol1630, PairWithPosition.make(simpleSymbol1631, PairWithPosition.make(simpleSymbol1631, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630238), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630233);
        SimpleSymbol simpleSymbol1632 = Lit8494;
        SimpleSymbol simpleSymbol1633 = Lit8493;
        Lit3693 = PairWithPosition.make(simpleSymbol1632, PairWithPosition.make(simpleSymbol1633, PairWithPosition.make(simpleSymbol1633, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630089), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630085), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 630080);
        SimpleSymbol simpleSymbol1634 = Lit8494;
        SimpleSymbol simpleSymbol1635 = Lit8493;
        Lit3692 = PairWithPosition.make(simpleSymbol1634, PairWithPosition.make(simpleSymbol1635, PairWithPosition.make(simpleSymbol1635, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629924), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629915);
        SimpleSymbol simpleSymbol1636 = Lit8494;
        SimpleSymbol simpleSymbol1637 = Lit8493;
        Lit3691 = PairWithPosition.make(simpleSymbol1636, PairWithPosition.make(simpleSymbol1637, PairWithPosition.make(simpleSymbol1637, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629775), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629771), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629766);
        SimpleSymbol simpleSymbol1638 = Lit8494;
        SimpleSymbol simpleSymbol1639 = Lit8493;
        Lit3690 = PairWithPosition.make(simpleSymbol1638, PairWithPosition.make(simpleSymbol1639, PairWithPosition.make(simpleSymbol1639, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629635), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629631), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629626);
        SimpleSymbol simpleSymbol1640 = Lit8493;
        Lit3689 = PairWithPosition.make(simpleSymbol1640, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1640, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629485), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629480), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629475);
        Lit3688 = (SimpleSymbol) new SimpleSymbol("$callOption").readResolve();
        Lit3687 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 629266);
        SimpleSymbol simpleSymbol1641 = Lit9;
        Lit3686 = PairWithPosition.make(simpleSymbol1641, PairWithPosition.make(simpleSymbol1641, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628078), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628072);
        SimpleSymbol simpleSymbol1642 = Lit9;
        Lit3685 = PairWithPosition.make(simpleSymbol1642, PairWithPosition.make(simpleSymbol1642, PairWithPosition.make(simpleSymbol1642, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 628037);
        Lit3684 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627981);
        Lit3683 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627942), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627931), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627925);
        Lit3682 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627826);
        Lit3681 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627709);
        Lit3680 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627544);
        Lit3679 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 627427);
        SimpleSymbol simpleSymbol1643 = Lit720;
        Lit3678 = PairWithPosition.make(simpleSymbol1643, PairWithPosition.make(simpleSymbol1643, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626897), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626889);
        SimpleSymbol simpleSymbol1644 = Lit720;
        Lit3677 = PairWithPosition.make(simpleSymbol1644, PairWithPosition.make(simpleSymbol1644, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626864), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626856);
        Lit3676 = (SimpleSymbol) new SimpleSymbol("$strikePrice").readResolve();
        Lit3675 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626730), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626719), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626713);
        Lit3674 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626674), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626657);
        Lit3673 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626558);
        Lit3672 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626441);
        Lit3671 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626276);
        Lit3670 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 626159);
        Lit3669 = (SimpleSymbol) new SimpleSymbol("$once").readResolve();
        SimpleSymbol simpleSymbol1645 = Lit8494;
        SimpleSymbol simpleSymbol1646 = Lit8493;
        Lit3668 = PairWithPosition.make(simpleSymbol1645, PairWithPosition.make(simpleSymbol1646, PairWithPosition.make(simpleSymbol1646, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625863), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625859), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625854);
        SimpleSymbol simpleSymbol1647 = Lit8494;
        SimpleSymbol simpleSymbol1648 = Lit8493;
        Lit3667 = PairWithPosition.make(simpleSymbol1647, PairWithPosition.make(simpleSymbol1648, PairWithPosition.make(simpleSymbol1648, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625616);
        SimpleSymbol simpleSymbol1649 = Lit8494;
        SimpleSymbol simpleSymbol1650 = Lit8493;
        Lit3666 = PairWithPosition.make(simpleSymbol1649, PairWithPosition.make(simpleSymbol1650, PairWithPosition.make(simpleSymbol1650, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625385), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625376);
        Lit3665 = (SimpleSymbol) new SimpleSymbol("$currentExpiry").readResolve();
        Lit3664 = (SimpleSymbol) new SimpleSymbol("lblexpirydt").readResolve();
        Lit3663 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625101), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625090), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 625084);
        Lit3662 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624985);
        Lit3661 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624868);
        Lit3660 = (SimpleSymbol) new SimpleSymbol("lbloptionID").readResolve();
        Lit3659 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624600), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624589), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624583);
        Lit3658 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624484);
        Lit3657 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624367);
        SimpleSymbol simpleSymbol1651 = Lit8493;
        Lit3656 = PairWithPosition.make(simpleSymbol1651, PairWithPosition.make(simpleSymbol1651, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624142), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624137);
        Lit3655 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624104);
        Lit3654 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624011), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 624005);
        Lit3653 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 623837);
        Lit3652 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 623050), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 623039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 623033);
        Lit3651 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 622946);
        Lit3650 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 622829);
        Lit3649 = (SimpleSymbol) new SimpleSymbol("p$setOptions").readResolve();
        Lit3648 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619605);
        Lit3647 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619596), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619590);
        SimpleSymbol simpleSymbol1652 = Lit8493;
        Lit3646 = PairWithPosition.make(simpleSymbol1652, PairWithPosition.make(simpleSymbol1652, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619498), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619493);
        Lit3645 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619164);
        SimpleSymbol simpleSymbol1653 = Lit8493;
        Lit3644 = PairWithPosition.make(simpleSymbol1653, PairWithPosition.make(simpleSymbol1653, PairWithPosition.make(simpleSymbol1653, PairWithPosition.make(simpleSymbol1653, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 618713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 618709), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 618705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 618700);
        Lit3643 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619605);
        Lit3642 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619596), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619590);
        SimpleSymbol simpleSymbol1654 = Lit8493;
        Lit3641 = PairWithPosition.make(simpleSymbol1654, PairWithPosition.make(simpleSymbol1654, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619498), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619493);
        Lit3640 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 619164);
        Lit3639 = (SimpleSymbol) new SimpleSymbol("$screens").readResolve();
        Lit3638 = (SimpleSymbol) new SimpleSymbol("com.google.appinventor.components.runtime.VerticalArrangement").readResolve();
        Lit3637 = (SimpleSymbol) new SimpleSymbol("vaBaskets").readResolve();
        SimpleSymbol simpleSymbol1655 = Lit8493;
        Lit3636 = PairWithPosition.make(simpleSymbol1655, PairWithPosition.make(simpleSymbol1655, PairWithPosition.make(simpleSymbol1655, PairWithPosition.make(simpleSymbol1655, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 618713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 618709), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 618705), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 618700);
        Lit3635 = (SimpleSymbol) new SimpleSymbol("vaProfile").readResolve();
        Lit3634 = (SimpleSymbol) new SimpleSymbol("vaTools").readResolve();
        Lit3633 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616037);
        Lit3632 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615501), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615490);
        SimpleSymbol simpleSymbol1656 = Lit8495;
        Lit3631 = PairWithPosition.make(simpleSymbol1656, PairWithPosition.make(simpleSymbol1656, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615380);
        Lit3630 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615165);
        SimpleSymbol simpleSymbol1657 = Lit720;
        Lit3629 = PairWithPosition.make(simpleSymbol1657, PairWithPosition.make(simpleSymbol1657, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615141);
        Lit3628 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615119);
        Lit3627 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614702);
        SimpleSymbol simpleSymbol1658 = Lit8495;
        Lit3626 = PairWithPosition.make(simpleSymbol1658, PairWithPosition.make(simpleSymbol1658, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614587);
        Lit3625 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616037);
        Lit3624 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615501), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615490);
        SimpleSymbol simpleSymbol1659 = Lit8495;
        Lit3623 = PairWithPosition.make(simpleSymbol1659, PairWithPosition.make(simpleSymbol1659, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615380);
        Lit3622 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615165);
        SimpleSymbol simpleSymbol1660 = Lit720;
        Lit3621 = PairWithPosition.make(simpleSymbol1660, PairWithPosition.make(simpleSymbol1660, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615141);
        Lit3620 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615119);
        Lit3619 = (SimpleSymbol) new SimpleSymbol("RequestFocus").readResolve();
        Lit3618 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614702);
        Lit3617 = (SimpleSymbol) new SimpleSymbol("SetOrder").readResolve();
        SimpleSymbol simpleSymbol1661 = Lit8495;
        Lit3616 = PairWithPosition.make(simpleSymbol1661, PairWithPosition.make(simpleSymbol1661, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614587);
        Lit3615 = (SimpleSymbol) new SimpleSymbol("swtQuickOrder").readResolve();
        Lit3614 = (SimpleSymbol) new SimpleSymbol("vaSearch").readResolve();
        Lit3613 = (SimpleSymbol) new SimpleSymbol("Move").readResolve();
        Lit3612 = (SimpleSymbol) new SimpleSymbol("$trueAndFalse").readResolve();
        Lit3611 = (SimpleSymbol) new SimpleSymbol("p$Search").readResolve();
        SimpleSymbol simpleSymbol1662 = Lit720;
        Lit3610 = PairWithPosition.make(simpleSymbol1662, PairWithPosition.make(simpleSymbol1662, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611234);
        SimpleSymbol simpleSymbol1663 = Lit720;
        Lit3609 = PairWithPosition.make(simpleSymbol1663, PairWithPosition.make(simpleSymbol1663, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611207);
        SimpleSymbol simpleSymbol1664 = Lit720;
        Lit3608 = PairWithPosition.make(simpleSymbol1664, PairWithPosition.make(simpleSymbol1664, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611182);
        SimpleSymbol simpleSymbol1665 = Lit720;
        Lit3607 = PairWithPosition.make(simpleSymbol1665, PairWithPosition.make(simpleSymbol1665, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611152), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611144);
        SimpleSymbol simpleSymbol1666 = Lit720;
        Lit3606 = PairWithPosition.make(simpleSymbol1666, PairWithPosition.make(simpleSymbol1666, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611109), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611101);
        SimpleSymbol simpleSymbol1667 = Lit720;
        Lit3605 = PairWithPosition.make(simpleSymbol1667, PairWithPosition.make(simpleSymbol1667, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610852);
        SimpleSymbol simpleSymbol1668 = Lit720;
        Lit3604 = PairWithPosition.make(simpleSymbol1668, PairWithPosition.make(simpleSymbol1668, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610822), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610814);
        SimpleSymbol simpleSymbol1669 = Lit720;
        Lit3603 = PairWithPosition.make(simpleSymbol1669, PairWithPosition.make(simpleSymbol1669, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610771);
        SimpleSymbol simpleSymbol1670 = Lit8493;
        Lit3602 = PairWithPosition.make(simpleSymbol1670, PairWithPosition.make(simpleSymbol1670, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610580), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610575);
        Lit3601 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610550);
        SimpleSymbol simpleSymbol1671 = Lit720;
        Lit3600 = PairWithPosition.make(simpleSymbol1671, PairWithPosition.make(simpleSymbol1671, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611234);
        SimpleSymbol simpleSymbol1672 = Lit720;
        Lit3599 = PairWithPosition.make(simpleSymbol1672, PairWithPosition.make(simpleSymbol1672, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611207);
        SimpleSymbol simpleSymbol1673 = Lit720;
        Lit3598 = PairWithPosition.make(simpleSymbol1673, PairWithPosition.make(simpleSymbol1673, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611182);
        SimpleSymbol simpleSymbol1674 = Lit720;
        Lit3597 = PairWithPosition.make(simpleSymbol1674, PairWithPosition.make(simpleSymbol1674, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611152), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611144);
        SimpleSymbol simpleSymbol1675 = Lit720;
        Lit3596 = PairWithPosition.make(simpleSymbol1675, PairWithPosition.make(simpleSymbol1675, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611109), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611101);
        SimpleSymbol simpleSymbol1676 = Lit720;
        Lit3595 = PairWithPosition.make(simpleSymbol1676, PairWithPosition.make(simpleSymbol1676, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610852);
        SimpleSymbol simpleSymbol1677 = Lit720;
        Lit3594 = PairWithPosition.make(simpleSymbol1677, PairWithPosition.make(simpleSymbol1677, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610822), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610814);
        SimpleSymbol simpleSymbol1678 = Lit720;
        Lit3593 = PairWithPosition.make(simpleSymbol1678, PairWithPosition.make(simpleSymbol1678, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610771);
        Lit3592 = (SimpleSymbol) new SimpleSymbol("$v2").readResolve();
        Lit3591 = (SimpleSymbol) new SimpleSymbol("$v1").readResolve();
        SimpleSymbol simpleSymbol1679 = Lit8493;
        Lit3590 = PairWithPosition.make(simpleSymbol1679, PairWithPosition.make(simpleSymbol1679, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610580), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610575);
        Lit3589 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610550);
        Lit3588 = (SimpleSymbol) new SimpleSymbol("p$sl_pct").readResolve();
        SimpleSymbol simpleSymbol1680 = Lit720;
        Lit3587 = PairWithPosition.make(simpleSymbol1680, PairWithPosition.make(simpleSymbol1680, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606953);
        SimpleSymbol simpleSymbol1681 = Lit8494;
        SimpleSymbol simpleSymbol1682 = Lit8493;
        Lit3586 = PairWithPosition.make(simpleSymbol1681, PairWithPosition.make(simpleSymbol1682, PairWithPosition.make(simpleSymbol1682, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606923), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606914);
        SimpleSymbol simpleSymbol1683 = Lit720;
        Lit3585 = PairWithPosition.make(simpleSymbol1683, PairWithPosition.make(simpleSymbol1683, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606708), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606700);
        SimpleSymbol simpleSymbol1684 = Lit8494;
        SimpleSymbol simpleSymbol1685 = Lit8493;
        Lit3584 = PairWithPosition.make(simpleSymbol1684, PairWithPosition.make(simpleSymbol1685, PairWithPosition.make(simpleSymbol1685, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606649), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606645), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606640);
        SimpleSymbol simpleSymbol1686 = Lit8493;
        Lit3583 = PairWithPosition.make(simpleSymbol1686, PairWithPosition.make(simpleSymbol1686, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606453);
        SimpleSymbol simpleSymbol1687 = Lit8494;
        SimpleSymbol simpleSymbol1688 = Lit8493;
        Lit3582 = PairWithPosition.make(simpleSymbol1687, PairWithPosition.make(simpleSymbol1688, PairWithPosition.make(simpleSymbol1688, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606417), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606413), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606408);
        SimpleSymbol simpleSymbol1689 = Lit720;
        Lit3581 = PairWithPosition.make(simpleSymbol1689, PairWithPosition.make(simpleSymbol1689, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606953);
        SimpleSymbol simpleSymbol1690 = Lit8494;
        SimpleSymbol simpleSymbol1691 = Lit8493;
        Lit3580 = PairWithPosition.make(simpleSymbol1690, PairWithPosition.make(simpleSymbol1691, PairWithPosition.make(simpleSymbol1691, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606923), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606914);
        SimpleSymbol simpleSymbol1692 = Lit720;
        Lit3579 = PairWithPosition.make(simpleSymbol1692, PairWithPosition.make(simpleSymbol1692, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606708), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606700);
        Lit3578 = (SimpleSymbol) new SimpleSymbol("$ltp").readResolve();
        SimpleSymbol simpleSymbol1693 = Lit8494;
        SimpleSymbol simpleSymbol1694 = Lit8493;
        Lit3577 = PairWithPosition.make(simpleSymbol1693, PairWithPosition.make(simpleSymbol1694, PairWithPosition.make(simpleSymbol1694, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606649), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606645), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606640);
        SimpleSymbol simpleSymbol1695 = Lit8493;
        Lit3576 = PairWithPosition.make(simpleSymbol1695, PairWithPosition.make(simpleSymbol1695, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606453);
        SimpleSymbol simpleSymbol1696 = Lit8494;
        SimpleSymbol simpleSymbol1697 = Lit8493;
        Lit3575 = PairWithPosition.make(simpleSymbol1696, PairWithPosition.make(simpleSymbol1697, PairWithPosition.make(simpleSymbol1697, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606417), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606413), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606408);
        Lit3574 = (SimpleSymbol) new SimpleSymbol("$value_json").readResolve();
        Lit3573 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 617014);
        Lit3572 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616765);
        SimpleSymbol simpleSymbol1698 = Lit8493;
        Lit3571 = PairWithPosition.make(simpleSymbol1698, PairWithPosition.make(simpleSymbol1698, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616753), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616748);
        Lit3570 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616314);
        Lit3569 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616286);
        Lit3568 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616256);
        SimpleSymbol simpleSymbol1699 = Lit8494;
        SimpleSymbol simpleSymbol1700 = Lit8493;
        Lit3567 = PairWithPosition.make(simpleSymbol1699, PairWithPosition.make(simpleSymbol1700, PairWithPosition.make(simpleSymbol1700, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616131);
        Lit3566 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615830);
        Lit3565 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615807), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615802);
        Lit3564 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615772);
        SimpleSymbol simpleSymbol1701 = Lit8494;
        SimpleSymbol simpleSymbol1702 = Lit8493;
        Lit3563 = PairWithPosition.make(simpleSymbol1701, PairWithPosition.make(simpleSymbol1702, PairWithPosition.make(simpleSymbol1702, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615666), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615661);
        SimpleSymbol simpleSymbol1703 = Lit9;
        Lit3562 = PairWithPosition.make(simpleSymbol1703, PairWithPosition.make(simpleSymbol1703, PairWithPosition.make(simpleSymbol1703, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615281), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615270);
        SimpleSymbol simpleSymbol1704 = Lit8493;
        Lit3561 = PairWithPosition.make(simpleSymbol1704, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1704, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615243), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615238), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615233);
        SimpleSymbol simpleSymbol1705 = Lit9;
        Lit3560 = PairWithPosition.make(simpleSymbol1705, PairWithPosition.make(simpleSymbol1705, PairWithPosition.make(simpleSymbol1705, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614952), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614947), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614941);
        SimpleSymbol simpleSymbol1706 = Lit8493;
        Lit3559 = PairWithPosition.make(simpleSymbol1706, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1706, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614914), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614909), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614904);
        SimpleSymbol simpleSymbol1707 = Lit9;
        Lit3558 = PairWithPosition.make(simpleSymbol1707, PairWithPosition.make(simpleSymbol1707, PairWithPosition.make(simpleSymbol1707, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614613), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614607);
        SimpleSymbol simpleSymbol1708 = Lit8493;
        Lit3557 = PairWithPosition.make(simpleSymbol1708, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1708, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614580), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614570);
        SimpleSymbol simpleSymbol1709 = Lit9;
        Lit3556 = PairWithPosition.make(simpleSymbol1709, PairWithPosition.make(simpleSymbol1709, PairWithPosition.make(simpleSymbol1709, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614274), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614268);
        SimpleSymbol simpleSymbol1710 = Lit8493;
        Lit3555 = PairWithPosition.make(simpleSymbol1710, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1710, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614241), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614236), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614231);
        Lit3554 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613911);
        Lit3553 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613634), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613629);
        Lit3552 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613599);
        SimpleSymbol simpleSymbol1711 = Lit8494;
        SimpleSymbol simpleSymbol1712 = Lit8493;
        Lit3551 = PairWithPosition.make(simpleSymbol1711, PairWithPosition.make(simpleSymbol1712, PairWithPosition.make(simpleSymbol1712, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613492), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613487);
        Lit3550 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613220);
        Lit3549 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 612795);
        Lit3548 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 612349);
        SimpleSymbol simpleSymbol1713 = Lit8493;
        Lit3547 = PairWithPosition.make(simpleSymbol1713, PairWithPosition.make(simpleSymbol1713, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611923);
        SimpleSymbol simpleSymbol1714 = Lit8494;
        SimpleSymbol simpleSymbol1715 = Lit8493;
        Lit3546 = PairWithPosition.make(simpleSymbol1714, PairWithPosition.make(simpleSymbol1715, PairWithPosition.make(simpleSymbol1715, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611893), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611884);
        SimpleSymbol simpleSymbol1716 = Lit8494;
        SimpleSymbol simpleSymbol1717 = Lit8493;
        Lit3545 = PairWithPosition.make(simpleSymbol1716, PairWithPosition.make(simpleSymbol1717, PairWithPosition.make(simpleSymbol1717, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611757), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611753), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611748);
        Lit3544 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611562);
        SimpleSymbol simpleSymbol1718 = Lit8493;
        Lit3543 = PairWithPosition.make(simpleSymbol1718, PairWithPosition.make(simpleSymbol1718, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611320), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611315);
        SimpleSymbol simpleSymbol1719 = Lit8494;
        SimpleSymbol simpleSymbol1720 = Lit8493;
        Lit3542 = PairWithPosition.make(simpleSymbol1719, PairWithPosition.make(simpleSymbol1720, PairWithPosition.make(simpleSymbol1720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611272), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611267);
        SimpleSymbol simpleSymbol1721 = Lit8493;
        Lit3541 = PairWithPosition.make(simpleSymbol1721, PairWithPosition.make(simpleSymbol1721, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611042);
        SimpleSymbol simpleSymbol1722 = Lit8494;
        SimpleSymbol simpleSymbol1723 = Lit8493;
        Lit3540 = PairWithPosition.make(simpleSymbol1722, PairWithPosition.make(simpleSymbol1723, PairWithPosition.make(simpleSymbol1723, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611004), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610995);
        Lit3539 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610738);
        Lit3538 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610237);
        SimpleSymbol simpleSymbol1724 = Lit9;
        Lit3537 = PairWithPosition.make(simpleSymbol1724, PairWithPosition.make(simpleSymbol1724, PairWithPosition.make(simpleSymbol1724, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609988), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609982);
        SimpleSymbol simpleSymbol1725 = Lit8494;
        SimpleSymbol simpleSymbol1726 = Lit8493;
        Lit3536 = PairWithPosition.make(simpleSymbol1725, PairWithPosition.make(simpleSymbol1726, PairWithPosition.make(simpleSymbol1726, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609952), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609943);
        SimpleSymbol simpleSymbol1727 = Lit9;
        Lit3535 = PairWithPosition.make(simpleSymbol1727, PairWithPosition.make(simpleSymbol1727, PairWithPosition.make(simpleSymbol1727, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609611), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609606), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609600);
        SimpleSymbol simpleSymbol1728 = Lit720;
        Lit3534 = PairWithPosition.make(simpleSymbol1728, PairWithPosition.make(simpleSymbol1728, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609576);
        SimpleSymbol simpleSymbol1729 = Lit720;
        Lit3533 = PairWithPosition.make(simpleSymbol1729, PairWithPosition.make(simpleSymbol1729, PairWithPosition.make(simpleSymbol1729, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609559), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609544);
        SimpleSymbol simpleSymbol1730 = Lit8494;
        SimpleSymbol simpleSymbol1731 = Lit8493;
        Lit3532 = PairWithPosition.make(simpleSymbol1730, PairWithPosition.make(simpleSymbol1731, PairWithPosition.make(simpleSymbol1731, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609511), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609502);
        SimpleSymbol simpleSymbol1732 = Lit8494;
        SimpleSymbol simpleSymbol1733 = Lit8493;
        Lit3531 = PairWithPosition.make(simpleSymbol1732, PairWithPosition.make(simpleSymbol1733, PairWithPosition.make(simpleSymbol1733, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609350), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609345);
        SimpleSymbol simpleSymbol1734 = Lit8494;
        SimpleSymbol simpleSymbol1735 = Lit8493;
        Lit3530 = PairWithPosition.make(simpleSymbol1734, PairWithPosition.make(simpleSymbol1735, PairWithPosition.make(simpleSymbol1735, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609188);
        SimpleSymbol simpleSymbol1736 = Lit8494;
        SimpleSymbol simpleSymbol1737 = Lit8493;
        Lit3529 = PairWithPosition.make(simpleSymbol1736, PairWithPosition.make(simpleSymbol1737, PairWithPosition.make(simpleSymbol1737, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609159), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609150);
        SimpleSymbol simpleSymbol1738 = Lit8494;
        SimpleSymbol simpleSymbol1739 = Lit8493;
        Lit3528 = PairWithPosition.make(simpleSymbol1738, PairWithPosition.make(simpleSymbol1739, PairWithPosition.make(simpleSymbol1739, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608815);
        SimpleSymbol simpleSymbol1740 = Lit9;
        Lit3527 = PairWithPosition.make(simpleSymbol1740, PairWithPosition.make(simpleSymbol1740, PairWithPosition.make(simpleSymbol1740, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608444), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608439), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608433);
        SimpleSymbol simpleSymbol1741 = Lit8494;
        SimpleSymbol simpleSymbol1742 = Lit8493;
        Lit3526 = PairWithPosition.make(simpleSymbol1741, PairWithPosition.make(simpleSymbol1742, PairWithPosition.make(simpleSymbol1742, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608403), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608399), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608394);
        SimpleSymbol simpleSymbol1743 = Lit8494;
        SimpleSymbol simpleSymbol1744 = Lit8493;
        Lit3525 = PairWithPosition.make(simpleSymbol1743, PairWithPosition.make(simpleSymbol1744, PairWithPosition.make(simpleSymbol1744, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608262), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608253);
        SimpleSymbol simpleSymbol1745 = Lit8493;
        Lit3524 = PairWithPosition.make(simpleSymbol1745, PairWithPosition.make(simpleSymbol1745, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608135);
        SimpleSymbol simpleSymbol1746 = Lit8494;
        SimpleSymbol simpleSymbol1747 = Lit8493;
        Lit3523 = PairWithPosition.make(simpleSymbol1746, PairWithPosition.make(simpleSymbol1747, PairWithPosition.make(simpleSymbol1747, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608093), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608088);
        SimpleSymbol simpleSymbol1748 = Lit8493;
        Lit3522 = PairWithPosition.make(simpleSymbol1748, PairWithPosition.make(simpleSymbol1748, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607724);
        SimpleSymbol simpleSymbol1749 = Lit8493;
        Lit3521 = PairWithPosition.make(simpleSymbol1749, PairWithPosition.make(simpleSymbol1749, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607697), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607692);
        SimpleSymbol simpleSymbol1750 = Lit8494;
        SimpleSymbol simpleSymbol1751 = Lit8493;
        Lit3520 = PairWithPosition.make(simpleSymbol1750, PairWithPosition.make(simpleSymbol1751, PairWithPosition.make(simpleSymbol1751, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607648);
        SimpleSymbol simpleSymbol1752 = Lit8494;
        SimpleSymbol simpleSymbol1753 = Lit8493;
        Lit3519 = PairWithPosition.make(simpleSymbol1752, PairWithPosition.make(simpleSymbol1753, PairWithPosition.make(simpleSymbol1753, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607456), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607451);
        Lit3518 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607263);
        SimpleSymbol simpleSymbol1754 = Lit8493;
        Lit3517 = PairWithPosition.make(simpleSymbol1754, PairWithPosition.make(simpleSymbol1754, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607007), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607002);
        SimpleSymbol simpleSymbol1755 = Lit8493;
        Lit3516 = PairWithPosition.make(simpleSymbol1755, PairWithPosition.make(simpleSymbol1755, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606795), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606790);
        SimpleSymbol simpleSymbol1756 = Lit8494;
        SimpleSymbol simpleSymbol1757 = Lit8493;
        Lit3515 = PairWithPosition.make(simpleSymbol1756, PairWithPosition.make(simpleSymbol1757, PairWithPosition.make(simpleSymbol1757, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606761), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606757), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606752);
        SimpleSymbol simpleSymbol1758 = Lit8493;
        Lit3514 = PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, PairWithPosition.make(simpleSymbol1758, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606511), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606503), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606499), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606495), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606491), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606487), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606483), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606479), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606475), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606466);
        SimpleSymbol simpleSymbol1759 = Lit8494;
        SimpleSymbol simpleSymbol1760 = Lit8493;
        Lit3513 = PairWithPosition.make(simpleSymbol1759, PairWithPosition.make(simpleSymbol1760, PairWithPosition.make(simpleSymbol1760, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606436), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606427);
        SimpleSymbol simpleSymbol1761 = Lit8494;
        SimpleSymbol simpleSymbol1762 = Lit8493;
        Lit3512 = PairWithPosition.make(simpleSymbol1761, PairWithPosition.make(simpleSymbol1762, PairWithPosition.make(simpleSymbol1762, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606298), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606294), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606289);
        SimpleSymbol simpleSymbol1763 = Lit8494;
        SimpleSymbol simpleSymbol1764 = Lit8493;
        Lit3511 = PairWithPosition.make(simpleSymbol1763, PairWithPosition.make(simpleSymbol1764, PairWithPosition.make(simpleSymbol1764, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606114), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606105);
        SimpleSymbol simpleSymbol1765 = Lit8494;
        SimpleSymbol simpleSymbol1766 = Lit8493;
        Lit3510 = PairWithPosition.make(simpleSymbol1765, PairWithPosition.make(simpleSymbol1766, PairWithPosition.make(simpleSymbol1766, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605931), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605922);
        SimpleSymbol simpleSymbol1767 = Lit8494;
        SimpleSymbol simpleSymbol1768 = Lit8493;
        Lit3509 = PairWithPosition.make(simpleSymbol1767, PairWithPosition.make(simpleSymbol1768, PairWithPosition.make(simpleSymbol1768, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605762), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605757);
        SimpleSymbol simpleSymbol1769 = Lit8494;
        SimpleSymbol simpleSymbol1770 = Lit8493;
        Lit3508 = PairWithPosition.make(simpleSymbol1769, PairWithPosition.make(simpleSymbol1770, PairWithPosition.make(simpleSymbol1770, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605601), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605596);
        SimpleSymbol simpleSymbol1771 = Lit8494;
        SimpleSymbol simpleSymbol1772 = Lit8493;
        Lit3507 = PairWithPosition.make(simpleSymbol1771, PairWithPosition.make(simpleSymbol1772, PairWithPosition.make(simpleSymbol1772, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605447), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605438);
        SimpleSymbol simpleSymbol1773 = Lit8494;
        SimpleSymbol simpleSymbol1774 = Lit8493;
        Lit3506 = PairWithPosition.make(simpleSymbol1773, PairWithPosition.make(simpleSymbol1774, PairWithPosition.make(simpleSymbol1774, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605283), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605274);
        SimpleSymbol simpleSymbol1775 = Lit720;
        Lit3505 = PairWithPosition.make(simpleSymbol1775, PairWithPosition.make(simpleSymbol1775, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605123), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605115);
        SimpleSymbol simpleSymbol1776 = Lit8494;
        SimpleSymbol simpleSymbol1777 = Lit8493;
        Lit3504 = PairWithPosition.make(simpleSymbol1776, PairWithPosition.make(simpleSymbol1777, PairWithPosition.make(simpleSymbol1777, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605086), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605082), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605077);
        SimpleSymbol simpleSymbol1778 = Lit8494;
        SimpleSymbol simpleSymbol1779 = Lit8493;
        Lit3503 = PairWithPosition.make(simpleSymbol1778, PairWithPosition.make(simpleSymbol1779, PairWithPosition.make(simpleSymbol1779, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604939), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604934);
        Lit3502 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604734), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604728);
        SimpleSymbol simpleSymbol1780 = Lit9;
        Lit3501 = PairWithPosition.make(simpleSymbol1780, PairWithPosition.make(simpleSymbol1780, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604709), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604703);
        Lit3500 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604632);
        SimpleSymbol simpleSymbol1781 = Lit9;
        Lit3499 = PairWithPosition.make(simpleSymbol1781, PairWithPosition.make(simpleSymbol1781, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604615), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604609);
        SimpleSymbol simpleSymbol1782 = Lit8494;
        SimpleSymbol simpleSymbol1783 = Lit8493;
        Lit3498 = PairWithPosition.make(simpleSymbol1782, PairWithPosition.make(simpleSymbol1783, PairWithPosition.make(simpleSymbol1783, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604579), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604570);
        Lit3497 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604187), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604182);
        SimpleSymbol simpleSymbol1784 = Lit9;
        Lit3496 = PairWithPosition.make(simpleSymbol1784, PairWithPosition.make(simpleSymbol1784, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604096);
        SimpleSymbol simpleSymbol1785 = Lit8494;
        SimpleSymbol simpleSymbol1786 = Lit8493;
        Lit3495 = PairWithPosition.make(simpleSymbol1785, PairWithPosition.make(simpleSymbol1786, PairWithPosition.make(simpleSymbol1786, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604062), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604057);
        SimpleSymbol simpleSymbol1787 = Lit8494;
        SimpleSymbol simpleSymbol1788 = Lit8493;
        Lit3494 = PairWithPosition.make(simpleSymbol1787, PairWithPosition.make(simpleSymbol1788, PairWithPosition.make(simpleSymbol1788, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603805), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603796);
        SimpleSymbol simpleSymbol1789 = Lit8494;
        SimpleSymbol simpleSymbol1790 = Lit8493;
        Lit3493 = PairWithPosition.make(simpleSymbol1789, PairWithPosition.make(simpleSymbol1790, PairWithPosition.make(simpleSymbol1790, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603641);
        SimpleSymbol simpleSymbol1791 = Lit8494;
        SimpleSymbol simpleSymbol1792 = Lit8493;
        Lit3492 = PairWithPosition.make(simpleSymbol1791, PairWithPosition.make(simpleSymbol1792, PairWithPosition.make(simpleSymbol1792, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603492), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603488), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603483);
        SimpleSymbol simpleSymbol1793 = Lit8494;
        SimpleSymbol simpleSymbol1794 = Lit8493;
        Lit3491 = PairWithPosition.make(simpleSymbol1793, PairWithPosition.make(simpleSymbol1794, PairWithPosition.make(simpleSymbol1794, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603271);
        Lit3490 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603258);
        Lit3489 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603075);
        Lit3488 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602877);
        Lit3487 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602707);
        Lit3486 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602495);
        Lit3485 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602465);
        SimpleSymbol simpleSymbol1795 = Lit8493;
        Lit3484 = PairWithPosition.make(simpleSymbol1795, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1795, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602365), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602355);
        Lit3483 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 617014);
        Lit3482 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616765);
        SimpleSymbol simpleSymbol1796 = Lit8493;
        Lit3481 = PairWithPosition.make(simpleSymbol1796, PairWithPosition.make(simpleSymbol1796, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616753), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616748);
        Lit3480 = (SimpleSymbol) new SimpleSymbol("CurrentPage").readResolve();
        Lit3479 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement44").readResolve();
        Lit3478 = (SimpleSymbol) new SimpleSymbol("vaSummary").readResolve();
        Lit3477 = (SimpleSymbol) new SimpleSymbol("haDerivatives").readResolve();
        Lit3476 = (SimpleSymbol) new SimpleSymbol("vaPopup").readResolve();
        Lit3475 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616314);
        Lit3474 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616286);
        Lit3473 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616256);
        SimpleSymbol simpleSymbol1797 = Lit8494;
        SimpleSymbol simpleSymbol1798 = Lit8493;
        Lit3472 = PairWithPosition.make(simpleSymbol1797, PairWithPosition.make(simpleSymbol1798, PairWithPosition.make(simpleSymbol1798, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 616131);
        Lit3471 = (SimpleSymbol) new SimpleSymbol("va2_copy").readResolve();
        Lit3470 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615830);
        Lit3469 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615807), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615802);
        Lit3468 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615772);
        SimpleSymbol simpleSymbol1799 = Lit8494;
        SimpleSymbol simpleSymbol1800 = Lit8493;
        Lit3467 = PairWithPosition.make(simpleSymbol1799, PairWithPosition.make(simpleSymbol1800, PairWithPosition.make(simpleSymbol1800, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615666), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615661);
        SimpleSymbol simpleSymbol1801 = Lit9;
        Lit3466 = PairWithPosition.make(simpleSymbol1801, PairWithPosition.make(simpleSymbol1801, PairWithPosition.make(simpleSymbol1801, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615281), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615270);
        SimpleSymbol simpleSymbol1802 = Lit8493;
        Lit3465 = PairWithPosition.make(simpleSymbol1802, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1802, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615243), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615238), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 615233);
        Lit3464 = (SimpleSymbol) new SimpleSymbol("lblLow").readResolve();
        SimpleSymbol simpleSymbol1803 = Lit9;
        Lit3463 = PairWithPosition.make(simpleSymbol1803, PairWithPosition.make(simpleSymbol1803, PairWithPosition.make(simpleSymbol1803, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614952), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614947), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614941);
        SimpleSymbol simpleSymbol1804 = Lit8493;
        Lit3462 = PairWithPosition.make(simpleSymbol1804, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1804, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614914), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614909), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614904);
        Lit3461 = (SimpleSymbol) new SimpleSymbol("lblHigh").readResolve();
        SimpleSymbol simpleSymbol1805 = Lit9;
        Lit3460 = PairWithPosition.make(simpleSymbol1805, PairWithPosition.make(simpleSymbol1805, PairWithPosition.make(simpleSymbol1805, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614613), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614607);
        SimpleSymbol simpleSymbol1806 = Lit8493;
        Lit3459 = PairWithPosition.make(simpleSymbol1806, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1806, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614580), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614570);
        Lit3458 = (SimpleSymbol) new SimpleSymbol("lblClose").readResolve();
        SimpleSymbol simpleSymbol1807 = Lit9;
        Lit3457 = PairWithPosition.make(simpleSymbol1807, PairWithPosition.make(simpleSymbol1807, PairWithPosition.make(simpleSymbol1807, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614274), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614268);
        SimpleSymbol simpleSymbol1808 = Lit8493;
        Lit3456 = PairWithPosition.make(simpleSymbol1808, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1808, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614241), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614236), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 614231);
        Lit3455 = (SimpleSymbol) new SimpleSymbol("lblOpen").readResolve();
        Lit3454 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613911);
        Lit3453 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613634), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613629);
        Lit3452 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613599);
        SimpleSymbol simpleSymbol1809 = Lit8494;
        SimpleSymbol simpleSymbol1810 = Lit8493;
        Lit3451 = PairWithPosition.make(simpleSymbol1809, PairWithPosition.make(simpleSymbol1810, PairWithPosition.make(simpleSymbol1810, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613492), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613487);
        Lit3450 = (SimpleSymbol) new SimpleSymbol("lblOI").readResolve();
        Lit3449 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 613220);
        Lit3448 = (SimpleSymbol) new SimpleSymbol("lblLTPPER").readResolve();
        Lit3447 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 612795);
        Lit3446 = (SimpleSymbol) new SimpleSymbol("lbl1MRBETA").readResolve();
        Lit3445 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 612349);
        Lit3444 = (SimpleSymbol) new SimpleSymbol("lbl1YRDY").readResolve();
        SimpleSymbol simpleSymbol1811 = Lit8493;
        Lit3443 = PairWithPosition.make(simpleSymbol1811, PairWithPosition.make(simpleSymbol1811, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611923);
        SimpleSymbol simpleSymbol1812 = Lit8494;
        SimpleSymbol simpleSymbol1813 = Lit8493;
        Lit3442 = PairWithPosition.make(simpleSymbol1812, PairWithPosition.make(simpleSymbol1813, PairWithPosition.make(simpleSymbol1813, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611893), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611884);
        SimpleSymbol simpleSymbol1814 = Lit8494;
        SimpleSymbol simpleSymbol1815 = Lit8493;
        Lit3441 = PairWithPosition.make(simpleSymbol1814, PairWithPosition.make(simpleSymbol1815, PairWithPosition.make(simpleSymbol1815, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611757), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611753), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611748);
        Lit3440 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611562);
        Lit3439 = (SimpleSymbol) new SimpleSymbol("lblPopupTitle").readResolve();
        SimpleSymbol simpleSymbol1816 = Lit8493;
        Lit3438 = PairWithPosition.make(simpleSymbol1816, PairWithPosition.make(simpleSymbol1816, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611320), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611315);
        SimpleSymbol simpleSymbol1817 = Lit8494;
        SimpleSymbol simpleSymbol1818 = Lit8493;
        Lit3437 = PairWithPosition.make(simpleSymbol1817, PairWithPosition.make(simpleSymbol1818, PairWithPosition.make(simpleSymbol1818, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611272), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611267);
        Lit3436 = (SimpleSymbol) new SimpleSymbol("cancel_btn").readResolve();
        SimpleSymbol simpleSymbol1819 = Lit8493;
        Lit3435 = PairWithPosition.make(simpleSymbol1819, PairWithPosition.make(simpleSymbol1819, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611042);
        SimpleSymbol simpleSymbol1820 = Lit8494;
        SimpleSymbol simpleSymbol1821 = Lit8493;
        Lit3434 = PairWithPosition.make(simpleSymbol1820, PairWithPosition.make(simpleSymbol1821, PairWithPosition.make(simpleSymbol1821, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611004), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 611000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610995);
        Lit3433 = (SimpleSymbol) new SimpleSymbol("exit_btn").readResolve();
        Lit3432 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610738);
        Lit3431 = (SimpleSymbol) new SimpleSymbol("lblSLTGT").readResolve();
        Lit3430 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 610237);
        Lit3429 = (SimpleSymbol) new SimpleSymbol("lblqty").readResolve();
        SimpleSymbol simpleSymbol1822 = Lit9;
        Lit3428 = PairWithPosition.make(simpleSymbol1822, PairWithPosition.make(simpleSymbol1822, PairWithPosition.make(simpleSymbol1822, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609988), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609982);
        SimpleSymbol simpleSymbol1823 = Lit8494;
        SimpleSymbol simpleSymbol1824 = Lit8493;
        Lit3427 = PairWithPosition.make(simpleSymbol1823, PairWithPosition.make(simpleSymbol1824, PairWithPosition.make(simpleSymbol1824, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609952), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609943);
        Lit3426 = (SimpleSymbol) new SimpleSymbol("lblTotInv").readResolve();
        SimpleSymbol simpleSymbol1825 = Lit9;
        Lit3425 = PairWithPosition.make(simpleSymbol1825, PairWithPosition.make(simpleSymbol1825, PairWithPosition.make(simpleSymbol1825, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609611), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609606), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609600);
        SimpleSymbol simpleSymbol1826 = Lit720;
        Lit3424 = PairWithPosition.make(simpleSymbol1826, PairWithPosition.make(simpleSymbol1826, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609576);
        SimpleSymbol simpleSymbol1827 = Lit720;
        Lit3423 = PairWithPosition.make(simpleSymbol1827, PairWithPosition.make(simpleSymbol1827, PairWithPosition.make(simpleSymbol1827, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609559), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609544);
        SimpleSymbol simpleSymbol1828 = Lit8494;
        SimpleSymbol simpleSymbol1829 = Lit8493;
        Lit3422 = PairWithPosition.make(simpleSymbol1828, PairWithPosition.make(simpleSymbol1829, PairWithPosition.make(simpleSymbol1829, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609511), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609502);
        SimpleSymbol simpleSymbol1830 = Lit8494;
        SimpleSymbol simpleSymbol1831 = Lit8493;
        Lit3421 = PairWithPosition.make(simpleSymbol1830, PairWithPosition.make(simpleSymbol1831, PairWithPosition.make(simpleSymbol1831, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609350), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609345);
        SimpleSymbol simpleSymbol1832 = Lit8494;
        SimpleSymbol simpleSymbol1833 = Lit8493;
        Lit3420 = PairWithPosition.make(simpleSymbol1832, PairWithPosition.make(simpleSymbol1833, PairWithPosition.make(simpleSymbol1833, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609188);
        SimpleSymbol simpleSymbol1834 = Lit8494;
        SimpleSymbol simpleSymbol1835 = Lit8493;
        Lit3419 = PairWithPosition.make(simpleSymbol1834, PairWithPosition.make(simpleSymbol1835, PairWithPosition.make(simpleSymbol1835, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609159), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 609150);
        SimpleSymbol simpleSymbol1836 = Lit8494;
        SimpleSymbol simpleSymbol1837 = Lit8493;
        Lit3418 = PairWithPosition.make(simpleSymbol1836, PairWithPosition.make(simpleSymbol1837, PairWithPosition.make(simpleSymbol1837, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608815);
        Lit3417 = (SimpleSymbol) new SimpleSymbol("lblCurrVal").readResolve();
        SimpleSymbol simpleSymbol1838 = Lit9;
        Lit3416 = PairWithPosition.make(simpleSymbol1838, PairWithPosition.make(simpleSymbol1838, PairWithPosition.make(simpleSymbol1838, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608444), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608439), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608433);
        SimpleSymbol simpleSymbol1839 = Lit8494;
        SimpleSymbol simpleSymbol1840 = Lit8493;
        Lit3415 = PairWithPosition.make(simpleSymbol1839, PairWithPosition.make(simpleSymbol1840, PairWithPosition.make(simpleSymbol1840, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608403), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608399), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608394);
        SimpleSymbol simpleSymbol1841 = Lit8494;
        SimpleSymbol simpleSymbol1842 = Lit8493;
        Lit3414 = PairWithPosition.make(simpleSymbol1841, PairWithPosition.make(simpleSymbol1842, PairWithPosition.make(simpleSymbol1842, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608262), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608253);
        SimpleSymbol simpleSymbol1843 = Lit8493;
        Lit3413 = PairWithPosition.make(simpleSymbol1843, PairWithPosition.make(simpleSymbol1843, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608135);
        SimpleSymbol simpleSymbol1844 = Lit8494;
        SimpleSymbol simpleSymbol1845 = Lit8493;
        Lit3412 = PairWithPosition.make(simpleSymbol1844, PairWithPosition.make(simpleSymbol1845, PairWithPosition.make(simpleSymbol1845, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608093), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 608088);
        Lit3411 = (SimpleSymbol) new SimpleSymbol("lblavgprice").readResolve();
        SimpleSymbol simpleSymbol1846 = Lit8493;
        Lit3410 = PairWithPosition.make(simpleSymbol1846, PairWithPosition.make(simpleSymbol1846, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607724);
        SimpleSymbol simpleSymbol1847 = Lit8493;
        Lit3409 = PairWithPosition.make(simpleSymbol1847, PairWithPosition.make(simpleSymbol1847, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607697), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607692);
        SimpleSymbol simpleSymbol1848 = Lit8494;
        SimpleSymbol simpleSymbol1849 = Lit8493;
        Lit3408 = PairWithPosition.make(simpleSymbol1848, PairWithPosition.make(simpleSymbol1849, PairWithPosition.make(simpleSymbol1849, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607648);
        SimpleSymbol simpleSymbol1850 = Lit8494;
        SimpleSymbol simpleSymbol1851 = Lit8493;
        Lit3407 = PairWithPosition.make(simpleSymbol1850, PairWithPosition.make(simpleSymbol1851, PairWithPosition.make(simpleSymbol1851, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607456), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607451);
        Lit3406 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607263);
        Lit3405 = (SimpleSymbol) new SimpleSymbol("lblbuysell").readResolve();
        Lit3404 = (SimpleSymbol) new SimpleSymbol("vaTrades").readResolve();
        SimpleSymbol simpleSymbol1852 = Lit8493;
        Lit3403 = PairWithPosition.make(simpleSymbol1852, PairWithPosition.make(simpleSymbol1852, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607007), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 607002);
        SimpleSymbol simpleSymbol1853 = Lit8493;
        Lit3402 = PairWithPosition.make(simpleSymbol1853, PairWithPosition.make(simpleSymbol1853, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606795), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606790);
        SimpleSymbol simpleSymbol1854 = Lit8494;
        SimpleSymbol simpleSymbol1855 = Lit8493;
        Lit3401 = PairWithPosition.make(simpleSymbol1854, PairWithPosition.make(simpleSymbol1855, PairWithPosition.make(simpleSymbol1855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606761), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606757), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606752);
        SimpleSymbol simpleSymbol1856 = Lit8493;
        Lit3400 = PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, PairWithPosition.make(simpleSymbol1856, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606511), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606503), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606499), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606495), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606491), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606487), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606483), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606479), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606475), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606466);
        SimpleSymbol simpleSymbol1857 = Lit8494;
        SimpleSymbol simpleSymbol1858 = Lit8493;
        Lit3399 = PairWithPosition.make(simpleSymbol1857, PairWithPosition.make(simpleSymbol1858, PairWithPosition.make(simpleSymbol1858, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606436), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606427);
        SimpleSymbol simpleSymbol1859 = Lit8494;
        SimpleSymbol simpleSymbol1860 = Lit8493;
        Lit3398 = PairWithPosition.make(simpleSymbol1859, PairWithPosition.make(simpleSymbol1860, PairWithPosition.make(simpleSymbol1860, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606298), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606294), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606289);
        SimpleSymbol simpleSymbol1861 = Lit8494;
        SimpleSymbol simpleSymbol1862 = Lit8493;
        Lit3397 = PairWithPosition.make(simpleSymbol1861, PairWithPosition.make(simpleSymbol1862, PairWithPosition.make(simpleSymbol1862, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606114), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 606105);
        SimpleSymbol simpleSymbol1863 = Lit8494;
        SimpleSymbol simpleSymbol1864 = Lit8493;
        Lit3396 = PairWithPosition.make(simpleSymbol1863, PairWithPosition.make(simpleSymbol1864, PairWithPosition.make(simpleSymbol1864, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605931), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605922);
        SimpleSymbol simpleSymbol1865 = Lit8494;
        SimpleSymbol simpleSymbol1866 = Lit8493;
        Lit3395 = PairWithPosition.make(simpleSymbol1865, PairWithPosition.make(simpleSymbol1866, PairWithPosition.make(simpleSymbol1866, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605762), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605757);
        SimpleSymbol simpleSymbol1867 = Lit8494;
        SimpleSymbol simpleSymbol1868 = Lit8493;
        Lit3394 = PairWithPosition.make(simpleSymbol1867, PairWithPosition.make(simpleSymbol1868, PairWithPosition.make(simpleSymbol1868, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605601), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605596);
        SimpleSymbol simpleSymbol1869 = Lit8494;
        SimpleSymbol simpleSymbol1870 = Lit8493;
        Lit3393 = PairWithPosition.make(simpleSymbol1869, PairWithPosition.make(simpleSymbol1870, PairWithPosition.make(simpleSymbol1870, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605447), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605438);
        SimpleSymbol simpleSymbol1871 = Lit8494;
        SimpleSymbol simpleSymbol1872 = Lit8493;
        Lit3392 = PairWithPosition.make(simpleSymbol1871, PairWithPosition.make(simpleSymbol1872, PairWithPosition.make(simpleSymbol1872, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605283), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605274);
        SimpleSymbol simpleSymbol1873 = Lit720;
        Lit3391 = PairWithPosition.make(simpleSymbol1873, PairWithPosition.make(simpleSymbol1873, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605123), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605115);
        SimpleSymbol simpleSymbol1874 = Lit8494;
        SimpleSymbol simpleSymbol1875 = Lit8493;
        Lit3390 = PairWithPosition.make(simpleSymbol1874, PairWithPosition.make(simpleSymbol1875, PairWithPosition.make(simpleSymbol1875, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605086), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605082), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 605077);
        SimpleSymbol simpleSymbol1876 = Lit8494;
        SimpleSymbol simpleSymbol1877 = Lit8493;
        Lit3389 = PairWithPosition.make(simpleSymbol1876, PairWithPosition.make(simpleSymbol1877, PairWithPosition.make(simpleSymbol1877, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604939), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604934);
        Lit3388 = (SimpleSymbol) new SimpleSymbol("$input").readResolve();
        Lit3387 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604734), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604728);
        SimpleSymbol simpleSymbol1878 = Lit9;
        Lit3386 = PairWithPosition.make(simpleSymbol1878, PairWithPosition.make(simpleSymbol1878, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604709), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604703);
        Lit3385 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604632);
        SimpleSymbol simpleSymbol1879 = Lit9;
        Lit3384 = PairWithPosition.make(simpleSymbol1879, PairWithPosition.make(simpleSymbol1879, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604615), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604609);
        SimpleSymbol simpleSymbol1880 = Lit8494;
        SimpleSymbol simpleSymbol1881 = Lit8493;
        Lit3383 = PairWithPosition.make(simpleSymbol1880, PairWithPosition.make(simpleSymbol1881, PairWithPosition.make(simpleSymbol1881, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604579), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604570);
        Lit3382 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604187), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604182);
        SimpleSymbol simpleSymbol1882 = Lit9;
        Lit3381 = PairWithPosition.make(simpleSymbol1882, PairWithPosition.make(simpleSymbol1882, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604096);
        SimpleSymbol simpleSymbol1883 = Lit8494;
        SimpleSymbol simpleSymbol1884 = Lit8493;
        Lit3380 = PairWithPosition.make(simpleSymbol1883, PairWithPosition.make(simpleSymbol1884, PairWithPosition.make(simpleSymbol1884, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604062), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 604057);
        SimpleSymbol simpleSymbol1885 = Lit8494;
        SimpleSymbol simpleSymbol1886 = Lit8493;
        Lit3379 = PairWithPosition.make(simpleSymbol1885, PairWithPosition.make(simpleSymbol1886, PairWithPosition.make(simpleSymbol1886, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603805), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603796);
        SimpleSymbol simpleSymbol1887 = Lit8494;
        SimpleSymbol simpleSymbol1888 = Lit8493;
        Lit3378 = PairWithPosition.make(simpleSymbol1887, PairWithPosition.make(simpleSymbol1888, PairWithPosition.make(simpleSymbol1888, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603641);
        SimpleSymbol simpleSymbol1889 = Lit8494;
        SimpleSymbol simpleSymbol1890 = Lit8493;
        Lit3377 = PairWithPosition.make(simpleSymbol1889, PairWithPosition.make(simpleSymbol1890, PairWithPosition.make(simpleSymbol1890, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603492), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603488), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603483);
        SimpleSymbol simpleSymbol1891 = Lit8494;
        SimpleSymbol simpleSymbol1892 = Lit8493;
        Lit3376 = PairWithPosition.make(simpleSymbol1891, PairWithPosition.make(simpleSymbol1892, PairWithPosition.make(simpleSymbol1892, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603271);
        Lit3375 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603258);
        Lit3374 = (SimpleSymbol) new SimpleSymbol("g$popData").readResolve();
        Lit3373 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 603075);
        Lit3372 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602877);
        Lit3371 = (SimpleSymbol) new SimpleSymbol("$jsoninput").readResolve();
        Lit3370 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602707);
        Lit3369 = (SimpleSymbol) new SimpleSymbol("lblPopupPL").readResolve();
        Lit3368 = (SimpleSymbol) new SimpleSymbol("vaWatchList").readResolve();
        Lit3367 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602495);
        Lit3366 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602465);
        SimpleSymbol simpleSymbol1893 = Lit8493;
        Lit3365 = PairWithPosition.make(simpleSymbol1893, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol1893, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602365), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 602355);
        Lit3364 = (SimpleSymbol) new SimpleSymbol("haBUYSELL").readResolve();
        Lit3363 = (SimpleSymbol) new SimpleSymbol("p$setPopup").readResolve();
        Lit3362 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599417);
        Lit3361 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599254), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599243);
        SimpleSymbol simpleSymbol1894 = Lit720;
        Lit3360 = PairWithPosition.make(simpleSymbol1894, PairWithPosition.make(simpleSymbol1894, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599218);
        Lit3359 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599198);
        Lit3358 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599181);
        Lit3357 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598876);
        Lit3356 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598859);
        Lit3355 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598455), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598444);
        Lit3354 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598260);
        Lit3353 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599417);
        Lit3352 = (SimpleSymbol) new SimpleSymbol("ShowKeyboard").readResolve();
        Lit3351 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599254), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599243);
        SimpleSymbol simpleSymbol1895 = Lit720;
        Lit3350 = PairWithPosition.make(simpleSymbol1895, PairWithPosition.make(simpleSymbol1895, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599218);
        Lit3349 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599198);
        Lit3348 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 599181);
        Lit3347 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598876);
        Lit3346 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598859);
        Lit3345 = (SimpleSymbol) new SimpleSymbol("SetCursorPosition").readResolve();
        Lit3344 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598455), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598444);
        Lit3343 = (SimpleSymbol) new SimpleSymbol("$current").readResolve();
        Lit3342 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598260);
        Lit3341 = (SimpleSymbol) new SimpleSymbol("com.google.appinventor.components.runtime.NiotronMaterialTextBox").readResolve();
        Lit3340 = (SimpleSymbol) new SimpleSymbol("$prev").readResolve();
        Lit3339 = (SimpleSymbol) new SimpleSymbol("$prevtrue").readResolve();
        SimpleSymbol simpleSymbol1896 = Lit8493;
        Lit3338 = PairWithPosition.make(simpleSymbol1896, PairWithPosition.make(simpleSymbol1896, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594572), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594567);
        SimpleSymbol simpleSymbol1897 = Lit9;
        Lit3337 = PairWithPosition.make(simpleSymbol1897, PairWithPosition.make(simpleSymbol1897, PairWithPosition.make(simpleSymbol1897, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594538);
        SimpleSymbol simpleSymbol1898 = Lit720;
        Lit3336 = PairWithPosition.make(simpleSymbol1898, PairWithPosition.make(simpleSymbol1898, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594469), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594461);
        SimpleSymbol simpleSymbol1899 = Lit720;
        Lit3335 = PairWithPosition.make(simpleSymbol1899, PairWithPosition.make(simpleSymbol1899, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594300), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594292);
        Lit3334 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594137);
        SimpleSymbol simpleSymbol1900 = Lit8493;
        Lit3333 = PairWithPosition.make(simpleSymbol1900, PairWithPosition.make(simpleSymbol1900, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594572), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594567);
        SimpleSymbol simpleSymbol1901 = Lit9;
        Lit3332 = PairWithPosition.make(simpleSymbol1901, PairWithPosition.make(simpleSymbol1901, PairWithPosition.make(simpleSymbol1901, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594538);
        SimpleSymbol simpleSymbol1902 = Lit720;
        Lit3331 = PairWithPosition.make(simpleSymbol1902, PairWithPosition.make(simpleSymbol1902, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594469), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594461);
        SimpleSymbol simpleSymbol1903 = Lit720;
        Lit3330 = PairWithPosition.make(simpleSymbol1903, PairWithPosition.make(simpleSymbol1903, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594300), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594292);
        Lit3329 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594137);
        Lit3328 = (SimpleSymbol) new SimpleSymbol("p$PL").readResolve();
        SimpleSymbol simpleSymbol1904 = Lit9;
        Lit3327 = PairWithPosition.make(simpleSymbol1904, PairWithPosition.make(simpleSymbol1904, PairWithPosition.make(Lit173, PairWithPosition.make(simpleSymbol1904, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598466), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598453), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598447);
        Lit3326 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598438), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598423);
        Lit3325 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598213);
        Lit3324 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597902), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597896);
        SimpleSymbol simpleSymbol1905 = Lit8497;
        Lit3323 = PairWithPosition.make(simpleSymbol1905, PairWithPosition.make(simpleSymbol1905, PairWithPosition.make(simpleSymbol1905, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597843), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597838), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597832);
        Lit3322 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597808), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597803);
        Lit3321 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597759), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597754);
        Lit3320 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597724);
        Lit3319 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597469), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597464);
        Lit3318 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597411);
        Lit3317 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597215);
        Lit3316 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597190);
        Lit3315 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596795);
        SimpleSymbol simpleSymbol1906 = Lit8493;
        Lit3314 = PairWithPosition.make(simpleSymbol1906, PairWithPosition.make(simpleSymbol1906, PairWithPosition.make(simpleSymbol1906, PairWithPosition.make(simpleSymbol1906, PairWithPosition.make(simpleSymbol1906, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596768), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596764), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596756), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596751);
        SimpleSymbol simpleSymbol1907 = Lit8497;
        Lit3313 = PairWithPosition.make(simpleSymbol1907, PairWithPosition.make(simpleSymbol1907, PairWithPosition.make(simpleSymbol1907, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596591), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596586), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596580);
        Lit3312 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596556), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596551);
        Lit3311 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596502);
        Lit3310 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596472);
        Lit3309 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596212);
        Lit3308 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596159);
        Lit3307 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595963);
        Lit3306 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595953), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595938);
        Lit3305 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595632);
        SimpleSymbol simpleSymbol1908 = Lit8497;
        Lit3304 = PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, PairWithPosition.make(simpleSymbol1908, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595216), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595206), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595201), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595191), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595186), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595181), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595176), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595171), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595146), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595141), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595131), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595115);
        Lit3303 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595091), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595086);
        Lit3302 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594955);
        SimpleSymbol simpleSymbol1909 = Lit720;
        Lit3301 = PairWithPosition.make(simpleSymbol1909, PairWithPosition.make(simpleSymbol1909, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594938), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594930);
        Lit3300 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594734);
        Lit3299 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594614), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594609);
        SimpleSymbol simpleSymbol1910 = Lit8494;
        SimpleSymbol simpleSymbol1911 = Lit8493;
        Lit3298 = PairWithPosition.make(simpleSymbol1910, PairWithPosition.make(simpleSymbol1911, PairWithPosition.make(simpleSymbol1911, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594579), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594570);
        Lit3297 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594346), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594341);
        Lit3296 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594243), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594238);
        Lit3295 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594213);
        Lit3294 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593959);
        Lit3293 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593855);
        Lit3292 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593731);
        Lit3291 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593600);
        Lit3290 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593473);
        Lit3289 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593349), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593344);
        Lit3288 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593219);
        Lit3287 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593092);
        Lit3286 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593031), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593026);
        Lit3285 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592996);
        Lit3284 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592786), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592781);
        Lit3283 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592751);
        Lit3282 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592498), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592493);
        Lit3281 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592428);
        Lit3280 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592398);
        Lit3279 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592139), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592134);
        Lit3278 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592100);
        Lit3277 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591918), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591913);
        Lit3276 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591795);
        Lit3275 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591670);
        Lit3274 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591544);
        Lit3273 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591495);
        Lit3272 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591465);
        Lit3271 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591205);
        Lit3270 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590998);
        Lit3269 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590942);
        Lit3268 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590927);
        SimpleSymbol simpleSymbol1912 = Lit8493;
        Lit3267 = PairWithPosition.make(simpleSymbol1912, PairWithPosition.make(simpleSymbol1912, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590751), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590746);
        Lit3266 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590455);
        SimpleSymbol simpleSymbol1913 = Lit720;
        Lit3265 = PairWithPosition.make(simpleSymbol1913, PairWithPosition.make(simpleSymbol1913, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590260), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590252);
        Lit3264 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590223);
        Lit3263 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590071);
        SimpleSymbol simpleSymbol1914 = Lit9;
        Lit3262 = PairWithPosition.make(simpleSymbol1914, PairWithPosition.make(simpleSymbol1914, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590033);
        SimpleSymbol simpleSymbol1915 = Lit9;
        Lit3261 = PairWithPosition.make(simpleSymbol1915, PairWithPosition.make(simpleSymbol1915, PairWithPosition.make(Lit173, PairWithPosition.make(simpleSymbol1915, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598466), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598453), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598447);
        Lit3260 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598438), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598423);
        Lit3259 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 598213);
        Lit3258 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597902), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597896);
        SimpleSymbol simpleSymbol1916 = Lit8497;
        Lit3257 = PairWithPosition.make(simpleSymbol1916, PairWithPosition.make(simpleSymbol1916, PairWithPosition.make(simpleSymbol1916, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597843), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597838), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597832);
        Lit3256 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597808), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597803);
        Lit3255 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597759), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597754);
        Lit3254 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597724);
        Lit3253 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597469), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597464);
        Lit3252 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597411);
        Lit3251 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597215);
        Lit3250 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 597190);
        Lit3249 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596795);
        SimpleSymbol simpleSymbol1917 = Lit8493;
        Lit3248 = PairWithPosition.make(simpleSymbol1917, PairWithPosition.make(simpleSymbol1917, PairWithPosition.make(simpleSymbol1917, PairWithPosition.make(simpleSymbol1917, PairWithPosition.make(simpleSymbol1917, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596768), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596764), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596756), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596751);
        SimpleSymbol simpleSymbol1918 = Lit8497;
        Lit3247 = PairWithPosition.make(simpleSymbol1918, PairWithPosition.make(simpleSymbol1918, PairWithPosition.make(simpleSymbol1918, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596591), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596586), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596580);
        Lit3246 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596556), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596551);
        Lit3245 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596502);
        Lit3244 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596472);
        Lit3243 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596212);
        Lit3242 = PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 596159);
        Lit3241 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595963);
        Lit3240 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595953), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595938);
        Lit3239 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595632);
        SimpleSymbol simpleSymbol1919 = Lit8497;
        Lit3238 = PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, PairWithPosition.make(simpleSymbol1919, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595216), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595206), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595201), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595191), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595186), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595181), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595176), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595171), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595146), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595141), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595131), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595115);
        Lit3237 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595091), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 595086);
        Lit3236 = (SimpleSymbol) new SimpleSymbol("mtxtNotes").readResolve();
        Lit3235 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594955);
        SimpleSymbol simpleSymbol1920 = Lit720;
        Lit3234 = PairWithPosition.make(simpleSymbol1920, PairWithPosition.make(simpleSymbol1920, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594938), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594930);
        Lit3233 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594734);
        Lit3232 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594614), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594609);
        SimpleSymbol simpleSymbol1921 = Lit8494;
        SimpleSymbol simpleSymbol1922 = Lit8493;
        Lit3231 = PairWithPosition.make(simpleSymbol1921, PairWithPosition.make(simpleSymbol1922, PairWithPosition.make(simpleSymbol1922, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594579), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594570);
        Lit3230 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594346), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594341);
        Lit3229 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594243), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594238);
        Lit3228 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 594213);
        Lit3227 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593959);
        Lit3226 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593855);
        Lit3225 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593731);
        Lit3224 = (SimpleSymbol) new SimpleSymbol("mtxtTGTP").readResolve();
        Lit3223 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593600);
        Lit3222 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593473);
        Lit3221 = (SimpleSymbol) new SimpleSymbol("mtxtSLP").readResolve();
        Lit3220 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593349), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593344);
        Lit3219 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593219);
        Lit3218 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593092);
        Lit3217 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593031), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 593026);
        Lit3216 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592996);
        Lit3215 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592786), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592781);
        Lit3214 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592751);
        Lit3213 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592498), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592493);
        Lit3212 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592428);
        Lit3211 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592398);
        Lit3210 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592139), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592134);
        Lit3209 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 592100);
        Lit3208 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591918), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591913);
        Lit3207 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591795);
        Lit3206 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591670);
        Lit3205 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591544);
        Lit3204 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591495);
        Lit3203 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591465);
        Lit3202 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 591205);
        Lit3201 = (SimpleSymbol) new SimpleSymbol("Selection").readResolve();
        Lit3200 = (SimpleSymbol) new SimpleSymbol("spnBasket").readResolve();
        Lit3199 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590998);
        Lit3198 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590942);
        Lit3197 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590927);
        SimpleSymbol simpleSymbol1923 = Lit8493;
        Lit3196 = PairWithPosition.make(simpleSymbol1923, PairWithPosition.make(simpleSymbol1923, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590751), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590746);
        Lit3195 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590455);
        SimpleSymbol simpleSymbol1924 = Lit720;
        Lit3194 = PairWithPosition.make(simpleSymbol1924, PairWithPosition.make(simpleSymbol1924, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590260), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590252);
        Lit3193 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590223);
        Lit3192 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590071);
        SimpleSymbol simpleSymbol1925 = Lit9;
        Lit3191 = PairWithPosition.make(simpleSymbol1925, PairWithPosition.make(simpleSymbol1925, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590033);
        Lit3190 = (SimpleSymbol) new SimpleSymbol("p$saveorder").readResolve();
        SimpleSymbol simpleSymbol1926 = Lit8497;
        Lit3189 = PairWithPosition.make(simpleSymbol1926, PairWithPosition.make(simpleSymbol1926, PairWithPosition.make(simpleSymbol1926, PairWithPosition.make(simpleSymbol1926, PairWithPosition.make(simpleSymbol1926, PairWithPosition.make(simpleSymbol1926, PairWithPosition.make(simpleSymbol1926, PairWithPosition.make(simpleSymbol1926, PairWithPosition.make(simpleSymbol1926, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590914), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590909), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590904), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590899), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590884), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590878);
        Lit3188 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590854), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590849);
        Lit3187 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590717);
        Lit3186 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590587);
        Lit3185 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590462), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590457);
        Lit3184 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590319);
        Lit3183 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590188), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590183);
        Lit3182 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590068), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590063);
        Lit3181 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589950), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589945);
        Lit3180 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589832), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589827);
        SimpleSymbol simpleSymbol1927 = Lit720;
        Lit3179 = PairWithPosition.make(simpleSymbol1927, PairWithPosition.make(simpleSymbol1927, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589602);
        SimpleSymbol simpleSymbol1928 = Lit720;
        Lit3178 = PairWithPosition.make(simpleSymbol1928, PairWithPosition.make(simpleSymbol1928, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589585), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589577);
        SimpleSymbol simpleSymbol1929 = Lit720;
        Lit3177 = PairWithPosition.make(simpleSymbol1929, PairWithPosition.make(simpleSymbol1929, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589534), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589526);
        SimpleSymbol simpleSymbol1930 = Lit720;
        Lit3176 = PairWithPosition.make(simpleSymbol1930, PairWithPosition.make(simpleSymbol1930, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589489), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589481);
        SimpleSymbol simpleSymbol1931 = Lit720;
        Lit3175 = PairWithPosition.make(simpleSymbol1931, PairWithPosition.make(simpleSymbol1931, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589191);
        Lit3174 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589065);
        SimpleSymbol simpleSymbol1932 = Lit720;
        Lit3173 = PairWithPosition.make(simpleSymbol1932, PairWithPosition.make(simpleSymbol1932, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589032);
        SimpleSymbol simpleSymbol1933 = Lit720;
        Lit3172 = PairWithPosition.make(simpleSymbol1933, PairWithPosition.make(simpleSymbol1933, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588819), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588811);
        SimpleSymbol simpleSymbol1934 = Lit720;
        Lit3171 = PairWithPosition.make(simpleSymbol1934, PairWithPosition.make(simpleSymbol1934, PairWithPosition.make(simpleSymbol1934, PairWithPosition.make(simpleSymbol1934, PairWithPosition.make(simpleSymbol1934, PairWithPosition.make(simpleSymbol1934, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588793), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588786), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588772), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588765), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588757);
        SimpleSymbol simpleSymbol1935 = Lit720;
        Lit3170 = PairWithPosition.make(simpleSymbol1935, PairWithPosition.make(simpleSymbol1935, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588446), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588438);
        SimpleSymbol simpleSymbol1936 = Lit720;
        Lit3169 = PairWithPosition.make(simpleSymbol1936, PairWithPosition.make(simpleSymbol1936, PairWithPosition.make(simpleSymbol1936, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588413), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588405);
        SimpleSymbol simpleSymbol1937 = Lit720;
        Lit3168 = PairWithPosition.make(simpleSymbol1937, PairWithPosition.make(simpleSymbol1937, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588185);
        SimpleSymbol simpleSymbol1938 = Lit720;
        Lit3167 = PairWithPosition.make(simpleSymbol1938, PairWithPosition.make(simpleSymbol1938, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588159);
        SimpleSymbol simpleSymbol1939 = Lit720;
        Lit3166 = PairWithPosition.make(simpleSymbol1939, PairWithPosition.make(simpleSymbol1939, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587962), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587954);
        SimpleSymbol simpleSymbol1940 = Lit720;
        Lit3165 = PairWithPosition.make(simpleSymbol1940, PairWithPosition.make(simpleSymbol1940, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587936), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587928);
        SimpleSymbol simpleSymbol1941 = Lit720;
        Lit3164 = PairWithPosition.make(simpleSymbol1941, PairWithPosition.make(simpleSymbol1941, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587911), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587903);
        SimpleSymbol simpleSymbol1942 = Lit720;
        Lit3163 = PairWithPosition.make(simpleSymbol1942, PairWithPosition.make(simpleSymbol1942, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587645);
        SimpleSymbol simpleSymbol1943 = Lit720;
        Lit3162 = PairWithPosition.make(simpleSymbol1943, PairWithPosition.make(simpleSymbol1943, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587619);
        SimpleSymbol simpleSymbol1944 = Lit720;
        Lit3161 = PairWithPosition.make(simpleSymbol1944, PairWithPosition.make(simpleSymbol1944, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587424);
        SimpleSymbol simpleSymbol1945 = Lit720;
        Lit3160 = PairWithPosition.make(simpleSymbol1945, PairWithPosition.make(simpleSymbol1945, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587406), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587398);
        Lit3159 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587079);
        SimpleSymbol simpleSymbol1946 = Lit720;
        Lit3158 = PairWithPosition.make(simpleSymbol1946, PairWithPosition.make(simpleSymbol1946, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587040);
        SimpleSymbol simpleSymbol1947 = Lit720;
        Lit3157 = PairWithPosition.make(simpleSymbol1947, PairWithPosition.make(simpleSymbol1947, PairWithPosition.make(simpleSymbol1947, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587022), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587007);
        SimpleSymbol simpleSymbol1948 = Lit720;
        Lit3156 = PairWithPosition.make(simpleSymbol1948, PairWithPosition.make(simpleSymbol1948, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586750), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586742);
        SimpleSymbol simpleSymbol1949 = Lit720;
        Lit3155 = PairWithPosition.make(simpleSymbol1949, PairWithPosition.make(simpleSymbol1949, PairWithPosition.make(simpleSymbol1949, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586724), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586709);
        SimpleSymbol simpleSymbol1950 = Lit720;
        Lit3154 = PairWithPosition.make(simpleSymbol1950, PairWithPosition.make(simpleSymbol1950, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586532);
        SimpleSymbol simpleSymbol1951 = Lit720;
        Lit3153 = PairWithPosition.make(simpleSymbol1951, PairWithPosition.make(simpleSymbol1951, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586413), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586405);
        SimpleSymbol simpleSymbol1952 = Lit720;
        Lit3152 = PairWithPosition.make(simpleSymbol1952, PairWithPosition.make(simpleSymbol1952, PairWithPosition.make(simpleSymbol1952, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586387), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586380), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586372);
        SimpleSymbol simpleSymbol1953 = Lit720;
        Lit3151 = PairWithPosition.make(simpleSymbol1953, PairWithPosition.make(simpleSymbol1953, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586203), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586195);
        SimpleSymbol simpleSymbol1954 = Lit720;
        Lit3150 = PairWithPosition.make(simpleSymbol1954, PairWithPosition.make(simpleSymbol1954, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586078), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586070);
        SimpleSymbol simpleSymbol1955 = Lit720;
        Lit3149 = PairWithPosition.make(simpleSymbol1955, PairWithPosition.make(simpleSymbol1955, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586044);
        SimpleSymbol simpleSymbol1956 = Lit720;
        Lit3148 = PairWithPosition.make(simpleSymbol1956, PairWithPosition.make(simpleSymbol1956, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 585998);
        SimpleSymbol simpleSymbol1957 = Lit8497;
        Lit3147 = PairWithPosition.make(simpleSymbol1957, PairWithPosition.make(simpleSymbol1957, PairWithPosition.make(simpleSymbol1957, PairWithPosition.make(simpleSymbol1957, PairWithPosition.make(simpleSymbol1957, PairWithPosition.make(simpleSymbol1957, PairWithPosition.make(simpleSymbol1957, PairWithPosition.make(simpleSymbol1957, PairWithPosition.make(simpleSymbol1957, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590914), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590909), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590904), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590899), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590884), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590878);
        Lit3146 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590854), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590849);
        Lit3145 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590717);
        Lit3144 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590587);
        Lit3143 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590462), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590457);
        Lit3142 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590319);
        Lit3141 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590188), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590183);
        Lit3140 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590068), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 590063);
        Lit3139 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589950), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589945);
        Lit3138 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589832), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589827);
        SimpleSymbol simpleSymbol1958 = Lit720;
        Lit3137 = PairWithPosition.make(simpleSymbol1958, PairWithPosition.make(simpleSymbol1958, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589602);
        SimpleSymbol simpleSymbol1959 = Lit720;
        Lit3136 = PairWithPosition.make(simpleSymbol1959, PairWithPosition.make(simpleSymbol1959, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589585), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589577);
        SimpleSymbol simpleSymbol1960 = Lit720;
        Lit3135 = PairWithPosition.make(simpleSymbol1960, PairWithPosition.make(simpleSymbol1960, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589534), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589526);
        SimpleSymbol simpleSymbol1961 = Lit720;
        Lit3134 = PairWithPosition.make(simpleSymbol1961, PairWithPosition.make(simpleSymbol1961, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589489), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589481);
        SimpleSymbol simpleSymbol1962 = Lit720;
        Lit3133 = PairWithPosition.make(simpleSymbol1962, PairWithPosition.make(simpleSymbol1962, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589191);
        Lit3132 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589065);
        SimpleSymbol simpleSymbol1963 = Lit720;
        Lit3131 = PairWithPosition.make(simpleSymbol1963, PairWithPosition.make(simpleSymbol1963, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 589032);
        SimpleSymbol simpleSymbol1964 = Lit720;
        Lit3130 = PairWithPosition.make(simpleSymbol1964, PairWithPosition.make(simpleSymbol1964, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588819), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588811);
        SimpleSymbol simpleSymbol1965 = Lit720;
        Lit3129 = PairWithPosition.make(simpleSymbol1965, PairWithPosition.make(simpleSymbol1965, PairWithPosition.make(simpleSymbol1965, PairWithPosition.make(simpleSymbol1965, PairWithPosition.make(simpleSymbol1965, PairWithPosition.make(simpleSymbol1965, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588793), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588786), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588772), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588765), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588757);
        SimpleSymbol simpleSymbol1966 = Lit720;
        Lit3128 = PairWithPosition.make(simpleSymbol1966, PairWithPosition.make(simpleSymbol1966, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588446), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588438);
        SimpleSymbol simpleSymbol1967 = Lit720;
        Lit3127 = PairWithPosition.make(simpleSymbol1967, PairWithPosition.make(simpleSymbol1967, PairWithPosition.make(simpleSymbol1967, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588413), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588405);
        Lit3126 = DFloNum.make(3.0E-5d);
        SimpleSymbol simpleSymbol1968 = Lit720;
        Lit3125 = PairWithPosition.make(simpleSymbol1968, PairWithPosition.make(simpleSymbol1968, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588185);
        SimpleSymbol simpleSymbol1969 = Lit720;
        Lit3124 = PairWithPosition.make(simpleSymbol1969, PairWithPosition.make(simpleSymbol1969, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 588159);
        Lit3123 = DFloNum.make(1.0E-6d);
        SimpleSymbol simpleSymbol1970 = Lit720;
        Lit3122 = PairWithPosition.make(simpleSymbol1970, PairWithPosition.make(simpleSymbol1970, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587962), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587954);
        SimpleSymbol simpleSymbol1971 = Lit720;
        Lit3121 = PairWithPosition.make(simpleSymbol1971, PairWithPosition.make(simpleSymbol1971, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587936), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587928);
        SimpleSymbol simpleSymbol1972 = Lit720;
        Lit3120 = PairWithPosition.make(simpleSymbol1972, PairWithPosition.make(simpleSymbol1972, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587911), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587903);
        Lit3119 = DFloNum.make(0.18d);
        SimpleSymbol simpleSymbol1973 = Lit720;
        Lit3118 = PairWithPosition.make(simpleSymbol1973, PairWithPosition.make(simpleSymbol1973, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587645);
        SimpleSymbol simpleSymbol1974 = Lit720;
        Lit3117 = PairWithPosition.make(simpleSymbol1974, PairWithPosition.make(simpleSymbol1974, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587619);
        Lit3116 = DFloNum.make(5.3E-4d);
        SimpleSymbol simpleSymbol1975 = Lit720;
        Lit3115 = PairWithPosition.make(simpleSymbol1975, PairWithPosition.make(simpleSymbol1975, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587432), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587424);
        SimpleSymbol simpleSymbol1976 = Lit720;
        Lit3114 = PairWithPosition.make(simpleSymbol1976, PairWithPosition.make(simpleSymbol1976, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587406), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587398);
        Lit3113 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587079);
        SimpleSymbol simpleSymbol1977 = Lit720;
        Lit3112 = PairWithPosition.make(simpleSymbol1977, PairWithPosition.make(simpleSymbol1977, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587040);
        SimpleSymbol simpleSymbol1978 = Lit720;
        Lit3111 = PairWithPosition.make(simpleSymbol1978, PairWithPosition.make(simpleSymbol1978, PairWithPosition.make(simpleSymbol1978, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587022), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 587007);
        Lit3110 = DFloNum.make(5.0E-4d);
        SimpleSymbol simpleSymbol1979 = Lit720;
        Lit3109 = PairWithPosition.make(simpleSymbol1979, PairWithPosition.make(simpleSymbol1979, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586750), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586742);
        SimpleSymbol simpleSymbol1980 = Lit720;
        Lit3108 = PairWithPosition.make(simpleSymbol1980, PairWithPosition.make(simpleSymbol1980, PairWithPosition.make(simpleSymbol1980, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586724), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586709);
        Lit3107 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol1981 = Lit720;
        Lit3106 = PairWithPosition.make(simpleSymbol1981, PairWithPosition.make(simpleSymbol1981, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586532);
        SimpleSymbol simpleSymbol1982 = Lit720;
        Lit3105 = PairWithPosition.make(simpleSymbol1982, PairWithPosition.make(simpleSymbol1982, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586413), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586405);
        SimpleSymbol simpleSymbol1983 = Lit720;
        Lit3104 = PairWithPosition.make(simpleSymbol1983, PairWithPosition.make(simpleSymbol1983, PairWithPosition.make(simpleSymbol1983, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586387), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586380), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586372);
        Lit3103 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol1984 = Lit720;
        Lit3102 = PairWithPosition.make(simpleSymbol1984, PairWithPosition.make(simpleSymbol1984, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586203), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586195);
        SimpleSymbol simpleSymbol1985 = Lit720;
        Lit3101 = PairWithPosition.make(simpleSymbol1985, PairWithPosition.make(simpleSymbol1985, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586078), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586070);
        SimpleSymbol simpleSymbol1986 = Lit720;
        Lit3100 = PairWithPosition.make(simpleSymbol1986, PairWithPosition.make(simpleSymbol1986, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586044);
        SimpleSymbol simpleSymbol1987 = Lit720;
        Lit3099 = PairWithPosition.make(simpleSymbol1987, PairWithPosition.make(simpleSymbol1987, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 586006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 585998);
        Lit3098 = (SimpleSymbol) new SimpleSymbol("p$opt_taxes").readResolve();
        SimpleSymbol simpleSymbol1988 = Lit9;
        Lit3097 = PairWithPosition.make(simpleSymbol1988, PairWithPosition.make(simpleSymbol1988, PairWithPosition.make(simpleSymbol1988, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582468), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582463), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582457);
        Lit3096 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582427), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582421);
        Lit3095 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582391);
        SimpleSymbol simpleSymbol1989 = Lit8493;
        Lit3094 = PairWithPosition.make(simpleSymbol1989, PairWithPosition.make(simpleSymbol1989, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582013);
        Lit3093 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 581986);
        Lit3092 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 581873);
        SimpleSymbol simpleSymbol1990 = Lit9;
        Lit3091 = PairWithPosition.make(simpleSymbol1990, PairWithPosition.make(simpleSymbol1990, PairWithPosition.make(simpleSymbol1990, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582468), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582463), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582457);
        Lit3090 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582427), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582421);
        Lit3089 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582391);
        Lit3088 = (SimpleSymbol) new SimpleSymbol("$keyitem").readResolve();
        SimpleSymbol simpleSymbol1991 = Lit8493;
        Lit3087 = PairWithPosition.make(simpleSymbol1991, PairWithPosition.make(simpleSymbol1991, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 582013);
        Lit3086 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 581986);
        Lit3085 = (SimpleSymbol) new SimpleSymbol("$ValueList").readResolve();
        Lit3084 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 581873);
        Lit3083 = (SimpleSymbol) new SimpleSymbol("$KeyList").readResolve();
        Lit3082 = (SimpleSymbol) new SimpleSymbol("$Text").readResolve();
        SimpleSymbol simpleSymbol1992 = Lit8493;
        Lit3081 = PairWithPosition.make(simpleSymbol1992, PairWithPosition.make(simpleSymbol1992, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 578009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 578004);
        SimpleSymbol simpleSymbol1993 = Lit8493;
        Lit3080 = PairWithPosition.make(simpleSymbol1993, PairWithPosition.make(simpleSymbol1993, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577910), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577905);
        Lit3079 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577885);
        Lit3078 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577730);
        Lit3077 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577713);
        Lit3076 = (SimpleSymbol) new SimpleSymbol("$convert").readResolve();
        SimpleSymbol simpleSymbol1994 = Lit8493;
        Lit3075 = PairWithPosition.make(simpleSymbol1994, PairWithPosition.make(simpleSymbol1994, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 578009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 578004);
        SimpleSymbol simpleSymbol1995 = Lit8493;
        Lit3074 = PairWithPosition.make(simpleSymbol1995, PairWithPosition.make(simpleSymbol1995, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577910), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577905);
        Lit3073 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577885);
        Lit3072 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577730);
        Lit3071 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 577713);
        SimpleSymbol simpleSymbol1996 = Lit9;
        Lit3070 = PairWithPosition.make(simpleSymbol1996, PairWithPosition.make(simpleSymbol1996, PairWithPosition.make(simpleSymbol1996, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574286), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574280);
        SimpleSymbol simpleSymbol1997 = Lit9;
        Lit3069 = PairWithPosition.make(simpleSymbol1997, PairWithPosition.make(simpleSymbol1997, PairWithPosition.make(simpleSymbol1997, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574257), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574252), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574246);
        Lit3068 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574219);
        Lit3067 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574205);
        SimpleSymbol simpleSymbol1998 = Lit9;
        Lit3066 = PairWithPosition.make(simpleSymbol1998, PairWithPosition.make(simpleSymbol1998, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573970), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573964);
        SimpleSymbol simpleSymbol1999 = Lit9;
        Lit3065 = PairWithPosition.make(simpleSymbol1999, PairWithPosition.make(simpleSymbol1999, PairWithPosition.make(simpleSymbol1999, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574286), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574280);
        SimpleSymbol simpleSymbol2000 = Lit9;
        Lit3064 = PairWithPosition.make(simpleSymbol2000, PairWithPosition.make(simpleSymbol2000, PairWithPosition.make(simpleSymbol2000, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574257), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574252), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574246);
        Lit3063 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574219);
        Lit3062 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574205);
        SimpleSymbol simpleSymbol2001 = Lit9;
        Lit3061 = PairWithPosition.make(simpleSymbol2001, PairWithPosition.make(simpleSymbol2001, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573970), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573964);
        Lit3060 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580498);
        Lit3059 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580197);
        SimpleSymbol simpleSymbol2002 = Lit9;
        Lit3058 = PairWithPosition.make(simpleSymbol2002, PairWithPosition.make(simpleSymbol2002, PairWithPosition.make(simpleSymbol2002, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580174), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580163);
        SimpleSymbol simpleSymbol2003 = Lit9;
        Lit3057 = PairWithPosition.make(simpleSymbol2003, PairWithPosition.make(simpleSymbol2003, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580106), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580100);
        Lit3056 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574969);
        Lit3055 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574886), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574875);
        Lit3054 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574716);
        Lit3053 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574617);
        Lit3052 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574500);
        SimpleSymbol simpleSymbol2004 = Lit9;
        Lit3051 = PairWithPosition.make(simpleSymbol2004, PairWithPosition.make(simpleSymbol2004, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574330), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574324);
        SimpleSymbol simpleSymbol2005 = Lit8493;
        Lit3050 = PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, PairWithPosition.make(simpleSymbol2005, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574295), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574283), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574262);
        Lit3049 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574204);
        Lit3048 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574149);
        Lit3047 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573916), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573910);
        Lit3046 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573855);
        Lit3045 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573659), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573642);
        Lit3044 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573587);
        Lit3043 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573393), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573382), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573376);
        Lit3042 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573321);
        Lit3041 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573115), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573109);
        Lit3040 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573054);
        SimpleSymbol simpleSymbol2006 = Lit8494;
        SimpleSymbol simpleSymbol2007 = Lit8493;
        Lit3039 = PairWithPosition.make(simpleSymbol2006, PairWithPosition.make(simpleSymbol2007, PairWithPosition.make(simpleSymbol2007, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572869), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572865), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572860);
        Lit3038 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572711), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572705);
        Lit3037 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572650);
        Lit3036 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572425), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572414), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572408);
        Lit3035 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572353);
        Lit3034 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572142), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572136);
        Lit3033 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572081);
        Lit3032 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 571820);
        Lit3031 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570609), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570603);
        Lit3030 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570494), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570488);
        SimpleSymbol simpleSymbol2008 = Lit8494;
        SimpleSymbol simpleSymbol2009 = Lit8493;
        Lit3029 = PairWithPosition.make(simpleSymbol2008, PairWithPosition.make(simpleSymbol2009, PairWithPosition.make(simpleSymbol2009, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570372), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570368), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570363);
        Lit3028 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570104);
        Lit3027 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570053), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570047);
        Lit3026 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 569948);
        Lit3025 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 569831);
        Lit3024 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 569455);
        Lit3023 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580498);
        Lit3022 = (SimpleSymbol) new SimpleSymbol("HeightPercent").readResolve();
        Lit3021 = (SimpleSymbol) new SimpleSymbol("vaFutures").readResolve();
        Lit3020 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580197);
        SimpleSymbol simpleSymbol2010 = Lit9;
        Lit3019 = PairWithPosition.make(simpleSymbol2010, PairWithPosition.make(simpleSymbol2010, PairWithPosition.make(simpleSymbol2010, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580174), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580163);
        SimpleSymbol simpleSymbol2011 = Lit9;
        Lit3018 = PairWithPosition.make(simpleSymbol2011, PairWithPosition.make(simpleSymbol2011, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580106), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 580100);
        Lit3017 = (SimpleSymbol) new SimpleSymbol("LoadHtml").readResolve();
        Lit3016 = (SimpleSymbol) new SimpleSymbol("ScrollBar").readResolve();
        Lit3015 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574969);
        Lit3014 = (SimpleSymbol) new SimpleSymbol("SetWebView").readResolve();
        Lit3013 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574886), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574875);
        Lit3012 = IntNum.make(7);
        Lit3011 = (SimpleSymbol) new SimpleSymbol("vaFutlist").readResolve();
        Lit3010 = (SimpleSymbol) new SimpleSymbol("CreateWebView").readResolve();
        Lit3009 = (SimpleSymbol) new SimpleSymbol("CustomWebView1").readResolve();
        Lit3008 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574716);
        Lit3007 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574617);
        Lit3006 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574500);
        SimpleSymbol simpleSymbol2012 = Lit9;
        Lit3005 = PairWithPosition.make(simpleSymbol2012, PairWithPosition.make(simpleSymbol2012, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574330), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574324);
        SimpleSymbol simpleSymbol2013 = Lit8493;
        Lit3004 = PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, PairWithPosition.make(simpleSymbol2013, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574295), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574283), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574262);
        Lit3003 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574204);
        Lit3002 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 574149);
        Lit3001 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573916), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573910);
        Lit3000 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573855);
        Lit2999 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573659), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573642);
        Lit2998 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573587);
        Lit2997 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573393), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573382), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573376);
        Lit2996 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573321);
        Lit2995 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573115), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573109);
        Lit2994 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 573054);
        SimpleSymbol simpleSymbol2014 = Lit8494;
        SimpleSymbol simpleSymbol2015 = Lit8493;
        Lit2993 = PairWithPosition.make(simpleSymbol2014, PairWithPosition.make(simpleSymbol2015, PairWithPosition.make(simpleSymbol2015, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572869), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572865), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572860);
        Lit2992 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572711), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572705);
        Lit2991 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572650);
        Lit2990 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572425), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572414), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572408);
        Lit2989 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572353);
        Lit2988 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572142), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572136);
        Lit2987 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 572081);
        Lit2986 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 571820);
        Lit2985 = (SimpleSymbol) new SimpleSymbol("$row").readResolve();
        Lit2984 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570609), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570603);
        Lit2983 = IntNum.make(-13421773);
        Lit2982 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570494), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570488);
        SimpleSymbol simpleSymbol2016 = Lit8494;
        SimpleSymbol simpleSymbol2017 = Lit8493;
        Lit2981 = PairWithPosition.make(simpleSymbol2016, PairWithPosition.make(simpleSymbol2017, PairWithPosition.make(simpleSymbol2017, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570372), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570368), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570363);
        Lit2980 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570104);
        Lit2979 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570053), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 570047);
        Lit2978 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 569948);
        Lit2977 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 569831);
        Lit2976 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 569455);
        Lit2975 = (SimpleSymbol) new SimpleSymbol("p$setFutures").readResolve();
        Lit2974 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 566513), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 566502);
        SimpleSymbol simpleSymbol2018 = Lit9;
        Lit2973 = PairWithPosition.make(simpleSymbol2018, PairWithPosition.make(simpleSymbol2018, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565992), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565986);
        SimpleSymbol simpleSymbol2019 = Lit9;
        Lit2972 = PairWithPosition.make(simpleSymbol2019, PairWithPosition.make(simpleSymbol2019, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565804), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565798);
        SimpleSymbol simpleSymbol2020 = Lit9;
        Lit2971 = PairWithPosition.make(simpleSymbol2020, PairWithPosition.make(simpleSymbol2020, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565570), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565564);
        SimpleSymbol simpleSymbol2021 = Lit8493;
        Lit2970 = PairWithPosition.make(simpleSymbol2021, PairWithPosition.make(simpleSymbol2021, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565413), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565408);
        Lit2969 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 566513), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 566502);
        Lit2968 = IntNum.make(-13421773);
        Lit2967 = IntNum.make(-3407872);
        SimpleSymbol simpleSymbol2022 = Lit9;
        Lit2966 = PairWithPosition.make(simpleSymbol2022, PairWithPosition.make(simpleSymbol2022, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565992), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565986);
        Lit2965 = IntNum.make(-16738048);
        SimpleSymbol simpleSymbol2023 = Lit9;
        Lit2964 = PairWithPosition.make(simpleSymbol2023, PairWithPosition.make(simpleSymbol2023, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565804), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565798);
        Lit2963 = IntNum.make(-39424);
        SimpleSymbol simpleSymbol2024 = Lit9;
        Lit2962 = PairWithPosition.make(simpleSymbol2024, PairWithPosition.make(simpleSymbol2024, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565570), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565564);
        SimpleSymbol simpleSymbol2025 = Lit8493;
        Lit2961 = PairWithPosition.make(simpleSymbol2025, PairWithPosition.make(simpleSymbol2025, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565413), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 565408);
        Lit2960 = (SimpleSymbol) new SimpleSymbol("p$notifiy2").readResolve();
        SimpleSymbol simpleSymbol2026 = Lit9;
        Lit2959 = PairWithPosition.make(simpleSymbol2026, PairWithPosition.make(simpleSymbol2026, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561725), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561719);
        SimpleSymbol simpleSymbol2027 = Lit720;
        Lit2958 = PairWithPosition.make(simpleSymbol2027, PairWithPosition.make(simpleSymbol2027, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561702), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561694);
        SimpleSymbol simpleSymbol2028 = Lit9;
        Lit2957 = PairWithPosition.make(simpleSymbol2028, PairWithPosition.make(simpleSymbol2028, PairWithPosition.make(simpleSymbol2028, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561666), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561660);
        Lit2956 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561319);
        SimpleSymbol simpleSymbol2029 = Lit9;
        Lit2955 = PairWithPosition.make(simpleSymbol2029, PairWithPosition.make(simpleSymbol2029, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561725), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561719);
        SimpleSymbol simpleSymbol2030 = Lit720;
        Lit2954 = PairWithPosition.make(simpleSymbol2030, PairWithPosition.make(simpleSymbol2030, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561702), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561694);
        SimpleSymbol simpleSymbol2031 = Lit9;
        Lit2953 = PairWithPosition.make(simpleSymbol2031, PairWithPosition.make(simpleSymbol2031, PairWithPosition.make(simpleSymbol2031, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561666), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561660);
        Lit2952 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561325), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 561319);
        Lit2951 = IntNum.make(500000);
        Lit2950 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558652);
        Lit2949 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558412);
        Lit2948 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558404), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558398);
        Lit2947 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558143), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558137);
        SimpleSymbol simpleSymbol2032 = Lit9;
        Lit2946 = PairWithPosition.make(simpleSymbol2032, PairWithPosition.make(simpleSymbol2032, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557793);
        SimpleSymbol simpleSymbol2033 = Lit9;
        Lit2945 = PairWithPosition.make(simpleSymbol2033, PairWithPosition.make(simpleSymbol2033, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557611), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557605);
        SimpleSymbol simpleSymbol2034 = Lit9;
        Lit2944 = PairWithPosition.make(simpleSymbol2034, PairWithPosition.make(simpleSymbol2034, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557377), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557371);
        SimpleSymbol simpleSymbol2035 = Lit8493;
        Lit2943 = PairWithPosition.make(simpleSymbol2035, PairWithPosition.make(simpleSymbol2035, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557215);
        Lit2942 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558663), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558652);
        Lit2941 = (SimpleSymbol) new SimpleSymbol("LongLength").readResolve();
        Lit2940 = (SimpleSymbol) new SimpleSymbol("ShowToast").readResolve();
        Lit2939 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558412);
        Lit2938 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558404), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558398);
        Lit2937 = (SimpleSymbol) new SimpleSymbol("Radius").readResolve();
        Lit2936 = (SimpleSymbol) new SimpleSymbol("cvToast").readResolve();
        Lit2935 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558143), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 558137);
        Lit2934 = IntNum.make(-16777216);
        Lit2933 = (SimpleSymbol) new SimpleSymbol("Label38").readResolve();
        Lit2932 = (SimpleSymbol) new SimpleSymbol("lTitle_copy").readResolve();
        Lit2931 = IntNum.make(-3407872);
        SimpleSymbol simpleSymbol2036 = Lit9;
        Lit2930 = PairWithPosition.make(simpleSymbol2036, PairWithPosition.make(simpleSymbol2036, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557793);
        Lit2929 = IntNum.make(-16738048);
        SimpleSymbol simpleSymbol2037 = Lit9;
        Lit2928 = PairWithPosition.make(simpleSymbol2037, PairWithPosition.make(simpleSymbol2037, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557611), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557605);
        Lit2927 = IntNum.make(-39424);
        SimpleSymbol simpleSymbol2038 = Lit9;
        Lit2926 = PairWithPosition.make(simpleSymbol2038, PairWithPosition.make(simpleSymbol2038, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557377), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557371);
        Lit2925 = (SimpleSymbol) new SimpleSymbol("$msg").readResolve();
        SimpleSymbol simpleSymbol2039 = Lit8493;
        Lit2924 = PairWithPosition.make(simpleSymbol2039, PairWithPosition.make(simpleSymbol2039, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557220), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 557215);
        Lit2923 = (SimpleSymbol) new SimpleSymbol("$SuccessTorF").readResolve();
        SimpleSymbol simpleSymbol2040 = Lit9;
        Lit2922 = PairWithPosition.make(simpleSymbol2040, PairWithPosition.make(simpleSymbol2040, PairWithPosition.make(simpleSymbol2040, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554179);
        SimpleSymbol simpleSymbol2041 = Lit8494;
        SimpleSymbol simpleSymbol2042 = Lit8493;
        Lit2921 = PairWithPosition.make(simpleSymbol2041, PairWithPosition.make(simpleSymbol2042, PairWithPosition.make(simpleSymbol2042, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554140);
        SimpleSymbol simpleSymbol2043 = Lit8493;
        Lit2920 = PairWithPosition.make(simpleSymbol2043, PairWithPosition.make(simpleSymbol2043, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554014), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554009);
        SimpleSymbol simpleSymbol2044 = Lit9;
        Lit2919 = PairWithPosition.make(simpleSymbol2044, PairWithPosition.make(simpleSymbol2044, PairWithPosition.make(simpleSymbol2044, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553891), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553886), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553880);
        SimpleSymbol simpleSymbol2045 = Lit9;
        Lit2918 = PairWithPosition.make(simpleSymbol2045, PairWithPosition.make(simpleSymbol2045, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553863), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553857);
        SimpleSymbol simpleSymbol2046 = Lit8493;
        Lit2917 = PairWithPosition.make(simpleSymbol2046, PairWithPosition.make(simpleSymbol2046, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553819);
        Lit2916 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553715);
        SimpleSymbol simpleSymbol2047 = Lit9;
        Lit2915 = PairWithPosition.make(simpleSymbol2047, PairWithPosition.make(simpleSymbol2047, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553529), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553523);
        SimpleSymbol simpleSymbol2048 = Lit8493;
        Lit2914 = PairWithPosition.make(simpleSymbol2048, PairWithPosition.make(simpleSymbol2048, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553079), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553074);
        SimpleSymbol simpleSymbol2049 = Lit9;
        Lit2913 = PairWithPosition.make(simpleSymbol2049, PairWithPosition.make(simpleSymbol2049, PairWithPosition.make(simpleSymbol2049, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554179);
        SimpleSymbol simpleSymbol2050 = Lit8494;
        SimpleSymbol simpleSymbol2051 = Lit8493;
        Lit2912 = PairWithPosition.make(simpleSymbol2050, PairWithPosition.make(simpleSymbol2051, PairWithPosition.make(simpleSymbol2051, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554140);
        SimpleSymbol simpleSymbol2052 = Lit8493;
        Lit2911 = PairWithPosition.make(simpleSymbol2052, PairWithPosition.make(simpleSymbol2052, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554014), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 554009);
        SimpleSymbol simpleSymbol2053 = Lit9;
        Lit2910 = PairWithPosition.make(simpleSymbol2053, PairWithPosition.make(simpleSymbol2053, PairWithPosition.make(simpleSymbol2053, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553891), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553886), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553880);
        SimpleSymbol simpleSymbol2054 = Lit9;
        Lit2909 = PairWithPosition.make(simpleSymbol2054, PairWithPosition.make(simpleSymbol2054, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553863), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553857);
        SimpleSymbol simpleSymbol2055 = Lit8493;
        Lit2908 = PairWithPosition.make(simpleSymbol2055, PairWithPosition.make(simpleSymbol2055, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553819);
        Lit2907 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553715);
        Lit2906 = (SimpleSymbol) new SimpleSymbol("txtSearch").readResolve();
        SimpleSymbol simpleSymbol2056 = Lit9;
        Lit2905 = PairWithPosition.make(simpleSymbol2056, PairWithPosition.make(simpleSymbol2056, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553529), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553523);
        SimpleSymbol simpleSymbol2057 = Lit8493;
        Lit2904 = PairWithPosition.make(simpleSymbol2057, PairWithPosition.make(simpleSymbol2057, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553079), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 553074);
        Lit2903 = (SimpleSymbol) new SimpleSymbol("p$MainSearch").readResolve();
        Lit2902 = (SimpleSymbol) new SimpleSymbol("p$newBasket").readResolve();
        SimpleSymbol simpleSymbol2058 = Lit9;
        Lit2901 = PairWithPosition.make(simpleSymbol2058, PairWithPosition.make(simpleSymbol2058, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542845), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542839);
        Lit2900 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542828);
        SimpleSymbol simpleSymbol2059 = Lit8494;
        SimpleSymbol simpleSymbol2060 = Lit8493;
        Lit2899 = PairWithPosition.make(simpleSymbol2059, PairWithPosition.make(simpleSymbol2060, PairWithPosition.make(simpleSymbol2060, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542795), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542790);
        SimpleSymbol simpleSymbol2061 = Lit9;
        Lit2898 = PairWithPosition.make(simpleSymbol2061, PairWithPosition.make(simpleSymbol2061, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542599);
        Lit2897 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542111), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542106);
        SimpleSymbol simpleSymbol2062 = Lit9;
        Lit2896 = PairWithPosition.make(simpleSymbol2062, PairWithPosition.make(simpleSymbol2062, PairWithPosition.make(simpleSymbol2062, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541838), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541833), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541827);
        SimpleSymbol simpleSymbol2063 = Lit720;
        Lit2895 = PairWithPosition.make(simpleSymbol2063, PairWithPosition.make(simpleSymbol2063, PairWithPosition.make(simpleSymbol2063, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541612);
        SimpleSymbol simpleSymbol2064 = Lit8494;
        SimpleSymbol simpleSymbol2065 = Lit8493;
        Lit2894 = PairWithPosition.make(simpleSymbol2064, PairWithPosition.make(simpleSymbol2065, PairWithPosition.make(simpleSymbol2065, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541529), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541525), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541520);
        SimpleSymbol simpleSymbol2066 = Lit8493;
        Lit2893 = PairWithPosition.make(simpleSymbol2066, PairWithPosition.make(simpleSymbol2066, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541258);
        SimpleSymbol simpleSymbol2067 = Lit8494;
        SimpleSymbol simpleSymbol2068 = Lit8493;
        Lit2892 = PairWithPosition.make(simpleSymbol2067, PairWithPosition.make(simpleSymbol2068, PairWithPosition.make(simpleSymbol2068, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541229), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541225), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541220);
        SimpleSymbol simpleSymbol2069 = Lit8493;
        Lit2891 = PairWithPosition.make(simpleSymbol2069, PairWithPosition.make(simpleSymbol2069, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541034);
        SimpleSymbol simpleSymbol2070 = Lit8494;
        SimpleSymbol simpleSymbol2071 = Lit8493;
        Lit2890 = PairWithPosition.make(simpleSymbol2070, PairWithPosition.make(simpleSymbol2071, PairWithPosition.make(simpleSymbol2071, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541005), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541001), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540996);
        Lit2889 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540809);
        SimpleSymbol simpleSymbol2072 = Lit9;
        Lit2888 = PairWithPosition.make(simpleSymbol2072, PairWithPosition.make(simpleSymbol2072, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542845), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542839);
        Lit2887 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542828);
        SimpleSymbol simpleSymbol2073 = Lit8494;
        SimpleSymbol simpleSymbol2074 = Lit8493;
        Lit2886 = PairWithPosition.make(simpleSymbol2073, PairWithPosition.make(simpleSymbol2074, PairWithPosition.make(simpleSymbol2074, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542795), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542790);
        SimpleSymbol simpleSymbol2075 = Lit9;
        Lit2885 = PairWithPosition.make(simpleSymbol2075, PairWithPosition.make(simpleSymbol2075, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542599);
        Lit2884 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542122), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542111), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 542106);
        Lit2883 = (SimpleSymbol) new SimpleSymbol("lblAvailableFunds").readResolve();
        SimpleSymbol simpleSymbol2076 = Lit9;
        Lit2882 = PairWithPosition.make(simpleSymbol2076, PairWithPosition.make(simpleSymbol2076, PairWithPosition.make(simpleSymbol2076, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541838), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541833), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541827);
        Lit2881 = (SimpleSymbol) new SimpleSymbol("lblMargin").readResolve();
        SimpleSymbol simpleSymbol2077 = Lit720;
        Lit2880 = PairWithPosition.make(simpleSymbol2077, PairWithPosition.make(simpleSymbol2077, PairWithPosition.make(simpleSymbol2077, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541612);
        SimpleSymbol simpleSymbol2078 = Lit8494;
        SimpleSymbol simpleSymbol2079 = Lit8493;
        Lit2879 = PairWithPosition.make(simpleSymbol2078, PairWithPosition.make(simpleSymbol2079, PairWithPosition.make(simpleSymbol2079, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541529), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541525), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541520);
        SimpleSymbol simpleSymbol2080 = Lit8493;
        Lit2878 = PairWithPosition.make(simpleSymbol2080, PairWithPosition.make(simpleSymbol2080, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541258);
        SimpleSymbol simpleSymbol2081 = Lit8494;
        SimpleSymbol simpleSymbol2082 = Lit8493;
        Lit2877 = PairWithPosition.make(simpleSymbol2081, PairWithPosition.make(simpleSymbol2082, PairWithPosition.make(simpleSymbol2082, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541229), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541225), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541220);
        SimpleSymbol simpleSymbol2083 = Lit8493;
        Lit2876 = PairWithPosition.make(simpleSymbol2083, PairWithPosition.make(simpleSymbol2083, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541034);
        SimpleSymbol simpleSymbol2084 = Lit8494;
        SimpleSymbol simpleSymbol2085 = Lit8493;
        Lit2875 = PairWithPosition.make(simpleSymbol2084, PairWithPosition.make(simpleSymbol2085, PairWithPosition.make(simpleSymbol2085, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541005), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541001), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540996);
        Lit2874 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540809);
        Lit2873 = (SimpleSymbol) new SimpleSymbol("p$recalcMargin").readResolve();
        SimpleSymbol simpleSymbol2086 = Lit9;
        Lit2872 = PairWithPosition.make(simpleSymbol2086, PairWithPosition.make(simpleSymbol2086, PairWithPosition.make(simpleSymbol2086, PairWithPosition.make(simpleSymbol2086, PairWithPosition.make(simpleSymbol2086, PairWithPosition.make(simpleSymbol2086, PairWithPosition.make(simpleSymbol2086, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541408), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541403), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541398), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541393), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541383), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541377);
        SimpleSymbol simpleSymbol2087 = Lit720;
        Lit2871 = PairWithPosition.make(simpleSymbol2087, PairWithPosition.make(simpleSymbol2087, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541336), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541328);
        SimpleSymbol simpleSymbol2088 = Lit9;
        Lit2870 = PairWithPosition.make(simpleSymbol2088, PairWithPosition.make(simpleSymbol2088, PairWithPosition.make(simpleSymbol2088, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541244);
        SimpleSymbol simpleSymbol2089 = Lit9;
        Lit2869 = PairWithPosition.make(simpleSymbol2089, PairWithPosition.make(simpleSymbol2089, PairWithPosition.make(simpleSymbol2089, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540946), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540941), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540935);
        Lit2868 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540496);
        SimpleSymbol simpleSymbol2090 = Lit8493;
        Lit2867 = PairWithPosition.make(simpleSymbol2090, PairWithPosition.make(simpleSymbol2090, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540395), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540390);
        SimpleSymbol simpleSymbol2091 = Lit720;
        Lit2866 = PairWithPosition.make(simpleSymbol2091, PairWithPosition.make(simpleSymbol2091, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540283);
        SimpleSymbol simpleSymbol2092 = Lit9;
        Lit2865 = PairWithPosition.make(simpleSymbol2092, PairWithPosition.make(simpleSymbol2092, PairWithPosition.make(simpleSymbol2092, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540260), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540249);
        SimpleSymbol simpleSymbol2093 = Lit720;
        Lit2864 = PairWithPosition.make(simpleSymbol2093, PairWithPosition.make(simpleSymbol2093, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539780), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539772);
        SimpleSymbol simpleSymbol2094 = Lit720;
        Lit2863 = PairWithPosition.make(simpleSymbol2094, PairWithPosition.make(simpleSymbol2094, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539642);
        SimpleSymbol simpleSymbol2095 = Lit720;
        Lit2862 = PairWithPosition.make(simpleSymbol2095, PairWithPosition.make(simpleSymbol2095, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539486), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539478);
        SimpleSymbol simpleSymbol2096 = Lit8493;
        Lit2861 = PairWithPosition.make(simpleSymbol2096, PairWithPosition.make(simpleSymbol2096, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539367), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539362);
        SimpleSymbol simpleSymbol2097 = Lit720;
        Lit2860 = PairWithPosition.make(simpleSymbol2097, PairWithPosition.make(simpleSymbol2097, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539005);
        SimpleSymbol simpleSymbol2098 = Lit720;
        Lit2859 = PairWithPosition.make(simpleSymbol2098, PairWithPosition.make(simpleSymbol2098, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538883), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538875);
        SimpleSymbol simpleSymbol2099 = Lit720;
        Lit2858 = PairWithPosition.make(simpleSymbol2099, PairWithPosition.make(simpleSymbol2099, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538719), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538711);
        SimpleSymbol simpleSymbol2100 = Lit8493;
        Lit2857 = PairWithPosition.make(simpleSymbol2100, PairWithPosition.make(simpleSymbol2100, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538600), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538595);
        SimpleSymbol simpleSymbol2101 = Lit720;
        Lit2856 = PairWithPosition.make(simpleSymbol2101, PairWithPosition.make(simpleSymbol2101, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538226);
        SimpleSymbol simpleSymbol2102 = Lit720;
        Lit2855 = PairWithPosition.make(simpleSymbol2102, PairWithPosition.make(simpleSymbol2102, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538105);
        SimpleSymbol simpleSymbol2103 = Lit720;
        Lit2854 = PairWithPosition.make(simpleSymbol2103, PairWithPosition.make(simpleSymbol2103, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537950);
        SimpleSymbol simpleSymbol2104 = Lit720;
        Lit2853 = PairWithPosition.make(simpleSymbol2104, PairWithPosition.make(simpleSymbol2104, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537569);
        SimpleSymbol simpleSymbol2105 = Lit720;
        Lit2852 = PairWithPosition.make(simpleSymbol2105, PairWithPosition.make(simpleSymbol2105, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537457), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537449);
        SimpleSymbol simpleSymbol2106 = Lit720;
        Lit2851 = PairWithPosition.make(simpleSymbol2106, PairWithPosition.make(simpleSymbol2106, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537303), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537295);
        SimpleSymbol simpleSymbol2107 = Lit720;
        Lit2850 = PairWithPosition.make(simpleSymbol2107, PairWithPosition.make(simpleSymbol2107, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537095), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537087);
        Lit2849 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 536880);
        SimpleSymbol simpleSymbol2108 = Lit8493;
        Lit2848 = PairWithPosition.make(simpleSymbol2108, PairWithPosition.make(simpleSymbol2108, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 536747), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 536742);
        SimpleSymbol simpleSymbol2109 = Lit9;
        Lit2847 = PairWithPosition.make(simpleSymbol2109, PairWithPosition.make(simpleSymbol2109, PairWithPosition.make(simpleSymbol2109, PairWithPosition.make(simpleSymbol2109, PairWithPosition.make(simpleSymbol2109, PairWithPosition.make(simpleSymbol2109, PairWithPosition.make(simpleSymbol2109, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541408), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541403), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541398), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541393), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541383), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541377);
        SimpleSymbol simpleSymbol2110 = Lit720;
        Lit2846 = PairWithPosition.make(simpleSymbol2110, PairWithPosition.make(simpleSymbol2110, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541336), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541328);
        SimpleSymbol simpleSymbol2111 = Lit9;
        Lit2845 = PairWithPosition.make(simpleSymbol2111, PairWithPosition.make(simpleSymbol2111, PairWithPosition.make(simpleSymbol2111, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541250), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 541244);
        SimpleSymbol simpleSymbol2112 = Lit9;
        Lit2844 = PairWithPosition.make(simpleSymbol2112, PairWithPosition.make(simpleSymbol2112, PairWithPosition.make(simpleSymbol2112, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540946), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540941), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540935);
        Lit2843 = IntNum.make(101);
        Lit2842 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540496);
        Lit2841 = (SimpleSymbol) new SimpleSymbol("ShowErrorMessage").readResolve();
        SimpleSymbol simpleSymbol2113 = Lit8493;
        Lit2840 = PairWithPosition.make(simpleSymbol2113, PairWithPosition.make(simpleSymbol2113, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540395), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540390);
        SimpleSymbol simpleSymbol2114 = Lit720;
        Lit2839 = PairWithPosition.make(simpleSymbol2114, PairWithPosition.make(simpleSymbol2114, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540283);
        SimpleSymbol simpleSymbol2115 = Lit9;
        Lit2838 = PairWithPosition.make(simpleSymbol2115, PairWithPosition.make(simpleSymbol2115, PairWithPosition.make(simpleSymbol2115, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540260), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540255), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 540249);
        Lit2837 = (SimpleSymbol) new SimpleSymbol("lblAvbBalance").readResolve();
        SimpleSymbol simpleSymbol2116 = Lit720;
        Lit2836 = PairWithPosition.make(simpleSymbol2116, PairWithPosition.make(simpleSymbol2116, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539780), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539772);
        SimpleSymbol simpleSymbol2117 = Lit720;
        Lit2835 = PairWithPosition.make(simpleSymbol2117, PairWithPosition.make(simpleSymbol2117, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539642);
        SimpleSymbol simpleSymbol2118 = Lit720;
        Lit2834 = PairWithPosition.make(simpleSymbol2118, PairWithPosition.make(simpleSymbol2118, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539486), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539478);
        SimpleSymbol simpleSymbol2119 = Lit8493;
        Lit2833 = PairWithPosition.make(simpleSymbol2119, PairWithPosition.make(simpleSymbol2119, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539367), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539362);
        SimpleSymbol simpleSymbol2120 = Lit720;
        Lit2832 = PairWithPosition.make(simpleSymbol2120, PairWithPosition.make(simpleSymbol2120, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 539005);
        SimpleSymbol simpleSymbol2121 = Lit720;
        Lit2831 = PairWithPosition.make(simpleSymbol2121, PairWithPosition.make(simpleSymbol2121, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538883), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538875);
        SimpleSymbol simpleSymbol2122 = Lit720;
        Lit2830 = PairWithPosition.make(simpleSymbol2122, PairWithPosition.make(simpleSymbol2122, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538719), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538711);
        SimpleSymbol simpleSymbol2123 = Lit8493;
        Lit2829 = PairWithPosition.make(simpleSymbol2123, PairWithPosition.make(simpleSymbol2123, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538600), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538595);
        SimpleSymbol simpleSymbol2124 = Lit720;
        Lit2828 = PairWithPosition.make(simpleSymbol2124, PairWithPosition.make(simpleSymbol2124, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538226);
        SimpleSymbol simpleSymbol2125 = Lit720;
        Lit2827 = PairWithPosition.make(simpleSymbol2125, PairWithPosition.make(simpleSymbol2125, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 538105);
        SimpleSymbol simpleSymbol2126 = Lit720;
        Lit2826 = PairWithPosition.make(simpleSymbol2126, PairWithPosition.make(simpleSymbol2126, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537950);
        Lit2825 = (SimpleSymbol) new SimpleSymbol("mtxtTGT").readResolve();
        Lit2824 = (SimpleSymbol) new SimpleSymbol("ErrorText").readResolve();
        SimpleSymbol simpleSymbol2127 = Lit720;
        Lit2823 = PairWithPosition.make(simpleSymbol2127, PairWithPosition.make(simpleSymbol2127, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537569);
        SimpleSymbol simpleSymbol2128 = Lit720;
        Lit2822 = PairWithPosition.make(simpleSymbol2128, PairWithPosition.make(simpleSymbol2128, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537457), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537449);
        SimpleSymbol simpleSymbol2129 = Lit720;
        Lit2821 = PairWithPosition.make(simpleSymbol2129, PairWithPosition.make(simpleSymbol2129, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537303), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537295);
        Lit2820 = (SimpleSymbol) new SimpleSymbol("mtxtSL").readResolve();
        Lit2819 = (SimpleSymbol) new SimpleSymbol("p$showError").readResolve();
        SimpleSymbol simpleSymbol2130 = Lit720;
        Lit2818 = PairWithPosition.make(simpleSymbol2130, PairWithPosition.make(simpleSymbol2130, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537095), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 537087);
        Lit2817 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 536880);
        SimpleSymbol simpleSymbol2131 = Lit8493;
        Lit2816 = PairWithPosition.make(simpleSymbol2131, PairWithPosition.make(simpleSymbol2131, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 536747), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 536742);
        Lit2815 = (SimpleSymbol) new SimpleSymbol("p$validateBUYSELL").readResolve();
        Lit2814 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 533247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 533236);
        SimpleSymbol simpleSymbol2132 = Lit8493;
        Lit2813 = PairWithPosition.make(simpleSymbol2132, PairWithPosition.make(simpleSymbol2132, PairWithPosition.make(simpleSymbol2132, PairWithPosition.make(simpleSymbol2132, PairWithPosition.make(simpleSymbol2132, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532952), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532939);
        Lit2812 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 533247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 533236);
        Lit2811 = (SimpleSymbol) new SimpleSymbol("cvRating").readResolve();
        SimpleSymbol simpleSymbol2133 = Lit8493;
        Lit2810 = PairWithPosition.make(simpleSymbol2133, PairWithPosition.make(simpleSymbol2133, PairWithPosition.make(simpleSymbol2133, PairWithPosition.make(simpleSymbol2133, PairWithPosition.make(simpleSymbol2133, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532952), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532944), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 532939);
        Lit2809 = IntNum.make(-13421773);
        SimpleSymbol simpleSymbol2134 = Lit9;
        Lit2808 = PairWithPosition.make(simpleSymbol2134, PairWithPosition.make(simpleSymbol2134, PairWithPosition.make(simpleSymbol2134, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 529107), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 529102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 529096);
        SimpleSymbol simpleSymbol2135 = Lit8494;
        SimpleSymbol simpleSymbol2136 = Lit8493;
        Lit2807 = PairWithPosition.make(simpleSymbol2135, PairWithPosition.make(simpleSymbol2136, PairWithPosition.make(simpleSymbol2136, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528991), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528982);
        SimpleSymbol simpleSymbol2137 = Lit8493;
        Lit2806 = PairWithPosition.make(simpleSymbol2137, PairWithPosition.make(simpleSymbol2137, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528859), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528854);
        SimpleSymbol simpleSymbol2138 = Lit9;
        Lit2805 = PairWithPosition.make(simpleSymbol2138, PairWithPosition.make(simpleSymbol2138, PairWithPosition.make(simpleSymbol2138, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528702), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528697), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528691);
        Lit2804 = (SimpleSymbol) new SimpleSymbol("$keylist").readResolve();
        SimpleSymbol simpleSymbol2139 = Lit9;
        Lit2803 = PairWithPosition.make(simpleSymbol2139, PairWithPosition.make(simpleSymbol2139, PairWithPosition.make(simpleSymbol2139, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 529107), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 529102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 529096);
        SimpleSymbol simpleSymbol2140 = Lit8494;
        SimpleSymbol simpleSymbol2141 = Lit8493;
        Lit2802 = PairWithPosition.make(simpleSymbol2140, PairWithPosition.make(simpleSymbol2141, PairWithPosition.make(simpleSymbol2141, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528991), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528987), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528982);
        SimpleSymbol simpleSymbol2142 = Lit8493;
        Lit2801 = PairWithPosition.make(simpleSymbol2142, PairWithPosition.make(simpleSymbol2142, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528859), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528854);
        Lit2800 = (SimpleSymbol) new SimpleSymbol("$dict").readResolve();
        SimpleSymbol simpleSymbol2143 = Lit9;
        Lit2799 = PairWithPosition.make(simpleSymbol2143, PairWithPosition.make(simpleSymbol2143, PairWithPosition.make(simpleSymbol2143, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528702), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528697), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 528691);
        Lit2798 = (SimpleSymbol) new SimpleSymbol("$text").readResolve();
        Lit2797 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 525472);
        Lit2796 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 525052);
        Lit2795 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 525025);
        SimpleSymbol simpleSymbol2144 = Lit9;
        Lit2794 = PairWithPosition.make(simpleSymbol2144, PairWithPosition.make(simpleSymbol2144, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 524565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 524559);
        Lit2793 = (SimpleSymbol) new SimpleSymbol("ShowDialog").readResolve();
        Lit2792 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 525472);
        Lit2791 = (SimpleSymbol) new SimpleSymbol("InitializeDialog").readResolve();
        Lit2790 = (SimpleSymbol) new SimpleSymbol("CornerRadius").readResolve();
        Lit2789 = (SimpleSymbol) new SimpleSymbol("AlphaDialog2").readResolve();
        Lit2788 = (SimpleSymbol) new SimpleSymbol("$Cancellable").readResolve();
        Lit2787 = (SimpleSymbol) new SimpleSymbol("Cancelable").readResolve();
        Lit2786 = (SimpleSymbol) new SimpleSymbol("$button2").readResolve();
        Lit2785 = (SimpleSymbol) new SimpleSymbol("l12").readResolve();
        Lit2784 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 525052);
        Lit2783 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 525025);
        Lit2782 = (SimpleSymbol) new SimpleSymbol("cv11").readResolve();
        Lit2781 = (SimpleSymbol) new SimpleSymbol("$button1").readResolve();
        Lit2780 = (SimpleSymbol) new SimpleSymbol("l11").readResolve();
        Lit2779 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement10").readResolve();
        Lit2778 = (SimpleSymbol) new SimpleSymbol("Label20").readResolve();
        Lit2777 = (SimpleSymbol) new SimpleSymbol("cvMessage").readResolve();
        SimpleSymbol simpleSymbol2145 = Lit9;
        Lit2776 = PairWithPosition.make(simpleSymbol2145, PairWithPosition.make(simpleSymbol2145, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 524565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 524559);
        Lit2775 = (SimpleSymbol) new SimpleSymbol("$message").readResolve();
        Lit2774 = (SimpleSymbol) new SimpleSymbol("IMessage").readResolve();
        Lit2773 = (SimpleSymbol) new SimpleSymbol("ITitle").readResolve();
        Lit2772 = (SimpleSymbol) new SimpleSymbol("p$message").readResolve();
        Lit2771 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521684);
        Lit2770 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521674);
        SimpleSymbol simpleSymbol2146 = Lit8493;
        Lit2769 = PairWithPosition.make(simpleSymbol2146, PairWithPosition.make(simpleSymbol2146, PairWithPosition.make(simpleSymbol2146, PairWithPosition.make(simpleSymbol2146, PairWithPosition.make(simpleSymbol2146, PairWithPosition.make(simpleSymbol2146, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521651), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521639), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521635), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521630);
        SimpleSymbol simpleSymbol2147 = Lit8493;
        Lit2768 = PairWithPosition.make(simpleSymbol2147, PairWithPosition.make(simpleSymbol2147, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521606), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521601);
        SimpleSymbol simpleSymbol2148 = Lit8493;
        Lit2767 = PairWithPosition.make(simpleSymbol2148, PairWithPosition.make(simpleSymbol2148, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521482), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521477);
        SimpleSymbol simpleSymbol2149 = Lit8493;
        Lit2766 = PairWithPosition.make(simpleSymbol2149, PairWithPosition.make(simpleSymbol2149, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521359);
        SimpleSymbol simpleSymbol2150 = Lit8493;
        Lit2765 = PairWithPosition.make(simpleSymbol2150, PairWithPosition.make(simpleSymbol2150, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521244), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521239);
        SimpleSymbol simpleSymbol2151 = Lit8493;
        Lit2764 = PairWithPosition.make(simpleSymbol2151, PairWithPosition.make(simpleSymbol2151, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521115);
        Lit2763 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521104);
        SimpleSymbol simpleSymbol2152 = Lit8493;
        Lit2762 = PairWithPosition.make(simpleSymbol2152, PairWithPosition.make(simpleSymbol2152, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 520932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 520927);
        SimpleSymbol simpleSymbol2153 = Lit9;
        Lit2761 = PairWithPosition.make(simpleSymbol2153, PairWithPosition.make(simpleSymbol2153, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 520627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 520621);
        Lit2760 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521684);
        Lit2759 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521674);
        SimpleSymbol simpleSymbol2154 = Lit8493;
        Lit2758 = PairWithPosition.make(simpleSymbol2154, PairWithPosition.make(simpleSymbol2154, PairWithPosition.make(simpleSymbol2154, PairWithPosition.make(simpleSymbol2154, PairWithPosition.make(simpleSymbol2154, PairWithPosition.make(simpleSymbol2154, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521651), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521639), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521635), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521630);
        SimpleSymbol simpleSymbol2155 = Lit8493;
        Lit2757 = PairWithPosition.make(simpleSymbol2155, PairWithPosition.make(simpleSymbol2155, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521606), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521601);
        SimpleSymbol simpleSymbol2156 = Lit8493;
        Lit2756 = PairWithPosition.make(simpleSymbol2156, PairWithPosition.make(simpleSymbol2156, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521482), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521477);
        SimpleSymbol simpleSymbol2157 = Lit8493;
        Lit2755 = PairWithPosition.make(simpleSymbol2157, PairWithPosition.make(simpleSymbol2157, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521359);
        SimpleSymbol simpleSymbol2158 = Lit8493;
        Lit2754 = PairWithPosition.make(simpleSymbol2158, PairWithPosition.make(simpleSymbol2158, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521244), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521239);
        SimpleSymbol simpleSymbol2159 = Lit8493;
        Lit2753 = PairWithPosition.make(simpleSymbol2159, PairWithPosition.make(simpleSymbol2159, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521115);
        Lit2752 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 521104);
        SimpleSymbol simpleSymbol2160 = Lit8493;
        Lit2751 = PairWithPosition.make(simpleSymbol2160, PairWithPosition.make(simpleSymbol2160, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 520932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 520927);
        Lit2750 = (SimpleSymbol) new SimpleSymbol("BuildRequestData").readResolve();
        Lit2749 = (SimpleSymbol) new SimpleSymbol("PostText").readResolve();
        SimpleSymbol simpleSymbol2161 = Lit9;
        Lit2748 = PairWithPosition.make(simpleSymbol2161, PairWithPosition.make(simpleSymbol2161, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 520627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 520621);
        Lit2747 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 516390), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 516379);
        Lit2746 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 516207);
        Lit2745 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 516390), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 516379);
        Lit2744 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 516207);
        Lit2743 = (SimpleSymbol) new SimpleSymbol("p$menuLink").readResolve();
        SimpleSymbol simpleSymbol2162 = Lit9;
        Lit2742 = PairWithPosition.make(simpleSymbol2162, PairWithPosition.make(simpleSymbol2162, PairWithPosition.make(simpleSymbol2162, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513438), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513427);
        Lit2741 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513417), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513402);
        SimpleSymbol simpleSymbol2163 = Lit8493;
        Lit2740 = PairWithPosition.make(simpleSymbol2163, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2163, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513273), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513268), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513263);
        SimpleSymbol simpleSymbol2164 = Lit8497;
        Lit2739 = PairWithPosition.make(simpleSymbol2164, PairWithPosition.make(simpleSymbol2164, PairWithPosition.make(simpleSymbol2164, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513223), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513217);
        Lit2738 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513188);
        Lit2737 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513095), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513090);
        Lit2736 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512997), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512992);
        SimpleSymbol simpleSymbol2165 = Lit720;
        Lit2735 = PairWithPosition.make(simpleSymbol2165, PairWithPosition.make(simpleSymbol2165, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512837), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512829);
        Lit2734 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512817), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512802);
        SimpleSymbol simpleSymbol2166 = Lit8493;
        Lit2733 = PairWithPosition.make(simpleSymbol2166, PairWithPosition.make(simpleSymbol2166, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512577);
        SimpleSymbol simpleSymbol2167 = Lit720;
        Lit2732 = PairWithPosition.make(simpleSymbol2167, PairWithPosition.make(simpleSymbol2167, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512553), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512545);
        Lit2731 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512518);
        Lit2730 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512294);
        Lit2729 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512133);
        SimpleSymbol simpleSymbol2168 = Lit9;
        Lit2728 = PairWithPosition.make(simpleSymbol2168, PairWithPosition.make(simpleSymbol2168, PairWithPosition.make(simpleSymbol2168, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513438), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513427);
        Lit2727 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513417), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513402);
        SimpleSymbol simpleSymbol2169 = Lit8493;
        Lit2726 = PairWithPosition.make(simpleSymbol2169, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2169, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513273), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513268), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513263);
        SimpleSymbol simpleSymbol2170 = Lit8497;
        Lit2725 = PairWithPosition.make(simpleSymbol2170, PairWithPosition.make(simpleSymbol2170, PairWithPosition.make(simpleSymbol2170, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513228), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513223), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513217);
        Lit2724 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513188);
        Lit2723 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513095), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 513090);
        Lit2722 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512997), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512992);
        SimpleSymbol simpleSymbol2171 = Lit720;
        Lit2721 = PairWithPosition.make(simpleSymbol2171, PairWithPosition.make(simpleSymbol2171, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512837), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512829);
        Lit2720 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512817), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512802);
        SimpleSymbol simpleSymbol2172 = Lit8493;
        Lit2719 = PairWithPosition.make(simpleSymbol2172, PairWithPosition.make(simpleSymbol2172, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512577);
        SimpleSymbol simpleSymbol2173 = Lit720;
        Lit2718 = PairWithPosition.make(simpleSymbol2173, PairWithPosition.make(simpleSymbol2173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512553), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512545);
        Lit2717 = IntNum.make(10);
        Lit2716 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512518);
        Lit2715 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512294);
        Lit2714 = (SimpleSymbol) new SimpleSymbol("$cr").readResolve();
        Lit2713 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 512133);
        Lit2712 = (SimpleSymbol) new SimpleSymbol("$MMDDYYYY").readResolve();
        Lit2711 = (SimpleSymbol) new SimpleSymbol("MakeInstant").readResolve();
        Lit2710 = (SimpleSymbol) new SimpleSymbol("p$longDate").readResolve();
        SimpleSymbol simpleSymbol2174 = Lit9;
        Lit2709 = PairWithPosition.make(simpleSymbol2174, PairWithPosition.make(simpleSymbol2174, PairWithPosition.make(simpleSymbol2174, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510176), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510171), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510165);
        SimpleSymbol simpleSymbol2175 = Lit8493;
        Lit2708 = PairWithPosition.make(simpleSymbol2175, PairWithPosition.make(simpleSymbol2175, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510131);
        Lit2707 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510092), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510086);
        Lit2706 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510007);
        Lit2705 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509992);
        SimpleSymbol simpleSymbol2176 = Lit8493;
        Lit2704 = PairWithPosition.make(simpleSymbol2176, PairWithPosition.make(simpleSymbol2176, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509813), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509808);
        SimpleSymbol simpleSymbol2177 = Lit9;
        Lit2703 = PairWithPosition.make(simpleSymbol2177, PairWithPosition.make(simpleSymbol2177, PairWithPosition.make(simpleSymbol2177, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509449), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509443);
        Lit2702 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509433);
        Lit2701 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509403), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509397);
        Lit2700 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509318);
        Lit2699 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509303);
        SimpleSymbol simpleSymbol2178 = Lit8493;
        Lit2698 = PairWithPosition.make(simpleSymbol2178, PairWithPosition.make(simpleSymbol2178, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509124), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509119);
        SimpleSymbol simpleSymbol2179 = Lit8494;
        SimpleSymbol simpleSymbol2180 = Lit8493;
        Lit2697 = PairWithPosition.make(simpleSymbol2179, PairWithPosition.make(simpleSymbol2180, PairWithPosition.make(simpleSymbol2180, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508757), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508753), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508748);
        Lit2696 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508694), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508688);
        Lit2695 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508615), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508609);
        Lit2694 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508600), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508594);
        SimpleSymbol simpleSymbol2181 = Lit8493;
        Lit2693 = PairWithPosition.make(simpleSymbol2181, PairWithPosition.make(simpleSymbol2181, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508410);
        SimpleSymbol simpleSymbol2182 = Lit9;
        Lit2692 = PairWithPosition.make(simpleSymbol2182, PairWithPosition.make(simpleSymbol2182, PairWithPosition.make(simpleSymbol2182, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510176), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510171), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510165);
        SimpleSymbol simpleSymbol2183 = Lit8493;
        Lit2691 = PairWithPosition.make(simpleSymbol2183, PairWithPosition.make(simpleSymbol2183, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510131);
        Lit2690 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510092), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510086);
        Lit2689 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 510007);
        Lit2688 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509992);
        SimpleSymbol simpleSymbol2184 = Lit8493;
        Lit2687 = PairWithPosition.make(simpleSymbol2184, PairWithPosition.make(simpleSymbol2184, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509813), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509808);
        SimpleSymbol simpleSymbol2185 = Lit9;
        Lit2686 = PairWithPosition.make(simpleSymbol2185, PairWithPosition.make(simpleSymbol2185, PairWithPosition.make(simpleSymbol2185, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509449), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509443);
        Lit2685 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509433);
        Lit2684 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509403), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509397);
        Lit2683 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509318);
        Lit2682 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509303);
        SimpleSymbol simpleSymbol2186 = Lit8493;
        Lit2681 = PairWithPosition.make(simpleSymbol2186, PairWithPosition.make(simpleSymbol2186, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509124), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 509119);
        Lit2680 = (SimpleSymbol) new SimpleSymbol("UriEncode").readResolve();
        SimpleSymbol simpleSymbol2187 = Lit8494;
        SimpleSymbol simpleSymbol2188 = Lit8493;
        Lit2679 = PairWithPosition.make(simpleSymbol2187, PairWithPosition.make(simpleSymbol2188, PairWithPosition.make(simpleSymbol2188, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508757), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508753), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508748);
        Lit2678 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508694), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508688);
        Lit2677 = (SimpleSymbol) new SimpleSymbol("$itemno").readResolve();
        Lit2676 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508615), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508609);
        Lit2675 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508600), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508594);
        SimpleSymbol simpleSymbol2189 = Lit8493;
        Lit2674 = PairWithPosition.make(simpleSymbol2189, PairWithPosition.make(simpleSymbol2189, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 508410);
        Lit2673 = (SimpleSymbol) new SimpleSymbol("p$getPR").readResolve();
        Lit2672 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 504105), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 504094);
        Lit2671 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 503922);
        Lit2670 = (SimpleSymbol) new SimpleSymbol("Show").readResolve();
        Lit2669 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 504105), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 504094);
        Lit2668 = (SimpleSymbol) new SimpleSymbol("vaShow").readResolve();
        Lit2667 = (SimpleSymbol) new SimpleSymbol("CreateDialog").readResolve();
        Lit2666 = (SimpleSymbol) new SimpleSymbol("WrapContent").readResolve();
        Lit2665 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 503922);
        Lit2664 = (SimpleSymbol) new SimpleSymbol("$html").readResolve();
        Lit2663 = (SimpleSymbol) new SimpleSymbol("Web_View1").readResolve();
        Lit2662 = (SimpleSymbol) new SimpleSymbol("p$menuHTML").readResolve();
        SimpleSymbol simpleSymbol2190 = Lit9;
        Lit2661 = PairWithPosition.make(simpleSymbol2190, PairWithPosition.make(simpleSymbol2190, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500003), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499997);
        SimpleSymbol simpleSymbol2191 = Lit9;
        Lit2660 = PairWithPosition.make(simpleSymbol2191, PairWithPosition.make(simpleSymbol2191, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500003), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499997);
        Lit2659 = (SimpleSymbol) new SimpleSymbol("p$getKey").readResolve();
        SimpleSymbol simpleSymbol2192 = Lit8497;
        Lit2658 = PairWithPosition.make(simpleSymbol2192, PairWithPosition.make(simpleSymbol2192, PairWithPosition.make(simpleSymbol2192, PairWithPosition.make(simpleSymbol2192, PairWithPosition.make(simpleSymbol2192, PairWithPosition.make(simpleSymbol2192, PairWithPosition.make(simpleSymbol2192, PairWithPosition.make(simpleSymbol2192, PairWithPosition.make(simpleSymbol2192, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501020), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501010), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501005), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500995), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500990), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500985), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500979);
        Lit2657 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500955), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500950);
        Lit2656 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500823), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500818);
        Lit2655 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500693), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500688);
        Lit2654 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500563), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500558);
        Lit2653 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500425), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500420);
        Lit2652 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500284);
        Lit2651 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500164);
        Lit2650 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500046);
        Lit2649 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499928);
        SimpleSymbol simpleSymbol2193 = Lit720;
        Lit2648 = PairWithPosition.make(simpleSymbol2193, PairWithPosition.make(simpleSymbol2193, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499711), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499703);
        SimpleSymbol simpleSymbol2194 = Lit720;
        Lit2647 = PairWithPosition.make(simpleSymbol2194, PairWithPosition.make(simpleSymbol2194, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499686), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499678);
        SimpleSymbol simpleSymbol2195 = Lit720;
        Lit2646 = PairWithPosition.make(simpleSymbol2195, PairWithPosition.make(simpleSymbol2195, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499635), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499627);
        SimpleSymbol simpleSymbol2196 = Lit720;
        Lit2645 = PairWithPosition.make(simpleSymbol2196, PairWithPosition.make(simpleSymbol2196, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499590), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499582);
        SimpleSymbol simpleSymbol2197 = Lit720;
        Lit2644 = PairWithPosition.make(simpleSymbol2197, PairWithPosition.make(simpleSymbol2197, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499300), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499292);
        Lit2643 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499166);
        SimpleSymbol simpleSymbol2198 = Lit720;
        Lit2642 = PairWithPosition.make(simpleSymbol2198, PairWithPosition.make(simpleSymbol2198, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499141), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499133);
        SimpleSymbol simpleSymbol2199 = Lit720;
        Lit2641 = PairWithPosition.make(simpleSymbol2199, PairWithPosition.make(simpleSymbol2199, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498912);
        SimpleSymbol simpleSymbol2200 = Lit720;
        Lit2640 = PairWithPosition.make(simpleSymbol2200, PairWithPosition.make(simpleSymbol2200, PairWithPosition.make(simpleSymbol2200, PairWithPosition.make(simpleSymbol2200, PairWithPosition.make(simpleSymbol2200, PairWithPosition.make(simpleSymbol2200, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498873), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498866), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498858);
        SimpleSymbol simpleSymbol2201 = Lit720;
        Lit2639 = PairWithPosition.make(simpleSymbol2201, PairWithPosition.make(simpleSymbol2201, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498547), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498539);
        SimpleSymbol simpleSymbol2202 = Lit720;
        Lit2638 = PairWithPosition.make(simpleSymbol2202, PairWithPosition.make(simpleSymbol2202, PairWithPosition.make(simpleSymbol2202, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498521), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498514), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498506);
        SimpleSymbol simpleSymbol2203 = Lit720;
        Lit2637 = PairWithPosition.make(simpleSymbol2203, PairWithPosition.make(simpleSymbol2203, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498294), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498286);
        SimpleSymbol simpleSymbol2204 = Lit720;
        Lit2636 = PairWithPosition.make(simpleSymbol2204, PairWithPosition.make(simpleSymbol2204, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498268), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498260);
        SimpleSymbol simpleSymbol2205 = Lit720;
        Lit2635 = PairWithPosition.make(simpleSymbol2205, PairWithPosition.make(simpleSymbol2205, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498055);
        SimpleSymbol simpleSymbol2206 = Lit720;
        Lit2634 = PairWithPosition.make(simpleSymbol2206, PairWithPosition.make(simpleSymbol2206, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498037), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498029);
        SimpleSymbol simpleSymbol2207 = Lit720;
        Lit2633 = PairWithPosition.make(simpleSymbol2207, PairWithPosition.make(simpleSymbol2207, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498004);
        SimpleSymbol simpleSymbol2208 = Lit720;
        Lit2632 = PairWithPosition.make(simpleSymbol2208, PairWithPosition.make(simpleSymbol2208, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497754), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497746);
        SimpleSymbol simpleSymbol2209 = Lit720;
        Lit2631 = PairWithPosition.make(simpleSymbol2209, PairWithPosition.make(simpleSymbol2209, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497720);
        SimpleSymbol simpleSymbol2210 = Lit720;
        Lit2630 = PairWithPosition.make(simpleSymbol2210, PairWithPosition.make(simpleSymbol2210, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497523);
        SimpleSymbol simpleSymbol2211 = Lit720;
        Lit2629 = PairWithPosition.make(simpleSymbol2211, PairWithPosition.make(simpleSymbol2211, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497505), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497497);
        Lit2628 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497178);
        SimpleSymbol simpleSymbol2212 = Lit720;
        Lit2627 = PairWithPosition.make(simpleSymbol2212, PairWithPosition.make(simpleSymbol2212, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497147), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497139);
        SimpleSymbol simpleSymbol2213 = Lit720;
        Lit2626 = PairWithPosition.make(simpleSymbol2213, PairWithPosition.make(simpleSymbol2213, PairWithPosition.make(simpleSymbol2213, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497114), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497106);
        SimpleSymbol simpleSymbol2214 = Lit720;
        Lit2625 = PairWithPosition.make(simpleSymbol2214, PairWithPosition.make(simpleSymbol2214, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496848), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496840);
        SimpleSymbol simpleSymbol2215 = Lit720;
        Lit2624 = PairWithPosition.make(simpleSymbol2215, PairWithPosition.make(simpleSymbol2215, PairWithPosition.make(simpleSymbol2215, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496822), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496807);
        SimpleSymbol simpleSymbol2216 = Lit720;
        Lit2623 = PairWithPosition.make(simpleSymbol2216, PairWithPosition.make(simpleSymbol2216, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496638), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496630);
        SimpleSymbol simpleSymbol2217 = Lit720;
        Lit2622 = PairWithPosition.make(simpleSymbol2217, PairWithPosition.make(simpleSymbol2217, PairWithPosition.make(simpleSymbol2217, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496611), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496604), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496596);
        SimpleSymbol simpleSymbol2218 = Lit720;
        Lit2621 = PairWithPosition.make(simpleSymbol2218, PairWithPosition.make(simpleSymbol2218, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496407), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496399);
        SimpleSymbol simpleSymbol2219 = Lit720;
        Lit2620 = PairWithPosition.make(simpleSymbol2219, PairWithPosition.make(simpleSymbol2219, PairWithPosition.make(simpleSymbol2219, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496374), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496366);
        SimpleSymbol simpleSymbol2220 = Lit720;
        Lit2619 = PairWithPosition.make(simpleSymbol2220, PairWithPosition.make(simpleSymbol2220, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496189);
        SimpleSymbol simpleSymbol2221 = Lit720;
        Lit2618 = PairWithPosition.make(simpleSymbol2221, PairWithPosition.make(simpleSymbol2221, PairWithPosition.make(simpleSymbol2221, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496163), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496155);
        SimpleSymbol simpleSymbol2222 = Lit720;
        Lit2617 = PairWithPosition.make(simpleSymbol2222, PairWithPosition.make(simpleSymbol2222, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495960);
        SimpleSymbol simpleSymbol2223 = Lit720;
        Lit2616 = PairWithPosition.make(simpleSymbol2223, PairWithPosition.make(simpleSymbol2223, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495942), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495934);
        SimpleSymbol simpleSymbol2224 = Lit720;
        Lit2615 = PairWithPosition.make(simpleSymbol2224, PairWithPosition.make(simpleSymbol2224, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495888);
        SimpleSymbol simpleSymbol2225 = Lit8497;
        Lit2614 = PairWithPosition.make(simpleSymbol2225, PairWithPosition.make(simpleSymbol2225, PairWithPosition.make(simpleSymbol2225, PairWithPosition.make(simpleSymbol2225, PairWithPosition.make(simpleSymbol2225, PairWithPosition.make(simpleSymbol2225, PairWithPosition.make(simpleSymbol2225, PairWithPosition.make(simpleSymbol2225, PairWithPosition.make(simpleSymbol2225, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501020), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501010), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501005), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 501000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500995), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500990), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500985), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500979);
        Lit2613 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500955), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500950);
        Lit2612 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500823), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500818);
        Lit2611 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500693), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500688);
        Lit2610 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500563), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500558);
        Lit2609 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500425), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500420);
        Lit2608 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500284);
        Lit2607 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500164);
        Lit2606 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 500046);
        Lit2605 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499928);
        SimpleSymbol simpleSymbol2226 = Lit720;
        Lit2604 = PairWithPosition.make(simpleSymbol2226, PairWithPosition.make(simpleSymbol2226, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499711), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499703);
        SimpleSymbol simpleSymbol2227 = Lit720;
        Lit2603 = PairWithPosition.make(simpleSymbol2227, PairWithPosition.make(simpleSymbol2227, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499686), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499678);
        SimpleSymbol simpleSymbol2228 = Lit720;
        Lit2602 = PairWithPosition.make(simpleSymbol2228, PairWithPosition.make(simpleSymbol2228, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499635), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499627);
        SimpleSymbol simpleSymbol2229 = Lit720;
        Lit2601 = PairWithPosition.make(simpleSymbol2229, PairWithPosition.make(simpleSymbol2229, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499590), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499582);
        SimpleSymbol simpleSymbol2230 = Lit720;
        Lit2600 = PairWithPosition.make(simpleSymbol2230, PairWithPosition.make(simpleSymbol2230, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499300), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499292);
        Lit2599 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499166);
        SimpleSymbol simpleSymbol2231 = Lit720;
        Lit2598 = PairWithPosition.make(simpleSymbol2231, PairWithPosition.make(simpleSymbol2231, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499141), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 499133);
        SimpleSymbol simpleSymbol2232 = Lit720;
        Lit2597 = PairWithPosition.make(simpleSymbol2232, PairWithPosition.make(simpleSymbol2232, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498912);
        SimpleSymbol simpleSymbol2233 = Lit720;
        Lit2596 = PairWithPosition.make(simpleSymbol2233, PairWithPosition.make(simpleSymbol2233, PairWithPosition.make(simpleSymbol2233, PairWithPosition.make(simpleSymbol2233, PairWithPosition.make(simpleSymbol2233, PairWithPosition.make(simpleSymbol2233, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498873), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498866), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498858);
        SimpleSymbol simpleSymbol2234 = Lit720;
        Lit2595 = PairWithPosition.make(simpleSymbol2234, PairWithPosition.make(simpleSymbol2234, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498547), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498539);
        SimpleSymbol simpleSymbol2235 = Lit720;
        Lit2594 = PairWithPosition.make(simpleSymbol2235, PairWithPosition.make(simpleSymbol2235, PairWithPosition.make(simpleSymbol2235, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498521), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498514), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498506);
        Lit2593 = DFloNum.make(3.0E-5d);
        SimpleSymbol simpleSymbol2236 = Lit720;
        Lit2592 = PairWithPosition.make(simpleSymbol2236, PairWithPosition.make(simpleSymbol2236, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498294), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498286);
        SimpleSymbol simpleSymbol2237 = Lit720;
        Lit2591 = PairWithPosition.make(simpleSymbol2237, PairWithPosition.make(simpleSymbol2237, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498268), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498260);
        Lit2590 = DFloNum.make(1.0E-6d);
        SimpleSymbol simpleSymbol2238 = Lit720;
        Lit2589 = PairWithPosition.make(simpleSymbol2238, PairWithPosition.make(simpleSymbol2238, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498055);
        SimpleSymbol simpleSymbol2239 = Lit720;
        Lit2588 = PairWithPosition.make(simpleSymbol2239, PairWithPosition.make(simpleSymbol2239, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498037), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498029);
        SimpleSymbol simpleSymbol2240 = Lit720;
        Lit2587 = PairWithPosition.make(simpleSymbol2240, PairWithPosition.make(simpleSymbol2240, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 498004);
        Lit2586 = DFloNum.make(0.18d);
        SimpleSymbol simpleSymbol2241 = Lit720;
        Lit2585 = PairWithPosition.make(simpleSymbol2241, PairWithPosition.make(simpleSymbol2241, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497754), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497746);
        SimpleSymbol simpleSymbol2242 = Lit720;
        Lit2584 = PairWithPosition.make(simpleSymbol2242, PairWithPosition.make(simpleSymbol2242, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497720);
        Lit2583 = DFloNum.make(3.45E-5d);
        SimpleSymbol simpleSymbol2243 = Lit720;
        Lit2582 = PairWithPosition.make(simpleSymbol2243, PairWithPosition.make(simpleSymbol2243, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497523);
        SimpleSymbol simpleSymbol2244 = Lit720;
        Lit2581 = PairWithPosition.make(simpleSymbol2244, PairWithPosition.make(simpleSymbol2244, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497505), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497497);
        Lit2580 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497178);
        SimpleSymbol simpleSymbol2245 = Lit720;
        Lit2579 = PairWithPosition.make(simpleSymbol2245, PairWithPosition.make(simpleSymbol2245, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497147), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497139);
        SimpleSymbol simpleSymbol2246 = Lit720;
        Lit2578 = PairWithPosition.make(simpleSymbol2246, PairWithPosition.make(simpleSymbol2246, PairWithPosition.make(simpleSymbol2246, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497114), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 497106);
        Lit2577 = DFloNum.make(2.5E-4d);
        SimpleSymbol simpleSymbol2247 = Lit720;
        Lit2576 = PairWithPosition.make(simpleSymbol2247, PairWithPosition.make(simpleSymbol2247, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496848), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496840);
        SimpleSymbol simpleSymbol2248 = Lit720;
        Lit2575 = PairWithPosition.make(simpleSymbol2248, PairWithPosition.make(simpleSymbol2248, PairWithPosition.make(simpleSymbol2248, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496822), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496807);
        Lit2574 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol2249 = Lit720;
        Lit2573 = PairWithPosition.make(simpleSymbol2249, PairWithPosition.make(simpleSymbol2249, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496638), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496630);
        SimpleSymbol simpleSymbol2250 = Lit720;
        Lit2572 = PairWithPosition.make(simpleSymbol2250, PairWithPosition.make(simpleSymbol2250, PairWithPosition.make(simpleSymbol2250, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496611), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496604), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496596);
        Lit2571 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol2251 = Lit720;
        Lit2570 = PairWithPosition.make(simpleSymbol2251, PairWithPosition.make(simpleSymbol2251, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496407), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496399);
        SimpleSymbol simpleSymbol2252 = Lit720;
        Lit2569 = PairWithPosition.make(simpleSymbol2252, PairWithPosition.make(simpleSymbol2252, PairWithPosition.make(simpleSymbol2252, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496374), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496366);
        Lit2568 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol2253 = Lit720;
        Lit2567 = PairWithPosition.make(simpleSymbol2253, PairWithPosition.make(simpleSymbol2253, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496189);
        SimpleSymbol simpleSymbol2254 = Lit720;
        Lit2566 = PairWithPosition.make(simpleSymbol2254, PairWithPosition.make(simpleSymbol2254, PairWithPosition.make(simpleSymbol2254, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496163), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 496155);
        Lit2565 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol2255 = Lit720;
        Lit2564 = PairWithPosition.make(simpleSymbol2255, PairWithPosition.make(simpleSymbol2255, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495960);
        SimpleSymbol simpleSymbol2256 = Lit720;
        Lit2563 = PairWithPosition.make(simpleSymbol2256, PairWithPosition.make(simpleSymbol2256, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495942), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495934);
        SimpleSymbol simpleSymbol2257 = Lit720;
        Lit2562 = PairWithPosition.make(simpleSymbol2257, PairWithPosition.make(simpleSymbol2257, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495896), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 495888);
        Lit2561 = (SimpleSymbol) new SimpleSymbol("p$intra_taxes").readResolve();
        SimpleSymbol simpleSymbol2258 = Lit9;
        Lit2560 = PairWithPosition.make(simpleSymbol2258, PairWithPosition.make(simpleSymbol2258, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491819), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491813);
        SimpleSymbol simpleSymbol2259 = Lit9;
        Lit2559 = PairWithPosition.make(simpleSymbol2259, PairWithPosition.make(simpleSymbol2259, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491819), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491813);
        SimpleSymbol simpleSymbol2260 = Lit9;
        Lit2558 = PairWithPosition.make(simpleSymbol2260, PairWithPosition.make(simpleSymbol2260, PairWithPosition.make(simpleSymbol2260, PairWithPosition.make(simpleSymbol2260, PairWithPosition.make(simpleSymbol2260, PairWithPosition.make(simpleSymbol2260, PairWithPosition.make(simpleSymbol2260, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488743), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488738), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488723), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488718), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488712);
        SimpleSymbol simpleSymbol2261 = Lit9;
        Lit2557 = PairWithPosition.make(simpleSymbol2261, PairWithPosition.make(simpleSymbol2261, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488694), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488688);
        SimpleSymbol simpleSymbol2262 = Lit9;
        Lit2556 = PairWithPosition.make(simpleSymbol2262, PairWithPosition.make(simpleSymbol2262, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488568);
        SimpleSymbol simpleSymbol2263 = Lit9;
        Lit2555 = PairWithPosition.make(simpleSymbol2263, PairWithPosition.make(simpleSymbol2263, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488454);
        SimpleSymbol simpleSymbol2264 = Lit9;
        Lit2554 = PairWithPosition.make(simpleSymbol2264, PairWithPosition.make(simpleSymbol2264, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488344), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488338);
        SimpleSymbol simpleSymbol2265 = Lit9;
        Lit2553 = PairWithPosition.make(simpleSymbol2265, PairWithPosition.make(simpleSymbol2265, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488218);
        Lit2552 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488207);
        SimpleSymbol simpleSymbol2266 = Lit9;
        Lit2551 = PairWithPosition.make(simpleSymbol2266, PairWithPosition.make(simpleSymbol2266, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488034);
        SimpleSymbol simpleSymbol2267 = Lit9;
        Lit2550 = PairWithPosition.make(simpleSymbol2267, PairWithPosition.make(simpleSymbol2267, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487922), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487916);
        SimpleSymbol simpleSymbol2268 = Lit9;
        Lit2549 = PairWithPosition.make(simpleSymbol2268, PairWithPosition.make(simpleSymbol2268, PairWithPosition.make(simpleSymbol2268, PairWithPosition.make(simpleSymbol2268, PairWithPosition.make(simpleSymbol2268, PairWithPosition.make(simpleSymbol2268, PairWithPosition.make(simpleSymbol2268, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488743), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488738), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488723), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488718), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488712);
        SimpleSymbol simpleSymbol2269 = Lit9;
        Lit2548 = PairWithPosition.make(simpleSymbol2269, PairWithPosition.make(simpleSymbol2269, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488694), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488688);
        Lit2547 = (SimpleSymbol) new SimpleSymbol("$condition").readResolve();
        SimpleSymbol simpleSymbol2270 = Lit9;
        Lit2546 = PairWithPosition.make(simpleSymbol2270, PairWithPosition.make(simpleSymbol2270, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488568);
        Lit2545 = (SimpleSymbol) new SimpleSymbol("$values").readResolve();
        SimpleSymbol simpleSymbol2271 = Lit9;
        Lit2544 = PairWithPosition.make(simpleSymbol2271, PairWithPosition.make(simpleSymbol2271, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488454);
        Lit2543 = (SimpleSymbol) new SimpleSymbol("$columns").readResolve();
        SimpleSymbol simpleSymbol2272 = Lit9;
        Lit2542 = PairWithPosition.make(simpleSymbol2272, PairWithPosition.make(simpleSymbol2272, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488344), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488338);
        Lit2541 = (SimpleSymbol) new SimpleSymbol("$sheetname").readResolve();
        SimpleSymbol simpleSymbol2273 = Lit9;
        Lit2540 = PairWithPosition.make(simpleSymbol2273, PairWithPosition.make(simpleSymbol2273, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488218);
        Lit2539 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488207);
        Lit2538 = (SimpleSymbol) new SimpleSymbol("BASE64Encode").readResolve();
        Lit2537 = (SimpleSymbol) new SimpleSymbol("Security1").readResolve();
        SimpleSymbol simpleSymbol2274 = Lit9;
        Lit2536 = PairWithPosition.make(simpleSymbol2274, PairWithPosition.make(simpleSymbol2274, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488034);
        Lit2535 = (SimpleSymbol) new SimpleSymbol("$DML").readResolve();
        SimpleSymbol simpleSymbol2275 = Lit9;
        Lit2534 = PairWithPosition.make(simpleSymbol2275, PairWithPosition.make(simpleSymbol2275, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487922), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487916);
        Lit2533 = (SimpleSymbol) new SimpleSymbol("p$getExec").readResolve();
        SimpleSymbol simpleSymbol2276 = Lit9;
        Lit2532 = PairWithPosition.make(simpleSymbol2276, PairWithPosition.make(simpleSymbol2276, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493486), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493480);
        Lit2531 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493456);
        Lit2530 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493426), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493420);
        SimpleSymbol simpleSymbol2277 = Lit9;
        Lit2529 = PairWithPosition.make(simpleSymbol2277, PairWithPosition.make(simpleSymbol2277, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493253), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493247);
        SimpleSymbol simpleSymbol2278 = Lit8494;
        SimpleSymbol simpleSymbol2279 = Lit8493;
        Lit2528 = PairWithPosition.make(simpleSymbol2278, PairWithPosition.make(simpleSymbol2279, PairWithPosition.make(simpleSymbol2279, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493214), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493205);
        SimpleSymbol simpleSymbol2280 = Lit9;
        Lit2527 = PairWithPosition.make(simpleSymbol2280, PairWithPosition.make(simpleSymbol2280, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493006);
        Lit2526 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492678), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492673);
        Lit2525 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492643);
        SimpleSymbol simpleSymbol2281 = Lit8494;
        SimpleSymbol simpleSymbol2282 = Lit8493;
        Lit2524 = PairWithPosition.make(simpleSymbol2281, PairWithPosition.make(simpleSymbol2282, PairWithPosition.make(simpleSymbol2282, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492536), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492531);
        SimpleSymbol simpleSymbol2283 = Lit9;
        Lit2523 = PairWithPosition.make(simpleSymbol2283, PairWithPosition.make(simpleSymbol2283, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492342);
        SimpleSymbol simpleSymbol2284 = Lit9;
        Lit2522 = PairWithPosition.make(simpleSymbol2284, PairWithPosition.make(simpleSymbol2284, PairWithPosition.make(simpleSymbol2284, PairWithPosition.make(simpleSymbol2284, PairWithPosition.make(simpleSymbol2284, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492322), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492317), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492312), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492307), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492301);
        SimpleSymbol simpleSymbol2285 = Lit8494;
        SimpleSymbol simpleSymbol2286 = Lit8493;
        Lit2521 = PairWithPosition.make(simpleSymbol2285, PairWithPosition.make(simpleSymbol2286, PairWithPosition.make(simpleSymbol2286, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492262);
        SimpleSymbol simpleSymbol2287 = Lit8497;
        Lit2520 = PairWithPosition.make(simpleSymbol2287, PairWithPosition.make(simpleSymbol2287, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492229), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492223);
        Lit2519 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492194);
        Lit2518 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492092);
        Lit2517 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491934);
        Lit2516 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491904), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491898);
        SimpleSymbol simpleSymbol2288 = Lit9;
        Lit2515 = PairWithPosition.make(simpleSymbol2288, PairWithPosition.make(simpleSymbol2288, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491879), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491873);
        SimpleSymbol simpleSymbol2289 = Lit8494;
        SimpleSymbol simpleSymbol2290 = Lit8493;
        Lit2514 = PairWithPosition.make(simpleSymbol2289, PairWithPosition.make(simpleSymbol2290, PairWithPosition.make(simpleSymbol2290, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491836), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491831);
        Lit2513 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491464), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491458);
        SimpleSymbol simpleSymbol2291 = Lit9;
        Lit2512 = PairWithPosition.make(simpleSymbol2291, PairWithPosition.make(simpleSymbol2291, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491439), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491433);
        SimpleSymbol simpleSymbol2292 = Lit8494;
        SimpleSymbol simpleSymbol2293 = Lit8493;
        Lit2511 = PairWithPosition.make(simpleSymbol2292, PairWithPosition.make(simpleSymbol2293, PairWithPosition.make(simpleSymbol2293, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491400), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491391);
        Lit2510 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491171), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491156);
        SimpleSymbol simpleSymbol2294 = Lit720;
        Lit2509 = PairWithPosition.make(simpleSymbol2294, PairWithPosition.make(simpleSymbol2294, PairWithPosition.make(simpleSymbol2294, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491133), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491118);
        Lit2508 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491088), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491082);
        SimpleSymbol simpleSymbol2295 = Lit720;
        Lit2507 = PairWithPosition.make(simpleSymbol2295, PairWithPosition.make(simpleSymbol2295, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491058);
        Lit2506 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490869);
        Lit2505 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490839);
        Lit2504 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490703);
        Lit2503 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490673), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490667);
        SimpleSymbol simpleSymbol2296 = Lit720;
        Lit2502 = PairWithPosition.make(simpleSymbol2296, PairWithPosition.make(simpleSymbol2296, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490651), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490643);
        SimpleSymbol simpleSymbol2297 = Lit9;
        Lit2501 = PairWithPosition.make(simpleSymbol2297, PairWithPosition.make(simpleSymbol2297, PairWithPosition.make(simpleSymbol2297, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490337), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490331);
        Lit2500 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490286);
        SimpleSymbol simpleSymbol2298 = Lit720;
        Lit2499 = PairWithPosition.make(simpleSymbol2298, PairWithPosition.make(simpleSymbol2298, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490270), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490262);
        Lit2498 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489895);
        Lit2497 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489865), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489859);
        SimpleSymbol simpleSymbol2299 = Lit9;
        Lit2496 = PairWithPosition.make(simpleSymbol2299, PairWithPosition.make(simpleSymbol2299, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489834);
        SimpleSymbol simpleSymbol2300 = Lit8494;
        SimpleSymbol simpleSymbol2301 = Lit8493;
        Lit2495 = PairWithPosition.make(simpleSymbol2300, PairWithPosition.make(simpleSymbol2301, PairWithPosition.make(simpleSymbol2301, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489797), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489792);
        SimpleSymbol simpleSymbol2302 = Lit9;
        Lit2494 = PairWithPosition.make(simpleSymbol2302, PairWithPosition.make(simpleSymbol2302, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489422);
        Lit2493 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489382);
        SimpleSymbol simpleSymbol2303 = Lit9;
        Lit2492 = PairWithPosition.make(simpleSymbol2303, PairWithPosition.make(simpleSymbol2303, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489363), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489357);
        SimpleSymbol simpleSymbol2304 = Lit8494;
        SimpleSymbol simpleSymbol2305 = Lit8493;
        Lit2491 = PairWithPosition.make(simpleSymbol2304, PairWithPosition.make(simpleSymbol2305, PairWithPosition.make(simpleSymbol2305, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489320), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489315);
        SimpleSymbol simpleSymbol2306 = Lit9;
        Lit2490 = PairWithPosition.make(simpleSymbol2306, PairWithPosition.make(simpleSymbol2306, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489009);
        SimpleSymbol simpleSymbol2307 = Lit8494;
        SimpleSymbol simpleSymbol2308 = Lit8493;
        Lit2489 = PairWithPosition.make(simpleSymbol2307, PairWithPosition.make(simpleSymbol2308, PairWithPosition.make(simpleSymbol2308, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488976), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488972), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488967);
        SimpleSymbol simpleSymbol2309 = Lit9;
        Lit2488 = PairWithPosition.make(simpleSymbol2309, PairWithPosition.make(simpleSymbol2309, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488765), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488759);
        Lit2487 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488428);
        Lit2486 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488398);
        SimpleSymbol simpleSymbol2310 = Lit8494;
        SimpleSymbol simpleSymbol2311 = Lit8493;
        Lit2485 = PairWithPosition.make(simpleSymbol2310, PairWithPosition.make(simpleSymbol2311, PairWithPosition.make(simpleSymbol2311, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488295), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488286);
        SimpleSymbol simpleSymbol2312 = Lit9;
        Lit2484 = PairWithPosition.make(simpleSymbol2312, PairWithPosition.make(simpleSymbol2312, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488103), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488097);
        Lit2483 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488075);
        SimpleSymbol simpleSymbol2313 = Lit8494;
        SimpleSymbol simpleSymbol2314 = Lit8493;
        Lit2482 = PairWithPosition.make(simpleSymbol2313, PairWithPosition.make(simpleSymbol2314, PairWithPosition.make(simpleSymbol2314, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488046), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488042), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488037);
        SimpleSymbol simpleSymbol2315 = Lit9;
        Lit2481 = PairWithPosition.make(simpleSymbol2315, PairWithPosition.make(simpleSymbol2315, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487842), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487836);
        Lit2480 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487508), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487503);
        Lit2479 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487473);
        SimpleSymbol simpleSymbol2316 = Lit8494;
        SimpleSymbol simpleSymbol2317 = Lit8493;
        Lit2478 = PairWithPosition.make(simpleSymbol2316, PairWithPosition.make(simpleSymbol2317, PairWithPosition.make(simpleSymbol2317, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487355);
        SimpleSymbol simpleSymbol2318 = Lit9;
        Lit2477 = PairWithPosition.make(simpleSymbol2318, PairWithPosition.make(simpleSymbol2318, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487155);
        SimpleSymbol simpleSymbol2319 = Lit8493;
        Lit2476 = PairWithPosition.make(simpleSymbol2319, PairWithPosition.make(simpleSymbol2319, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486913), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486908);
        SimpleSymbol simpleSymbol2320 = Lit8494;
        SimpleSymbol simpleSymbol2321 = Lit8493;
        Lit2475 = PairWithPosition.make(simpleSymbol2320, PairWithPosition.make(simpleSymbol2321, PairWithPosition.make(simpleSymbol2321, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486870), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486866), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486861);
        SimpleSymbol simpleSymbol2322 = Lit9;
        Lit2474 = PairWithPosition.make(simpleSymbol2322, PairWithPosition.make(simpleSymbol2322, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486592);
        Lit2473 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486323);
        SimpleSymbol simpleSymbol2323 = Lit8493;
        Lit2472 = PairWithPosition.make(simpleSymbol2323, PairWithPosition.make(simpleSymbol2323, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486294);
        SimpleSymbol simpleSymbol2324 = Lit9;
        Lit2471 = PairWithPosition.make(simpleSymbol2324, PairWithPosition.make(simpleSymbol2324, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486089), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486083);
        SimpleSymbol simpleSymbol2325 = Lit8493;
        Lit2470 = PairWithPosition.make(simpleSymbol2325, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2325, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486042);
        SimpleSymbol simpleSymbol2326 = Lit9;
        Lit2469 = PairWithPosition.make(simpleSymbol2326, PairWithPosition.make(simpleSymbol2326, PairWithPosition.make(simpleSymbol2326, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485851), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485846), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485840);
        SimpleSymbol simpleSymbol2327 = Lit9;
        Lit2468 = PairWithPosition.make(simpleSymbol2327, PairWithPosition.make(simpleSymbol2327, PairWithPosition.make(simpleSymbol2327, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485817), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485806);
        SimpleSymbol simpleSymbol2328 = Lit9;
        Lit2467 = PairWithPosition.make(simpleSymbol2328, PairWithPosition.make(simpleSymbol2328, PairWithPosition.make(simpleSymbol2328, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485772), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485767), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485761);
        SimpleSymbol simpleSymbol2329 = Lit8493;
        Lit2466 = PairWithPosition.make(simpleSymbol2329, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2329, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485712);
        SimpleSymbol simpleSymbol2330 = Lit9;
        Lit2465 = PairWithPosition.make(simpleSymbol2330, PairWithPosition.make(simpleSymbol2330, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485286), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485280);
        Lit2464 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485249);
        SimpleSymbol simpleSymbol2331 = Lit9;
        Lit2463 = PairWithPosition.make(simpleSymbol2331, PairWithPosition.make(simpleSymbol2331, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485075);
        Lit2462 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485041);
        SimpleSymbol simpleSymbol2332 = Lit9;
        Lit2461 = PairWithPosition.make(simpleSymbol2332, PairWithPosition.make(simpleSymbol2332, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484873), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484867);
        Lit2460 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484835);
        SimpleSymbol simpleSymbol2333 = Lit720;
        Lit2459 = PairWithPosition.make(simpleSymbol2333, PairWithPosition.make(simpleSymbol2333, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484488);
        Lit2458 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484480), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484474);
        Lit2457 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484360);
        Lit2456 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484198);
        Lit2455 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484175), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484170);
        Lit2454 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484115);
        SimpleSymbol simpleSymbol2334 = Lit8493;
        Lit2453 = PairWithPosition.make(simpleSymbol2334, PairWithPosition.make(simpleSymbol2334, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484059);
        SimpleSymbol simpleSymbol2335 = Lit8494;
        SimpleSymbol simpleSymbol2336 = Lit8493;
        Lit2452 = PairWithPosition.make(simpleSymbol2335, PairWithPosition.make(simpleSymbol2336, PairWithPosition.make(simpleSymbol2336, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483815);
        Lit2451 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483554), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483548);
        SimpleSymbol simpleSymbol2337 = Lit9;
        Lit2450 = PairWithPosition.make(simpleSymbol2337, PairWithPosition.make(simpleSymbol2337, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493486), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493480);
        Lit2449 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493456);
        Lit2448 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493426), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493420);
        SimpleSymbol simpleSymbol2338 = Lit9;
        Lit2447 = PairWithPosition.make(simpleSymbol2338, PairWithPosition.make(simpleSymbol2338, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493253), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493247);
        SimpleSymbol simpleSymbol2339 = Lit8494;
        SimpleSymbol simpleSymbol2340 = Lit8493;
        Lit2446 = PairWithPosition.make(simpleSymbol2339, PairWithPosition.make(simpleSymbol2340, PairWithPosition.make(simpleSymbol2340, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493214), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493205);
        SimpleSymbol simpleSymbol2341 = Lit9;
        Lit2445 = PairWithPosition.make(simpleSymbol2341, PairWithPosition.make(simpleSymbol2341, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 493006);
        Lit2444 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492678), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492673);
        Lit2443 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492643);
        SimpleSymbol simpleSymbol2342 = Lit8494;
        SimpleSymbol simpleSymbol2343 = Lit8493;
        Lit2442 = PairWithPosition.make(simpleSymbol2342, PairWithPosition.make(simpleSymbol2343, PairWithPosition.make(simpleSymbol2343, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492536), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492531);
        SimpleSymbol simpleSymbol2344 = Lit9;
        Lit2441 = PairWithPosition.make(simpleSymbol2344, PairWithPosition.make(simpleSymbol2344, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492342);
        SimpleSymbol simpleSymbol2345 = Lit9;
        Lit2440 = PairWithPosition.make(simpleSymbol2345, PairWithPosition.make(simpleSymbol2345, PairWithPosition.make(simpleSymbol2345, PairWithPosition.make(simpleSymbol2345, PairWithPosition.make(simpleSymbol2345, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492322), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492317), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492312), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492307), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492301);
        SimpleSymbol simpleSymbol2346 = Lit8494;
        SimpleSymbol simpleSymbol2347 = Lit8493;
        Lit2439 = PairWithPosition.make(simpleSymbol2346, PairWithPosition.make(simpleSymbol2347, PairWithPosition.make(simpleSymbol2347, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492262);
        SimpleSymbol simpleSymbol2348 = Lit8497;
        Lit2438 = PairWithPosition.make(simpleSymbol2348, PairWithPosition.make(simpleSymbol2348, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492229), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492223);
        Lit2437 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492194);
        Lit2436 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492097), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 492092);
        Lit2435 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491934);
        Lit2434 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491904), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491898);
        SimpleSymbol simpleSymbol2349 = Lit9;
        Lit2433 = PairWithPosition.make(simpleSymbol2349, PairWithPosition.make(simpleSymbol2349, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491879), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491873);
        SimpleSymbol simpleSymbol2350 = Lit8494;
        SimpleSymbol simpleSymbol2351 = Lit8493;
        Lit2432 = PairWithPosition.make(simpleSymbol2350, PairWithPosition.make(simpleSymbol2351, PairWithPosition.make(simpleSymbol2351, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491836), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491831);
        Lit2431 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491464), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491458);
        SimpleSymbol simpleSymbol2352 = Lit9;
        Lit2430 = PairWithPosition.make(simpleSymbol2352, PairWithPosition.make(simpleSymbol2352, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491439), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491433);
        SimpleSymbol simpleSymbol2353 = Lit8494;
        SimpleSymbol simpleSymbol2354 = Lit8493;
        Lit2429 = PairWithPosition.make(simpleSymbol2353, PairWithPosition.make(simpleSymbol2354, PairWithPosition.make(simpleSymbol2354, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491400), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491391);
        Lit2428 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491171), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491156);
        SimpleSymbol simpleSymbol2355 = Lit720;
        Lit2427 = PairWithPosition.make(simpleSymbol2355, PairWithPosition.make(simpleSymbol2355, PairWithPosition.make(simpleSymbol2355, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491133), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491118);
        Lit2426 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491088), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491082);
        SimpleSymbol simpleSymbol2356 = Lit720;
        Lit2425 = PairWithPosition.make(simpleSymbol2356, PairWithPosition.make(simpleSymbol2356, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 491058);
        Lit2424 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490869);
        Lit2423 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490839);
        Lit2422 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490703);
        Lit2421 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490673), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490667);
        SimpleSymbol simpleSymbol2357 = Lit720;
        Lit2420 = PairWithPosition.make(simpleSymbol2357, PairWithPosition.make(simpleSymbol2357, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490651), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490643);
        SimpleSymbol simpleSymbol2358 = Lit9;
        Lit2419 = PairWithPosition.make(simpleSymbol2358, PairWithPosition.make(simpleSymbol2358, PairWithPosition.make(simpleSymbol2358, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490337), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490331);
        Lit2418 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490286);
        SimpleSymbol simpleSymbol2359 = Lit720;
        Lit2417 = PairWithPosition.make(simpleSymbol2359, PairWithPosition.make(simpleSymbol2359, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490270), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 490262);
        Lit2416 = (SimpleSymbol) new SimpleSymbol("$search_id").readResolve();
        Lit2415 = (SimpleSymbol) new SimpleSymbol("MakeDate").readResolve();
        Lit2414 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489895);
        Lit2413 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489865), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489859);
        SimpleSymbol simpleSymbol2360 = Lit9;
        Lit2412 = PairWithPosition.make(simpleSymbol2360, PairWithPosition.make(simpleSymbol2360, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489840), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489834);
        SimpleSymbol simpleSymbol2361 = Lit8494;
        SimpleSymbol simpleSymbol2362 = Lit8493;
        Lit2411 = PairWithPosition.make(simpleSymbol2361, PairWithPosition.make(simpleSymbol2362, PairWithPosition.make(simpleSymbol2362, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489797), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489792);
        SimpleSymbol simpleSymbol2363 = Lit9;
        Lit2410 = PairWithPosition.make(simpleSymbol2363, PairWithPosition.make(simpleSymbol2363, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489422);
        Lit2409 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489382);
        SimpleSymbol simpleSymbol2364 = Lit9;
        Lit2408 = PairWithPosition.make(simpleSymbol2364, PairWithPosition.make(simpleSymbol2364, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489363), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489357);
        SimpleSymbol simpleSymbol2365 = Lit8494;
        SimpleSymbol simpleSymbol2366 = Lit8493;
        Lit2407 = PairWithPosition.make(simpleSymbol2365, PairWithPosition.make(simpleSymbol2366, PairWithPosition.make(simpleSymbol2366, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489320), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489315);
        SimpleSymbol simpleSymbol2367 = Lit9;
        Lit2406 = PairWithPosition.make(simpleSymbol2367, PairWithPosition.make(simpleSymbol2367, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489015), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 489009);
        SimpleSymbol simpleSymbol2368 = Lit8494;
        SimpleSymbol simpleSymbol2369 = Lit8493;
        Lit2405 = PairWithPosition.make(simpleSymbol2368, PairWithPosition.make(simpleSymbol2369, PairWithPosition.make(simpleSymbol2369, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488976), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488972), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488967);
        SimpleSymbol simpleSymbol2370 = Lit9;
        Lit2404 = PairWithPosition.make(simpleSymbol2370, PairWithPosition.make(simpleSymbol2370, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488765), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488759);
        Lit2403 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488428);
        Lit2402 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488398);
        SimpleSymbol simpleSymbol2371 = Lit8494;
        SimpleSymbol simpleSymbol2372 = Lit8493;
        Lit2401 = PairWithPosition.make(simpleSymbol2371, PairWithPosition.make(simpleSymbol2372, PairWithPosition.make(simpleSymbol2372, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488295), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488291), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488286);
        SimpleSymbol simpleSymbol2373 = Lit9;
        Lit2400 = PairWithPosition.make(simpleSymbol2373, PairWithPosition.make(simpleSymbol2373, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488103), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488097);
        Lit2399 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488075);
        SimpleSymbol simpleSymbol2374 = Lit8494;
        SimpleSymbol simpleSymbol2375 = Lit8493;
        Lit2398 = PairWithPosition.make(simpleSymbol2374, PairWithPosition.make(simpleSymbol2375, PairWithPosition.make(simpleSymbol2375, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488046), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488042), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 488037);
        SimpleSymbol simpleSymbol2376 = Lit9;
        Lit2397 = PairWithPosition.make(simpleSymbol2376, PairWithPosition.make(simpleSymbol2376, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487842), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487836);
        Lit2396 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487508), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487503);
        Lit2395 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487473);
        SimpleSymbol simpleSymbol2377 = Lit8494;
        SimpleSymbol simpleSymbol2378 = Lit8493;
        Lit2394 = PairWithPosition.make(simpleSymbol2377, PairWithPosition.make(simpleSymbol2378, PairWithPosition.make(simpleSymbol2378, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487355);
        SimpleSymbol simpleSymbol2379 = Lit9;
        Lit2393 = PairWithPosition.make(simpleSymbol2379, PairWithPosition.make(simpleSymbol2379, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 487155);
        SimpleSymbol simpleSymbol2380 = Lit8493;
        Lit2392 = PairWithPosition.make(simpleSymbol2380, PairWithPosition.make(simpleSymbol2380, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486913), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486908);
        SimpleSymbol simpleSymbol2381 = Lit8494;
        SimpleSymbol simpleSymbol2382 = Lit8493;
        Lit2391 = PairWithPosition.make(simpleSymbol2381, PairWithPosition.make(simpleSymbol2382, PairWithPosition.make(simpleSymbol2382, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486870), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486866), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486861);
        SimpleSymbol simpleSymbol2383 = Lit9;
        Lit2390 = PairWithPosition.make(simpleSymbol2383, PairWithPosition.make(simpleSymbol2383, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486592);
        Lit2389 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486323);
        SimpleSymbol simpleSymbol2384 = Lit8493;
        Lit2388 = PairWithPosition.make(simpleSymbol2384, PairWithPosition.make(simpleSymbol2384, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486294);
        SimpleSymbol simpleSymbol2385 = Lit9;
        Lit2387 = PairWithPosition.make(simpleSymbol2385, PairWithPosition.make(simpleSymbol2385, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486089), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486083);
        SimpleSymbol simpleSymbol2386 = Lit8493;
        Lit2386 = PairWithPosition.make(simpleSymbol2386, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2386, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486052), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 486042);
        SimpleSymbol simpleSymbol2387 = Lit9;
        Lit2385 = PairWithPosition.make(simpleSymbol2387, PairWithPosition.make(simpleSymbol2387, PairWithPosition.make(simpleSymbol2387, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485851), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485846), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485840);
        SimpleSymbol simpleSymbol2388 = Lit9;
        Lit2384 = PairWithPosition.make(simpleSymbol2388, PairWithPosition.make(simpleSymbol2388, PairWithPosition.make(simpleSymbol2388, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485817), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485806);
        SimpleSymbol simpleSymbol2389 = Lit9;
        Lit2383 = PairWithPosition.make(simpleSymbol2389, PairWithPosition.make(simpleSymbol2389, PairWithPosition.make(simpleSymbol2389, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485772), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485767), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485761);
        SimpleSymbol simpleSymbol2390 = Lit8493;
        Lit2382 = PairWithPosition.make(simpleSymbol2390, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2390, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485712);
        SimpleSymbol simpleSymbol2391 = Lit9;
        Lit2381 = PairWithPosition.make(simpleSymbol2391, PairWithPosition.make(simpleSymbol2391, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485286), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485280);
        Lit2380 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485249);
        SimpleSymbol simpleSymbol2392 = Lit9;
        Lit2379 = PairWithPosition.make(simpleSymbol2392, PairWithPosition.make(simpleSymbol2392, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485075);
        Lit2378 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 485041);
        SimpleSymbol simpleSymbol2393 = Lit9;
        Lit2377 = PairWithPosition.make(simpleSymbol2393, PairWithPosition.make(simpleSymbol2393, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484873), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484867);
        Lit2376 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484835);
        SimpleSymbol simpleSymbol2394 = Lit720;
        Lit2375 = PairWithPosition.make(simpleSymbol2394, PairWithPosition.make(simpleSymbol2394, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484488);
        Lit2374 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484480), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484474);
        Lit2373 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484360);
        Lit2372 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484198);
        Lit2371 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484175), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484170);
        Lit2370 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484115);
        SimpleSymbol simpleSymbol2395 = Lit8493;
        Lit2369 = PairWithPosition.make(simpleSymbol2395, PairWithPosition.make(simpleSymbol2395, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 484059);
        SimpleSymbol simpleSymbol2396 = Lit8494;
        SimpleSymbol simpleSymbol2397 = Lit8493;
        Lit2368 = PairWithPosition.make(simpleSymbol2396, PairWithPosition.make(simpleSymbol2397, PairWithPosition.make(simpleSymbol2397, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483815);
        Lit2367 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483554), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 483548);
        Lit2366 = (SimpleSymbol) new SimpleSymbol("p$generate_watchlist").readResolve();
        Lit2365 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479880);
        Lit2364 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479690), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479685);
        Lit2363 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479677), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479672), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479661);
        Lit2362 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479880);
        Lit2361 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479690), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479685);
        Lit2360 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479677), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479672), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 479661);
        Lit2359 = (SimpleSymbol) new SimpleSymbol("com.google.appinventor.components.runtime.TinyDB").readResolve();
        Lit2358 = (SimpleSymbol) new SimpleSymbol("p$getEntries").readResolve();
        Lit2357 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475537);
        Lit2356 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475507);
        Lit2355 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475352);
        Lit2354 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475322);
        Lit2353 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475537);
        Lit2352 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475507);
        Lit2351 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475352);
        Lit2350 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475322);
        Lit2349 = (SimpleSymbol) new SimpleSymbol("p$GreenRedTF").readResolve();
        SimpleSymbol simpleSymbol2398 = Lit9;
        Lit2348 = PairWithPosition.make(simpleSymbol2398, PairWithPosition.make(simpleSymbol2398, PairWithPosition.make(Lit173, PairWithPosition.make(simpleSymbol2398, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478520), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478509);
        Lit2347 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478485);
        Lit2346 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478114);
        SimpleSymbol simpleSymbol2399 = Lit8493;
        Lit2345 = PairWithPosition.make(simpleSymbol2399, PairWithPosition.make(simpleSymbol2399, PairWithPosition.make(simpleSymbol2399, PairWithPosition.make(simpleSymbol2399, PairWithPosition.make(simpleSymbol2399, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478083), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478079), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478075), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478070);
        Lit2344 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477906), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477891);
        Lit2343 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477474), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477468);
        Lit2342 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477346);
        Lit2341 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477199);
        Lit2340 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476908), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476897), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476892);
        SimpleSymbol simpleSymbol2400 = Lit9;
        Lit2339 = PairWithPosition.make(simpleSymbol2400, PairWithPosition.make(simpleSymbol2400, PairWithPosition.make(simpleSymbol2400, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476757), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476746);
        Lit2338 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476609), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476603);
        SimpleSymbol simpleSymbol2401 = Lit720;
        Lit2337 = PairWithPosition.make(simpleSymbol2401, PairWithPosition.make(simpleSymbol2401, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476587), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476579);
        SimpleSymbol simpleSymbol2402 = Lit720;
        Lit2336 = PairWithPosition.make(simpleSymbol2402, PairWithPosition.make(simpleSymbol2402, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476554);
        Lit2335 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476452);
        Lit2334 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476220);
        SimpleSymbol simpleSymbol2403 = Lit8493;
        Lit2333 = PairWithPosition.make(simpleSymbol2403, PairWithPosition.make(simpleSymbol2403, PairWithPosition.make(simpleSymbol2403, PairWithPosition.make(simpleSymbol2403, PairWithPosition.make(simpleSymbol2403, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476181), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476176);
        SimpleSymbol simpleSymbol2404 = Lit8494;
        SimpleSymbol simpleSymbol2405 = Lit8493;
        Lit2332 = PairWithPosition.make(simpleSymbol2404, PairWithPosition.make(simpleSymbol2405, PairWithPosition.make(simpleSymbol2405, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476116);
        SimpleSymbol simpleSymbol2406 = Lit8494;
        SimpleSymbol simpleSymbol2407 = Lit8493;
        Lit2331 = PairWithPosition.make(simpleSymbol2406, PairWithPosition.make(simpleSymbol2407, PairWithPosition.make(simpleSymbol2407, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475955);
        SimpleSymbol simpleSymbol2408 = Lit8494;
        SimpleSymbol simpleSymbol2409 = Lit8493;
        Lit2330 = PairWithPosition.make(simpleSymbol2408, PairWithPosition.make(simpleSymbol2409, PairWithPosition.make(simpleSymbol2409, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475807), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475803), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475798);
        Lit2329 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475684), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475678);
        SimpleSymbol simpleSymbol2410 = Lit8493;
        Lit2328 = PairWithPosition.make(simpleSymbol2410, PairWithPosition.make(simpleSymbol2410, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475431), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475426);
        SimpleSymbol simpleSymbol2411 = Lit8494;
        SimpleSymbol simpleSymbol2412 = Lit8493;
        Lit2327 = PairWithPosition.make(simpleSymbol2411, PairWithPosition.make(simpleSymbol2412, PairWithPosition.make(simpleSymbol2412, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475387), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475382);
        Lit2326 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475150);
        SimpleSymbol simpleSymbol2413 = Lit720;
        Lit2325 = PairWithPosition.make(simpleSymbol2413, PairWithPosition.make(simpleSymbol2413, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475134), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475126);
        Lit2324 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474871);
        SimpleSymbol simpleSymbol2414 = Lit8494;
        SimpleSymbol simpleSymbol2415 = Lit8493;
        Lit2323 = PairWithPosition.make(simpleSymbol2414, PairWithPosition.make(simpleSymbol2415, PairWithPosition.make(simpleSymbol2415, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474777), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474768);
        Lit2322 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474479), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474468), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474463);
        SimpleSymbol simpleSymbol2416 = Lit720;
        Lit2321 = PairWithPosition.make(simpleSymbol2416, PairWithPosition.make(simpleSymbol2416, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474446), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474438);
        SimpleSymbol simpleSymbol2417 = Lit720;
        Lit2320 = PairWithPosition.make(simpleSymbol2417, PairWithPosition.make(simpleSymbol2417, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474408), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474400);
        SimpleSymbol simpleSymbol2418 = Lit8494;
        SimpleSymbol simpleSymbol2419 = Lit8493;
        Lit2319 = PairWithPosition.make(simpleSymbol2418, PairWithPosition.make(simpleSymbol2419, PairWithPosition.make(simpleSymbol2419, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474104), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474100), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474095);
        SimpleSymbol simpleSymbol2420 = Lit8494;
        SimpleSymbol simpleSymbol2421 = Lit8493;
        Lit2318 = PairWithPosition.make(simpleSymbol2420, PairWithPosition.make(simpleSymbol2421, PairWithPosition.make(simpleSymbol2421, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473929), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473924);
        SimpleSymbol simpleSymbol2422 = Lit8494;
        SimpleSymbol simpleSymbol2423 = Lit8493;
        Lit2317 = PairWithPosition.make(simpleSymbol2422, PairWithPosition.make(simpleSymbol2423, PairWithPosition.make(simpleSymbol2423, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473764), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473755);
        SimpleSymbol simpleSymbol2424 = Lit8494;
        SimpleSymbol simpleSymbol2425 = Lit8493;
        Lit2316 = PairWithPosition.make(simpleSymbol2424, PairWithPosition.make(simpleSymbol2425, PairWithPosition.make(simpleSymbol2425, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473593), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473589), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473584);
        Lit2315 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473340), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473335);
        Lit2314 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473165), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473154), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473149);
        Lit2313 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473125);
        Lit2312 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472819), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472808), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472803);
        Lit2311 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472767);
        Lit2310 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472740);
        SimpleSymbol simpleSymbol2426 = Lit9;
        Lit2309 = PairWithPosition.make(simpleSymbol2426, PairWithPosition.make(simpleSymbol2426, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472716);
        Lit2308 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472646);
        SimpleSymbol simpleSymbol2427 = Lit9;
        Lit2307 = PairWithPosition.make(simpleSymbol2427, PairWithPosition.make(simpleSymbol2427, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472623);
        SimpleSymbol simpleSymbol2428 = Lit9;
        Lit2306 = PairWithPosition.make(simpleSymbol2428, PairWithPosition.make(simpleSymbol2428, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472318);
        Lit2305 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472248);
        SimpleSymbol simpleSymbol2429 = Lit9;
        Lit2304 = PairWithPosition.make(simpleSymbol2429, PairWithPosition.make(simpleSymbol2429, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472225);
        SimpleSymbol simpleSymbol2430 = Lit8493;
        Lit2303 = PairWithPosition.make(simpleSymbol2430, PairWithPosition.make(simpleSymbol2430, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471818), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471813);
        SimpleSymbol simpleSymbol2431 = Lit8494;
        SimpleSymbol simpleSymbol2432 = Lit8493;
        Lit2302 = PairWithPosition.make(simpleSymbol2431, PairWithPosition.make(simpleSymbol2432, PairWithPosition.make(simpleSymbol2432, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471775), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471771), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471766);
        SimpleSymbol simpleSymbol2433 = Lit8493;
        Lit2301 = PairWithPosition.make(simpleSymbol2433, PairWithPosition.make(simpleSymbol2433, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471572);
        SimpleSymbol simpleSymbol2434 = Lit8494;
        SimpleSymbol simpleSymbol2435 = Lit8493;
        Lit2300 = PairWithPosition.make(simpleSymbol2434, PairWithPosition.make(simpleSymbol2435, PairWithPosition.make(simpleSymbol2435, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471532), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471523);
        Lit2299 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471301), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471295);
        SimpleSymbol simpleSymbol2436 = Lit9;
        Lit2298 = PairWithPosition.make(simpleSymbol2436, PairWithPosition.make(simpleSymbol2436, PairWithPosition.make(Lit173, PairWithPosition.make(simpleSymbol2436, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478520), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478509);
        Lit2297 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478485);
        Lit2296 = (SimpleSymbol) new SimpleSymbol("SimpleNotification").readResolve();
        Lit2295 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478114);
        SimpleSymbol simpleSymbol2437 = Lit8493;
        Lit2294 = PairWithPosition.make(simpleSymbol2437, PairWithPosition.make(simpleSymbol2437, PairWithPosition.make(simpleSymbol2437, PairWithPosition.make(simpleSymbol2437, PairWithPosition.make(simpleSymbol2437, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478083), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478079), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478075), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 478070);
        Lit2293 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477906), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477891);
        Lit2292 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477474), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477468);
        Lit2291 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477346);
        Lit2290 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 477199);
        Lit2289 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476908), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476897), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476892);
        SimpleSymbol simpleSymbol2438 = Lit9;
        Lit2288 = PairWithPosition.make(simpleSymbol2438, PairWithPosition.make(simpleSymbol2438, PairWithPosition.make(simpleSymbol2438, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476757), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476746);
        Lit2287 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476609), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476603);
        SimpleSymbol simpleSymbol2439 = Lit720;
        Lit2286 = PairWithPosition.make(simpleSymbol2439, PairWithPosition.make(simpleSymbol2439, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476587), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476579);
        SimpleSymbol simpleSymbol2440 = Lit720;
        Lit2285 = PairWithPosition.make(simpleSymbol2440, PairWithPosition.make(simpleSymbol2440, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476554);
        Lit2284 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476452);
        Lit2283 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476220);
        SimpleSymbol simpleSymbol2441 = Lit8493;
        Lit2282 = PairWithPosition.make(simpleSymbol2441, PairWithPosition.make(simpleSymbol2441, PairWithPosition.make(simpleSymbol2441, PairWithPosition.make(simpleSymbol2441, PairWithPosition.make(simpleSymbol2441, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476185), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476181), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476176);
        SimpleSymbol simpleSymbol2442 = Lit8494;
        SimpleSymbol simpleSymbol2443 = Lit8493;
        Lit2281 = PairWithPosition.make(simpleSymbol2442, PairWithPosition.make(simpleSymbol2443, PairWithPosition.make(simpleSymbol2443, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 476116);
        SimpleSymbol simpleSymbol2444 = Lit8494;
        SimpleSymbol simpleSymbol2445 = Lit8493;
        Lit2280 = PairWithPosition.make(simpleSymbol2444, PairWithPosition.make(simpleSymbol2445, PairWithPosition.make(simpleSymbol2445, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475955);
        SimpleSymbol simpleSymbol2446 = Lit8494;
        SimpleSymbol simpleSymbol2447 = Lit8493;
        Lit2279 = PairWithPosition.make(simpleSymbol2446, PairWithPosition.make(simpleSymbol2447, PairWithPosition.make(simpleSymbol2447, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475807), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475803), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475798);
        Lit2278 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475684), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475678);
        SimpleSymbol simpleSymbol2448 = Lit8493;
        Lit2277 = PairWithPosition.make(simpleSymbol2448, PairWithPosition.make(simpleSymbol2448, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475431), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475426);
        SimpleSymbol simpleSymbol2449 = Lit8494;
        SimpleSymbol simpleSymbol2450 = Lit8493;
        Lit2276 = PairWithPosition.make(simpleSymbol2449, PairWithPosition.make(simpleSymbol2450, PairWithPosition.make(simpleSymbol2450, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475387), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475382);
        Lit2275 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475150);
        SimpleSymbol simpleSymbol2451 = Lit720;
        Lit2274 = PairWithPosition.make(simpleSymbol2451, PairWithPosition.make(simpleSymbol2451, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475134), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 475126);
        Lit2273 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474871);
        Lit2272 = (SimpleSymbol) new SimpleSymbol("$TotQty").readResolve();
        SimpleSymbol simpleSymbol2452 = Lit8494;
        SimpleSymbol simpleSymbol2453 = Lit8493;
        Lit2271 = PairWithPosition.make(simpleSymbol2452, PairWithPosition.make(simpleSymbol2453, PairWithPosition.make(simpleSymbol2453, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474777), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474768);
        Lit2270 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474479), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474468), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474463);
        SimpleSymbol simpleSymbol2454 = Lit720;
        Lit2269 = PairWithPosition.make(simpleSymbol2454, PairWithPosition.make(simpleSymbol2454, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474446), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474438);
        SimpleSymbol simpleSymbol2455 = Lit720;
        Lit2268 = PairWithPosition.make(simpleSymbol2455, PairWithPosition.make(simpleSymbol2455, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474408), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474400);
        SimpleSymbol simpleSymbol2456 = Lit8494;
        SimpleSymbol simpleSymbol2457 = Lit8493;
        Lit2267 = PairWithPosition.make(simpleSymbol2456, PairWithPosition.make(simpleSymbol2457, PairWithPosition.make(simpleSymbol2457, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474104), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474100), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 474095);
        SimpleSymbol simpleSymbol2458 = Lit8494;
        SimpleSymbol simpleSymbol2459 = Lit8493;
        Lit2266 = PairWithPosition.make(simpleSymbol2458, PairWithPosition.make(simpleSymbol2459, PairWithPosition.make(simpleSymbol2459, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473929), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473924);
        SimpleSymbol simpleSymbol2460 = Lit8494;
        SimpleSymbol simpleSymbol2461 = Lit8493;
        Lit2265 = PairWithPosition.make(simpleSymbol2460, PairWithPosition.make(simpleSymbol2461, PairWithPosition.make(simpleSymbol2461, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473764), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473755);
        SimpleSymbol simpleSymbol2462 = Lit8494;
        SimpleSymbol simpleSymbol2463 = Lit8493;
        Lit2264 = PairWithPosition.make(simpleSymbol2462, PairWithPosition.make(simpleSymbol2463, PairWithPosition.make(simpleSymbol2463, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473593), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473589), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473584);
        Lit2263 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473340), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473335);
        Lit2262 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473165), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473154), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473149);
        Lit2261 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 473125);
        Lit2260 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472819), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472808), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472803);
        Lit2259 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472767);
        Lit2258 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472740);
        SimpleSymbol simpleSymbol2464 = Lit9;
        Lit2257 = PairWithPosition.make(simpleSymbol2464, PairWithPosition.make(simpleSymbol2464, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472722), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472716);
        Lit2256 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472646);
        SimpleSymbol simpleSymbol2465 = Lit9;
        Lit2255 = PairWithPosition.make(simpleSymbol2465, PairWithPosition.make(simpleSymbol2465, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472623);
        SimpleSymbol simpleSymbol2466 = Lit9;
        Lit2254 = PairWithPosition.make(simpleSymbol2466, PairWithPosition.make(simpleSymbol2466, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472318);
        Lit2253 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472248);
        SimpleSymbol simpleSymbol2467 = Lit9;
        Lit2252 = PairWithPosition.make(simpleSymbol2467, PairWithPosition.make(simpleSymbol2467, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 472225);
        SimpleSymbol simpleSymbol2468 = Lit8493;
        Lit2251 = PairWithPosition.make(simpleSymbol2468, PairWithPosition.make(simpleSymbol2468, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471818), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471813);
        SimpleSymbol simpleSymbol2469 = Lit8494;
        SimpleSymbol simpleSymbol2470 = Lit8493;
        Lit2250 = PairWithPosition.make(simpleSymbol2469, PairWithPosition.make(simpleSymbol2470, PairWithPosition.make(simpleSymbol2470, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471775), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471771), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471766);
        SimpleSymbol simpleSymbol2471 = Lit8493;
        Lit2249 = PairWithPosition.make(simpleSymbol2471, PairWithPosition.make(simpleSymbol2471, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471572);
        SimpleSymbol simpleSymbol2472 = Lit8494;
        SimpleSymbol simpleSymbol2473 = Lit8493;
        Lit2248 = PairWithPosition.make(simpleSymbol2472, PairWithPosition.make(simpleSymbol2473, PairWithPosition.make(simpleSymbol2473, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471532), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471523);
        Lit2247 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471301), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 471295);
        Lit2246 = (SimpleSymbol) new SimpleSymbol("$AllOrders").readResolve();
        SimpleSymbol simpleSymbol2474 = Lit9;
        Lit2245 = PairWithPosition.make(simpleSymbol2474, PairWithPosition.make(simpleSymbol2474, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 469273), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 469267);
        Lit2244 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 469019);
        SimpleSymbol simpleSymbol2475 = Lit9;
        Lit2243 = PairWithPosition.make(simpleSymbol2475, PairWithPosition.make(simpleSymbol2475, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468991), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468985);
        Lit2242 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468642), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468636);
        Lit2241 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468589);
        SimpleSymbol simpleSymbol2476 = Lit8493;
        Lit2240 = PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, PairWithPosition.make(simpleSymbol2476, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468561), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468557), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468553), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468541), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468537), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468528);
        SimpleSymbol simpleSymbol2477 = Lit8493;
        Lit2239 = PairWithPosition.make(simpleSymbol2477, PairWithPosition.make(simpleSymbol2477, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468504), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468499);
        SimpleSymbol simpleSymbol2478 = Lit8493;
        Lit2238 = PairWithPosition.make(simpleSymbol2478, PairWithPosition.make(simpleSymbol2478, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468373);
        SimpleSymbol simpleSymbol2479 = Lit8493;
        Lit2237 = PairWithPosition.make(simpleSymbol2479, PairWithPosition.make(simpleSymbol2479, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468262), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468257);
        SimpleSymbol simpleSymbol2480 = Lit8493;
        Lit2236 = PairWithPosition.make(simpleSymbol2480, PairWithPosition.make(simpleSymbol2480, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468144), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468139);
        SimpleSymbol simpleSymbol2481 = Lit8493;
        Lit2235 = PairWithPosition.make(simpleSymbol2481, PairWithPosition.make(simpleSymbol2481, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468030), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468025);
        SimpleSymbol simpleSymbol2482 = Lit8493;
        Lit2234 = PairWithPosition.make(simpleSymbol2482, PairWithPosition.make(simpleSymbol2482, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467912), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467907);
        SimpleSymbol simpleSymbol2483 = Lit8493;
        Lit2233 = PairWithPosition.make(simpleSymbol2483, PairWithPosition.make(simpleSymbol2483, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467787);
        SimpleSymbol simpleSymbol2484 = Lit8493;
        Lit2232 = PairWithPosition.make(simpleSymbol2484, PairWithPosition.make(simpleSymbol2484, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467670);
        SimpleSymbol simpleSymbol2485 = Lit8493;
        Lit2231 = PairWithPosition.make(simpleSymbol2485, PairWithPosition.make(simpleSymbol2485, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467559), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467554);
        SimpleSymbol simpleSymbol2486 = Lit8493;
        Lit2230 = PairWithPosition.make(simpleSymbol2486, PairWithPosition.make(simpleSymbol2486, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467445), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467440);
        SimpleSymbol simpleSymbol2487 = Lit9;
        Lit2229 = PairWithPosition.make(simpleSymbol2487, PairWithPosition.make(simpleSymbol2487, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 469273), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 469267);
        Lit2228 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 469019);
        SimpleSymbol simpleSymbol2488 = Lit9;
        Lit2227 = PairWithPosition.make(simpleSymbol2488, PairWithPosition.make(simpleSymbol2488, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468991), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468985);
        Lit2226 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468642), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468636);
        Lit2225 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468589);
        SimpleSymbol simpleSymbol2489 = Lit8493;
        Lit2224 = PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, PairWithPosition.make(simpleSymbol2489, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468561), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468557), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468553), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468541), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468537), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468528);
        SimpleSymbol simpleSymbol2490 = Lit8493;
        Lit2223 = PairWithPosition.make(simpleSymbol2490, PairWithPosition.make(simpleSymbol2490, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468504), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468499);
        Lit2222 = (SimpleSymbol) new SimpleSymbol("$underlying").readResolve();
        SimpleSymbol simpleSymbol2491 = Lit8493;
        Lit2221 = PairWithPosition.make(simpleSymbol2491, PairWithPosition.make(simpleSymbol2491, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468373);
        Lit2220 = (SimpleSymbol) new SimpleSymbol("$token").readResolve();
        SimpleSymbol simpleSymbol2492 = Lit8493;
        Lit2219 = PairWithPosition.make(simpleSymbol2492, PairWithPosition.make(simpleSymbol2492, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468262), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468257);
        Lit2218 = (SimpleSymbol) new SimpleSymbol("$symbol").readResolve();
        SimpleSymbol simpleSymbol2493 = Lit8493;
        Lit2217 = PairWithPosition.make(simpleSymbol2493, PairWithPosition.make(simpleSymbol2493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468144), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468139);
        Lit2216 = (SimpleSymbol) new SimpleSymbol("$side").readResolve();
        SimpleSymbol simpleSymbol2494 = Lit8493;
        Lit2215 = PairWithPosition.make(simpleSymbol2494, PairWithPosition.make(simpleSymbol2494, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468030), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 468025);
        Lit2214 = (SimpleSymbol) new SimpleSymbol("$series").readResolve();
        SimpleSymbol simpleSymbol2495 = Lit8493;
        Lit2213 = PairWithPosition.make(simpleSymbol2495, PairWithPosition.make(simpleSymbol2495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467912), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467907);
        Lit2212 = (SimpleSymbol) new SimpleSymbol("$segment").readResolve();
        SimpleSymbol simpleSymbol2496 = Lit8493;
        Lit2211 = PairWithPosition.make(simpleSymbol2496, PairWithPosition.make(simpleSymbol2496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467787);
        SimpleSymbol simpleSymbol2497 = Lit8493;
        Lit2210 = PairWithPosition.make(simpleSymbol2497, PairWithPosition.make(simpleSymbol2497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467670);
        Lit2209 = (SimpleSymbol) new SimpleSymbol("$price").readResolve();
        SimpleSymbol simpleSymbol2498 = Lit8493;
        Lit2208 = PairWithPosition.make(simpleSymbol2498, PairWithPosition.make(simpleSymbol2498, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467559), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467554);
        Lit2207 = (SimpleSymbol) new SimpleSymbol("$mode").readResolve();
        SimpleSymbol simpleSymbol2499 = Lit8493;
        Lit2206 = PairWithPosition.make(simpleSymbol2499, PairWithPosition.make(simpleSymbol2499, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467445), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 467440);
        Lit2205 = (SimpleSymbol) new SimpleSymbol("$exchange").readResolve();
        Lit2204 = (SimpleSymbol) new SimpleSymbol("$l").readResolve();
        Lit2203 = (SimpleSymbol) new SimpleSymbol("p$margin").readResolve();
        SimpleSymbol simpleSymbol2500 = Lit9;
        Lit2202 = PairWithPosition.make(simpleSymbol2500, PairWithPosition.make(simpleSymbol2500, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463283);
        Lit2201 = (SimpleSymbol) new SimpleSymbol("Get").readResolve();
        SimpleSymbol simpleSymbol2501 = Lit9;
        Lit2200 = PairWithPosition.make(simpleSymbol2501, PairWithPosition.make(simpleSymbol2501, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463289), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463283);
        Lit2199 = (SimpleSymbol) new SimpleSymbol("Url").readResolve();
        SimpleSymbol simpleSymbol2502 = Lit720;
        Lit2198 = PairWithPosition.make(simpleSymbol2502, PairWithPosition.make(simpleSymbol2502, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458853), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458845);
        SimpleSymbol simpleSymbol2503 = Lit720;
        Lit2197 = PairWithPosition.make(simpleSymbol2503, PairWithPosition.make(simpleSymbol2503, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458853), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458845);
        SimpleSymbol simpleSymbol2504 = Lit8493;
        Lit2196 = PairWithPosition.make(simpleSymbol2504, PairWithPosition.make(simpleSymbol2504, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465438);
        Lit2195 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465232);
        Lit2194 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465031), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465015);
        SimpleSymbol simpleSymbol2505 = Lit9;
        Lit2193 = PairWithPosition.make(simpleSymbol2505, PairWithPosition.make(simpleSymbol2505, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464883);
        SimpleSymbol simpleSymbol2506 = Lit9;
        Lit2192 = PairWithPosition.make(simpleSymbol2506, PairWithPosition.make(simpleSymbol2506, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464689), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464683);
        SimpleSymbol simpleSymbol2507 = Lit720;
        Lit2191 = PairWithPosition.make(simpleSymbol2507, PairWithPosition.make(simpleSymbol2507, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464084), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464076);
        SimpleSymbol simpleSymbol2508 = Lit720;
        Lit2190 = PairWithPosition.make(simpleSymbol2508, PairWithPosition.make(simpleSymbol2508, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463972), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463964);
        SimpleSymbol simpleSymbol2509 = Lit8494;
        SimpleSymbol simpleSymbol2510 = Lit8493;
        Lit2189 = PairWithPosition.make(simpleSymbol2509, PairWithPosition.make(simpleSymbol2510, PairWithPosition.make(simpleSymbol2510, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463929), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463924);
        SimpleSymbol simpleSymbol2511 = Lit720;
        Lit2188 = PairWithPosition.make(simpleSymbol2511, PairWithPosition.make(simpleSymbol2511, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463694), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463686);
        SimpleSymbol simpleSymbol2512 = Lit720;
        Lit2187 = PairWithPosition.make(simpleSymbol2512, PairWithPosition.make(simpleSymbol2512, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463574);
        SimpleSymbol simpleSymbol2513 = Lit8494;
        SimpleSymbol simpleSymbol2514 = Lit8493;
        Lit2186 = PairWithPosition.make(simpleSymbol2513, PairWithPosition.make(simpleSymbol2514, PairWithPosition.make(simpleSymbol2514, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463543), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463539), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463534);
        SimpleSymbol simpleSymbol2515 = Lit720;
        Lit2185 = PairWithPosition.make(simpleSymbol2515, PairWithPosition.make(simpleSymbol2515, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463306), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463298);
        SimpleSymbol simpleSymbol2516 = Lit8494;
        SimpleSymbol simpleSymbol2517 = Lit8493;
        Lit2184 = PairWithPosition.make(simpleSymbol2516, PairWithPosition.make(simpleSymbol2517, PairWithPosition.make(simpleSymbol2517, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463258);
        SimpleSymbol simpleSymbol2518 = Lit720;
        Lit2183 = PairWithPosition.make(simpleSymbol2518, PairWithPosition.make(simpleSymbol2518, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463084), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463076);
        SimpleSymbol simpleSymbol2519 = Lit8494;
        SimpleSymbol simpleSymbol2520 = Lit8493;
        Lit2182 = PairWithPosition.make(simpleSymbol2519, PairWithPosition.make(simpleSymbol2520, PairWithPosition.make(simpleSymbol2520, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463045), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463041), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463036);
        SimpleSymbol simpleSymbol2521 = Lit9;
        Lit2181 = PairWithPosition.make(simpleSymbol2521, PairWithPosition.make(simpleSymbol2521, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462758), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462752);
        SimpleSymbol simpleSymbol2522 = Lit9;
        Lit2180 = PairWithPosition.make(simpleSymbol2522, PairWithPosition.make(simpleSymbol2522, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462543);
        Lit2179 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462534), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462519);
        SimpleSymbol simpleSymbol2523 = Lit8494;
        SimpleSymbol simpleSymbol2524 = Lit8493;
        Lit2178 = PairWithPosition.make(simpleSymbol2523, PairWithPosition.make(simpleSymbol2524, PairWithPosition.make(simpleSymbol2524, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462347), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462342);
        SimpleSymbol simpleSymbol2525 = Lit9;
        Lit2177 = PairWithPosition.make(simpleSymbol2525, PairWithPosition.make(simpleSymbol2525, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462159), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462153);
        Lit2176 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462144), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462129);
        SimpleSymbol simpleSymbol2526 = Lit8494;
        SimpleSymbol simpleSymbol2527 = Lit8493;
        Lit2175 = PairWithPosition.make(simpleSymbol2526, PairWithPosition.make(simpleSymbol2527, PairWithPosition.make(simpleSymbol2527, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461952);
        SimpleSymbol simpleSymbol2528 = Lit720;
        Lit2174 = PairWithPosition.make(simpleSymbol2528, PairWithPosition.make(simpleSymbol2528, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461692), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461684);
        Lit2173 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461538);
        SimpleSymbol simpleSymbol2529 = Lit9;
        Lit2172 = PairWithPosition.make(simpleSymbol2529, PairWithPosition.make(simpleSymbol2529, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461359), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461353);
        Lit2171 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461213);
        Lit2170 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461173), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461162), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461156);
        Lit2169 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461100);
        SimpleSymbol simpleSymbol2530 = Lit8493;
        Lit2168 = PairWithPosition.make(simpleSymbol2530, PairWithPosition.make(simpleSymbol2530, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460829), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460824);
        SimpleSymbol simpleSymbol2531 = Lit9;
        Lit2167 = PairWithPosition.make(simpleSymbol2531, PairWithPosition.make(simpleSymbol2531, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460578);
        SimpleSymbol simpleSymbol2532 = Lit9;
        Lit2166 = PairWithPosition.make(simpleSymbol2532, PairWithPosition.make(simpleSymbol2532, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460435), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460429);
        Lit2165 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460405);
        SimpleSymbol simpleSymbol2533 = Lit8494;
        SimpleSymbol simpleSymbol2534 = Lit8493;
        Lit2164 = PairWithPosition.make(simpleSymbol2533, PairWithPosition.make(simpleSymbol2534, PairWithPosition.make(simpleSymbol2534, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460228);
        SimpleSymbol simpleSymbol2535 = Lit9;
        Lit2163 = PairWithPosition.make(simpleSymbol2535, PairWithPosition.make(simpleSymbol2535, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460045), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460039);
        Lit2162 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460030), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460015);
        SimpleSymbol simpleSymbol2536 = Lit8494;
        SimpleSymbol simpleSymbol2537 = Lit8493;
        Lit2161 = PairWithPosition.make(simpleSymbol2536, PairWithPosition.make(simpleSymbol2537, PairWithPosition.make(simpleSymbol2537, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459847), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459843), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459838);
        SimpleSymbol simpleSymbol2538 = Lit8493;
        Lit2160 = PairWithPosition.make(simpleSymbol2538, PairWithPosition.make(simpleSymbol2538, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459644), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459639);
        SimpleSymbol simpleSymbol2539 = Lit720;
        Lit2159 = PairWithPosition.make(simpleSymbol2539, PairWithPosition.make(simpleSymbol2539, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459521), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459513);
        SimpleSymbol simpleSymbol2540 = Lit8493;
        Lit2158 = PairWithPosition.make(simpleSymbol2540, PairWithPosition.make(simpleSymbol2540, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459380), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459375);
        Lit2157 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459242);
        Lit2156 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459096);
        Lit2155 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459045), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459039);
        Lit2154 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458983);
        SimpleSymbol simpleSymbol2541 = Lit720;
        Lit2153 = PairWithPosition.make(simpleSymbol2541, PairWithPosition.make(simpleSymbol2541, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458709);
        SimpleSymbol simpleSymbol2542 = Lit9;
        Lit2152 = PairWithPosition.make(simpleSymbol2542, PairWithPosition.make(simpleSymbol2542, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458525);
        SimpleSymbol simpleSymbol2543 = Lit8493;
        Lit2151 = PairWithPosition.make(simpleSymbol2543, PairWithPosition.make(simpleSymbol2543, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458304);
        SimpleSymbol simpleSymbol2544 = Lit8494;
        SimpleSymbol simpleSymbol2545 = Lit8493;
        Lit2150 = PairWithPosition.make(simpleSymbol2544, PairWithPosition.make(simpleSymbol2545, PairWithPosition.make(simpleSymbol2545, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458178), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458174), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458169);
        SimpleSymbol simpleSymbol2546 = Lit8494;
        SimpleSymbol simpleSymbol2547 = Lit8493;
        Lit2149 = PairWithPosition.make(simpleSymbol2546, PairWithPosition.make(simpleSymbol2547, PairWithPosition.make(simpleSymbol2547, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458002), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457997);
        SimpleSymbol simpleSymbol2548 = Lit8494;
        SimpleSymbol simpleSymbol2549 = Lit8493;
        Lit2148 = PairWithPosition.make(simpleSymbol2548, PairWithPosition.make(simpleSymbol2549, PairWithPosition.make(simpleSymbol2549, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457959);
        Lit2147 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457946);
        Lit2146 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457661), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457655);
        Lit2145 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457035);
        SimpleSymbol simpleSymbol2550 = Lit720;
        Lit2144 = PairWithPosition.make(simpleSymbol2550, PairWithPosition.make(simpleSymbol2550, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456924), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456916);
        Lit2143 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456902);
        SimpleSymbol simpleSymbol2551 = Lit8498;
        Lit2142 = PairWithPosition.make(simpleSymbol2551, PairWithPosition.make(simpleSymbol2551, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456884), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456869);
        SimpleSymbol simpleSymbol2552 = Lit8494;
        SimpleSymbol simpleSymbol2553 = Lit8493;
        Lit2141 = PairWithPosition.make(simpleSymbol2552, PairWithPosition.make(simpleSymbol2553, PairWithPosition.make(simpleSymbol2553, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456839), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456835), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456830);
        SimpleSymbol simpleSymbol2554 = Lit8494;
        SimpleSymbol simpleSymbol2555 = Lit8493;
        Lit2140 = PairWithPosition.make(simpleSymbol2554, PairWithPosition.make(simpleSymbol2555, PairWithPosition.make(simpleSymbol2555, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456681), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456676);
        Lit2139 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456270);
        Lit2138 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456240);
        SimpleSymbol simpleSymbol2556 = Lit8494;
        SimpleSymbol simpleSymbol2557 = Lit8493;
        Lit2137 = PairWithPosition.make(simpleSymbol2556, PairWithPosition.make(simpleSymbol2557, PairWithPosition.make(simpleSymbol2557, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456130), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456121);
        Lit2136 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455936), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455931);
        Lit2135 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455901);
        SimpleSymbol simpleSymbol2558 = Lit8494;
        SimpleSymbol simpleSymbol2559 = Lit8493;
        Lit2134 = PairWithPosition.make(simpleSymbol2558, PairWithPosition.make(simpleSymbol2559, PairWithPosition.make(simpleSymbol2559, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455786), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455781);
        Lit2133 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455768);
        SimpleSymbol simpleSymbol2560 = Lit8494;
        SimpleSymbol simpleSymbol2561 = Lit8493;
        Lit2132 = PairWithPosition.make(simpleSymbol2560, PairWithPosition.make(simpleSymbol2561, PairWithPosition.make(simpleSymbol2561, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455492), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455487);
        Lit2131 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455474);
        Lit2130 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454914);
        SimpleSymbol simpleSymbol2562 = Lit9;
        Lit2129 = PairWithPosition.make(simpleSymbol2562, PairWithPosition.make(simpleSymbol2562, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454794);
        SimpleSymbol simpleSymbol2563 = Lit8493;
        Lit2128 = PairWithPosition.make(simpleSymbol2563, PairWithPosition.make(simpleSymbol2563, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465438);
        Lit2127 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465232);
        Lit2126 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465031), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465026), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 465015);
        Lit2125 = (SimpleSymbol) new SimpleSymbol("Label17").readResolve();
        Lit2124 = (SimpleSymbol) new SimpleSymbol("SetProperty").readResolve();
        SimpleSymbol simpleSymbol2564 = Lit9;
        Lit2123 = PairWithPosition.make(simpleSymbol2564, PairWithPosition.make(simpleSymbol2564, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464889), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464883);
        Lit2122 = (SimpleSymbol) new SimpleSymbol("lblUsedMargin2").readResolve();
        SimpleSymbol simpleSymbol2565 = Lit9;
        Lit2121 = PairWithPosition.make(simpleSymbol2565, PairWithPosition.make(simpleSymbol2565, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464689), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464683);
        Lit2120 = (SimpleSymbol) new SimpleSymbol("lblUsedMargin").readResolve();
        Lit2119 = (SimpleSymbol) new SimpleSymbol("totLcnt_copy").readResolve();
        Lit2118 = (SimpleSymbol) new SimpleSymbol("totLoss_copy").readResolve();
        Lit2117 = (SimpleSymbol) new SimpleSymbol("totProfit_copy").readResolve();
        Lit2116 = (SimpleSymbol) new SimpleSymbol("totPcnt_copy").readResolve();
        SimpleSymbol simpleSymbol2566 = Lit720;
        Lit2115 = PairWithPosition.make(simpleSymbol2566, PairWithPosition.make(simpleSymbol2566, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464084), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 464076);
        Lit2114 = (SimpleSymbol) new SimpleSymbol("$cntL").readResolve();
        SimpleSymbol simpleSymbol2567 = Lit720;
        Lit2113 = PairWithPosition.make(simpleSymbol2567, PairWithPosition.make(simpleSymbol2567, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463972), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463964);
        SimpleSymbol simpleSymbol2568 = Lit8494;
        SimpleSymbol simpleSymbol2569 = Lit8493;
        Lit2112 = PairWithPosition.make(simpleSymbol2568, PairWithPosition.make(simpleSymbol2569, PairWithPosition.make(simpleSymbol2569, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463929), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463924);
        Lit2111 = (SimpleSymbol) new SimpleSymbol("$totL").readResolve();
        SimpleSymbol simpleSymbol2570 = Lit720;
        Lit2110 = PairWithPosition.make(simpleSymbol2570, PairWithPosition.make(simpleSymbol2570, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463694), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463686);
        Lit2109 = (SimpleSymbol) new SimpleSymbol("$cntP").readResolve();
        SimpleSymbol simpleSymbol2571 = Lit720;
        Lit2108 = PairWithPosition.make(simpleSymbol2571, PairWithPosition.make(simpleSymbol2571, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463574);
        SimpleSymbol simpleSymbol2572 = Lit8494;
        SimpleSymbol simpleSymbol2573 = Lit8493;
        Lit2107 = PairWithPosition.make(simpleSymbol2572, PairWithPosition.make(simpleSymbol2573, PairWithPosition.make(simpleSymbol2573, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463543), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463539), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463534);
        Lit2106 = (SimpleSymbol) new SimpleSymbol("$totP").readResolve();
        SimpleSymbol simpleSymbol2574 = Lit720;
        Lit2105 = PairWithPosition.make(simpleSymbol2574, PairWithPosition.make(simpleSymbol2574, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463306), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463298);
        SimpleSymbol simpleSymbol2575 = Lit8494;
        SimpleSymbol simpleSymbol2576 = Lit8493;
        Lit2104 = PairWithPosition.make(simpleSymbol2575, PairWithPosition.make(simpleSymbol2576, PairWithPosition.make(simpleSymbol2576, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463258);
        SimpleSymbol simpleSymbol2577 = Lit720;
        Lit2103 = PairWithPosition.make(simpleSymbol2577, PairWithPosition.make(simpleSymbol2577, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463084), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463076);
        SimpleSymbol simpleSymbol2578 = Lit8494;
        SimpleSymbol simpleSymbol2579 = Lit8493;
        Lit2102 = PairWithPosition.make(simpleSymbol2578, PairWithPosition.make(simpleSymbol2579, PairWithPosition.make(simpleSymbol2579, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463045), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463041), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 463036);
        Lit2101 = (SimpleSymbol) new SimpleSymbol("$totPLTDY").readResolve();
        SimpleSymbol simpleSymbol2580 = Lit9;
        Lit2100 = PairWithPosition.make(simpleSymbol2580, PairWithPosition.make(simpleSymbol2580, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462758), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462752);
        SimpleSymbol simpleSymbol2581 = Lit9;
        Lit2099 = PairWithPosition.make(simpleSymbol2581, PairWithPosition.make(simpleSymbol2581, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462543);
        Lit2098 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462534), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462519);
        SimpleSymbol simpleSymbol2582 = Lit8494;
        SimpleSymbol simpleSymbol2583 = Lit8493;
        Lit2097 = PairWithPosition.make(simpleSymbol2582, PairWithPosition.make(simpleSymbol2583, PairWithPosition.make(simpleSymbol2583, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462347), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462342);
        SimpleSymbol simpleSymbol2584 = Lit9;
        Lit2096 = PairWithPosition.make(simpleSymbol2584, PairWithPosition.make(simpleSymbol2584, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462159), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462153);
        Lit2095 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462144), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 462129);
        SimpleSymbol simpleSymbol2585 = Lit8494;
        SimpleSymbol simpleSymbol2586 = Lit8493;
        Lit2094 = PairWithPosition.make(simpleSymbol2585, PairWithPosition.make(simpleSymbol2586, PairWithPosition.make(simpleSymbol2586, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461952);
        SimpleSymbol simpleSymbol2587 = Lit720;
        Lit2093 = PairWithPosition.make(simpleSymbol2587, PairWithPosition.make(simpleSymbol2587, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461692), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461684);
        Lit2092 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461538);
        SimpleSymbol simpleSymbol2588 = Lit9;
        Lit2091 = PairWithPosition.make(simpleSymbol2588, PairWithPosition.make(simpleSymbol2588, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461359), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461353);
        Lit2090 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461213);
        Lit2089 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461173), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461162), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461156);
        Lit2088 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 461100);
        SimpleSymbol simpleSymbol2589 = Lit8493;
        Lit2087 = PairWithPosition.make(simpleSymbol2589, PairWithPosition.make(simpleSymbol2589, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460829), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460824);
        SimpleSymbol simpleSymbol2590 = Lit9;
        Lit2086 = PairWithPosition.make(simpleSymbol2590, PairWithPosition.make(simpleSymbol2590, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460584), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460578);
        SimpleSymbol simpleSymbol2591 = Lit9;
        Lit2085 = PairWithPosition.make(simpleSymbol2591, PairWithPosition.make(simpleSymbol2591, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460435), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460429);
        Lit2084 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460405);
        SimpleSymbol simpleSymbol2592 = Lit8494;
        SimpleSymbol simpleSymbol2593 = Lit8493;
        Lit2083 = PairWithPosition.make(simpleSymbol2592, PairWithPosition.make(simpleSymbol2593, PairWithPosition.make(simpleSymbol2593, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460228);
        SimpleSymbol simpleSymbol2594 = Lit9;
        Lit2082 = PairWithPosition.make(simpleSymbol2594, PairWithPosition.make(simpleSymbol2594, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460045), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460039);
        Lit2081 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460030), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 460015);
        Lit2080 = (SimpleSymbol) new SimpleSymbol("FormatDate").readResolve();
        SimpleSymbol simpleSymbol2595 = Lit8494;
        SimpleSymbol simpleSymbol2596 = Lit8493;
        Lit2079 = PairWithPosition.make(simpleSymbol2595, PairWithPosition.make(simpleSymbol2596, PairWithPosition.make(simpleSymbol2596, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459847), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459843), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459838);
        SimpleSymbol simpleSymbol2597 = Lit8493;
        Lit2078 = PairWithPosition.make(simpleSymbol2597, PairWithPosition.make(simpleSymbol2597, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459644), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459639);
        SimpleSymbol simpleSymbol2598 = Lit720;
        Lit2077 = PairWithPosition.make(simpleSymbol2598, PairWithPosition.make(simpleSymbol2598, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459521), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459513);
        SimpleSymbol simpleSymbol2599 = Lit8493;
        Lit2076 = PairWithPosition.make(simpleSymbol2599, PairWithPosition.make(simpleSymbol2599, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459380), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459375);
        Lit2075 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459242);
        Lit2074 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459096);
        Lit2073 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459045), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 459039);
        Lit2072 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458983);
        SimpleSymbol simpleSymbol2600 = Lit720;
        Lit2071 = PairWithPosition.make(simpleSymbol2600, PairWithPosition.make(simpleSymbol2600, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458709);
        Lit2070 = (SimpleSymbol) new SimpleSymbol("$margin").readResolve();
        SimpleSymbol simpleSymbol2601 = Lit9;
        Lit2069 = PairWithPosition.make(simpleSymbol2601, PairWithPosition.make(simpleSymbol2601, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458525);
        SimpleSymbol simpleSymbol2602 = Lit8493;
        Lit2068 = PairWithPosition.make(simpleSymbol2602, PairWithPosition.make(simpleSymbol2602, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458304);
        Lit2067 = (SimpleSymbol) new SimpleSymbol("$status").readResolve();
        SimpleSymbol simpleSymbol2603 = Lit8494;
        SimpleSymbol simpleSymbol2604 = Lit8493;
        Lit2066 = PairWithPosition.make(simpleSymbol2603, PairWithPosition.make(simpleSymbol2604, PairWithPosition.make(simpleSymbol2604, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458178), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458174), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458169);
        SimpleSymbol simpleSymbol2605 = Lit8494;
        SimpleSymbol simpleSymbol2606 = Lit8493;
        Lit2065 = PairWithPosition.make(simpleSymbol2605, PairWithPosition.make(simpleSymbol2606, PairWithPosition.make(simpleSymbol2606, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 458002), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457997);
        SimpleSymbol simpleSymbol2607 = Lit8494;
        SimpleSymbol simpleSymbol2608 = Lit8493;
        Lit2064 = PairWithPosition.make(simpleSymbol2607, PairWithPosition.make(simpleSymbol2608, PairWithPosition.make(simpleSymbol2608, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457968), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457964), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457959);
        Lit2063 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457946);
        Lit2062 = (SimpleSymbol) new SimpleSymbol("$value").readResolve();
        Lit2061 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457661), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457655);
        Lit2060 = (SimpleSymbol) new SimpleSymbol("vaNoPending").readResolve();
        Lit2059 = (SimpleSymbol) new SimpleSymbol("vaNoHistory").readResolve();
        Lit2058 = (SimpleSymbol) new SimpleSymbol("vaNoActive").readResolve();
        Lit2057 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 457035);
        SimpleSymbol simpleSymbol2609 = Lit720;
        Lit2056 = PairWithPosition.make(simpleSymbol2609, PairWithPosition.make(simpleSymbol2609, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456924), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456916);
        Lit2055 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456902);
        SimpleSymbol simpleSymbol2610 = Lit8498;
        Lit2054 = PairWithPosition.make(simpleSymbol2610, PairWithPosition.make(simpleSymbol2610, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456884), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456869);
        SimpleSymbol simpleSymbol2611 = Lit8494;
        SimpleSymbol simpleSymbol2612 = Lit8493;
        Lit2053 = PairWithPosition.make(simpleSymbol2611, PairWithPosition.make(simpleSymbol2612, PairWithPosition.make(simpleSymbol2612, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456839), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456835), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456830);
        SimpleSymbol simpleSymbol2613 = Lit8494;
        SimpleSymbol simpleSymbol2614 = Lit8493;
        Lit2052 = PairWithPosition.make(simpleSymbol2613, PairWithPosition.make(simpleSymbol2614, PairWithPosition.make(simpleSymbol2614, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456681), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456676);
        Lit2051 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456270);
        Lit2050 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456240);
        SimpleSymbol simpleSymbol2615 = Lit8494;
        SimpleSymbol simpleSymbol2616 = Lit8493;
        Lit2049 = PairWithPosition.make(simpleSymbol2615, PairWithPosition.make(simpleSymbol2616, PairWithPosition.make(simpleSymbol2616, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456130), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456121);
        Lit2048 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455936), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455931);
        Lit2047 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455901);
        SimpleSymbol simpleSymbol2617 = Lit8494;
        SimpleSymbol simpleSymbol2618 = Lit8493;
        Lit2046 = PairWithPosition.make(simpleSymbol2617, PairWithPosition.make(simpleSymbol2618, PairWithPosition.make(simpleSymbol2618, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455790), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455786), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455781);
        Lit2045 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455768);
        SimpleSymbol simpleSymbol2619 = Lit8494;
        SimpleSymbol simpleSymbol2620 = Lit8493;
        Lit2044 = PairWithPosition.make(simpleSymbol2619, PairWithPosition.make(simpleSymbol2620, PairWithPosition.make(simpleSymbol2620, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455492), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455487);
        Lit2043 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455474);
        Lit2042 = (SimpleSymbol) new SimpleSymbol("$item1").readResolve();
        Lit2041 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454914);
        SimpleSymbol simpleSymbol2621 = Lit9;
        Lit2040 = PairWithPosition.make(simpleSymbol2621, PairWithPosition.make(simpleSymbol2621, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454794);
        SimpleSymbol simpleSymbol2622 = Lit8494;
        SimpleSymbol simpleSymbol2623 = Lit8493;
        Lit2039 = PairWithPosition.make(simpleSymbol2622, PairWithPosition.make(simpleSymbol2623, PairWithPosition.make(simpleSymbol2623, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456512), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456508), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456503);
        Lit2038 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456416);
        Lit2037 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456180);
        SimpleSymbol simpleSymbol2624 = Lit8493;
        Lit2036 = PairWithPosition.make(simpleSymbol2624, PairWithPosition.make(simpleSymbol2624, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456038);
        SimpleSymbol simpleSymbol2625 = Lit8494;
        SimpleSymbol simpleSymbol2626 = Lit8493;
        Lit2035 = PairWithPosition.make(simpleSymbol2625, PairWithPosition.make(simpleSymbol2626, PairWithPosition.make(simpleSymbol2626, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456005), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456000);
        SimpleSymbol simpleSymbol2627 = Lit8494;
        SimpleSymbol simpleSymbol2628 = Lit8493;
        Lit2034 = PairWithPosition.make(simpleSymbol2627, PairWithPosition.make(simpleSymbol2628, PairWithPosition.make(simpleSymbol2628, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455871);
        SimpleSymbol simpleSymbol2629 = Lit8494;
        SimpleSymbol simpleSymbol2630 = Lit8493;
        Lit2033 = PairWithPosition.make(simpleSymbol2629, PairWithPosition.make(simpleSymbol2630, PairWithPosition.make(simpleSymbol2630, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455654), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455645);
        Lit2032 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455546);
        Lit2031 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455319);
        Lit2030 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455289);
        SimpleSymbol simpleSymbol2631 = Lit9;
        Lit2029 = PairWithPosition.make(simpleSymbol2631, PairWithPosition.make(simpleSymbol2631, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455088), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455082);
        SimpleSymbol simpleSymbol2632 = Lit8494;
        SimpleSymbol simpleSymbol2633 = Lit8493;
        Lit2028 = PairWithPosition.make(simpleSymbol2632, PairWithPosition.make(simpleSymbol2633, PairWithPosition.make(simpleSymbol2633, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454937), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454928);
        Lit2027 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454829);
        SimpleSymbol simpleSymbol2634 = Lit9;
        Lit2026 = PairWithPosition.make(simpleSymbol2634, PairWithPosition.make(simpleSymbol2634, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454599);
        SimpleSymbol simpleSymbol2635 = Lit8494;
        SimpleSymbol simpleSymbol2636 = Lit8493;
        Lit2025 = PairWithPosition.make(simpleSymbol2635, PairWithPosition.make(simpleSymbol2636, PairWithPosition.make(simpleSymbol2636, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454456), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454447);
        Lit2024 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454348);
        SimpleSymbol simpleSymbol2637 = Lit9;
        Lit2023 = PairWithPosition.make(simpleSymbol2637, PairWithPosition.make(simpleSymbol2637, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454117), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454111);
        Lit2022 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453951), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453940), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453935);
        SimpleSymbol simpleSymbol2638 = Lit8494;
        SimpleSymbol simpleSymbol2639 = Lit8493;
        Lit2021 = PairWithPosition.make(simpleSymbol2638, PairWithPosition.make(simpleSymbol2639, PairWithPosition.make(simpleSymbol2639, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453906), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453902), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453897);
        Lit2020 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453865), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453859);
        SimpleSymbol simpleSymbol2640 = Lit8494;
        SimpleSymbol simpleSymbol2641 = Lit8493;
        Lit2019 = PairWithPosition.make(simpleSymbol2640, PairWithPosition.make(simpleSymbol2641, PairWithPosition.make(simpleSymbol2641, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453819);
        SimpleSymbol simpleSymbol2642 = Lit8494;
        SimpleSymbol simpleSymbol2643 = Lit8493;
        Lit2018 = PairWithPosition.make(simpleSymbol2642, PairWithPosition.make(simpleSymbol2643, PairWithPosition.make(simpleSymbol2643, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453787), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453778);
        Lit2017 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453765);
        Lit2016 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453238);
        SimpleSymbol simpleSymbol2644 = Lit8494;
        SimpleSymbol simpleSymbol2645 = Lit8493;
        Lit2015 = PairWithPosition.make(simpleSymbol2644, PairWithPosition.make(simpleSymbol2645, PairWithPosition.make(simpleSymbol2645, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453208), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453204), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453199);
        SimpleSymbol simpleSymbol2646 = Lit8494;
        SimpleSymbol simpleSymbol2647 = Lit8493;
        Lit2014 = PairWithPosition.make(simpleSymbol2646, PairWithPosition.make(simpleSymbol2647, PairWithPosition.make(simpleSymbol2647, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453163), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453158);
        Lit2013 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453145);
        SimpleSymbol simpleSymbol2648 = Lit9;
        Lit2012 = PairWithPosition.make(simpleSymbol2648, PairWithPosition.make(simpleSymbol2648, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452767), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452761);
        SimpleSymbol simpleSymbol2649 = Lit8494;
        SimpleSymbol simpleSymbol2650 = Lit8493;
        Lit2011 = PairWithPosition.make(simpleSymbol2649, PairWithPosition.make(simpleSymbol2650, PairWithPosition.make(simpleSymbol2650, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452616);
        Lit2010 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452517);
        SimpleSymbol simpleSymbol2651 = Lit9;
        Lit2009 = PairWithPosition.make(simpleSymbol2651, PairWithPosition.make(simpleSymbol2651, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452293), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452287);
        Lit2008 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452147), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452141);
        SimpleSymbol simpleSymbol2652 = Lit8494;
        SimpleSymbol simpleSymbol2653 = Lit8493;
        Lit2007 = PairWithPosition.make(simpleSymbol2652, PairWithPosition.make(simpleSymbol2653, PairWithPosition.make(simpleSymbol2653, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452106), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452101);
        SimpleSymbol simpleSymbol2654 = Lit8494;
        SimpleSymbol simpleSymbol2655 = Lit8493;
        Lit2006 = PairWithPosition.make(simpleSymbol2654, PairWithPosition.make(simpleSymbol2655, PairWithPosition.make(simpleSymbol2655, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451983), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451974);
        Lit2005 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451875);
        SimpleSymbol simpleSymbol2656 = Lit9;
        Lit2004 = PairWithPosition.make(simpleSymbol2656, PairWithPosition.make(simpleSymbol2656, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451506), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451500);
        SimpleSymbol simpleSymbol2657 = Lit9;
        Lit2003 = PairWithPosition.make(simpleSymbol2657, PairWithPosition.make(simpleSymbol2657, PairWithPosition.make(simpleSymbol2657, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451253), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451247);
        SimpleSymbol simpleSymbol2658 = Lit9;
        Lit2002 = PairWithPosition.make(simpleSymbol2658, PairWithPosition.make(simpleSymbol2658, PairWithPosition.make(simpleSymbol2658, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451204);
        SimpleSymbol simpleSymbol2659 = Lit9;
        Lit2001 = PairWithPosition.make(simpleSymbol2659, PairWithPosition.make(simpleSymbol2659, PairWithPosition.make(simpleSymbol2659, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451164), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451158);
        SimpleSymbol simpleSymbol2660 = Lit9;
        Lit2000 = PairWithPosition.make(simpleSymbol2660, PairWithPosition.make(simpleSymbol2660, PairWithPosition.make(simpleSymbol2660, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451114);
        SimpleSymbol simpleSymbol2661 = Lit9;
        Lit1999 = PairWithPosition.make(simpleSymbol2661, PairWithPosition.make(simpleSymbol2661, PairWithPosition.make(simpleSymbol2661, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451076), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451070);
        SimpleSymbol simpleSymbol2662 = Lit9;
        Lit1998 = PairWithPosition.make(simpleSymbol2662, PairWithPosition.make(simpleSymbol2662, PairWithPosition.make(simpleSymbol2662, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451037), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451032), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451026);
        SimpleSymbol simpleSymbol2663 = Lit8494;
        SimpleSymbol simpleSymbol2664 = Lit8493;
        Lit1997 = PairWithPosition.make(simpleSymbol2663, PairWithPosition.make(simpleSymbol2664, PairWithPosition.make(simpleSymbol2664, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456512), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456508), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456503);
        Lit1996 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456416);
        Lit1995 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456180);
        SimpleSymbol simpleSymbol2665 = Lit8493;
        Lit1994 = PairWithPosition.make(simpleSymbol2665, PairWithPosition.make(simpleSymbol2665, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456038);
        SimpleSymbol simpleSymbol2666 = Lit8494;
        SimpleSymbol simpleSymbol2667 = Lit8493;
        Lit1993 = PairWithPosition.make(simpleSymbol2666, PairWithPosition.make(simpleSymbol2667, PairWithPosition.make(simpleSymbol2667, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456009), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456005), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 456000);
        SimpleSymbol simpleSymbol2668 = Lit8494;
        SimpleSymbol simpleSymbol2669 = Lit8493;
        Lit1992 = PairWithPosition.make(simpleSymbol2668, PairWithPosition.make(simpleSymbol2669, PairWithPosition.make(simpleSymbol2669, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455871);
        SimpleSymbol simpleSymbol2670 = Lit8494;
        SimpleSymbol simpleSymbol2671 = Lit8493;
        Lit1991 = PairWithPosition.make(simpleSymbol2670, PairWithPosition.make(simpleSymbol2671, PairWithPosition.make(simpleSymbol2671, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455654), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455645);
        Lit1990 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455546);
        Lit1989 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455319);
        Lit1988 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455289);
        SimpleSymbol simpleSymbol2672 = Lit9;
        Lit1987 = PairWithPosition.make(simpleSymbol2672, PairWithPosition.make(simpleSymbol2672, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455088), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 455082);
        SimpleSymbol simpleSymbol2673 = Lit8494;
        SimpleSymbol simpleSymbol2674 = Lit8493;
        Lit1986 = PairWithPosition.make(simpleSymbol2673, PairWithPosition.make(simpleSymbol2674, PairWithPosition.make(simpleSymbol2674, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454937), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454928);
        Lit1985 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454829);
        SimpleSymbol simpleSymbol2675 = Lit9;
        Lit1984 = PairWithPosition.make(simpleSymbol2675, PairWithPosition.make(simpleSymbol2675, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454605), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454599);
        SimpleSymbol simpleSymbol2676 = Lit8494;
        SimpleSymbol simpleSymbol2677 = Lit8493;
        Lit1983 = PairWithPosition.make(simpleSymbol2676, PairWithPosition.make(simpleSymbol2677, PairWithPosition.make(simpleSymbol2677, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454456), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454452), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454447);
        Lit1982 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454348);
        SimpleSymbol simpleSymbol2678 = Lit9;
        Lit1981 = PairWithPosition.make(simpleSymbol2678, PairWithPosition.make(simpleSymbol2678, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454117), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 454111);
        Lit1980 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453951), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453940), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453935);
        SimpleSymbol simpleSymbol2679 = Lit8494;
        SimpleSymbol simpleSymbol2680 = Lit8493;
        Lit1979 = PairWithPosition.make(simpleSymbol2679, PairWithPosition.make(simpleSymbol2680, PairWithPosition.make(simpleSymbol2680, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453906), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453902), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453897);
        Lit1978 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453865), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453859);
        SimpleSymbol simpleSymbol2681 = Lit8494;
        SimpleSymbol simpleSymbol2682 = Lit8493;
        Lit1977 = PairWithPosition.make(simpleSymbol2681, PairWithPosition.make(simpleSymbol2682, PairWithPosition.make(simpleSymbol2682, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453819);
        SimpleSymbol simpleSymbol2683 = Lit8494;
        SimpleSymbol simpleSymbol2684 = Lit8493;
        Lit1976 = PairWithPosition.make(simpleSymbol2683, PairWithPosition.make(simpleSymbol2684, PairWithPosition.make(simpleSymbol2684, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453787), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453778);
        Lit1975 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453765);
        Lit1974 = (SimpleSymbol) new SimpleSymbol("$output").readResolve();
        Lit1973 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453238);
        SimpleSymbol simpleSymbol2685 = Lit8494;
        SimpleSymbol simpleSymbol2686 = Lit8493;
        Lit1972 = PairWithPosition.make(simpleSymbol2685, PairWithPosition.make(simpleSymbol2686, PairWithPosition.make(simpleSymbol2686, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453208), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453204), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453199);
        SimpleSymbol simpleSymbol2687 = Lit8494;
        SimpleSymbol simpleSymbol2688 = Lit8493;
        Lit1971 = PairWithPosition.make(simpleSymbol2687, PairWithPosition.make(simpleSymbol2688, PairWithPosition.make(simpleSymbol2688, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453163), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453158);
        Lit1970 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 453145);
        SimpleSymbol simpleSymbol2689 = Lit9;
        Lit1969 = PairWithPosition.make(simpleSymbol2689, PairWithPosition.make(simpleSymbol2689, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452767), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452761);
        SimpleSymbol simpleSymbol2690 = Lit8494;
        SimpleSymbol simpleSymbol2691 = Lit8493;
        Lit1968 = PairWithPosition.make(simpleSymbol2690, PairWithPosition.make(simpleSymbol2691, PairWithPosition.make(simpleSymbol2691, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452616);
        Lit1967 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452517);
        SimpleSymbol simpleSymbol2692 = Lit9;
        Lit1966 = PairWithPosition.make(simpleSymbol2692, PairWithPosition.make(simpleSymbol2692, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452293), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452287);
        Lit1965 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452147), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452141);
        SimpleSymbol simpleSymbol2693 = Lit8494;
        SimpleSymbol simpleSymbol2694 = Lit8493;
        Lit1964 = PairWithPosition.make(simpleSymbol2693, PairWithPosition.make(simpleSymbol2694, PairWithPosition.make(simpleSymbol2694, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452106), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 452101);
        SimpleSymbol simpleSymbol2695 = Lit8494;
        SimpleSymbol simpleSymbol2696 = Lit8493;
        Lit1963 = PairWithPosition.make(simpleSymbol2695, PairWithPosition.make(simpleSymbol2696, PairWithPosition.make(simpleSymbol2696, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451983), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451979), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451974);
        Lit1962 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451875);
        Lit1961 = (SimpleSymbol) new SimpleSymbol("$_extract").readResolve();
        SimpleSymbol simpleSymbol2697 = Lit9;
        Lit1960 = PairWithPosition.make(simpleSymbol2697, PairWithPosition.make(simpleSymbol2697, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451506), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451500);
        Lit1959 = (SimpleSymbol) new SimpleSymbol("$_url").readResolve();
        SimpleSymbol simpleSymbol2698 = Lit9;
        Lit1958 = PairWithPosition.make(simpleSymbol2698, PairWithPosition.make(simpleSymbol2698, PairWithPosition.make(simpleSymbol2698, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451258), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451253), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451247);
        SimpleSymbol simpleSymbol2699 = Lit9;
        Lit1957 = PairWithPosition.make(simpleSymbol2699, PairWithPosition.make(simpleSymbol2699, PairWithPosition.make(simpleSymbol2699, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451210), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451204);
        SimpleSymbol simpleSymbol2700 = Lit9;
        Lit1956 = PairWithPosition.make(simpleSymbol2700, PairWithPosition.make(simpleSymbol2700, PairWithPosition.make(simpleSymbol2700, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451164), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451158);
        SimpleSymbol simpleSymbol2701 = Lit9;
        Lit1955 = PairWithPosition.make(simpleSymbol2701, PairWithPosition.make(simpleSymbol2701, PairWithPosition.make(simpleSymbol2701, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451114);
        SimpleSymbol simpleSymbol2702 = Lit9;
        Lit1954 = PairWithPosition.make(simpleSymbol2702, PairWithPosition.make(simpleSymbol2702, PairWithPosition.make(simpleSymbol2702, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451076), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451070);
        SimpleSymbol simpleSymbol2703 = Lit9;
        Lit1953 = PairWithPosition.make(simpleSymbol2703, PairWithPosition.make(simpleSymbol2703, PairWithPosition.make(simpleSymbol2703, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451037), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451032), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 451026);
        Lit1952 = (SimpleSymbol) new SimpleSymbol("$response").readResolve();
        Lit1951 = (SimpleSymbol) new SimpleSymbol("p$getAPIJsonData").readResolve();
        Lit1950 = (SimpleSymbol) new SimpleSymbol("p$gotourl").readResolve();
        SimpleSymbol simpleSymbol2704 = Lit9;
        Lit1949 = PairWithPosition.make(simpleSymbol2704, PairWithPosition.make(simpleSymbol2704, PairWithPosition.make(simpleSymbol2704, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445213);
        Lit1948 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445204), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445198);
        Lit1947 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445078);
        Lit1946 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445069), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445063);
        Lit1945 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444697);
        SimpleSymbol simpleSymbol2705 = Lit9;
        Lit1944 = PairWithPosition.make(simpleSymbol2705, PairWithPosition.make(simpleSymbol2705, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444680), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444674);
        Lit1943 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444525);
        SimpleSymbol simpleSymbol2706 = Lit9;
        Lit1942 = PairWithPosition.make(simpleSymbol2706, PairWithPosition.make(simpleSymbol2706, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444508), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444502);
        Lit1941 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444356);
        SimpleSymbol simpleSymbol2707 = Lit9;
        Lit1940 = PairWithPosition.make(simpleSymbol2707, PairWithPosition.make(simpleSymbol2707, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444339), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444333);
        Lit1939 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444186);
        SimpleSymbol simpleSymbol2708 = Lit9;
        Lit1938 = PairWithPosition.make(simpleSymbol2708, PairWithPosition.make(simpleSymbol2708, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444163);
        Lit1937 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444017);
        SimpleSymbol simpleSymbol2709 = Lit9;
        Lit1936 = PairWithPosition.make(simpleSymbol2709, PairWithPosition.make(simpleSymbol2709, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443994);
        Lit1935 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443847);
        SimpleSymbol simpleSymbol2710 = Lit9;
        Lit1934 = PairWithPosition.make(simpleSymbol2710, PairWithPosition.make(simpleSymbol2710, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443830), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443824);
        Lit1933 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443678);
        SimpleSymbol simpleSymbol2711 = Lit9;
        Lit1932 = PairWithPosition.make(simpleSymbol2711, PairWithPosition.make(simpleSymbol2711, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443661), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443655);
        Lit1931 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443510), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443504);
        SimpleSymbol simpleSymbol2712 = Lit9;
        Lit1930 = PairWithPosition.make(simpleSymbol2712, PairWithPosition.make(simpleSymbol2712, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443384), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443378);
        Lit1929 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443242);
        Lit1928 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443212);
        Lit1927 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443163), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443157);
        Lit1926 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443148), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443142);
        SimpleSymbol simpleSymbol2713 = Lit8493;
        Lit1925 = PairWithPosition.make(simpleSymbol2713, PairWithPosition.make(simpleSymbol2713, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 442963), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 442958);
        Lit1924 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 442574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 442568);
        SimpleSymbol simpleSymbol2714 = Lit9;
        Lit1923 = PairWithPosition.make(simpleSymbol2714, PairWithPosition.make(simpleSymbol2714, PairWithPosition.make(simpleSymbol2714, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445213);
        Lit1922 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445204), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445198);
        Lit1921 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445078);
        Lit1920 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445069), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 445063);
        Lit1919 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444697);
        SimpleSymbol simpleSymbol2715 = Lit9;
        Lit1918 = PairWithPosition.make(simpleSymbol2715, PairWithPosition.make(simpleSymbol2715, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444680), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444674);
        Lit1917 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444525);
        SimpleSymbol simpleSymbol2716 = Lit9;
        Lit1916 = PairWithPosition.make(simpleSymbol2716, PairWithPosition.make(simpleSymbol2716, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444508), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444502);
        Lit1915 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444356);
        SimpleSymbol simpleSymbol2717 = Lit9;
        Lit1914 = PairWithPosition.make(simpleSymbol2717, PairWithPosition.make(simpleSymbol2717, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444339), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444333);
        Lit1913 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444186);
        SimpleSymbol simpleSymbol2718 = Lit9;
        Lit1912 = PairWithPosition.make(simpleSymbol2718, PairWithPosition.make(simpleSymbol2718, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444163);
        Lit1911 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444017);
        SimpleSymbol simpleSymbol2719 = Lit9;
        Lit1910 = PairWithPosition.make(simpleSymbol2719, PairWithPosition.make(simpleSymbol2719, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 444000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443994);
        Lit1909 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443847);
        SimpleSymbol simpleSymbol2720 = Lit9;
        Lit1908 = PairWithPosition.make(simpleSymbol2720, PairWithPosition.make(simpleSymbol2720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443830), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443824);
        Lit1907 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443678);
        SimpleSymbol simpleSymbol2721 = Lit9;
        Lit1906 = PairWithPosition.make(simpleSymbol2721, PairWithPosition.make(simpleSymbol2721, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443661), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443655);
        Lit1905 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443510), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443504);
        SimpleSymbol simpleSymbol2722 = Lit9;
        Lit1904 = PairWithPosition.make(simpleSymbol2722, PairWithPosition.make(simpleSymbol2722, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443384), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443378);
        Lit1903 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443242);
        Lit1902 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443212);
        Lit1901 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443163), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443157);
        Lit1900 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443148), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 443142);
        SimpleSymbol simpleSymbol2723 = Lit8493;
        Lit1899 = PairWithPosition.make(simpleSymbol2723, PairWithPosition.make(simpleSymbol2723, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 442963), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 442958);
        Lit1898 = (SimpleSymbol) new SimpleSymbol("$sid").readResolve();
        Lit1897 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 442574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 442568);
        Lit1896 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439157), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439151);
        Lit1895 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439121);
        Lit1894 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439072), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439066);
        Lit1893 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439057), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439051);
        SimpleSymbol simpleSymbol2724 = Lit8493;
        Lit1892 = PairWithPosition.make(simpleSymbol2724, PairWithPosition.make(simpleSymbol2724, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438855);
        Lit1891 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438538);
        Lit1890 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439157), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439151);
        Lit1889 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439126), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439121);
        Lit1888 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439072), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439066);
        Lit1887 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439057), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439051);
        SimpleSymbol simpleSymbol2725 = Lit8493;
        Lit1886 = PairWithPosition.make(simpleSymbol2725, PairWithPosition.make(simpleSymbol2725, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438855);
        Lit1885 = (SimpleSymbol) new SimpleSymbol("$selVal").readResolve();
        Lit1884 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438544), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438538);
        Lit1883 = (SimpleSymbol) new SimpleSymbol("p$getWatchItem").readResolve();
        SimpleSymbol simpleSymbol2726 = Lit8497;
        Lit1882 = PairWithPosition.make(simpleSymbol2726, PairWithPosition.make(simpleSymbol2726, PairWithPosition.make(simpleSymbol2726, PairWithPosition.make(simpleSymbol2726, PairWithPosition.make(simpleSymbol2726, PairWithPosition.make(simpleSymbol2726, PairWithPosition.make(simpleSymbol2726, PairWithPosition.make(simpleSymbol2726, PairWithPosition.make(simpleSymbol2726, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439570), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439560), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439555), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439534);
        Lit1881 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439510), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439505);
        Lit1880 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439373);
        Lit1879 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439243);
        Lit1878 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439118), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439113);
        Lit1877 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438980), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438975);
        Lit1876 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438844), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438839);
        Lit1875 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438724), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438719);
        Lit1874 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438606), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438601);
        Lit1873 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438488), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438483);
        SimpleSymbol simpleSymbol2727 = Lit720;
        Lit1872 = PairWithPosition.make(simpleSymbol2727, PairWithPosition.make(simpleSymbol2727, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438266), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438258);
        SimpleSymbol simpleSymbol2728 = Lit720;
        Lit1871 = PairWithPosition.make(simpleSymbol2728, PairWithPosition.make(simpleSymbol2728, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438241), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438233);
        SimpleSymbol simpleSymbol2729 = Lit720;
        Lit1870 = PairWithPosition.make(simpleSymbol2729, PairWithPosition.make(simpleSymbol2729, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438182);
        SimpleSymbol simpleSymbol2730 = Lit720;
        Lit1869 = PairWithPosition.make(simpleSymbol2730, PairWithPosition.make(simpleSymbol2730, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438137);
        SimpleSymbol simpleSymbol2731 = Lit720;
        Lit1868 = PairWithPosition.make(simpleSymbol2731, PairWithPosition.make(simpleSymbol2731, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437855), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437847);
        Lit1867 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437721);
        SimpleSymbol simpleSymbol2732 = Lit720;
        Lit1866 = PairWithPosition.make(simpleSymbol2732, PairWithPosition.make(simpleSymbol2732, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437696), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437688);
        SimpleSymbol simpleSymbol2733 = Lit720;
        Lit1865 = PairWithPosition.make(simpleSymbol2733, PairWithPosition.make(simpleSymbol2733, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437475), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437467);
        SimpleSymbol simpleSymbol2734 = Lit720;
        Lit1864 = PairWithPosition.make(simpleSymbol2734, PairWithPosition.make(simpleSymbol2734, PairWithPosition.make(simpleSymbol2734, PairWithPosition.make(simpleSymbol2734, PairWithPosition.make(simpleSymbol2734, PairWithPosition.make(simpleSymbol2734, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437449), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437442), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437435), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437413);
        SimpleSymbol simpleSymbol2735 = Lit720;
        Lit1863 = PairWithPosition.make(simpleSymbol2735, PairWithPosition.make(simpleSymbol2735, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437094);
        SimpleSymbol simpleSymbol2736 = Lit720;
        Lit1862 = PairWithPosition.make(simpleSymbol2736, PairWithPosition.make(simpleSymbol2736, PairWithPosition.make(simpleSymbol2736, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437076), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437069), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437061);
        SimpleSymbol simpleSymbol2737 = Lit720;
        Lit1861 = PairWithPosition.make(simpleSymbol2737, PairWithPosition.make(simpleSymbol2737, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436841);
        SimpleSymbol simpleSymbol2738 = Lit720;
        Lit1860 = PairWithPosition.make(simpleSymbol2738, PairWithPosition.make(simpleSymbol2738, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436823), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436815);
        SimpleSymbol simpleSymbol2739 = Lit720;
        Lit1859 = PairWithPosition.make(simpleSymbol2739, PairWithPosition.make(simpleSymbol2739, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436610);
        SimpleSymbol simpleSymbol2740 = Lit720;
        Lit1858 = PairWithPosition.make(simpleSymbol2740, PairWithPosition.make(simpleSymbol2740, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436584);
        SimpleSymbol simpleSymbol2741 = Lit720;
        Lit1857 = PairWithPosition.make(simpleSymbol2741, PairWithPosition.make(simpleSymbol2741, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436559);
        SimpleSymbol simpleSymbol2742 = Lit720;
        Lit1856 = PairWithPosition.make(simpleSymbol2742, PairWithPosition.make(simpleSymbol2742, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436301);
        SimpleSymbol simpleSymbol2743 = Lit720;
        Lit1855 = PairWithPosition.make(simpleSymbol2743, PairWithPosition.make(simpleSymbol2743, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436283), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436275);
        SimpleSymbol simpleSymbol2744 = Lit720;
        Lit1854 = PairWithPosition.make(simpleSymbol2744, PairWithPosition.make(simpleSymbol2744, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436088), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436080);
        SimpleSymbol simpleSymbol2745 = Lit720;
        Lit1853 = PairWithPosition.make(simpleSymbol2745, PairWithPosition.make(simpleSymbol2745, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436062), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436054);
        Lit1852 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435735);
        SimpleSymbol simpleSymbol2746 = Lit720;
        Lit1851 = PairWithPosition.make(simpleSymbol2746, PairWithPosition.make(simpleSymbol2746, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435704), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435696);
        SimpleSymbol simpleSymbol2747 = Lit720;
        Lit1850 = PairWithPosition.make(simpleSymbol2747, PairWithPosition.make(simpleSymbol2747, PairWithPosition.make(simpleSymbol2747, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435678), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435663);
        SimpleSymbol simpleSymbol2748 = Lit720;
        Lit1849 = PairWithPosition.make(simpleSymbol2748, PairWithPosition.make(simpleSymbol2748, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435406), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435398);
        SimpleSymbol simpleSymbol2749 = Lit720;
        Lit1848 = PairWithPosition.make(simpleSymbol2749, PairWithPosition.make(simpleSymbol2749, PairWithPosition.make(simpleSymbol2749, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435380), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435373), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435365);
        SimpleSymbol simpleSymbol2750 = Lit720;
        Lit1847 = PairWithPosition.make(simpleSymbol2750, PairWithPosition.make(simpleSymbol2750, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435188);
        SimpleSymbol simpleSymbol2751 = Lit720;
        Lit1846 = PairWithPosition.make(simpleSymbol2751, PairWithPosition.make(simpleSymbol2751, PairWithPosition.make(simpleSymbol2751, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435162), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435154);
        SimpleSymbol simpleSymbol2752 = Lit720;
        Lit1845 = PairWithPosition.make(simpleSymbol2752, PairWithPosition.make(simpleSymbol2752, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434965), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434957);
        SimpleSymbol simpleSymbol2753 = Lit720;
        Lit1844 = PairWithPosition.make(simpleSymbol2753, PairWithPosition.make(simpleSymbol2753, PairWithPosition.make(simpleSymbol2753, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434939), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434924);
        SimpleSymbol simpleSymbol2754 = Lit720;
        Lit1843 = PairWithPosition.make(simpleSymbol2754, PairWithPosition.make(simpleSymbol2754, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434755), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434747);
        SimpleSymbol simpleSymbol2755 = Lit720;
        Lit1842 = PairWithPosition.make(simpleSymbol2755, PairWithPosition.make(simpleSymbol2755, PairWithPosition.make(simpleSymbol2755, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434713);
        SimpleSymbol simpleSymbol2756 = Lit720;
        Lit1841 = PairWithPosition.make(simpleSymbol2756, PairWithPosition.make(simpleSymbol2756, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434526), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434518);
        SimpleSymbol simpleSymbol2757 = Lit720;
        Lit1840 = PairWithPosition.make(simpleSymbol2757, PairWithPosition.make(simpleSymbol2757, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434492);
        SimpleSymbol simpleSymbol2758 = Lit720;
        Lit1839 = PairWithPosition.make(simpleSymbol2758, PairWithPosition.make(simpleSymbol2758, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434446);
        Lit1838 = (SimpleSymbol) new SimpleSymbol("$result").readResolve();
        SimpleSymbol simpleSymbol2759 = Lit8497;
        Lit1837 = PairWithPosition.make(simpleSymbol2759, PairWithPosition.make(simpleSymbol2759, PairWithPosition.make(simpleSymbol2759, PairWithPosition.make(simpleSymbol2759, PairWithPosition.make(simpleSymbol2759, PairWithPosition.make(simpleSymbol2759, PairWithPosition.make(simpleSymbol2759, PairWithPosition.make(simpleSymbol2759, PairWithPosition.make(simpleSymbol2759, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439575), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439570), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439565), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439560), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439555), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439534);
        Lit1836 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439510), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439505);
        Lit1835 = (SimpleSymbol) new SimpleSymbol("$net_profit").readResolve();
        Lit1834 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439373);
        Lit1833 = (SimpleSymbol) new SimpleSymbol("$breakeven").readResolve();
        Lit1832 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439248), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439243);
        Lit1831 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439118), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 439113);
        Lit1830 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438980), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438975);
        Lit1829 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438844), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438839);
        Lit1828 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438724), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438719);
        Lit1827 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438606), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438601);
        Lit1826 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438488), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438483);
        SimpleSymbol simpleSymbol2760 = Lit720;
        Lit1825 = PairWithPosition.make(simpleSymbol2760, PairWithPosition.make(simpleSymbol2760, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438266), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438258);
        SimpleSymbol simpleSymbol2761 = Lit720;
        Lit1824 = PairWithPosition.make(simpleSymbol2761, PairWithPosition.make(simpleSymbol2761, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438241), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438233);
        SimpleSymbol simpleSymbol2762 = Lit720;
        Lit1823 = PairWithPosition.make(simpleSymbol2762, PairWithPosition.make(simpleSymbol2762, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438190), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438182);
        SimpleSymbol simpleSymbol2763 = Lit720;
        Lit1822 = PairWithPosition.make(simpleSymbol2763, PairWithPosition.make(simpleSymbol2763, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 438137);
        SimpleSymbol simpleSymbol2764 = Lit720;
        Lit1821 = PairWithPosition.make(simpleSymbol2764, PairWithPosition.make(simpleSymbol2764, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437855), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437847);
        Lit1820 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437721);
        SimpleSymbol simpleSymbol2765 = Lit720;
        Lit1819 = PairWithPosition.make(simpleSymbol2765, PairWithPosition.make(simpleSymbol2765, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437696), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437688);
        Lit1818 = (SimpleSymbol) new SimpleSymbol("$total_tax").readResolve();
        SimpleSymbol simpleSymbol2766 = Lit720;
        Lit1817 = PairWithPosition.make(simpleSymbol2766, PairWithPosition.make(simpleSymbol2766, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437475), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437467);
        SimpleSymbol simpleSymbol2767 = Lit720;
        Lit1816 = PairWithPosition.make(simpleSymbol2767, PairWithPosition.make(simpleSymbol2767, PairWithPosition.make(simpleSymbol2767, PairWithPosition.make(simpleSymbol2767, PairWithPosition.make(simpleSymbol2767, PairWithPosition.make(simpleSymbol2767, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437449), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437442), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437435), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437421), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437413);
        Lit1815 = (SimpleSymbol) new SimpleSymbol("$stamp_charges").readResolve();
        Lit1814 = (SimpleSymbol) new SimpleSymbol("$sebi_charges").readResolve();
        Lit1813 = (SimpleSymbol) new SimpleSymbol("$stax").readResolve();
        Lit1812 = (SimpleSymbol) new SimpleSymbol("$stt").readResolve();
        SimpleSymbol simpleSymbol2768 = Lit720;
        Lit1811 = PairWithPosition.make(simpleSymbol2768, PairWithPosition.make(simpleSymbol2768, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437102), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437094);
        SimpleSymbol simpleSymbol2769 = Lit720;
        Lit1810 = PairWithPosition.make(simpleSymbol2769, PairWithPosition.make(simpleSymbol2769, PairWithPosition.make(simpleSymbol2769, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437076), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437069), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 437061);
        Lit1809 = DFloNum.make(2.0E-5d);
        SimpleSymbol simpleSymbol2770 = Lit720;
        Lit1808 = PairWithPosition.make(simpleSymbol2770, PairWithPosition.make(simpleSymbol2770, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436841);
        SimpleSymbol simpleSymbol2771 = Lit720;
        Lit1807 = PairWithPosition.make(simpleSymbol2771, PairWithPosition.make(simpleSymbol2771, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436823), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436815);
        Lit1806 = DFloNum.make(1.0E-6d);
        SimpleSymbol simpleSymbol2772 = Lit720;
        Lit1805 = PairWithPosition.make(simpleSymbol2772, PairWithPosition.make(simpleSymbol2772, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436610);
        SimpleSymbol simpleSymbol2773 = Lit720;
        Lit1804 = PairWithPosition.make(simpleSymbol2773, PairWithPosition.make(simpleSymbol2773, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436584);
        SimpleSymbol simpleSymbol2774 = Lit720;
        Lit1803 = PairWithPosition.make(simpleSymbol2774, PairWithPosition.make(simpleSymbol2774, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436559);
        Lit1802 = (SimpleSymbol) new SimpleSymbol("$etc").readResolve();
        Lit1801 = (SimpleSymbol) new SimpleSymbol("$brokerage").readResolve();
        Lit1800 = DFloNum.make(0.18d);
        SimpleSymbol simpleSymbol2775 = Lit720;
        Lit1799 = PairWithPosition.make(simpleSymbol2775, PairWithPosition.make(simpleSymbol2775, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436301);
        SimpleSymbol simpleSymbol2776 = Lit720;
        Lit1798 = PairWithPosition.make(simpleSymbol2776, PairWithPosition.make(simpleSymbol2776, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436283), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436275);
        Lit1797 = DFloNum.make(2.0E-5d);
        Lit1796 = (SimpleSymbol) new SimpleSymbol("$turnover").readResolve();
        SimpleSymbol simpleSymbol2777 = Lit720;
        Lit1795 = PairWithPosition.make(simpleSymbol2777, PairWithPosition.make(simpleSymbol2777, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436088), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436080);
        SimpleSymbol simpleSymbol2778 = Lit720;
        Lit1794 = PairWithPosition.make(simpleSymbol2778, PairWithPosition.make(simpleSymbol2778, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436062), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 436054);
        Lit1793 = (SimpleSymbol) new SimpleSymbol("$brokerage_buy").readResolve();
        Lit1792 = (SimpleSymbol) new SimpleSymbol("$brokerage_sell").readResolve();
        Lit1791 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435735);
        SimpleSymbol simpleSymbol2779 = Lit720;
        Lit1790 = PairWithPosition.make(simpleSymbol2779, PairWithPosition.make(simpleSymbol2779, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435704), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435696);
        SimpleSymbol simpleSymbol2780 = Lit720;
        Lit1789 = PairWithPosition.make(simpleSymbol2780, PairWithPosition.make(simpleSymbol2780, PairWithPosition.make(simpleSymbol2780, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435678), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435663);
        Lit1788 = DFloNum.make(1.0E-4d);
        SimpleSymbol simpleSymbol2781 = Lit720;
        Lit1787 = PairWithPosition.make(simpleSymbol2781, PairWithPosition.make(simpleSymbol2781, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435406), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435398);
        SimpleSymbol simpleSymbol2782 = Lit720;
        Lit1786 = PairWithPosition.make(simpleSymbol2782, PairWithPosition.make(simpleSymbol2782, PairWithPosition.make(simpleSymbol2782, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435380), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435373), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435365);
        Lit1785 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol2783 = Lit720;
        Lit1784 = PairWithPosition.make(simpleSymbol2783, PairWithPosition.make(simpleSymbol2783, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435188);
        SimpleSymbol simpleSymbol2784 = Lit720;
        Lit1783 = PairWithPosition.make(simpleSymbol2784, PairWithPosition.make(simpleSymbol2784, PairWithPosition.make(simpleSymbol2784, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435162), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 435154);
        Lit1782 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol2785 = Lit720;
        Lit1781 = PairWithPosition.make(simpleSymbol2785, PairWithPosition.make(simpleSymbol2785, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434965), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434957);
        SimpleSymbol simpleSymbol2786 = Lit720;
        Lit1780 = PairWithPosition.make(simpleSymbol2786, PairWithPosition.make(simpleSymbol2786, PairWithPosition.make(simpleSymbol2786, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434939), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434924);
        Lit1779 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol2787 = Lit720;
        Lit1778 = PairWithPosition.make(simpleSymbol2787, PairWithPosition.make(simpleSymbol2787, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434755), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434747);
        SimpleSymbol simpleSymbol2788 = Lit720;
        Lit1777 = PairWithPosition.make(simpleSymbol2788, PairWithPosition.make(simpleSymbol2788, PairWithPosition.make(simpleSymbol2788, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434713);
        Lit1776 = DFloNum.make(3.0E-4d);
        SimpleSymbol simpleSymbol2789 = Lit720;
        Lit1775 = PairWithPosition.make(simpleSymbol2789, PairWithPosition.make(simpleSymbol2789, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434526), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434518);
        SimpleSymbol simpleSymbol2790 = Lit720;
        Lit1774 = PairWithPosition.make(simpleSymbol2790, PairWithPosition.make(simpleSymbol2790, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434500), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434492);
        SimpleSymbol simpleSymbol2791 = Lit720;
        Lit1773 = PairWithPosition.make(simpleSymbol2791, PairWithPosition.make(simpleSymbol2791, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 434446);
        Lit1772 = (SimpleSymbol) new SimpleSymbol("p$fut_taxes").readResolve();
        Lit1771 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430937), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430931);
        Lit1770 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430874);
        SimpleSymbol simpleSymbol2792 = Lit8493;
        Lit1769 = PairWithPosition.make(simpleSymbol2792, PairWithPosition.make(simpleSymbol2792, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430823);
        Lit1768 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430511);
        Lit1767 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430455);
        SimpleSymbol simpleSymbol2793 = Lit8493;
        Lit1766 = PairWithPosition.make(simpleSymbol2793, PairWithPosition.make(simpleSymbol2793, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430409), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430404);
        Lit1765 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430937), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430931);
        Lit1764 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430874);
        SimpleSymbol simpleSymbol2794 = Lit8493;
        Lit1763 = PairWithPosition.make(simpleSymbol2794, PairWithPosition.make(simpleSymbol2794, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430823);
        Lit1762 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430511);
        Lit1761 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430455);
        SimpleSymbol simpleSymbol2795 = Lit8493;
        Lit1760 = PairWithPosition.make(simpleSymbol2795, PairWithPosition.make(simpleSymbol2795, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430409), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 430404);
        Lit1759 = (SimpleSymbol) new SimpleSymbol("p$getValuefromJson").readResolve();
        Lit1758 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428327), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428321);
        Lit1757 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428192), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428186);
        Lit1756 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428054);
        Lit1755 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427939), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427933);
        Lit1754 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427814);
        Lit1753 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427695);
        Lit1752 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427576);
        Lit1751 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427463), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427457);
        Lit1750 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427342);
        Lit1749 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427135);
        Lit1748 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427105);
        Lit1747 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426911);
        Lit1746 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426881);
        Lit1745 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426727);
        Lit1744 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426697);
        Lit1743 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426504);
        Lit1742 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426474);
        Lit1741 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426222);
        Lit1740 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426192);
        Lit1739 = (SimpleSymbol) new SimpleSymbol("p$waitStop").readResolve();
        Lit1738 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428327), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428321);
        Lit1737 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428192), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428186);
        Lit1736 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 428054);
        Lit1735 = (SimpleSymbol) new SimpleSymbol("$LightText").readResolve();
        Lit1734 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427939), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427933);
        Lit1733 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427814);
        Lit1732 = (SimpleSymbol) new SimpleSymbol("$Level3BG").readResolve();
        Lit1731 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427695);
        Lit1730 = (SimpleSymbol) new SimpleSymbol("$Level2BG").readResolve();
        Lit1729 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427576);
        Lit1728 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427463), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427457);
        Lit1727 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427342);
        Lit1726 = (SimpleSymbol) new SimpleSymbol("$HighlightText").readResolve();
        Lit1725 = IntNum.make(Component.COLOR_LTGRAY);
        Lit1724 = IntNum.make(-10066330);
        Lit1723 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427135);
        Lit1722 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 427105);
        Lit1721 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426911);
        Lit1720 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426881);
        Lit1719 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426727);
        Lit1718 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426697);
        Lit1717 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426504);
        Lit1716 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426474);
        Lit1715 = IntNum.make(-16777216);
        Lit1714 = IntNum.make(-13421773);
        Lit1713 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426222);
        Lit1712 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 426192);
        Lit1711 = (SimpleSymbol) new SimpleSymbol("p$darkmode").readResolve();
        Lit1710 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422651);
        Lit1709 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422556);
        Lit1708 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422448);
        Lit1707 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422339), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422333);
        Lit1706 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422220);
        Lit1705 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422111), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422105);
        Lit1704 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422657), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422651);
        Lit1703 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422556);
        Lit1702 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422448);
        Lit1701 = (SimpleSymbol) new SimpleSymbol("$mobile").readResolve();
        Lit1700 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422339), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422333);
        Lit1699 = (SimpleSymbol) new SimpleSymbol("$Email").readResolve();
        Lit1698 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422226), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422220);
        Lit1697 = (SimpleSymbol) new SimpleSymbol("$UserName").readResolve();
        Lit1696 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422111), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 422105);
        Lit1695 = (SimpleSymbol) new SimpleSymbol("GetUserId").readResolve();
        Lit1694 = (SimpleSymbol) new SimpleSymbol("Onesingal_Push1").readResolve();
        Lit1693 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 421188), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 421182);
        SimpleSymbol simpleSymbol2796 = Lit8493;
        Lit1692 = PairWithPosition.make(simpleSymbol2796, PairWithPosition.make(simpleSymbol2796, PairWithPosition.make(simpleSymbol2796, PairWithPosition.make(simpleSymbol2796, PairWithPosition.make(simpleSymbol2796, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420796), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420788), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420783);
        SimpleSymbol simpleSymbol2797 = Lit720;
        Lit1691 = PairWithPosition.make(simpleSymbol2797, PairWithPosition.make(simpleSymbol2797, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420450);
        SimpleSymbol simpleSymbol2798 = Lit8493;
        Lit1690 = PairWithPosition.make(simpleSymbol2798, PairWithPosition.make(simpleSymbol2798, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420282), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420277);
        SimpleSymbol simpleSymbol2799 = Lit8493;
        Lit1689 = PairWithPosition.make(simpleSymbol2799, PairWithPosition.make(simpleSymbol2799, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420101), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420096);
        SimpleSymbol simpleSymbol2800 = Lit8493;
        Lit1688 = PairWithPosition.make(simpleSymbol2800, PairWithPosition.make(simpleSymbol2800, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419915);
        SimpleSymbol simpleSymbol2801 = Lit8493;
        Lit1687 = PairWithPosition.make(simpleSymbol2801, PairWithPosition.make(simpleSymbol2801, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419734);
        SimpleSymbol simpleSymbol2802 = Lit9;
        Lit1686 = PairWithPosition.make(simpleSymbol2802, PairWithPosition.make(simpleSymbol2802, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419537), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419531);
        Lit1685 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418954);
        SimpleSymbol simpleSymbol2803 = Lit8493;
        Lit1684 = PairWithPosition.make(simpleSymbol2803, PairWithPosition.make(simpleSymbol2803, PairWithPosition.make(simpleSymbol2803, PairWithPosition.make(simpleSymbol2803, PairWithPosition.make(simpleSymbol2803, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418923), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418915), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418910);
        Lit1683 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418754);
        Lit1682 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418667), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418652);
        SimpleSymbol simpleSymbol2804 = Lit9;
        Lit1681 = PairWithPosition.make(simpleSymbol2804, PairWithPosition.make(simpleSymbol2804, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418290), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418284);
        SimpleSymbol simpleSymbol2805 = Lit8493;
        Lit1680 = PairWithPosition.make(simpleSymbol2805, PairWithPosition.make(simpleSymbol2805, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417954), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417949);
        Lit1679 = IntNum.make(-256);
        Lit1678 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 421188), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 421182);
        Lit1677 = IntNum.make(-13421773);
        SimpleSymbol simpleSymbol2806 = Lit8493;
        Lit1676 = PairWithPosition.make(simpleSymbol2806, PairWithPosition.make(simpleSymbol2806, PairWithPosition.make(simpleSymbol2806, PairWithPosition.make(simpleSymbol2806, PairWithPosition.make(simpleSymbol2806, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420800), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420796), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420788), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420783);
        Lit1675 = (SimpleSymbol) new SimpleSymbol("r5").readResolve();
        Lit1674 = (SimpleSymbol) new SimpleSymbol("r4").readResolve();
        Lit1673 = (SimpleSymbol) new SimpleSymbol("r3").readResolve();
        Lit1672 = (SimpleSymbol) new SimpleSymbol("r2").readResolve();
        Lit1671 = (SimpleSymbol) new SimpleSymbol("r1").readResolve();
        SimpleSymbol simpleSymbol2807 = Lit720;
        Lit1670 = PairWithPosition.make(simpleSymbol2807, PairWithPosition.make(simpleSymbol2807, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420458), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420450);
        SimpleSymbol simpleSymbol2808 = Lit8493;
        Lit1669 = PairWithPosition.make(simpleSymbol2808, PairWithPosition.make(simpleSymbol2808, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420282), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420277);
        SimpleSymbol simpleSymbol2809 = Lit8493;
        Lit1668 = PairWithPosition.make(simpleSymbol2809, PairWithPosition.make(simpleSymbol2809, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420101), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420096);
        SimpleSymbol simpleSymbol2810 = Lit8493;
        Lit1667 = PairWithPosition.make(simpleSymbol2810, PairWithPosition.make(simpleSymbol2810, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419920), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419915);
        Lit1666 = IntNum.make(3);
        SimpleSymbol simpleSymbol2811 = Lit8493;
        Lit1665 = PairWithPosition.make(simpleSymbol2811, PairWithPosition.make(simpleSymbol2811, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419734);
        Lit1664 = (SimpleSymbol) new SimpleSymbol("StartActivity").readResolve();
        SimpleSymbol simpleSymbol2812 = Lit9;
        Lit1663 = PairWithPosition.make(simpleSymbol2812, PairWithPosition.make(simpleSymbol2812, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419537), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419531);
        Lit1662 = (SimpleSymbol) new SimpleSymbol("g$package").readResolve();
        Lit1661 = (SimpleSymbol) new SimpleSymbol("DataUri").readResolve();
        Lit1660 = (SimpleSymbol) new SimpleSymbol("Action").readResolve();
        Lit1659 = (SimpleSymbol) new SimpleSymbol("Activity_Starter1").readResolve();
        Lit1658 = (SimpleSymbol) new SimpleSymbol("mBtnRatingSubmit").readResolve();
        Lit1657 = (SimpleSymbol) new SimpleSymbol("Label100").readResolve();
        Lit1656 = (SimpleSymbol) new SimpleSymbol("Dismiss").readResolve();
        Lit1655 = (SimpleSymbol) new SimpleSymbol("AlphaDialog1").readResolve();
        Lit1654 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418954);
        SimpleSymbol simpleSymbol2813 = Lit8493;
        Lit1653 = PairWithPosition.make(simpleSymbol2813, PairWithPosition.make(simpleSymbol2813, PairWithPosition.make(simpleSymbol2813, PairWithPosition.make(simpleSymbol2813, PairWithPosition.make(simpleSymbol2813, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418923), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418915), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418910);
        Lit1652 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418760), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418754);
        Lit1651 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418667), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418652);
        SimpleSymbol simpleSymbol2814 = Lit9;
        Lit1650 = PairWithPosition.make(simpleSymbol2814, PairWithPosition.make(simpleSymbol2814, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418290), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418284);
        Lit1649 = (SimpleSymbol) new SimpleSymbol("mtxtRatingFeedback").readResolve();
        SimpleSymbol simpleSymbol2815 = Lit8493;
        Lit1648 = PairWithPosition.make(simpleSymbol2815, PairWithPosition.make(simpleSymbol2815, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417954), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417949);
        Lit1647 = (SimpleSymbol) new SimpleSymbol("$rating").readResolve();
        Lit1646 = (SimpleSymbol) new SimpleSymbol("p$GetRating").readResolve();
        Lit1645 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420806);
        Lit1644 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420689), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420683);
        SimpleSymbol simpleSymbol2816 = Lit9;
        Lit1643 = PairWithPosition.make(simpleSymbol2816, PairWithPosition.make(simpleSymbol2816, PairWithPosition.make(simpleSymbol2816, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420538), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420527);
        SimpleSymbol simpleSymbol2817 = Lit9;
        Lit1642 = PairWithPosition.make(simpleSymbol2817, PairWithPosition.make(simpleSymbol2817, PairWithPosition.make(simpleSymbol2817, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420372), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420367), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420361);
        SimpleSymbol simpleSymbol2818 = Lit9;
        Lit1641 = PairWithPosition.make(simpleSymbol2818, PairWithPosition.make(simpleSymbol2818, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420291);
        Lit1640 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419958);
        SimpleSymbol simpleSymbol2819 = Lit8493;
        Lit1639 = PairWithPosition.make(simpleSymbol2819, PairWithPosition.make(simpleSymbol2819, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419934), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419929);
        Lit1638 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419657);
        SimpleSymbol simpleSymbol2820 = Lit8493;
        Lit1637 = PairWithPosition.make(simpleSymbol2820, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2820, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419535), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419530);
        Lit1636 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419517);
        SimpleSymbol simpleSymbol2821 = Lit9;
        Lit1635 = PairWithPosition.make(simpleSymbol2821, PairWithPosition.make(simpleSymbol2821, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419291);
        SimpleSymbol simpleSymbol2822 = Lit9;
        Lit1634 = PairWithPosition.make(simpleSymbol2822, PairWithPosition.make(simpleSymbol2822, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419257);
        Lit1633 = PairWithPosition.make(Lit8497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418916);
        Lit1632 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418892), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418887);
        SimpleSymbol simpleSymbol2823 = Lit9;
        Lit1631 = PairWithPosition.make(simpleSymbol2823, PairWithPosition.make(simpleSymbol2823, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418704);
        SimpleSymbol simpleSymbol2824 = Lit9;
        Lit1630 = PairWithPosition.make(simpleSymbol2824, PairWithPosition.make(simpleSymbol2824, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418655), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418649);
        Lit1629 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418165);
        SimpleSymbol simpleSymbol2825 = Lit8493;
        Lit1628 = PairWithPosition.make(simpleSymbol2825, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2825, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418038);
        Lit1627 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418025);
        SimpleSymbol simpleSymbol2826 = Lit9;
        Lit1626 = PairWithPosition.make(simpleSymbol2826, PairWithPosition.make(simpleSymbol2826, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417805), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417799);
        SimpleSymbol simpleSymbol2827 = Lit9;
        Lit1625 = PairWithPosition.make(simpleSymbol2827, PairWithPosition.make(simpleSymbol2827, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417771), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417765);
        Lit1624 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417412);
        SimpleSymbol simpleSymbol2828 = Lit9;
        Lit1623 = PairWithPosition.make(simpleSymbol2828, PairWithPosition.make(simpleSymbol2828, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417194), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417188);
        SimpleSymbol simpleSymbol2829 = Lit9;
        Lit1622 = PairWithPosition.make(simpleSymbol2829, PairWithPosition.make(simpleSymbol2829, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417160), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417154);
        SimpleSymbol simpleSymbol2830 = Lit9;
        Lit1621 = PairWithPosition.make(simpleSymbol2830, PairWithPosition.make(simpleSymbol2830, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416647);
        SimpleSymbol simpleSymbol2831 = Lit9;
        Lit1620 = PairWithPosition.make(simpleSymbol2831, PairWithPosition.make(simpleSymbol2831, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416514), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416508);
        SimpleSymbol simpleSymbol2832 = Lit9;
        Lit1619 = PairWithPosition.make(simpleSymbol2832, PairWithPosition.make(simpleSymbol2832, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416480), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416474);
        SimpleSymbol simpleSymbol2833 = Lit8497;
        Lit1618 = PairWithPosition.make(simpleSymbol2833, PairWithPosition.make(simpleSymbol2833, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416143);
        Lit1617 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416119), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416114);
        Lit1616 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415999), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415994);
        SimpleSymbol simpleSymbol2834 = Lit9;
        Lit1615 = PairWithPosition.make(simpleSymbol2834, PairWithPosition.make(simpleSymbol2834, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415818);
        SimpleSymbol simpleSymbol2835 = Lit9;
        Lit1614 = PairWithPosition.make(simpleSymbol2835, PairWithPosition.make(simpleSymbol2835, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415769), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415763);
        Lit1613 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415372);
        SimpleSymbol simpleSymbol2836 = Lit8493;
        Lit1612 = PairWithPosition.make(simpleSymbol2836, PairWithPosition.make(simpleSymbol2836, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415343);
        Lit1611 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415150);
        SimpleSymbol simpleSymbol2837 = Lit8493;
        Lit1610 = PairWithPosition.make(simpleSymbol2837, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2837, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415044), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415034);
        Lit1609 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414934), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414928);
        SimpleSymbol simpleSymbol2838 = Lit8493;
        Lit1608 = PairWithPosition.make(simpleSymbol2838, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2838, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414742), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414737), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414732);
        Lit1607 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414586);
        SimpleSymbol simpleSymbol2839 = Lit8493;
        Lit1606 = PairWithPosition.make(simpleSymbol2839, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2839, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414557), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414547);
        Lit1605 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414448);
        SimpleSymbol simpleSymbol2840 = Lit9;
        Lit1604 = PairWithPosition.make(simpleSymbol2840, PairWithPosition.make(simpleSymbol2840, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414030), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414024);
        SimpleSymbol simpleSymbol2841 = Lit9;
        Lit1603 = PairWithPosition.make(simpleSymbol2841, PairWithPosition.make(simpleSymbol2841, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413996), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413990);
        Lit1602 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420806);
        Lit1601 = (SimpleSymbol) new SimpleSymbol("mtxtPhone").readResolve();
        Lit1600 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420689), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420683);
        Lit1599 = (SimpleSymbol) new SimpleSymbol("mtxtName").readResolve();
        SimpleSymbol simpleSymbol2842 = Lit9;
        Lit1598 = PairWithPosition.make(simpleSymbol2842, PairWithPosition.make(simpleSymbol2842, PairWithPosition.make(simpleSymbol2842, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420538), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420527);
        SimpleSymbol simpleSymbol2843 = Lit9;
        Lit1597 = PairWithPosition.make(simpleSymbol2843, PairWithPosition.make(simpleSymbol2843, PairWithPosition.make(simpleSymbol2843, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420372), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420367), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420361);
        SimpleSymbol simpleSymbol2844 = Lit9;
        Lit1596 = PairWithPosition.make(simpleSymbol2844, PairWithPosition.make(simpleSymbol2844, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 420291);
        Lit1595 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419958);
        SimpleSymbol simpleSymbol2845 = Lit8493;
        Lit1594 = PairWithPosition.make(simpleSymbol2845, PairWithPosition.make(simpleSymbol2845, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419934), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419929);
        Lit1593 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419657);
        SimpleSymbol simpleSymbol2846 = Lit8493;
        Lit1592 = PairWithPosition.make(simpleSymbol2846, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2846, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419535), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419530);
        Lit1591 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419517);
        SimpleSymbol simpleSymbol2847 = Lit9;
        Lit1590 = PairWithPosition.make(simpleSymbol2847, PairWithPosition.make(simpleSymbol2847, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419291);
        SimpleSymbol simpleSymbol2848 = Lit9;
        Lit1589 = PairWithPosition.make(simpleSymbol2848, PairWithPosition.make(simpleSymbol2848, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 419257);
        Lit1588 = PairWithPosition.make(Lit8497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418916);
        Lit1587 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418892), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418887);
        SimpleSymbol simpleSymbol2849 = Lit9;
        Lit1586 = PairWithPosition.make(simpleSymbol2849, PairWithPosition.make(simpleSymbol2849, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418704);
        SimpleSymbol simpleSymbol2850 = Lit9;
        Lit1585 = PairWithPosition.make(simpleSymbol2850, PairWithPosition.make(simpleSymbol2850, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418655), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418649);
        Lit1584 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418165);
        Lit1583 = (SimpleSymbol) new SimpleSymbol("$idToken").readResolve();
        SimpleSymbol simpleSymbol2851 = Lit8493;
        Lit1582 = PairWithPosition.make(simpleSymbol2851, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2851, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418048), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418043), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418038);
        Lit1581 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 418025);
        SimpleSymbol simpleSymbol2852 = Lit9;
        Lit1580 = PairWithPosition.make(simpleSymbol2852, PairWithPosition.make(simpleSymbol2852, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417805), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417799);
        SimpleSymbol simpleSymbol2853 = Lit9;
        Lit1579 = PairWithPosition.make(simpleSymbol2853, PairWithPosition.make(simpleSymbol2853, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417771), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417765);
        Lit1578 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417412);
        Lit1577 = IntNum.make(60000);
        SimpleSymbol simpleSymbol2854 = Lit9;
        Lit1576 = PairWithPosition.make(simpleSymbol2854, PairWithPosition.make(simpleSymbol2854, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417194), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417188);
        SimpleSymbol simpleSymbol2855 = Lit9;
        Lit1575 = PairWithPosition.make(simpleSymbol2855, PairWithPosition.make(simpleSymbol2855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417160), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417154);
        SimpleSymbol simpleSymbol2856 = Lit9;
        Lit1574 = PairWithPosition.make(simpleSymbol2856, PairWithPosition.make(simpleSymbol2856, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416647);
        SimpleSymbol simpleSymbol2857 = Lit9;
        Lit1573 = PairWithPosition.make(simpleSymbol2857, PairWithPosition.make(simpleSymbol2857, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416514), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416508);
        SimpleSymbol simpleSymbol2858 = Lit9;
        Lit1572 = PairWithPosition.make(simpleSymbol2858, PairWithPosition.make(simpleSymbol2858, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416480), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416474);
        SimpleSymbol simpleSymbol2859 = Lit8497;
        Lit1571 = PairWithPosition.make(simpleSymbol2859, PairWithPosition.make(simpleSymbol2859, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416149), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416143);
        Lit1570 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416119), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416114);
        Lit1569 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415999), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415994);
        SimpleSymbol simpleSymbol2860 = Lit9;
        Lit1568 = PairWithPosition.make(simpleSymbol2860, PairWithPosition.make(simpleSymbol2860, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415824), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415818);
        SimpleSymbol simpleSymbol2861 = Lit9;
        Lit1567 = PairWithPosition.make(simpleSymbol2861, PairWithPosition.make(simpleSymbol2861, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415769), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415763);
        Lit1566 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415372);
        SimpleSymbol simpleSymbol2862 = Lit8493;
        Lit1565 = PairWithPosition.make(simpleSymbol2862, PairWithPosition.make(simpleSymbol2862, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415343);
        Lit1564 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415156), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415150);
        SimpleSymbol simpleSymbol2863 = Lit8493;
        Lit1563 = PairWithPosition.make(simpleSymbol2863, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2863, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415044), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415034);
        Lit1562 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414934), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414928);
        Lit1561 = (SimpleSymbol) new SimpleSymbol("p$firebase_success").readResolve();
        SimpleSymbol simpleSymbol2864 = Lit8493;
        Lit1560 = PairWithPosition.make(simpleSymbol2864, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2864, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414742), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414737), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414732);
        Lit1559 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414586);
        SimpleSymbol simpleSymbol2865 = Lit8493;
        Lit1558 = PairWithPosition.make(simpleSymbol2865, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol2865, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414557), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414547);
        Lit1557 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414448);
        Lit1556 = (SimpleSymbol) new SimpleSymbol("$responseContent").readResolve();
        SimpleSymbol simpleSymbol2866 = Lit9;
        Lit1555 = PairWithPosition.make(simpleSymbol2866, PairWithPosition.make(simpleSymbol2866, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414030), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414024);
        SimpleSymbol simpleSymbol2867 = Lit9;
        Lit1554 = PairWithPosition.make(simpleSymbol2867, PairWithPosition.make(simpleSymbol2867, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413996), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413990);
        Lit1553 = (SimpleSymbol) new SimpleSymbol("$url").readResolve();
        Lit1552 = (SimpleSymbol) new SimpleSymbol("p$firebase_GotText").readResolve();
        Lit1551 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417178);
        Lit1550 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417164);
        Lit1549 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416946), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416940);
        Lit1548 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416926);
        SimpleSymbol simpleSymbol2868 = Lit9;
        Lit1547 = PairWithPosition.make(simpleSymbol2868, PairWithPosition.make(simpleSymbol2868, PairWithPosition.make(simpleSymbol2868, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416682), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416677), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416671);
        Lit1546 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416662), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416656);
        Lit1545 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416536);
        Lit1544 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416527), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416521);
        SimpleSymbol simpleSymbol2869 = Lit720;
        Lit1543 = PairWithPosition.make(simpleSymbol2869, PairWithPosition.make(simpleSymbol2869, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415988), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415980);
        Lit1542 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415965);
        SimpleSymbol simpleSymbol2870 = Lit8498;
        Lit1541 = PairWithPosition.make(simpleSymbol2870, PairWithPosition.make(simpleSymbol2870, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415947), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415932);
        Lit1540 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415836), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415821);
        Lit1539 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415664);
        SimpleSymbol simpleSymbol2871 = Lit720;
        Lit1538 = PairWithPosition.make(simpleSymbol2871, PairWithPosition.make(simpleSymbol2871, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415279);
        Lit1537 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415057);
        SimpleSymbol simpleSymbol2872 = Lit9;
        Lit1536 = PairWithPosition.make(simpleSymbol2872, PairWithPosition.make(simpleSymbol2872, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414935), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414929);
        SimpleSymbol simpleSymbol2873 = Lit9;
        Lit1535 = PairWithPosition.make(simpleSymbol2873, PairWithPosition.make(simpleSymbol2873, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414795), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414789);
        SimpleSymbol simpleSymbol2874 = Lit8493;
        Lit1534 = PairWithPosition.make(simpleSymbol2874, PairWithPosition.make(simpleSymbol2874, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414666);
        Lit1533 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414506), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414500);
        SimpleSymbol simpleSymbol2875 = Lit9;
        Lit1532 = PairWithPosition.make(simpleSymbol2875, PairWithPosition.make(simpleSymbol2875, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414372);
        SimpleSymbol simpleSymbol2876 = Lit9;
        Lit1531 = PairWithPosition.make(simpleSymbol2876, PairWithPosition.make(simpleSymbol2876, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414231);
        SimpleSymbol simpleSymbol2877 = Lit8493;
        Lit1530 = PairWithPosition.make(simpleSymbol2877, PairWithPosition.make(simpleSymbol2877, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414114), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414109);
        Lit1529 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413947);
        SimpleSymbol simpleSymbol2878 = Lit9;
        Lit1528 = PairWithPosition.make(simpleSymbol2878, PairWithPosition.make(simpleSymbol2878, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413918), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413912);
        SimpleSymbol simpleSymbol2879 = Lit9;
        Lit1527 = PairWithPosition.make(simpleSymbol2879, PairWithPosition.make(simpleSymbol2879, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413773);
        SimpleSymbol simpleSymbol2880 = Lit8493;
        Lit1526 = PairWithPosition.make(simpleSymbol2880, PairWithPosition.make(simpleSymbol2880, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413651);
        Lit1525 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413470);
        Lit1524 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413199);
        Lit1523 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413105), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413099);
        Lit1522 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412870);
        SimpleSymbol simpleSymbol2881 = Lit9;
        Lit1521 = PairWithPosition.make(simpleSymbol2881, PairWithPosition.make(simpleSymbol2881, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412748), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412742);
        SimpleSymbol simpleSymbol2882 = Lit9;
        Lit1520 = PairWithPosition.make(simpleSymbol2882, PairWithPosition.make(simpleSymbol2882, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412608), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412602);
        SimpleSymbol simpleSymbol2883 = Lit8493;
        Lit1519 = PairWithPosition.make(simpleSymbol2883, PairWithPosition.make(simpleSymbol2883, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412484), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412479);
        Lit1518 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412319), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412313);
        SimpleSymbol simpleSymbol2884 = Lit9;
        Lit1517 = PairWithPosition.make(simpleSymbol2884, PairWithPosition.make(simpleSymbol2884, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412191), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412185);
        SimpleSymbol simpleSymbol2885 = Lit9;
        Lit1516 = PairWithPosition.make(simpleSymbol2885, PairWithPosition.make(simpleSymbol2885, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412050), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412044);
        SimpleSymbol simpleSymbol2886 = Lit8493;
        Lit1515 = PairWithPosition.make(simpleSymbol2886, PairWithPosition.make(simpleSymbol2886, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411922);
        Lit1514 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411494), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411488);
        Lit1513 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411327), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411321);
        SimpleSymbol simpleSymbol2887 = Lit8493;
        Lit1512 = PairWithPosition.make(simpleSymbol2887, PairWithPosition.make(simpleSymbol2887, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411208);
        Lit1511 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411191);
        SimpleSymbol simpleSymbol2888 = Lit9;
        Lit1510 = PairWithPosition.make(simpleSymbol2888, PairWithPosition.make(simpleSymbol2888, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411160), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411154);
        Lit1509 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410727);
        Lit1508 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410623);
        Lit1507 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410383);
        SimpleSymbol simpleSymbol2889 = Lit9;
        Lit1506 = PairWithPosition.make(simpleSymbol2889, PairWithPosition.make(simpleSymbol2889, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410345);
        SimpleSymbol simpleSymbol2890 = Lit8494;
        SimpleSymbol simpleSymbol2891 = Lit8493;
        Lit1505 = PairWithPosition.make(simpleSymbol2890, PairWithPosition.make(simpleSymbol2891, PairWithPosition.make(simpleSymbol2891, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410106), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410101);
        Lit1504 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410079);
        Lit1503 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409913);
        SimpleSymbol simpleSymbol2892 = Lit9;
        Lit1502 = PairWithPosition.make(simpleSymbol2892, PairWithPosition.make(simpleSymbol2892, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409874);
        Lit1501 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417178);
        Lit1500 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 417164);
        Lit1499 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416946), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416940);
        Lit1498 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416932), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416926);
        Lit1497 = IntNum.make(500000);
        Lit1496 = (SimpleSymbol) new SimpleSymbol("lblFunds").readResolve();
        SimpleSymbol simpleSymbol2893 = Lit9;
        Lit1495 = PairWithPosition.make(simpleSymbol2893, PairWithPosition.make(simpleSymbol2893, PairWithPosition.make(simpleSymbol2893, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416682), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416677), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416671);
        Lit1494 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416662), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416656);
        Lit1493 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416536);
        Lit1492 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416527), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 416521);
        Lit1491 = (SimpleSymbol) new SimpleSymbol("ShowAd").readResolve();
        SimpleSymbol simpleSymbol2894 = Lit720;
        Lit1490 = PairWithPosition.make(simpleSymbol2894, PairWithPosition.make(simpleSymbol2894, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415988), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415980);
        Lit1489 = IntNum.make(30);
        Lit1488 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415965);
        SimpleSymbol simpleSymbol2895 = Lit8498;
        Lit1487 = PairWithPosition.make(simpleSymbol2895, PairWithPosition.make(simpleSymbol2895, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415947), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415932);
        Lit1486 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415836), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415821);
        Lit1485 = IntNum.make(-20);
        Lit1484 = (SimpleSymbol) new SimpleSymbol("AddSeconds").readResolve();
        Lit1483 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415664);
        Lit1482 = (SimpleSymbol) new SimpleSymbol("DurationToSeconds").readResolve();
        Lit1481 = (SimpleSymbol) new SimpleSymbol("$immediate").readResolve();
        SimpleSymbol simpleSymbol2896 = Lit720;
        Lit1480 = PairWithPosition.make(simpleSymbol2896, PairWithPosition.make(simpleSymbol2896, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415279);
        Lit1479 = IntNum.make(28);
        Lit1478 = (SimpleSymbol) new SimpleSymbol("SDKVersion").readResolve();
        Lit1477 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 415057);
        SimpleSymbol simpleSymbol2897 = Lit9;
        Lit1476 = PairWithPosition.make(simpleSymbol2897, PairWithPosition.make(simpleSymbol2897, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414935), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414929);
        SimpleSymbol simpleSymbol2898 = Lit9;
        Lit1475 = PairWithPosition.make(simpleSymbol2898, PairWithPosition.make(simpleSymbol2898, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414795), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414789);
        SimpleSymbol simpleSymbol2899 = Lit8493;
        Lit1474 = PairWithPosition.make(simpleSymbol2899, PairWithPosition.make(simpleSymbol2899, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414671), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414666);
        Lit1473 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414506), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414500);
        SimpleSymbol simpleSymbol2900 = Lit9;
        Lit1472 = PairWithPosition.make(simpleSymbol2900, PairWithPosition.make(simpleSymbol2900, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414378), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414372);
        SimpleSymbol simpleSymbol2901 = Lit9;
        Lit1471 = PairWithPosition.make(simpleSymbol2901, PairWithPosition.make(simpleSymbol2901, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414231);
        SimpleSymbol simpleSymbol2902 = Lit8493;
        Lit1470 = PairWithPosition.make(simpleSymbol2902, PairWithPosition.make(simpleSymbol2902, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414114), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 414109);
        Lit1469 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413947);
        SimpleSymbol simpleSymbol2903 = Lit9;
        Lit1468 = PairWithPosition.make(simpleSymbol2903, PairWithPosition.make(simpleSymbol2903, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413918), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413912);
        SimpleSymbol simpleSymbol2904 = Lit9;
        Lit1467 = PairWithPosition.make(simpleSymbol2904, PairWithPosition.make(simpleSymbol2904, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413773);
        SimpleSymbol simpleSymbol2905 = Lit8493;
        Lit1466 = PairWithPosition.make(simpleSymbol2905, PairWithPosition.make(simpleSymbol2905, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413651);
        Lit1465 = (SimpleSymbol) new SimpleSymbol("LoadAd").readResolve();
        Lit1464 = (SimpleSymbol) new SimpleSymbol("Facebook_Interstitial1").readResolve();
        Lit1463 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413470);
        Lit1462 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413205), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413199);
        Lit1461 = IntNum.make(GmsVersion.VERSION_LONGHORN);
        Lit1460 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413105), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 413099);
        Lit1459 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412870);
        SimpleSymbol simpleSymbol2906 = Lit9;
        Lit1458 = PairWithPosition.make(simpleSymbol2906, PairWithPosition.make(simpleSymbol2906, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412748), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412742);
        SimpleSymbol simpleSymbol2907 = Lit9;
        Lit1457 = PairWithPosition.make(simpleSymbol2907, PairWithPosition.make(simpleSymbol2907, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412608), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412602);
        SimpleSymbol simpleSymbol2908 = Lit8493;
        Lit1456 = PairWithPosition.make(simpleSymbol2908, PairWithPosition.make(simpleSymbol2908, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412484), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412479);
        Lit1455 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412319), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412313);
        SimpleSymbol simpleSymbol2909 = Lit9;
        Lit1454 = PairWithPosition.make(simpleSymbol2909, PairWithPosition.make(simpleSymbol2909, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412191), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412185);
        SimpleSymbol simpleSymbol2910 = Lit9;
        Lit1453 = PairWithPosition.make(simpleSymbol2910, PairWithPosition.make(simpleSymbol2910, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412050), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412044);
        SimpleSymbol simpleSymbol2911 = Lit8493;
        Lit1452 = PairWithPosition.make(simpleSymbol2911, PairWithPosition.make(simpleSymbol2911, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411922);
        Lit1451 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411494), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411488);
        Lit1450 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411327), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411321);
        Lit1449 = IntNum.make(GmsVersion.VERSION_LONGHORN);
        SimpleSymbol simpleSymbol2912 = Lit8493;
        Lit1448 = PairWithPosition.make(simpleSymbol2912, PairWithPosition.make(simpleSymbol2912, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411208);
        Lit1447 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411197), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411191);
        SimpleSymbol simpleSymbol2913 = Lit9;
        Lit1446 = PairWithPosition.make(simpleSymbol2913, PairWithPosition.make(simpleSymbol2913, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411160), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411154);
        Lit1445 = (SimpleSymbol) new SimpleSymbol("vaBackupRestore").readResolve();
        Lit1444 = (SimpleSymbol) new SimpleSymbol("cvUpgrade").readResolve();
        Lit1443 = (SimpleSymbol) new SimpleSymbol("vaBanner").readResolve();
        Lit1442 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410727);
        Lit1441 = IntNum.make(new int[]{1410065408, 2});
        Lit1440 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410623);
        Lit1439 = IntNum.make(20);
        Lit1438 = (SimpleSymbol) new SimpleSymbol("FullClickable").readResolve();
        Lit1437 = (SimpleSymbol) new SimpleSymbol("vaSLTGT").readResolve();
        Lit1436 = (SimpleSymbol) new SimpleSymbol("Facebook_Banner1").readResolve();
        Lit1435 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410383);
        SimpleSymbol simpleSymbol2914 = Lit9;
        Lit1434 = PairWithPosition.make(simpleSymbol2914, PairWithPosition.make(simpleSymbol2914, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410351), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410345);
        SimpleSymbol simpleSymbol2915 = Lit8494;
        SimpleSymbol simpleSymbol2916 = Lit8493;
        Lit1433 = PairWithPosition.make(simpleSymbol2915, PairWithPosition.make(simpleSymbol2916, PairWithPosition.make(simpleSymbol2916, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410110), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410106), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410101);
        Lit1432 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410079);
        Lit1431 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409919), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409913);
        SimpleSymbol simpleSymbol2917 = Lit9;
        Lit1430 = PairWithPosition.make(simpleSymbol2917, PairWithPosition.make(simpleSymbol2917, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409874);
        Lit1429 = (SimpleSymbol) new SimpleSymbol("lblPRO").readResolve();
        SimpleSymbol simpleSymbol2918 = Lit9;
        Lit1428 = PairWithPosition.make(simpleSymbol2918, PairWithPosition.make(simpleSymbol2918, PairWithPosition.make(simpleSymbol2918, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406343), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406337);
        SimpleSymbol simpleSymbol2919 = Lit9;
        Lit1427 = PairWithPosition.make(simpleSymbol2919, PairWithPosition.make(simpleSymbol2919, PairWithPosition.make(simpleSymbol2919, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406134);
        SimpleSymbol simpleSymbol2920 = Lit9;
        Lit1426 = PairWithPosition.make(simpleSymbol2920, PairWithPosition.make(simpleSymbol2920, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406068);
        Lit1425 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405734);
        SimpleSymbol simpleSymbol2921 = Lit8493;
        Lit1424 = PairWithPosition.make(simpleSymbol2921, PairWithPosition.make(simpleSymbol2921, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405705);
        SimpleSymbol simpleSymbol2922 = Lit9;
        Lit1423 = PairWithPosition.make(simpleSymbol2922, PairWithPosition.make(simpleSymbol2922, PairWithPosition.make(simpleSymbol2922, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406343), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406337);
        Lit1422 = (SimpleSymbol) new SimpleSymbol("mtxtEmailForgot").readResolve();
        SimpleSymbol simpleSymbol2923 = Lit9;
        Lit1421 = PairWithPosition.make(simpleSymbol2923, PairWithPosition.make(simpleSymbol2923, PairWithPosition.make(simpleSymbol2923, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406145), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406140), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406134);
        SimpleSymbol simpleSymbol2924 = Lit9;
        Lit1420 = PairWithPosition.make(simpleSymbol2924, PairWithPosition.make(simpleSymbol2924, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406068);
        Lit1419 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405734);
        SimpleSymbol simpleSymbol2925 = Lit8493;
        Lit1418 = PairWithPosition.make(simpleSymbol2925, PairWithPosition.make(simpleSymbol2925, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405705);
        Lit1417 = (SimpleSymbol) new SimpleSymbol("p$firebase_forgotpwd").readResolve();
        Lit1416 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407049), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407043);
        Lit1415 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407034), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407028);
        SimpleSymbol simpleSymbol2926 = Lit8493;
        Lit1414 = PairWithPosition.make(simpleSymbol2926, PairWithPosition.make(simpleSymbol2926, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406844);
        SimpleSymbol simpleSymbol2927 = Lit9;
        Lit1413 = PairWithPosition.make(simpleSymbol2927, PairWithPosition.make(simpleSymbol2927, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406604);
        SimpleSymbol simpleSymbol2928 = Lit8493;
        Lit1412 = PairWithPosition.make(simpleSymbol2928, PairWithPosition.make(simpleSymbol2928, PairWithPosition.make(simpleSymbol2928, PairWithPosition.make(simpleSymbol2928, PairWithPosition.make(simpleSymbol2928, PairWithPosition.make(simpleSymbol2928, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406229), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406225), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406208);
        SimpleSymbol simpleSymbol2929 = Lit8493;
        Lit1411 = PairWithPosition.make(simpleSymbol2929, PairWithPosition.make(simpleSymbol2929, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406179);
        SimpleSymbol simpleSymbol2930 = Lit8493;
        Lit1410 = PairWithPosition.make(simpleSymbol2930, PairWithPosition.make(simpleSymbol2930, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406059);
        SimpleSymbol simpleSymbol2931 = Lit8493;
        Lit1409 = PairWithPosition.make(simpleSymbol2931, PairWithPosition.make(simpleSymbol2931, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405847);
        SimpleSymbol simpleSymbol2932 = Lit8493;
        Lit1408 = PairWithPosition.make(simpleSymbol2932, PairWithPosition.make(simpleSymbol2932, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405728);
        SimpleSymbol simpleSymbol2933 = Lit8493;
        Lit1407 = PairWithPosition.make(simpleSymbol2933, PairWithPosition.make(simpleSymbol2933, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405557), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405552);
        SimpleSymbol simpleSymbol2934 = Lit8493;
        Lit1406 = PairWithPosition.make(simpleSymbol2934, PairWithPosition.make(simpleSymbol2934, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405449);
        SimpleSymbol simpleSymbol2935 = Lit9;
        Lit1405 = PairWithPosition.make(simpleSymbol2935, PairWithPosition.make(simpleSymbol2935, PairWithPosition.make(simpleSymbol2935, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405213);
        Lit1404 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405185);
        Lit1403 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405135), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405129);
        Lit1402 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405114);
        SimpleSymbol simpleSymbol2936 = Lit8493;
        Lit1401 = PairWithPosition.make(simpleSymbol2936, PairWithPosition.make(simpleSymbol2936, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404935), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404930);
        SimpleSymbol simpleSymbol2937 = Lit9;
        Lit1400 = PairWithPosition.make(simpleSymbol2937, PairWithPosition.make(simpleSymbol2937, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404409);
        SimpleSymbol simpleSymbol2938 = Lit8493;
        Lit1399 = PairWithPosition.make(simpleSymbol2938, PairWithPosition.make(simpleSymbol2938, PairWithPosition.make(simpleSymbol2938, PairWithPosition.make(simpleSymbol2938, PairWithPosition.make(simpleSymbol2938, PairWithPosition.make(simpleSymbol2938, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404059), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404055), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404042);
        SimpleSymbol simpleSymbol2939 = Lit8493;
        Lit1398 = PairWithPosition.make(simpleSymbol2939, PairWithPosition.make(simpleSymbol2939, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404013);
        SimpleSymbol simpleSymbol2940 = Lit8493;
        Lit1397 = PairWithPosition.make(simpleSymbol2940, PairWithPosition.make(simpleSymbol2940, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403898), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403893);
        SimpleSymbol simpleSymbol2941 = Lit8493;
        Lit1396 = PairWithPosition.make(simpleSymbol2941, PairWithPosition.make(simpleSymbol2941, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403686), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403681);
        SimpleSymbol simpleSymbol2942 = Lit8493;
        Lit1395 = PairWithPosition.make(simpleSymbol2942, PairWithPosition.make(simpleSymbol2942, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403562);
        SimpleSymbol simpleSymbol2943 = Lit8493;
        Lit1394 = PairWithPosition.make(simpleSymbol2943, PairWithPosition.make(simpleSymbol2943, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403386);
        SimpleSymbol simpleSymbol2944 = Lit8493;
        Lit1393 = PairWithPosition.make(simpleSymbol2944, PairWithPosition.make(simpleSymbol2944, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403288), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403283);
        SimpleSymbol simpleSymbol2945 = Lit9;
        Lit1392 = PairWithPosition.make(simpleSymbol2945, PairWithPosition.make(simpleSymbol2945, PairWithPosition.make(simpleSymbol2945, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402937);
        Lit1391 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402922);
        Lit1390 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402802);
        Lit1389 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402746);
        Lit1388 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402737), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402731);
        SimpleSymbol simpleSymbol2946 = Lit8493;
        Lit1387 = PairWithPosition.make(simpleSymbol2946, PairWithPosition.make(simpleSymbol2946, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402547);
        Lit1386 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402070);
        Lit1385 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402043);
        Lit1384 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402034), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402028);
        SimpleSymbol simpleSymbol2947 = Lit9;
        Lit1383 = PairWithPosition.make(simpleSymbol2947, PairWithPosition.make(simpleSymbol2947, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401711), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401705);
        Lit1382 = (SimpleSymbol) new SimpleSymbol("p$sendMsg").readResolve();
        Lit1381 = (SimpleSymbol) new SimpleSymbol("IsConnected").readResolve();
        Lit1380 = (SimpleSymbol) new SimpleSymbol("WebSocketConnector1").readResolve();
        Lit1379 = (SimpleSymbol) new SimpleSymbol("Refreshing").readResolve();
        Lit1378 = (SimpleSymbol) new SimpleSymbol("Swipe_Refresh_Layout1").readResolve();
        Lit1377 = (SimpleSymbol) new SimpleSymbol("Linear_Progressbar2").readResolve();
        Lit1376 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407049), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407043);
        Lit1375 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407034), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407028);
        SimpleSymbol simpleSymbol2948 = Lit8493;
        Lit1374 = PairWithPosition.make(simpleSymbol2948, PairWithPosition.make(simpleSymbol2948, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406849), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406844);
        SimpleSymbol simpleSymbol2949 = Lit9;
        Lit1373 = PairWithPosition.make(simpleSymbol2949, PairWithPosition.make(simpleSymbol2949, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406610), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406604);
        SimpleSymbol simpleSymbol2950 = Lit8493;
        Lit1372 = PairWithPosition.make(simpleSymbol2950, PairWithPosition.make(simpleSymbol2950, PairWithPosition.make(simpleSymbol2950, PairWithPosition.make(simpleSymbol2950, PairWithPosition.make(simpleSymbol2950, PairWithPosition.make(simpleSymbol2950, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406229), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406225), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406208);
        SimpleSymbol simpleSymbol2951 = Lit8493;
        Lit1371 = PairWithPosition.make(simpleSymbol2951, PairWithPosition.make(simpleSymbol2951, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406179);
        SimpleSymbol simpleSymbol2952 = Lit8493;
        Lit1370 = PairWithPosition.make(simpleSymbol2952, PairWithPosition.make(simpleSymbol2952, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406059);
        SimpleSymbol simpleSymbol2953 = Lit8493;
        Lit1369 = PairWithPosition.make(simpleSymbol2953, PairWithPosition.make(simpleSymbol2953, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405847);
        SimpleSymbol simpleSymbol2954 = Lit8493;
        Lit1368 = PairWithPosition.make(simpleSymbol2954, PairWithPosition.make(simpleSymbol2954, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405728);
        SimpleSymbol simpleSymbol2955 = Lit8493;
        Lit1367 = PairWithPosition.make(simpleSymbol2955, PairWithPosition.make(simpleSymbol2955, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405557), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405552);
        SimpleSymbol simpleSymbol2956 = Lit8493;
        Lit1366 = PairWithPosition.make(simpleSymbol2956, PairWithPosition.make(simpleSymbol2956, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405454), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405449);
        Lit1365 = (SimpleSymbol) new SimpleSymbol("Web2").readResolve();
        SimpleSymbol simpleSymbol2957 = Lit9;
        Lit1364 = PairWithPosition.make(simpleSymbol2957, PairWithPosition.make(simpleSymbol2957, PairWithPosition.make(simpleSymbol2957, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405213);
        Lit1363 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405185);
        Lit1362 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405135), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405129);
        Lit1361 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405114);
        SimpleSymbol simpleSymbol2958 = Lit8493;
        Lit1360 = PairWithPosition.make(simpleSymbol2958, PairWithPosition.make(simpleSymbol2958, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404935), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404930);
        SimpleSymbol simpleSymbol2959 = Lit9;
        Lit1359 = PairWithPosition.make(simpleSymbol2959, PairWithPosition.make(simpleSymbol2959, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404409);
        SimpleSymbol simpleSymbol2960 = Lit8493;
        Lit1358 = PairWithPosition.make(simpleSymbol2960, PairWithPosition.make(simpleSymbol2960, PairWithPosition.make(simpleSymbol2960, PairWithPosition.make(simpleSymbol2960, PairWithPosition.make(simpleSymbol2960, PairWithPosition.make(simpleSymbol2960, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404063), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404059), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404055), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404042);
        SimpleSymbol simpleSymbol2961 = Lit8493;
        Lit1357 = PairWithPosition.make(simpleSymbol2961, PairWithPosition.make(simpleSymbol2961, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404018), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404013);
        SimpleSymbol simpleSymbol2962 = Lit8493;
        Lit1356 = PairWithPosition.make(simpleSymbol2962, PairWithPosition.make(simpleSymbol2962, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403898), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403893);
        SimpleSymbol simpleSymbol2963 = Lit8493;
        Lit1355 = PairWithPosition.make(simpleSymbol2963, PairWithPosition.make(simpleSymbol2963, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403686), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403681);
        SimpleSymbol simpleSymbol2964 = Lit8493;
        Lit1354 = PairWithPosition.make(simpleSymbol2964, PairWithPosition.make(simpleSymbol2964, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403562);
        SimpleSymbol simpleSymbol2965 = Lit8493;
        Lit1353 = PairWithPosition.make(simpleSymbol2965, PairWithPosition.make(simpleSymbol2965, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403386);
        SimpleSymbol simpleSymbol2966 = Lit8493;
        Lit1352 = PairWithPosition.make(simpleSymbol2966, PairWithPosition.make(simpleSymbol2966, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403288), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403283);
        SimpleSymbol simpleSymbol2967 = Lit9;
        Lit1351 = PairWithPosition.make(simpleSymbol2967, PairWithPosition.make(simpleSymbol2967, PairWithPosition.make(simpleSymbol2967, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402948), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402937);
        Lit1350 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402928), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402922);
        Lit1349 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402802);
        Lit1348 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402752), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402746);
        Lit1347 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402737), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402731);
        SimpleSymbol simpleSymbol2968 = Lit8493;
        Lit1346 = PairWithPosition.make(simpleSymbol2968, PairWithPosition.make(simpleSymbol2968, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402547);
        Lit1345 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402070);
        Lit1344 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402043);
        Lit1343 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402034), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402028);
        SimpleSymbol simpleSymbol2969 = Lit9;
        Lit1342 = PairWithPosition.make(simpleSymbol2969, PairWithPosition.make(simpleSymbol2969, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401711), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401705);
        Lit1341 = (SimpleSymbol) new SimpleSymbol("p$Refresh").readResolve();
        Lit1340 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400488), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400480);
        Lit1339 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400367);
        SimpleSymbol simpleSymbol2970 = Lit8493;
        Lit1338 = PairWithPosition.make(simpleSymbol2970, PairWithPosition.make(simpleSymbol2970, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400343), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400338);
        Lit1337 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400307), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400301);
        Lit1336 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400133);
        SimpleSymbol simpleSymbol2971 = Lit720;
        Lit1335 = PairWithPosition.make(simpleSymbol2971, PairWithPosition.make(simpleSymbol2971, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398559);
        SimpleSymbol simpleSymbol2972 = Lit9;
        Lit1334 = PairWithPosition.make(simpleSymbol2972, PairWithPosition.make(simpleSymbol2972, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398454);
        SimpleSymbol simpleSymbol2973 = Lit8493;
        Lit1333 = PairWithPosition.make(simpleSymbol2973, PairWithPosition.make(simpleSymbol2973, PairWithPosition.make(simpleSymbol2973, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398429), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398425), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398420);
        Lit1332 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398383);
        SimpleSymbol simpleSymbol2974 = Lit8493;
        Lit1331 = PairWithPosition.make(simpleSymbol2974, PairWithPosition.make(simpleSymbol2974, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398273), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398268);
        Lit1330 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398085);
        Lit1329 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397719), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397713);
        Lit1328 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397564);
        Lit1327 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397453);
        Lit1326 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400488), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400480);
        Lit1325 = IntNum.make(10000);
        Lit1324 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400367);
        SimpleSymbol simpleSymbol2975 = Lit8493;
        Lit1323 = PairWithPosition.make(simpleSymbol2975, PairWithPosition.make(simpleSymbol2975, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400343), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400338);
        Lit1322 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400307), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400301);
        Lit1321 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400133);
        Lit1320 = (SimpleSymbol) new SimpleSymbol("loadHTML").readResolve();
        Lit1319 = (SimpleSymbol) new SimpleSymbol("wvBanner").readResolve();
        SimpleSymbol simpleSymbol2976 = Lit720;
        Lit1318 = PairWithPosition.make(simpleSymbol2976, PairWithPosition.make(simpleSymbol2976, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398559);
        SimpleSymbol simpleSymbol2977 = Lit9;
        Lit1317 = PairWithPosition.make(simpleSymbol2977, PairWithPosition.make(simpleSymbol2977, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398460), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398454);
        SimpleSymbol simpleSymbol2978 = Lit8493;
        Lit1316 = PairWithPosition.make(simpleSymbol2978, PairWithPosition.make(simpleSymbol2978, PairWithPosition.make(simpleSymbol2978, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398429), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398425), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398420);
        Lit1315 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398383);
        SimpleSymbol simpleSymbol2979 = Lit8493;
        Lit1314 = PairWithPosition.make(simpleSymbol2979, PairWithPosition.make(simpleSymbol2979, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398273), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398268);
        Lit1313 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398085);
        Lit1312 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397719), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397713);
        Lit1311 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397564);
        Lit1310 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397453);
        Lit1309 = (SimpleSymbol) new SimpleSymbol("$json").readResolve();
        Lit1308 = (SimpleSymbol) new SimpleSymbol("p$initBanner").readResolve();
        Lit1307 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393530), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393524);
        SimpleSymbol simpleSymbol2980 = Lit8493;
        Lit1306 = PairWithPosition.make(simpleSymbol2980, PairWithPosition.make(simpleSymbol2980, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393403), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393398);
        Lit1305 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393387), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393381);
        Lit1304 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393530), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393524);
        SimpleSymbol simpleSymbol2981 = Lit8493;
        Lit1303 = PairWithPosition.make(simpleSymbol2981, PairWithPosition.make(simpleSymbol2981, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393403), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393398);
        Lit1302 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393387), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393381);
        Lit1301 = (SimpleSymbol) new SimpleSymbol("p$_screenInit").readResolve();
        Lit1300 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412068);
        SimpleSymbol simpleSymbol2982 = Lit9;
        Lit1299 = PairWithPosition.make(simpleSymbol2982, PairWithPosition.make(simpleSymbol2982, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412045);
        Lit1298 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411767);
        SimpleSymbol simpleSymbol2983 = Lit9;
        Lit1297 = PairWithPosition.make(simpleSymbol2983, PairWithPosition.make(simpleSymbol2983, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411750), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411744);
        Lit1296 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411486);
        SimpleSymbol simpleSymbol2984 = Lit9;
        Lit1295 = PairWithPosition.make(simpleSymbol2984, PairWithPosition.make(simpleSymbol2984, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411469), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411463);
        Lit1294 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411201);
        SimpleSymbol simpleSymbol2985 = Lit9;
        Lit1293 = PairWithPosition.make(simpleSymbol2985, PairWithPosition.make(simpleSymbol2985, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411178);
        Lit1292 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410920);
        SimpleSymbol simpleSymbol2986 = Lit9;
        Lit1291 = PairWithPosition.make(simpleSymbol2986, PairWithPosition.make(simpleSymbol2986, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410903), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410897);
        Lit1290 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410623);
        SimpleSymbol simpleSymbol2987 = Lit9;
        Lit1289 = PairWithPosition.make(simpleSymbol2987, PairWithPosition.make(simpleSymbol2987, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410606), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410600);
        SimpleSymbol simpleSymbol2988 = Lit8493;
        Lit1288 = PairWithPosition.make(simpleSymbol2988, PairWithPosition.make(simpleSymbol2988, PairWithPosition.make(simpleSymbol2988, PairWithPosition.make(simpleSymbol2988, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410385), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410377), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410372);
        SimpleSymbol simpleSymbol2989 = Lit8494;
        SimpleSymbol simpleSymbol2990 = Lit8493;
        Lit1287 = PairWithPosition.make(simpleSymbol2989, PairWithPosition.make(simpleSymbol2990, PairWithPosition.make(simpleSymbol2990, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410338), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410333);
        SimpleSymbol simpleSymbol2991 = Lit8494;
        SimpleSymbol simpleSymbol2992 = Lit8493;
        Lit1286 = PairWithPosition.make(simpleSymbol2991, PairWithPosition.make(simpleSymbol2992, PairWithPosition.make(simpleSymbol2992, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410203), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410194);
        SimpleSymbol simpleSymbol2993 = Lit8494;
        SimpleSymbol simpleSymbol2994 = Lit8493;
        Lit1285 = PairWithPosition.make(simpleSymbol2993, PairWithPosition.make(simpleSymbol2994, PairWithPosition.make(simpleSymbol2994, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410051);
        SimpleSymbol simpleSymbol2995 = Lit8494;
        SimpleSymbol simpleSymbol2996 = Lit8493;
        Lit1284 = PairWithPosition.make(simpleSymbol2995, PairWithPosition.make(simpleSymbol2996, PairWithPosition.make(simpleSymbol2996, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409897), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409893), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409888);
        Lit1283 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409675);
        Lit1282 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409391);
        SimpleSymbol simpleSymbol2997 = Lit9;
        Lit1281 = PairWithPosition.make(simpleSymbol2997, PairWithPosition.make(simpleSymbol2997, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409374), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409368);
        SimpleSymbol simpleSymbol2998 = Lit8493;
        Lit1280 = PairWithPosition.make(simpleSymbol2998, PairWithPosition.make(simpleSymbol2998, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409164);
        SimpleSymbol simpleSymbol2999 = Lit8494;
        SimpleSymbol simpleSymbol3000 = Lit8493;
        Lit1279 = PairWithPosition.make(simpleSymbol2999, PairWithPosition.make(simpleSymbol3000, PairWithPosition.make(simpleSymbol3000, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409123), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409119), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409114);
        SimpleSymbol simpleSymbol3001 = Lit8494;
        SimpleSymbol simpleSymbol3002 = Lit8493;
        Lit1278 = PairWithPosition.make(simpleSymbol3001, PairWithPosition.make(simpleSymbol3002, PairWithPosition.make(simpleSymbol3002, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409085), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409076);
        Lit1277 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409063);
        SimpleSymbol simpleSymbol3003 = Lit9;
        Lit1276 = PairWithPosition.make(simpleSymbol3003, PairWithPosition.make(simpleSymbol3003, PairWithPosition.make(simpleSymbol3003, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409035), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409029);
        SimpleSymbol simpleSymbol3004 = Lit8493;
        Lit1275 = PairWithPosition.make(simpleSymbol3004, PairWithPosition.make(simpleSymbol3004, PairWithPosition.make(simpleSymbol3004, PairWithPosition.make(simpleSymbol3004, PairWithPosition.make(simpleSymbol3004, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408604), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408600), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408596), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408587);
        SimpleSymbol simpleSymbol3005 = Lit8494;
        SimpleSymbol simpleSymbol3006 = Lit8493;
        Lit1274 = PairWithPosition.make(simpleSymbol3005, PairWithPosition.make(simpleSymbol3006, PairWithPosition.make(simpleSymbol3006, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408556), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408547);
        SimpleSymbol simpleSymbol3007 = Lit8494;
        SimpleSymbol simpleSymbol3008 = Lit8493;
        Lit1273 = PairWithPosition.make(simpleSymbol3007, PairWithPosition.make(simpleSymbol3008, PairWithPosition.make(simpleSymbol3008, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408390), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408385);
        SimpleSymbol simpleSymbol3009 = Lit8494;
        SimpleSymbol simpleSymbol3010 = Lit8493;
        Lit1272 = PairWithPosition.make(simpleSymbol3009, PairWithPosition.make(simpleSymbol3010, PairWithPosition.make(simpleSymbol3010, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408225);
        SimpleSymbol simpleSymbol3011 = Lit8494;
        SimpleSymbol simpleSymbol3012 = Lit8493;
        Lit1271 = PairWithPosition.make(simpleSymbol3011, PairWithPosition.make(simpleSymbol3012, PairWithPosition.make(simpleSymbol3012, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408091), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408082);
        Lit1270 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407869);
        Lit1269 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407545);
        SimpleSymbol simpleSymbol3013 = Lit9;
        Lit1268 = PairWithPosition.make(simpleSymbol3013, PairWithPosition.make(simpleSymbol3013, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407522);
        SimpleSymbol simpleSymbol3014 = Lit720;
        Lit1267 = PairWithPosition.make(simpleSymbol3014, PairWithPosition.make(simpleSymbol3014, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407322), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407314);
        SimpleSymbol simpleSymbol3015 = Lit8494;
        SimpleSymbol simpleSymbol3016 = Lit8493;
        Lit1266 = PairWithPosition.make(simpleSymbol3015, PairWithPosition.make(simpleSymbol3016, PairWithPosition.make(simpleSymbol3016, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407275);
        SimpleSymbol simpleSymbol3017 = Lit8494;
        SimpleSymbol simpleSymbol3018 = Lit8493;
        Lit1265 = PairWithPosition.make(simpleSymbol3017, PairWithPosition.make(simpleSymbol3018, PairWithPosition.make(simpleSymbol3018, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407116), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407111);
        SimpleSymbol simpleSymbol3019 = Lit720;
        Lit1264 = PairWithPosition.make(simpleSymbol3019, PairWithPosition.make(simpleSymbol3019, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406929), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406921);
        SimpleSymbol simpleSymbol3020 = Lit8494;
        SimpleSymbol simpleSymbol3021 = Lit8493;
        Lit1263 = PairWithPosition.make(simpleSymbol3020, PairWithPosition.make(simpleSymbol3021, PairWithPosition.make(simpleSymbol3021, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406891), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406882);
        SimpleSymbol simpleSymbol3022 = Lit8494;
        SimpleSymbol simpleSymbol3023 = Lit8493;
        Lit1262 = PairWithPosition.make(simpleSymbol3022, PairWithPosition.make(simpleSymbol3023, PairWithPosition.make(simpleSymbol3023, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406724), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406719);
        SimpleSymbol simpleSymbol3024 = Lit8493;
        Lit1261 = PairWithPosition.make(simpleSymbol3024, PairWithPosition.make(simpleSymbol3024, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406539), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406534);
        SimpleSymbol simpleSymbol3025 = Lit8494;
        SimpleSymbol simpleSymbol3026 = Lit8493;
        Lit1260 = PairWithPosition.make(simpleSymbol3025, PairWithPosition.make(simpleSymbol3026, PairWithPosition.make(simpleSymbol3026, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406498), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406494), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406489);
        SimpleSymbol simpleSymbol3027 = Lit8493;
        Lit1259 = PairWithPosition.make(simpleSymbol3027, PairWithPosition.make(simpleSymbol3027, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406294), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406289);
        SimpleSymbol simpleSymbol3028 = Lit8494;
        SimpleSymbol simpleSymbol3029 = Lit8493;
        Lit1258 = PairWithPosition.make(simpleSymbol3028, PairWithPosition.make(simpleSymbol3029, PairWithPosition.make(simpleSymbol3029, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406249), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406245), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406240);
        SimpleSymbol simpleSymbol3030 = Lit8494;
        SimpleSymbol simpleSymbol3031 = Lit8493;
        Lit1257 = PairWithPosition.make(simpleSymbol3030, PairWithPosition.make(simpleSymbol3031, PairWithPosition.make(simpleSymbol3031, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406207), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406202);
        Lit1256 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406189);
        SimpleSymbol simpleSymbol3032 = Lit9;
        Lit1255 = PairWithPosition.make(simpleSymbol3032, PairWithPosition.make(simpleSymbol3032, PairWithPosition.make(simpleSymbol3032, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406155);
        SimpleSymbol simpleSymbol3033 = Lit8493;
        Lit1254 = PairWithPosition.make(simpleSymbol3033, PairWithPosition.make(simpleSymbol3033, PairWithPosition.make(simpleSymbol3033, PairWithPosition.make(simpleSymbol3033, PairWithPosition.make(simpleSymbol3033, PairWithPosition.make(simpleSymbol3033, PairWithPosition.make(simpleSymbol3033, PairWithPosition.make(simpleSymbol3033, PairWithPosition.make(simpleSymbol3033, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405737), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405725), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405709), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405704);
        SimpleSymbol simpleSymbol3034 = Lit8494;
        SimpleSymbol simpleSymbol3035 = Lit8493;
        Lit1253 = PairWithPosition.make(simpleSymbol3034, PairWithPosition.make(simpleSymbol3035, PairWithPosition.make(simpleSymbol3035, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405674), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405665);
        SimpleSymbol simpleSymbol3036 = Lit8494;
        SimpleSymbol simpleSymbol3037 = Lit8493;
        Lit1252 = PairWithPosition.make(simpleSymbol3036, PairWithPosition.make(simpleSymbol3037, PairWithPosition.make(simpleSymbol3037, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405527), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405522);
        SimpleSymbol simpleSymbol3038 = Lit8494;
        SimpleSymbol simpleSymbol3039 = Lit8493;
        Lit1251 = PairWithPosition.make(simpleSymbol3038, PairWithPosition.make(simpleSymbol3039, PairWithPosition.make(simpleSymbol3039, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405385), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405380);
        SimpleSymbol simpleSymbol3040 = Lit8493;
        Lit1250 = PairWithPosition.make(simpleSymbol3040, PairWithPosition.make(simpleSymbol3040, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405261), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405256);
        SimpleSymbol simpleSymbol3041 = Lit8494;
        SimpleSymbol simpleSymbol3042 = Lit8493;
        Lit1249 = PairWithPosition.make(simpleSymbol3041, PairWithPosition.make(simpleSymbol3042, PairWithPosition.make(simpleSymbol3042, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405227), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405223), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405218);
        Lit1248 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405030), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405025);
        Lit1247 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404995);
        SimpleSymbol simpleSymbol3043 = Lit8494;
        SimpleSymbol simpleSymbol3044 = Lit8493;
        Lit1246 = PairWithPosition.make(simpleSymbol3043, PairWithPosition.make(simpleSymbol3044, PairWithPosition.make(simpleSymbol3044, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404891), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404882);
        SimpleSymbol simpleSymbol3045 = Lit8494;
        SimpleSymbol simpleSymbol3046 = Lit8493;
        Lit1245 = PairWithPosition.make(simpleSymbol3045, PairWithPosition.make(simpleSymbol3046, PairWithPosition.make(simpleSymbol3046, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404651), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404642);
        SimpleSymbol simpleSymbol3047 = Lit8494;
        SimpleSymbol simpleSymbol3048 = Lit8493;
        Lit1244 = PairWithPosition.make(simpleSymbol3047, PairWithPosition.make(simpleSymbol3048, PairWithPosition.make(simpleSymbol3048, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404513), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404504);
        SimpleSymbol simpleSymbol3049 = Lit8494;
        SimpleSymbol simpleSymbol3050 = Lit8493;
        Lit1243 = PairWithPosition.make(simpleSymbol3049, PairWithPosition.make(simpleSymbol3050, PairWithPosition.make(simpleSymbol3050, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404376), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404372), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404367);
        SimpleSymbol simpleSymbol3051 = Lit8493;
        Lit1242 = PairWithPosition.make(simpleSymbol3051, PairWithPosition.make(simpleSymbol3051, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404228);
        SimpleSymbol simpleSymbol3052 = Lit8494;
        SimpleSymbol simpleSymbol3053 = Lit8493;
        Lit1241 = PairWithPosition.make(simpleSymbol3052, PairWithPosition.make(simpleSymbol3053, PairWithPosition.make(simpleSymbol3053, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404184);
        SimpleSymbol simpleSymbol3054 = Lit8494;
        SimpleSymbol simpleSymbol3055 = Lit8493;
        Lit1240 = PairWithPosition.make(simpleSymbol3054, PairWithPosition.make(simpleSymbol3055, PairWithPosition.make(simpleSymbol3055, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403989), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403984);
        SimpleSymbol simpleSymbol3056 = Lit8494;
        SimpleSymbol simpleSymbol3057 = Lit8493;
        Lit1239 = PairWithPosition.make(simpleSymbol3056, PairWithPosition.make(simpleSymbol3057, PairWithPosition.make(simpleSymbol3057, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403856), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403847);
        SimpleSymbol simpleSymbol3058 = Lit8497;
        Lit1238 = PairWithPosition.make(simpleSymbol3058, PairWithPosition.make(simpleSymbol3058, PairWithPosition.make(simpleSymbol3058, PairWithPosition.make(simpleSymbol3058, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403814), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403809), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403804), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403798);
        Lit1237 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403774), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403769);
        Lit1236 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403632), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403627);
        Lit1235 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403491);
        Lit1234 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403361), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403356);
        SimpleSymbol simpleSymbol3059 = Lit8494;
        SimpleSymbol simpleSymbol3060 = Lit8493;
        Lit1233 = PairWithPosition.make(simpleSymbol3059, PairWithPosition.make(simpleSymbol3060, PairWithPosition.make(simpleSymbol3060, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403146);
        SimpleSymbol simpleSymbol3061 = Lit8494;
        SimpleSymbol simpleSymbol3062 = Lit8493;
        Lit1232 = PairWithPosition.make(simpleSymbol3061, PairWithPosition.make(simpleSymbol3062, PairWithPosition.make(simpleSymbol3062, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403117), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403108);
        Lit1231 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403095);
        SimpleSymbol simpleSymbol3063 = Lit9;
        Lit1230 = PairWithPosition.make(simpleSymbol3063, PairWithPosition.make(simpleSymbol3063, PairWithPosition.make(simpleSymbol3063, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403072), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403067), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403061);
        SimpleSymbol simpleSymbol3064 = Lit9;
        Lit1229 = PairWithPosition.make(simpleSymbol3064, PairWithPosition.make(simpleSymbol3064, PairWithPosition.make(simpleSymbol3064, PairWithPosition.make(simpleSymbol3064, PairWithPosition.make(simpleSymbol3064, PairWithPosition.make(simpleSymbol3064, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402638), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402633), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402627);
        SimpleSymbol simpleSymbol3065 = Lit8494;
        SimpleSymbol simpleSymbol3066 = Lit8493;
        Lit1228 = PairWithPosition.make(simpleSymbol3065, PairWithPosition.make(simpleSymbol3066, PairWithPosition.make(simpleSymbol3066, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402587), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402583), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402578);
        SimpleSymbol simpleSymbol3067 = Lit8497;
        Lit1227 = PairWithPosition.make(simpleSymbol3067, PairWithPosition.make(simpleSymbol3067, PairWithPosition.make(simpleSymbol3067, PairWithPosition.make(simpleSymbol3067, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402535), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402529);
        Lit1226 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402505), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402500);
        Lit1225 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402397), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402392);
        Lit1224 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402287);
        Lit1223 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402179);
        SimpleSymbol simpleSymbol3068 = Lit8494;
        SimpleSymbol simpleSymbol3069 = Lit8493;
        Lit1222 = PairWithPosition.make(simpleSymbol3068, PairWithPosition.make(simpleSymbol3069, PairWithPosition.make(simpleSymbol3069, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402010), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402001);
        SimpleSymbol simpleSymbol3070 = Lit8494;
        SimpleSymbol simpleSymbol3071 = Lit8493;
        Lit1221 = PairWithPosition.make(simpleSymbol3070, PairWithPosition.make(simpleSymbol3071, PairWithPosition.make(simpleSymbol3071, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401795), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401791), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401786);
        Lit1220 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401651);
        SimpleSymbol simpleSymbol3072 = Lit8494;
        SimpleSymbol simpleSymbol3073 = Lit8493;
        Lit1219 = PairWithPosition.make(simpleSymbol3072, PairWithPosition.make(simpleSymbol3073, PairWithPosition.make(simpleSymbol3073, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401622), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401613);
        Lit1218 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401310);
        Lit1217 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400800);
        SimpleSymbol simpleSymbol3074 = Lit9;
        Lit1216 = PairWithPosition.make(simpleSymbol3074, PairWithPosition.make(simpleSymbol3074, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400777);
        Lit1215 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400498);
        SimpleSymbol simpleSymbol3075 = Lit9;
        Lit1214 = PairWithPosition.make(simpleSymbol3075, PairWithPosition.make(simpleSymbol3075, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400481), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400475);
        Lit1213 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400260);
        SimpleSymbol simpleSymbol3076 = Lit8493;
        Lit1212 = PairWithPosition.make(simpleSymbol3076, PairWithPosition.make(simpleSymbol3076, PairWithPosition.make(simpleSymbol3076, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400228);
        Lit1211 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399891);
        SimpleSymbol simpleSymbol3077 = Lit9;
        Lit1210 = PairWithPosition.make(simpleSymbol3077, PairWithPosition.make(simpleSymbol3077, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399868);
        SimpleSymbol simpleSymbol3078 = Lit8493;
        Lit1209 = PairWithPosition.make(simpleSymbol3078, PairWithPosition.make(simpleSymbol3078, PairWithPosition.make(simpleSymbol3078, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399651);
        Lit1208 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399614);
        Lit1207 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399527);
        Lit1206 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399518), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399512);
        SimpleSymbol simpleSymbol3079 = Lit8493;
        Lit1205 = PairWithPosition.make(simpleSymbol3079, PairWithPosition.make(simpleSymbol3079, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399328);
        Lit1204 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399023), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399017);
        Lit1203 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398936), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398930);
        Lit1202 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398921), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398915);
        SimpleSymbol simpleSymbol3080 = Lit8493;
        Lit1201 = PairWithPosition.make(simpleSymbol3080, PairWithPosition.make(simpleSymbol3080, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398731);
        Lit1200 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398435), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398429);
        Lit1199 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398342);
        Lit1198 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398327);
        SimpleSymbol simpleSymbol3081 = Lit8493;
        Lit1197 = PairWithPosition.make(simpleSymbol3081, PairWithPosition.make(simpleSymbol3081, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398148), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398143);
        Lit1196 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397788);
        Lit1195 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397527);
        SimpleSymbol simpleSymbol3082 = Lit9;
        Lit1194 = PairWithPosition.make(simpleSymbol3082, PairWithPosition.make(simpleSymbol3082, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397510), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397504);
        Lit1193 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397301), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397296);
        Lit1192 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397241);
        Lit1191 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397232), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397226);
        SimpleSymbol simpleSymbol3083 = Lit8493;
        Lit1190 = PairWithPosition.make(simpleSymbol3083, PairWithPosition.make(simpleSymbol3083, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397042);
        SimpleSymbol simpleSymbol3084 = Lit8493;
        Lit1189 = PairWithPosition.make(simpleSymbol3084, PairWithPosition.make(simpleSymbol3084, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396706), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396701);
        Lit1188 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396572), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396566);
        Lit1187 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396407);
        SimpleSymbol simpleSymbol3085 = Lit9;
        Lit1186 = PairWithPosition.make(simpleSymbol3085, PairWithPosition.make(simpleSymbol3085, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396390), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396384);
        Lit1185 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396187), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396181);
        Lit1184 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396018);
        SimpleSymbol simpleSymbol3086 = Lit9;
        Lit1183 = PairWithPosition.make(simpleSymbol3086, PairWithPosition.make(simpleSymbol3086, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396001), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395995);
        Lit1182 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395795);
        Lit1181 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395632);
        SimpleSymbol simpleSymbol3087 = Lit9;
        Lit1180 = PairWithPosition.make(simpleSymbol3087, PairWithPosition.make(simpleSymbol3087, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395615), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395609);
        Lit1179 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395409);
        Lit1178 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395256);
        SimpleSymbol simpleSymbol3088 = Lit9;
        Lit1177 = PairWithPosition.make(simpleSymbol3088, PairWithPosition.make(simpleSymbol3088, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395239), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395233);
        Lit1176 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395033);
        Lit1175 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394880);
        SimpleSymbol simpleSymbol3089 = Lit9;
        Lit1174 = PairWithPosition.make(simpleSymbol3089, PairWithPosition.make(simpleSymbol3089, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394863), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394857);
        Lit1173 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394665), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394654);
        Lit1172 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394644);
        Lit1171 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394482);
        SimpleSymbol simpleSymbol3090 = Lit9;
        Lit1170 = PairWithPosition.make(simpleSymbol3090, PairWithPosition.make(simpleSymbol3090, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394465), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394459);
        Lit1169 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394240), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394229);
        Lit1168 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394219);
        Lit1167 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394057);
        SimpleSymbol simpleSymbol3091 = Lit9;
        Lit1166 = PairWithPosition.make(simpleSymbol3091, PairWithPosition.make(simpleSymbol3091, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394034);
        Lit1165 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393804);
        Lit1164 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393794);
        Lit1163 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393642);
        SimpleSymbol simpleSymbol3092 = Lit9;
        Lit1162 = PairWithPosition.make(simpleSymbol3092, PairWithPosition.make(simpleSymbol3092, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393619);
        Lit1161 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393397), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393391);
        Lit1160 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393224);
        SimpleSymbol simpleSymbol3093 = Lit9;
        Lit1159 = PairWithPosition.make(simpleSymbol3093, PairWithPosition.make(simpleSymbol3093, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393207), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393201);
        Lit1158 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393008), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392997);
        Lit1157 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392987);
        Lit1156 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392577);
        SimpleSymbol simpleSymbol3094 = Lit9;
        Lit1155 = PairWithPosition.make(simpleSymbol3094, PairWithPosition.make(simpleSymbol3094, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392560), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392554);
        Lit1154 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392340), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392336), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392325);
        SimpleSymbol simpleSymbol3095 = Lit9;
        Lit1153 = PairWithPosition.make(simpleSymbol3095, PairWithPosition.make(simpleSymbol3095, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392308), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392302);
        Lit1152 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392103), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392099), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392088);
        SimpleSymbol simpleSymbol3096 = Lit9;
        Lit1151 = PairWithPosition.make(simpleSymbol3096, PairWithPosition.make(simpleSymbol3096, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392071), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392065);
        Lit1150 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391950);
        SimpleSymbol simpleSymbol3097 = Lit9;
        Lit1149 = PairWithPosition.make(simpleSymbol3097, PairWithPosition.make(simpleSymbol3097, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391927);
        Lit1148 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391720), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391716), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391705);
        SimpleSymbol simpleSymbol3098 = Lit9;
        Lit1147 = PairWithPosition.make(simpleSymbol3098, PairWithPosition.make(simpleSymbol3098, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391688), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391682);
        Lit1146 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391567);
        SimpleSymbol simpleSymbol3099 = Lit9;
        Lit1145 = PairWithPosition.make(simpleSymbol3099, PairWithPosition.make(simpleSymbol3099, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391544);
        Lit1144 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391337), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391322);
        SimpleSymbol simpleSymbol3100 = Lit9;
        Lit1143 = PairWithPosition.make(simpleSymbol3100, PairWithPosition.make(simpleSymbol3100, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391305), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391299);
        Lit1142 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391184);
        SimpleSymbol simpleSymbol3101 = Lit9;
        Lit1141 = PairWithPosition.make(simpleSymbol3101, PairWithPosition.make(simpleSymbol3101, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391161);
        Lit1140 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390954), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390950), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390939);
        SimpleSymbol simpleSymbol3102 = Lit9;
        Lit1139 = PairWithPosition.make(simpleSymbol3102, PairWithPosition.make(simpleSymbol3102, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390922), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390916);
        Lit1138 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390783);
        SimpleSymbol simpleSymbol3103 = Lit9;
        Lit1137 = PairWithPosition.make(simpleSymbol3103, PairWithPosition.make(simpleSymbol3103, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390760);
        Lit1136 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390553), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390538);
        SimpleSymbol simpleSymbol3104 = Lit9;
        Lit1135 = PairWithPosition.make(simpleSymbol3104, PairWithPosition.make(simpleSymbol3104, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390521), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390515);
        Lit1134 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390313);
        SimpleSymbol simpleSymbol3105 = Lit9;
        Lit1133 = PairWithPosition.make(simpleSymbol3105, PairWithPosition.make(simpleSymbol3105, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390296), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390290);
        Lit1132 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390142);
        SimpleSymbol simpleSymbol3106 = Lit9;
        Lit1131 = PairWithPosition.make(simpleSymbol3106, PairWithPosition.make(simpleSymbol3106, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390119);
        Lit1130 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389974);
        SimpleSymbol simpleSymbol3107 = Lit9;
        Lit1129 = PairWithPosition.make(simpleSymbol3107, PairWithPosition.make(simpleSymbol3107, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389951);
        Lit1128 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389806);
        SimpleSymbol simpleSymbol3108 = Lit9;
        Lit1127 = PairWithPosition.make(simpleSymbol3108, PairWithPosition.make(simpleSymbol3108, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389789), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389783);
        Lit1126 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389637);
        SimpleSymbol simpleSymbol3109 = Lit9;
        Lit1125 = PairWithPosition.make(simpleSymbol3109, PairWithPosition.make(simpleSymbol3109, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389614);
        SimpleSymbol simpleSymbol3110 = Lit9;
        Lit1124 = PairWithPosition.make(simpleSymbol3110, PairWithPosition.make(simpleSymbol3110, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389402), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389396);
        SimpleSymbol simpleSymbol3111 = Lit8493;
        Lit1123 = PairWithPosition.make(simpleSymbol3111, PairWithPosition.make(simpleSymbol3111, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389301), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389296);
        Lit1122 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412068);
        SimpleSymbol simpleSymbol3112 = Lit9;
        Lit1121 = PairWithPosition.make(simpleSymbol3112, PairWithPosition.make(simpleSymbol3112, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 412045);
        Lit1120 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411767);
        SimpleSymbol simpleSymbol3113 = Lit9;
        Lit1119 = PairWithPosition.make(simpleSymbol3113, PairWithPosition.make(simpleSymbol3113, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411750), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411744);
        Lit1118 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411486);
        SimpleSymbol simpleSymbol3114 = Lit9;
        Lit1117 = PairWithPosition.make(simpleSymbol3114, PairWithPosition.make(simpleSymbol3114, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411469), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411463);
        Lit1116 = IntNum.make(85);
        Lit1115 = (SimpleSymbol) new SimpleSymbol("WidthPercent").readResolve();
        Lit1114 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411201);
        SimpleSymbol simpleSymbol3115 = Lit9;
        Lit1113 = PairWithPosition.make(simpleSymbol3115, PairWithPosition.make(simpleSymbol3115, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 411178);
        Lit1112 = (SimpleSymbol) new SimpleSymbol("Height").readResolve();
        Lit1111 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410920);
        SimpleSymbol simpleSymbol3116 = Lit9;
        Lit1110 = PairWithPosition.make(simpleSymbol3116, PairWithPosition.make(simpleSymbol3116, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410903), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410897);
        Lit1109 = IntNum.make(-6710887);
        Lit1108 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410623);
        SimpleSymbol simpleSymbol3117 = Lit9;
        Lit1107 = PairWithPosition.make(simpleSymbol3117, PairWithPosition.make(simpleSymbol3117, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410606), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410600);
        SimpleSymbol simpleSymbol3118 = Lit8493;
        Lit1106 = PairWithPosition.make(simpleSymbol3118, PairWithPosition.make(simpleSymbol3118, PairWithPosition.make(simpleSymbol3118, PairWithPosition.make(simpleSymbol3118, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410385), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410381), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410377), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410372);
        SimpleSymbol simpleSymbol3119 = Lit8494;
        SimpleSymbol simpleSymbol3120 = Lit8493;
        Lit1105 = PairWithPosition.make(simpleSymbol3119, PairWithPosition.make(simpleSymbol3120, PairWithPosition.make(simpleSymbol3120, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410338), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410333);
        SimpleSymbol simpleSymbol3121 = Lit8494;
        SimpleSymbol simpleSymbol3122 = Lit8493;
        Lit1104 = PairWithPosition.make(simpleSymbol3121, PairWithPosition.make(simpleSymbol3122, PairWithPosition.make(simpleSymbol3122, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410203), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410194);
        SimpleSymbol simpleSymbol3123 = Lit8494;
        SimpleSymbol simpleSymbol3124 = Lit8493;
        Lit1103 = PairWithPosition.make(simpleSymbol3123, PairWithPosition.make(simpleSymbol3124, PairWithPosition.make(simpleSymbol3124, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 410051);
        SimpleSymbol simpleSymbol3125 = Lit8494;
        SimpleSymbol simpleSymbol3126 = Lit8493;
        Lit1102 = PairWithPosition.make(simpleSymbol3125, PairWithPosition.make(simpleSymbol3126, PairWithPosition.make(simpleSymbol3126, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409897), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409893), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409888);
        Lit1101 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409675);
        Lit1100 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409391);
        SimpleSymbol simpleSymbol3127 = Lit9;
        Lit1099 = PairWithPosition.make(simpleSymbol3127, PairWithPosition.make(simpleSymbol3127, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409374), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409368);
        SimpleSymbol simpleSymbol3128 = Lit8493;
        Lit1098 = PairWithPosition.make(simpleSymbol3128, PairWithPosition.make(simpleSymbol3128, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409169), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409164);
        SimpleSymbol simpleSymbol3129 = Lit8494;
        SimpleSymbol simpleSymbol3130 = Lit8493;
        Lit1097 = PairWithPosition.make(simpleSymbol3129, PairWithPosition.make(simpleSymbol3130, PairWithPosition.make(simpleSymbol3130, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409123), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409119), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409114);
        SimpleSymbol simpleSymbol3131 = Lit8494;
        SimpleSymbol simpleSymbol3132 = Lit8493;
        Lit1096 = PairWithPosition.make(simpleSymbol3131, PairWithPosition.make(simpleSymbol3132, PairWithPosition.make(simpleSymbol3132, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409085), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409076);
        Lit1095 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409063);
        SimpleSymbol simpleSymbol3133 = Lit9;
        Lit1094 = PairWithPosition.make(simpleSymbol3133, PairWithPosition.make(simpleSymbol3133, PairWithPosition.make(simpleSymbol3133, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409035), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 409029);
        SimpleSymbol simpleSymbol3134 = Lit8493;
        Lit1093 = PairWithPosition.make(simpleSymbol3134, PairWithPosition.make(simpleSymbol3134, PairWithPosition.make(simpleSymbol3134, PairWithPosition.make(simpleSymbol3134, PairWithPosition.make(simpleSymbol3134, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408604), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408600), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408596), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408587);
        SimpleSymbol simpleSymbol3135 = Lit8494;
        SimpleSymbol simpleSymbol3136 = Lit8493;
        Lit1092 = PairWithPosition.make(simpleSymbol3135, PairWithPosition.make(simpleSymbol3136, PairWithPosition.make(simpleSymbol3136, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408556), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408547);
        Lit1091 = (SimpleSymbol) new SimpleSymbol("p$GreenRed").readResolve();
        SimpleSymbol simpleSymbol3137 = Lit8494;
        SimpleSymbol simpleSymbol3138 = Lit8493;
        Lit1090 = PairWithPosition.make(simpleSymbol3137, PairWithPosition.make(simpleSymbol3138, PairWithPosition.make(simpleSymbol3138, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408394), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408390), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408385);
        SimpleSymbol simpleSymbol3139 = Lit8494;
        SimpleSymbol simpleSymbol3140 = Lit8493;
        Lit1089 = PairWithPosition.make(simpleSymbol3139, PairWithPosition.make(simpleSymbol3140, PairWithPosition.make(simpleSymbol3140, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408225);
        SimpleSymbol simpleSymbol3141 = Lit8494;
        SimpleSymbol simpleSymbol3142 = Lit8493;
        Lit1088 = PairWithPosition.make(simpleSymbol3141, PairWithPosition.make(simpleSymbol3142, PairWithPosition.make(simpleSymbol3142, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408091), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408087), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 408082);
        Lit1087 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407869);
        Lit1086 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407545);
        SimpleSymbol simpleSymbol3143 = Lit9;
        Lit1085 = PairWithPosition.make(simpleSymbol3143, PairWithPosition.make(simpleSymbol3143, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407522);
        SimpleSymbol simpleSymbol3144 = Lit720;
        Lit1084 = PairWithPosition.make(simpleSymbol3144, PairWithPosition.make(simpleSymbol3144, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407322), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407314);
        SimpleSymbol simpleSymbol3145 = Lit8494;
        SimpleSymbol simpleSymbol3146 = Lit8493;
        Lit1083 = PairWithPosition.make(simpleSymbol3145, PairWithPosition.make(simpleSymbol3146, PairWithPosition.make(simpleSymbol3146, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407284), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407280), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407275);
        SimpleSymbol simpleSymbol3147 = Lit8494;
        SimpleSymbol simpleSymbol3148 = Lit8493;
        Lit1082 = PairWithPosition.make(simpleSymbol3147, PairWithPosition.make(simpleSymbol3148, PairWithPosition.make(simpleSymbol3148, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407116), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 407111);
        SimpleSymbol simpleSymbol3149 = Lit720;
        Lit1081 = PairWithPosition.make(simpleSymbol3149, PairWithPosition.make(simpleSymbol3149, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406929), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406921);
        SimpleSymbol simpleSymbol3150 = Lit8494;
        SimpleSymbol simpleSymbol3151 = Lit8493;
        Lit1080 = PairWithPosition.make(simpleSymbol3150, PairWithPosition.make(simpleSymbol3151, PairWithPosition.make(simpleSymbol3151, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406891), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406882);
        SimpleSymbol simpleSymbol3152 = Lit8494;
        SimpleSymbol simpleSymbol3153 = Lit8493;
        Lit1079 = PairWithPosition.make(simpleSymbol3152, PairWithPosition.make(simpleSymbol3153, PairWithPosition.make(simpleSymbol3153, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406724), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406719);
        SimpleSymbol simpleSymbol3154 = Lit8493;
        Lit1078 = PairWithPosition.make(simpleSymbol3154, PairWithPosition.make(simpleSymbol3154, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406539), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406534);
        SimpleSymbol simpleSymbol3155 = Lit8494;
        SimpleSymbol simpleSymbol3156 = Lit8493;
        Lit1077 = PairWithPosition.make(simpleSymbol3155, PairWithPosition.make(simpleSymbol3156, PairWithPosition.make(simpleSymbol3156, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406498), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406494), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406489);
        SimpleSymbol simpleSymbol3157 = Lit8493;
        Lit1076 = PairWithPosition.make(simpleSymbol3157, PairWithPosition.make(simpleSymbol3157, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406294), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406289);
        SimpleSymbol simpleSymbol3158 = Lit8494;
        SimpleSymbol simpleSymbol3159 = Lit8493;
        Lit1075 = PairWithPosition.make(simpleSymbol3158, PairWithPosition.make(simpleSymbol3159, PairWithPosition.make(simpleSymbol3159, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406249), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406245), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406240);
        SimpleSymbol simpleSymbol3160 = Lit8494;
        SimpleSymbol simpleSymbol3161 = Lit8493;
        Lit1074 = PairWithPosition.make(simpleSymbol3160, PairWithPosition.make(simpleSymbol3161, PairWithPosition.make(simpleSymbol3161, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406211), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406207), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406202);
        Lit1073 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406189);
        SimpleSymbol simpleSymbol3162 = Lit9;
        Lit1072 = PairWithPosition.make(simpleSymbol3162, PairWithPosition.make(simpleSymbol3162, PairWithPosition.make(simpleSymbol3162, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406166), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406161), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 406155);
        SimpleSymbol simpleSymbol3163 = Lit8493;
        Lit1071 = PairWithPosition.make(simpleSymbol3163, PairWithPosition.make(simpleSymbol3163, PairWithPosition.make(simpleSymbol3163, PairWithPosition.make(simpleSymbol3163, PairWithPosition.make(simpleSymbol3163, PairWithPosition.make(simpleSymbol3163, PairWithPosition.make(simpleSymbol3163, PairWithPosition.make(simpleSymbol3163, PairWithPosition.make(simpleSymbol3163, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405737), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405733), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405729), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405725), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405713), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405709), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405704);
        SimpleSymbol simpleSymbol3164 = Lit8494;
        SimpleSymbol simpleSymbol3165 = Lit8493;
        Lit1070 = PairWithPosition.make(simpleSymbol3164, PairWithPosition.make(simpleSymbol3165, PairWithPosition.make(simpleSymbol3165, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405674), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405665);
        SimpleSymbol simpleSymbol3166 = Lit8494;
        SimpleSymbol simpleSymbol3167 = Lit8493;
        Lit1069 = PairWithPosition.make(simpleSymbol3166, PairWithPosition.make(simpleSymbol3167, PairWithPosition.make(simpleSymbol3167, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405527), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405522);
        SimpleSymbol simpleSymbol3168 = Lit8494;
        SimpleSymbol simpleSymbol3169 = Lit8493;
        Lit1068 = PairWithPosition.make(simpleSymbol3168, PairWithPosition.make(simpleSymbol3169, PairWithPosition.make(simpleSymbol3169, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405389), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405385), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405380);
        SimpleSymbol simpleSymbol3170 = Lit8493;
        Lit1067 = PairWithPosition.make(simpleSymbol3170, PairWithPosition.make(simpleSymbol3170, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405261), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405256);
        SimpleSymbol simpleSymbol3171 = Lit8494;
        SimpleSymbol simpleSymbol3172 = Lit8493;
        Lit1066 = PairWithPosition.make(simpleSymbol3171, PairWithPosition.make(simpleSymbol3172, PairWithPosition.make(simpleSymbol3172, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405227), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405223), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405218);
        Lit1065 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405030), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 405025);
        Lit1064 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404995);
        SimpleSymbol simpleSymbol3173 = Lit8494;
        SimpleSymbol simpleSymbol3174 = Lit8493;
        Lit1063 = PairWithPosition.make(simpleSymbol3173, PairWithPosition.make(simpleSymbol3174, PairWithPosition.make(simpleSymbol3174, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404891), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404882);
        SimpleSymbol simpleSymbol3175 = Lit8494;
        SimpleSymbol simpleSymbol3176 = Lit8493;
        Lit1062 = PairWithPosition.make(simpleSymbol3175, PairWithPosition.make(simpleSymbol3176, PairWithPosition.make(simpleSymbol3176, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404651), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404647), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404642);
        SimpleSymbol simpleSymbol3177 = Lit8494;
        SimpleSymbol simpleSymbol3178 = Lit8493;
        Lit1061 = PairWithPosition.make(simpleSymbol3177, PairWithPosition.make(simpleSymbol3178, PairWithPosition.make(simpleSymbol3178, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404513), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404504);
        SimpleSymbol simpleSymbol3179 = Lit8494;
        SimpleSymbol simpleSymbol3180 = Lit8493;
        Lit1060 = PairWithPosition.make(simpleSymbol3179, PairWithPosition.make(simpleSymbol3180, PairWithPosition.make(simpleSymbol3180, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404376), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404372), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404367);
        SimpleSymbol simpleSymbol3181 = Lit8493;
        Lit1059 = PairWithPosition.make(simpleSymbol3181, PairWithPosition.make(simpleSymbol3181, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404228);
        SimpleSymbol simpleSymbol3182 = Lit8494;
        SimpleSymbol simpleSymbol3183 = Lit8493;
        Lit1058 = PairWithPosition.make(simpleSymbol3182, PairWithPosition.make(simpleSymbol3183, PairWithPosition.make(simpleSymbol3183, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404193), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404189), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 404184);
        SimpleSymbol simpleSymbol3184 = Lit8494;
        SimpleSymbol simpleSymbol3185 = Lit8493;
        Lit1057 = PairWithPosition.make(simpleSymbol3184, PairWithPosition.make(simpleSymbol3185, PairWithPosition.make(simpleSymbol3185, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403993), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403989), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403984);
        SimpleSymbol simpleSymbol3186 = Lit8494;
        SimpleSymbol simpleSymbol3187 = Lit8493;
        Lit1056 = PairWithPosition.make(simpleSymbol3186, PairWithPosition.make(simpleSymbol3187, PairWithPosition.make(simpleSymbol3187, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403856), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403847);
        SimpleSymbol simpleSymbol3188 = Lit8497;
        Lit1055 = PairWithPosition.make(simpleSymbol3188, PairWithPosition.make(simpleSymbol3188, PairWithPosition.make(simpleSymbol3188, PairWithPosition.make(simpleSymbol3188, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403814), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403809), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403804), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403798);
        Lit1054 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403774), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403769);
        Lit1053 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403632), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403627);
        Lit1052 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403491);
        Lit1051 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403361), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403356);
        SimpleSymbol simpleSymbol3189 = Lit8494;
        SimpleSymbol simpleSymbol3190 = Lit8493;
        Lit1050 = PairWithPosition.make(simpleSymbol3189, PairWithPosition.make(simpleSymbol3190, PairWithPosition.make(simpleSymbol3190, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403146);
        SimpleSymbol simpleSymbol3191 = Lit8494;
        SimpleSymbol simpleSymbol3192 = Lit8493;
        Lit1049 = PairWithPosition.make(simpleSymbol3191, PairWithPosition.make(simpleSymbol3192, PairWithPosition.make(simpleSymbol3192, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403117), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403108);
        Lit1048 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403095);
        SimpleSymbol simpleSymbol3193 = Lit9;
        Lit1047 = PairWithPosition.make(simpleSymbol3193, PairWithPosition.make(simpleSymbol3193, PairWithPosition.make(simpleSymbol3193, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403072), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403067), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 403061);
        SimpleSymbol simpleSymbol3194 = Lit9;
        Lit1046 = PairWithPosition.make(simpleSymbol3194, PairWithPosition.make(simpleSymbol3194, PairWithPosition.make(simpleSymbol3194, PairWithPosition.make(simpleSymbol3194, PairWithPosition.make(simpleSymbol3194, PairWithPosition.make(simpleSymbol3194, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402638), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402633), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402627);
        SimpleSymbol simpleSymbol3195 = Lit8494;
        SimpleSymbol simpleSymbol3196 = Lit8493;
        Lit1045 = PairWithPosition.make(simpleSymbol3195, PairWithPosition.make(simpleSymbol3196, PairWithPosition.make(simpleSymbol3196, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402587), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402583), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402578);
        SimpleSymbol simpleSymbol3197 = Lit8497;
        Lit1044 = PairWithPosition.make(simpleSymbol3197, PairWithPosition.make(simpleSymbol3197, PairWithPosition.make(simpleSymbol3197, PairWithPosition.make(simpleSymbol3197, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402545), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402540), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402535), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402529);
        Lit1043 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402505), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402500);
        Lit1042 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402397), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402392);
        Lit1041 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402292), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402287);
        Lit1040 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402184), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402179);
        SimpleSymbol simpleSymbol3198 = Lit8494;
        SimpleSymbol simpleSymbol3199 = Lit8493;
        Lit1039 = PairWithPosition.make(simpleSymbol3198, PairWithPosition.make(simpleSymbol3199, PairWithPosition.make(simpleSymbol3199, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402010), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 402001);
        SimpleSymbol simpleSymbol3200 = Lit8494;
        SimpleSymbol simpleSymbol3201 = Lit8493;
        Lit1038 = PairWithPosition.make(simpleSymbol3200, PairWithPosition.make(simpleSymbol3201, PairWithPosition.make(simpleSymbol3201, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401795), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401791), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401786);
        Lit1037 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401651);
        SimpleSymbol simpleSymbol3202 = Lit8494;
        SimpleSymbol simpleSymbol3203 = Lit8493;
        Lit1036 = PairWithPosition.make(simpleSymbol3202, PairWithPosition.make(simpleSymbol3203, PairWithPosition.make(simpleSymbol3203, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401622), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401613);
        Lit1035 = (SimpleSymbol) new SimpleSymbol("$jsonitem").readResolve();
        Lit1034 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 401310);
        Lit1033 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400800);
        SimpleSymbol simpleSymbol3204 = Lit9;
        Lit1032 = PairWithPosition.make(simpleSymbol3204, PairWithPosition.make(simpleSymbol3204, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400783), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400777);
        Lit1031 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400498);
        SimpleSymbol simpleSymbol3205 = Lit9;
        Lit1030 = PairWithPosition.make(simpleSymbol3205, PairWithPosition.make(simpleSymbol3205, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400481), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400475);
        Lit1029 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400260);
        SimpleSymbol simpleSymbol3206 = Lit8493;
        Lit1028 = PairWithPosition.make(simpleSymbol3206, PairWithPosition.make(simpleSymbol3206, PairWithPosition.make(simpleSymbol3206, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400237), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400233), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 400228);
        Lit1027 = (SimpleSymbol) new SimpleSymbol("vsaHistory").readResolve();
        Lit1026 = (SimpleSymbol) new SimpleSymbol("vsaActive").readResolve();
        Lit1025 = (SimpleSymbol) new SimpleSymbol("vsaPending").readResolve();
        Lit1024 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399891);
        SimpleSymbol simpleSymbol3207 = Lit9;
        Lit1023 = PairWithPosition.make(simpleSymbol3207, PairWithPosition.make(simpleSymbol3207, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399868);
        SimpleSymbol simpleSymbol3208 = Lit8493;
        Lit1022 = PairWithPosition.make(simpleSymbol3208, PairWithPosition.make(simpleSymbol3208, PairWithPosition.make(simpleSymbol3208, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399660), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399656), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399651);
        Lit1021 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399614);
        Lit1020 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399533), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399527);
        Lit1019 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399518), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399512);
        SimpleSymbol simpleSymbol3209 = Lit8493;
        Lit1018 = PairWithPosition.make(simpleSymbol3209, PairWithPosition.make(simpleSymbol3209, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399328);
        Lit1017 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399023), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 399017);
        Lit1016 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398936), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398930);
        Lit1015 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398921), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398915);
        SimpleSymbol simpleSymbol3210 = Lit8493;
        Lit1014 = PairWithPosition.make(simpleSymbol3210, PairWithPosition.make(simpleSymbol3210, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398731);
        Lit1013 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398435), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398429);
        Lit1012 = (SimpleSymbol) new SimpleSymbol("$watchlistIndex").readResolve();
        Lit1011 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398342);
        Lit1010 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398327);
        SimpleSymbol simpleSymbol3211 = Lit8493;
        Lit1009 = PairWithPosition.make(simpleSymbol3211, PairWithPosition.make(simpleSymbol3211, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398148), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 398143);
        Lit1008 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397788);
        Lit1007 = (SimpleSymbol) new SimpleSymbol("p$replaceAll").readResolve();
        Lit1006 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397527);
        SimpleSymbol simpleSymbol3212 = Lit9;
        Lit1005 = PairWithPosition.make(simpleSymbol3212, PairWithPosition.make(simpleSymbol3212, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397510), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397504);
        Lit1004 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397301), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397296);
        Lit1003 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397247), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397241);
        Lit1002 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397232), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397226);
        SimpleSymbol simpleSymbol3213 = Lit8493;
        Lit1001 = PairWithPosition.make(simpleSymbol3213, PairWithPosition.make(simpleSymbol3213, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397047), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 397042);
        SimpleSymbol simpleSymbol3214 = Lit8493;
        Lit1000 = PairWithPosition.make(simpleSymbol3214, PairWithPosition.make(simpleSymbol3214, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396706), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396701);
        Lit999 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396572), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396566);
        Lit998 = IntNum.make(-10066330);
        Lit997 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396407);
        SimpleSymbol simpleSymbol3215 = Lit9;
        Lit996 = PairWithPosition.make(simpleSymbol3215, PairWithPosition.make(simpleSymbol3215, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396390), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396384);
        Lit995 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396187), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396181);
        Lit994 = IntNum.make(-16777216);
        Lit993 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396018);
        SimpleSymbol simpleSymbol3216 = Lit9;
        Lit992 = PairWithPosition.make(simpleSymbol3216, PairWithPosition.make(simpleSymbol3216, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 396001), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395995);
        Lit991 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395795);
        Lit990 = IntNum.make(-16777216);
        Lit989 = (SimpleSymbol) new SimpleSymbol("TextColor").readResolve();
        Lit988 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395632);
        SimpleSymbol simpleSymbol3217 = Lit9;
        Lit987 = PairWithPosition.make(simpleSymbol3217, PairWithPosition.make(simpleSymbol3217, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395615), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395609);
        Lit986 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395415), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395409);
        Lit985 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395256);
        SimpleSymbol simpleSymbol3218 = Lit9;
        Lit984 = PairWithPosition.make(simpleSymbol3218, PairWithPosition.make(simpleSymbol3218, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395239), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395233);
        Lit983 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395039), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 395033);
        Lit982 = IntNum.make(14);
        Lit981 = (SimpleSymbol) new SimpleSymbol("FontSize").readResolve();
        Lit980 = (SimpleSymbol) new SimpleSymbol("com.google.appinventor.components.runtime.Label").readResolve();
        Lit979 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394880);
        SimpleSymbol simpleSymbol3219 = Lit9;
        Lit978 = PairWithPosition.make(simpleSymbol3219, PairWithPosition.make(simpleSymbol3219, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394863), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394857);
        Lit977 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394665), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394654);
        Lit976 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394644);
        Lit975 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394482);
        SimpleSymbol simpleSymbol3220 = Lit9;
        Lit974 = PairWithPosition.make(simpleSymbol3220, PairWithPosition.make(simpleSymbol3220, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394465), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394459);
        Lit973 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394240), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394229);
        Lit972 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394219);
        Lit971 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394057);
        SimpleSymbol simpleSymbol3221 = Lit9;
        Lit970 = PairWithPosition.make(simpleSymbol3221, PairWithPosition.make(simpleSymbol3221, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 394034);
        Lit969 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393815), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393804);
        Lit968 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393794);
        Lit967 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393642);
        SimpleSymbol simpleSymbol3222 = Lit9;
        Lit966 = PairWithPosition.make(simpleSymbol3222, PairWithPosition.make(simpleSymbol3222, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393625), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393619);
        Lit965 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393397), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393391);
        Lit964 = IntNum.make(-1);
        Lit963 = (SimpleSymbol) new SimpleSymbol("BackgroundColor").readResolve();
        Lit962 = (SimpleSymbol) new SimpleSymbol("com.google.appinventor.components.runtime.NiotronCardView").readResolve();
        Lit961 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393224);
        SimpleSymbol simpleSymbol3223 = Lit9;
        Lit960 = PairWithPosition.make(simpleSymbol3223, PairWithPosition.make(simpleSymbol3223, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393207), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393201);
        Lit959 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 393008), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392997);
        Lit958 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392987);
        Lit957 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392577);
        SimpleSymbol simpleSymbol3224 = Lit9;
        Lit956 = PairWithPosition.make(simpleSymbol3224, PairWithPosition.make(simpleSymbol3224, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392560), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392554);
        Lit955 = (SimpleSymbol) new SimpleSymbol("SetProperties").readResolve();
        Lit954 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392340), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392336), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392325);
        SimpleSymbol simpleSymbol3225 = Lit9;
        Lit953 = PairWithPosition.make(simpleSymbol3225, PairWithPosition.make(simpleSymbol3225, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392308), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392302);
        Lit952 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392103), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392099), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392088);
        SimpleSymbol simpleSymbol3226 = Lit9;
        Lit951 = PairWithPosition.make(simpleSymbol3226, PairWithPosition.make(simpleSymbol3226, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392071), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 392065);
        Lit950 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391950);
        SimpleSymbol simpleSymbol3227 = Lit9;
        Lit949 = PairWithPosition.make(simpleSymbol3227, PairWithPosition.make(simpleSymbol3227, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391927);
        Lit948 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391720), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391716), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391705);
        SimpleSymbol simpleSymbol3228 = Lit9;
        Lit947 = PairWithPosition.make(simpleSymbol3228, PairWithPosition.make(simpleSymbol3228, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391688), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391682);
        Lit946 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391567);
        SimpleSymbol simpleSymbol3229 = Lit9;
        Lit945 = PairWithPosition.make(simpleSymbol3229, PairWithPosition.make(simpleSymbol3229, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391544);
        Lit944 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391337), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391322);
        SimpleSymbol simpleSymbol3230 = Lit9;
        Lit943 = PairWithPosition.make(simpleSymbol3230, PairWithPosition.make(simpleSymbol3230, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391305), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391299);
        Lit942 = (SimpleSymbol) new SimpleSymbol("Label1").readResolve();
        Lit941 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391184);
        SimpleSymbol simpleSymbol3231 = Lit9;
        Lit940 = PairWithPosition.make(simpleSymbol3231, PairWithPosition.make(simpleSymbol3231, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 391161);
        Lit939 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390954), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390950), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390939);
        SimpleSymbol simpleSymbol3232 = Lit9;
        Lit938 = PairWithPosition.make(simpleSymbol3232, PairWithPosition.make(simpleSymbol3232, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390922), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390916);
        Lit937 = (SimpleSymbol) new SimpleSymbol("Horizontal_Arrangement1").readResolve();
        Lit936 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390783);
        SimpleSymbol simpleSymbol3233 = Lit9;
        Lit935 = PairWithPosition.make(simpleSymbol3233, PairWithPosition.make(simpleSymbol3233, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390766), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390760);
        Lit934 = (SimpleSymbol) new SimpleSymbol("GetComponent").readResolve();
        Lit933 = PairWithPosition.make(Lit8495, PairWithPosition.make(Lit8493, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390553), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390549), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390538);
        SimpleSymbol simpleSymbol3234 = Lit9;
        Lit932 = PairWithPosition.make(simpleSymbol3234, PairWithPosition.make(simpleSymbol3234, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390521), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390515);
        Lit931 = (SimpleSymbol) new SimpleSymbol("Card_View1").readResolve();
        Lit930 = (SimpleSymbol) new SimpleSymbol("Create").readResolve();
        Lit929 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390313);
        SimpleSymbol simpleSymbol3235 = Lit9;
        Lit928 = PairWithPosition.make(simpleSymbol3235, PairWithPosition.make(simpleSymbol3235, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390296), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390290);
        Lit927 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390142);
        SimpleSymbol simpleSymbol3236 = Lit9;
        Lit926 = PairWithPosition.make(simpleSymbol3236, PairWithPosition.make(simpleSymbol3236, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390125), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 390119);
        Lit925 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389974);
        SimpleSymbol simpleSymbol3237 = Lit9;
        Lit924 = PairWithPosition.make(simpleSymbol3237, PairWithPosition.make(simpleSymbol3237, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389951);
        Lit923 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389806);
        SimpleSymbol simpleSymbol3238 = Lit9;
        Lit922 = PairWithPosition.make(simpleSymbol3238, PairWithPosition.make(simpleSymbol3238, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389789), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389783);
        Lit921 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389637);
        SimpleSymbol simpleSymbol3239 = Lit9;
        Lit920 = PairWithPosition.make(simpleSymbol3239, PairWithPosition.make(simpleSymbol3239, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389620), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389614);
        SimpleSymbol simpleSymbol3240 = Lit9;
        Lit919 = PairWithPosition.make(simpleSymbol3240, PairWithPosition.make(simpleSymbol3240, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389402), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389396);
        SimpleSymbol simpleSymbol3241 = Lit8493;
        Lit918 = PairWithPosition.make(simpleSymbol3241, PairWithPosition.make(simpleSymbol3241, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389301), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 389296);
        Lit917 = (SimpleSymbol) new SimpleSymbol("$container").readResolve();
        Lit916 = (SimpleSymbol) new SimpleSymbol("g$activeOrders").readResolve();
        SimpleSymbol simpleSymbol3242 = Lit9;
        Lit915 = PairWithPosition.make(simpleSymbol3242, PairWithPosition.make(simpleSymbol3242, PairWithPosition.make(simpleSymbol3242, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381881), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381870);
        SimpleSymbol simpleSymbol3243 = Lit9;
        Lit914 = PairWithPosition.make(simpleSymbol3243, PairWithPosition.make(simpleSymbol3243, PairWithPosition.make(simpleSymbol3243, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381818), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381813), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381807);
        SimpleSymbol simpleSymbol3244 = Lit9;
        Lit913 = PairWithPosition.make(simpleSymbol3244, PairWithPosition.make(simpleSymbol3244, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381561), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381555);
        SimpleSymbol simpleSymbol3245 = Lit9;
        Lit912 = PairWithPosition.make(simpleSymbol3245, PairWithPosition.make(simpleSymbol3245, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381506), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381500);
        Lit911 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381171);
        SimpleSymbol simpleSymbol3246 = Lit8493;
        Lit910 = PairWithPosition.make(simpleSymbol3246, PairWithPosition.make(simpleSymbol3246, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381147), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381142);
        SimpleSymbol simpleSymbol3247 = Lit9;
        Lit909 = PairWithPosition.make(simpleSymbol3247, PairWithPosition.make(simpleSymbol3247, PairWithPosition.make(simpleSymbol3247, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381881), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381876), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381870);
        SimpleSymbol simpleSymbol3248 = Lit9;
        Lit908 = PairWithPosition.make(simpleSymbol3248, PairWithPosition.make(simpleSymbol3248, PairWithPosition.make(simpleSymbol3248, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381818), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381813), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381807);
        SimpleSymbol simpleSymbol3249 = Lit9;
        Lit907 = PairWithPosition.make(simpleSymbol3249, PairWithPosition.make(simpleSymbol3249, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381561), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381555);
        SimpleSymbol simpleSymbol3250 = Lit9;
        Lit906 = PairWithPosition.make(simpleSymbol3250, PairWithPosition.make(simpleSymbol3250, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381506), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381500);
        Lit905 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381171);
        SimpleSymbol simpleSymbol3251 = Lit8493;
        Lit904 = PairWithPosition.make(simpleSymbol3251, PairWithPosition.make(simpleSymbol3251, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381147), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381142);
        Lit903 = (SimpleSymbol) new SimpleSymbol("p$firebase_EmailSignUp").readResolve();
        Lit902 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386630), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386622);
        Lit901 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386522);
        SimpleSymbol simpleSymbol3252 = Lit8494;
        SimpleSymbol simpleSymbol3253 = Lit8493;
        Lit900 = PairWithPosition.make(simpleSymbol3252, PairWithPosition.make(simpleSymbol3253, PairWithPosition.make(simpleSymbol3253, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386282), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386278), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386273);
        Lit899 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386121);
        Lit898 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386074);
        Lit897 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385866), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385860);
        SimpleSymbol simpleSymbol3254 = Lit8494;
        SimpleSymbol simpleSymbol3255 = Lit8493;
        Lit896 = PairWithPosition.make(simpleSymbol3254, PairWithPosition.make(simpleSymbol3255, PairWithPosition.make(simpleSymbol3255, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385830), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385826), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385821);
        Lit895 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385615);
        Lit894 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385472);
        Lit893 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385447), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385442);
        Lit892 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385208);
        SimpleSymbol simpleSymbol3256 = Lit8494;
        SimpleSymbol simpleSymbol3257 = Lit8493;
        Lit891 = PairWithPosition.make(simpleSymbol3256, PairWithPosition.make(simpleSymbol3257, PairWithPosition.make(simpleSymbol3257, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385146);
        Lit890 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384916), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384910);
        Lit889 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384767);
        Lit888 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384742), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384737);
        SimpleSymbol simpleSymbol3258 = Lit720;
        Lit887 = PairWithPosition.make(simpleSymbol3258, PairWithPosition.make(simpleSymbol3258, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384507);
        Lit886 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384493);
        SimpleSymbol simpleSymbol3259 = Lit8498;
        Lit885 = PairWithPosition.make(simpleSymbol3259, PairWithPosition.make(simpleSymbol3259, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384475), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384460);
        SimpleSymbol simpleSymbol3260 = Lit8494;
        SimpleSymbol simpleSymbol3261 = Lit8493;
        Lit884 = PairWithPosition.make(simpleSymbol3260, PairWithPosition.make(simpleSymbol3261, PairWithPosition.make(simpleSymbol3261, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384430), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384426), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384421);
        SimpleSymbol simpleSymbol3262 = Lit8494;
        SimpleSymbol simpleSymbol3263 = Lit8493;
        Lit883 = PairWithPosition.make(simpleSymbol3262, PairWithPosition.make(simpleSymbol3263, PairWithPosition.make(simpleSymbol3263, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384272), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384267);
        Lit882 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383866), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383861);
        Lit881 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383831);
        SimpleSymbol simpleSymbol3264 = Lit8494;
        SimpleSymbol simpleSymbol3265 = Lit8493;
        Lit880 = PairWithPosition.make(simpleSymbol3264, PairWithPosition.make(simpleSymbol3265, PairWithPosition.make(simpleSymbol3265, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383712);
        SimpleSymbol simpleSymbol3266 = Lit9;
        Lit879 = PairWithPosition.make(simpleSymbol3266, PairWithPosition.make(simpleSymbol3266, PairWithPosition.make(simpleSymbol3266, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383486), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383481), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383475);
        Lit878 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383466), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383460);
        Lit877 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383340);
        Lit876 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383050);
        Lit875 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382839);
        Lit874 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382830), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382824);
        Lit873 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382523), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382517);
        Lit872 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382354);
        SimpleSymbol simpleSymbol3267 = Lit8493;
        Lit871 = PairWithPosition.make(simpleSymbol3267, PairWithPosition.make(simpleSymbol3267, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382303), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382298);
        Lit870 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382017), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382001);
        Lit869 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381937);
        Lit868 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381912), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381907);
        Lit867 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381858), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381852);
        SimpleSymbol simpleSymbol3268 = Lit8493;
        Lit866 = PairWithPosition.make(simpleSymbol3268, PairWithPosition.make(simpleSymbol3268, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381796);
        Lit865 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381271);
        Lit864 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381214), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381208);
        Lit863 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381183), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381178);
        Lit862 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381129), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381123);
        SimpleSymbol simpleSymbol3269 = Lit8493;
        Lit861 = PairWithPosition.make(simpleSymbol3269, PairWithPosition.make(simpleSymbol3269, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381072), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381067);
        SimpleSymbol simpleSymbol3270 = Lit9;
        Lit860 = PairWithPosition.make(simpleSymbol3270, PairWithPosition.make(simpleSymbol3270, PairWithPosition.make(simpleSymbol3270, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380597), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380586);
        Lit859 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380523);
        SimpleSymbol simpleSymbol3271 = Lit9;
        Lit858 = PairWithPosition.make(simpleSymbol3271, PairWithPosition.make(simpleSymbol3271, PairWithPosition.make(simpleSymbol3271, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380316), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380311), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380305);
        Lit857 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380274), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380268);
        SimpleSymbol simpleSymbol3272 = Lit9;
        Lit856 = PairWithPosition.make(simpleSymbol3272, PairWithPosition.make(simpleSymbol3272, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380249), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380243);
        SimpleSymbol simpleSymbol3273 = Lit8494;
        SimpleSymbol simpleSymbol3274 = Lit8493;
        Lit855 = PairWithPosition.make(simpleSymbol3273, PairWithPosition.make(simpleSymbol3274, PairWithPosition.make(simpleSymbol3274, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380070), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380061);
        SimpleSymbol simpleSymbol3275 = Lit8497;
        Lit854 = PairWithPosition.make(simpleSymbol3275, PairWithPosition.make(simpleSymbol3275, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380028), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380022);
        Lit853 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379993);
        Lit852 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379892), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379887);
        Lit851 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379711);
        SimpleSymbol simpleSymbol3276 = Lit9;
        Lit850 = PairWithPosition.make(simpleSymbol3276, PairWithPosition.make(simpleSymbol3276, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379692), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379686);
        SimpleSymbol simpleSymbol3277 = Lit9;
        Lit849 = PairWithPosition.make(simpleSymbol3277, PairWithPosition.make(simpleSymbol3277, PairWithPosition.make(simpleSymbol3277, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379385);
        Lit848 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379348);
        SimpleSymbol simpleSymbol3278 = Lit9;
        Lit847 = PairWithPosition.make(simpleSymbol3278, PairWithPosition.make(simpleSymbol3278, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379329), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379323);
        SimpleSymbol simpleSymbol3279 = Lit8494;
        SimpleSymbol simpleSymbol3280 = Lit8493;
        Lit846 = PairWithPosition.make(simpleSymbol3279, PairWithPosition.make(simpleSymbol3280, PairWithPosition.make(simpleSymbol3280, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379150), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379146), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379141);
        SimpleSymbol simpleSymbol3281 = Lit8497;
        Lit845 = PairWithPosition.make(simpleSymbol3281, PairWithPosition.make(simpleSymbol3281, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379107), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379101);
        Lit844 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379072);
        Lit843 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378978), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378973);
        Lit842 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378810), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378804);
        SimpleSymbol simpleSymbol3282 = Lit9;
        Lit841 = PairWithPosition.make(simpleSymbol3282, PairWithPosition.make(simpleSymbol3282, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378785), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378779);
        SimpleSymbol simpleSymbol3283 = Lit9;
        Lit840 = PairWithPosition.make(simpleSymbol3283, PairWithPosition.make(simpleSymbol3283, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378465), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378459);
        Lit839 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378310), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378304);
        Lit838 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378161);
        Lit837 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378131);
        SimpleSymbol simpleSymbol3284 = Lit9;
        Lit836 = PairWithPosition.make(simpleSymbol3284, PairWithPosition.make(simpleSymbol3284, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377881);
        SimpleSymbol simpleSymbol3285 = Lit8493;
        Lit835 = PairWithPosition.make(simpleSymbol3285, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol3285, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377850), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377845), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377840);
        Lit834 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377631);
        Lit833 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377604);
        Lit832 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377437);
        Lit831 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377154);
        SimpleSymbol simpleSymbol3286 = Lit9;
        Lit830 = PairWithPosition.make(simpleSymbol3286, PairWithPosition.make(simpleSymbol3286, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377034);
        Lit829 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386630), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386622);
        Lit828 = IntNum.make(50);
        Lit827 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386522);
        Lit826 = (SimpleSymbol) new SimpleSymbol("vsaWatchlist").readResolve();
        SimpleSymbol simpleSymbol3287 = Lit8494;
        SimpleSymbol simpleSymbol3288 = Lit8493;
        Lit825 = PairWithPosition.make(simpleSymbol3287, PairWithPosition.make(simpleSymbol3288, PairWithPosition.make(simpleSymbol3288, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386282), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386278), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386273);
        Lit824 = (SimpleSymbol) new SimpleSymbol("p$createItem").readResolve();
        Lit823 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386127), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386121);
        Lit822 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 386074);
        Lit821 = (SimpleSymbol) new SimpleSymbol("g$watchlist").readResolve();
        Lit820 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385866), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385860);
        SimpleSymbol simpleSymbol3289 = Lit8494;
        SimpleSymbol simpleSymbol3290 = Lit8493;
        Lit819 = PairWithPosition.make(simpleSymbol3289, PairWithPosition.make(simpleSymbol3290, PairWithPosition.make(simpleSymbol3290, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385830), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385826), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385821);
        Lit818 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385621), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385615);
        Lit817 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385478), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385472);
        Lit816 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385447), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385442);
        Lit815 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385213), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385208);
        Lit814 = (SimpleSymbol) new SimpleSymbol("$idList").readResolve();
        SimpleSymbol simpleSymbol3291 = Lit8494;
        SimpleSymbol simpleSymbol3292 = Lit8493;
        Lit813 = PairWithPosition.make(simpleSymbol3291, PairWithPosition.make(simpleSymbol3292, PairWithPosition.make(simpleSymbol3292, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385151), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 385146);
        Lit812 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384916), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384910);
        Lit811 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384767);
        Lit810 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384742), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384737);
        SimpleSymbol simpleSymbol3293 = Lit720;
        Lit809 = PairWithPosition.make(simpleSymbol3293, PairWithPosition.make(simpleSymbol3293, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384507);
        Lit808 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384493);
        SimpleSymbol simpleSymbol3294 = Lit8498;
        Lit807 = PairWithPosition.make(simpleSymbol3294, PairWithPosition.make(simpleSymbol3294, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384475), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384460);
        SimpleSymbol simpleSymbol3295 = Lit8494;
        SimpleSymbol simpleSymbol3296 = Lit8493;
        Lit806 = PairWithPosition.make(simpleSymbol3295, PairWithPosition.make(simpleSymbol3296, PairWithPosition.make(simpleSymbol3296, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384430), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384426), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384421);
        SimpleSymbol simpleSymbol3297 = Lit8494;
        SimpleSymbol simpleSymbol3298 = Lit8493;
        Lit805 = PairWithPosition.make(simpleSymbol3297, PairWithPosition.make(simpleSymbol3298, PairWithPosition.make(simpleSymbol3298, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384272), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 384267);
        Lit804 = (SimpleSymbol) new SimpleSymbol("p$search_id_date").readResolve();
        Lit803 = (SimpleSymbol) new SimpleSymbol("Duration").readResolve();
        Lit802 = (SimpleSymbol) new SimpleSymbol("DurationToDays").readResolve();
        Lit801 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383866), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383861);
        Lit800 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383831);
        SimpleSymbol simpleSymbol3299 = Lit8494;
        SimpleSymbol simpleSymbol3300 = Lit8493;
        Lit799 = PairWithPosition.make(simpleSymbol3299, PairWithPosition.make(simpleSymbol3300, PairWithPosition.make(simpleSymbol3300, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383721), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383712);
        SimpleSymbol simpleSymbol3301 = Lit9;
        Lit798 = PairWithPosition.make(simpleSymbol3301, PairWithPosition.make(simpleSymbol3301, PairWithPosition.make(simpleSymbol3301, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383486), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383481), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383475);
        Lit797 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383466), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383460);
        Lit796 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383340);
        Lit795 = (SimpleSymbol) new SimpleSymbol("lblWLcnt").readResolve();
        Lit794 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 383050);
        Lit793 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382839);
        Lit792 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382830), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382824);
        Lit791 = (SimpleSymbol) new SimpleSymbol("vaNoWatchlist").readResolve();
        Lit790 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382523), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382517);
        Lit789 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382360), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382354);
        SimpleSymbol simpleSymbol3302 = Lit8493;
        Lit788 = PairWithPosition.make(simpleSymbol3302, PairWithPosition.make(simpleSymbol3302, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382303), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382298);
        Lit787 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382017), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382006), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 382001);
        Lit786 = (SimpleSymbol) new SimpleSymbol("$instrument").readResolve();
        Lit785 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381943), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381937);
        Lit784 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381912), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381907);
        Lit783 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381858), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381852);
        SimpleSymbol simpleSymbol3303 = Lit8493;
        Lit782 = PairWithPosition.make(simpleSymbol3303, PairWithPosition.make(simpleSymbol3303, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381801), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381796);
        Lit781 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381287), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381276), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381271);
        Lit780 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381214), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381208);
        Lit779 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381183), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381178);
        Lit778 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381129), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381123);
        SimpleSymbol simpleSymbol3304 = Lit8493;
        Lit777 = PairWithPosition.make(simpleSymbol3304, PairWithPosition.make(simpleSymbol3304, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381072), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 381067);
        SimpleSymbol simpleSymbol3305 = Lit9;
        Lit776 = PairWithPosition.make(simpleSymbol3305, PairWithPosition.make(simpleSymbol3305, PairWithPosition.make(simpleSymbol3305, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380597), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380592), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380586);
        Lit775 = (SimpleSymbol) new SimpleSymbol("$tokenItem").readResolve();
        Lit774 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380523);
        Lit773 = (SimpleSymbol) new SimpleSymbol("$tokens").readResolve();
        SimpleSymbol simpleSymbol3306 = Lit9;
        Lit772 = PairWithPosition.make(simpleSymbol3306, PairWithPosition.make(simpleSymbol3306, PairWithPosition.make(simpleSymbol3306, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380316), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380311), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380305);
        Lit771 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380274), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380268);
        SimpleSymbol simpleSymbol3307 = Lit9;
        Lit770 = PairWithPosition.make(simpleSymbol3307, PairWithPosition.make(simpleSymbol3307, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380249), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380243);
        SimpleSymbol simpleSymbol3308 = Lit8494;
        SimpleSymbol simpleSymbol3309 = Lit8493;
        Lit769 = PairWithPosition.make(simpleSymbol3308, PairWithPosition.make(simpleSymbol3309, PairWithPosition.make(simpleSymbol3309, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380070), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380066), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380061);
        SimpleSymbol simpleSymbol3310 = Lit8497;
        Lit768 = PairWithPosition.make(simpleSymbol3310, PairWithPosition.make(simpleSymbol3310, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380028), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 380022);
        Lit767 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379998), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379993);
        Lit766 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379892), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379887);
        Lit765 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379717), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379711);
        SimpleSymbol simpleSymbol3311 = Lit9;
        Lit764 = PairWithPosition.make(simpleSymbol3311, PairWithPosition.make(simpleSymbol3311, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379692), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379686);
        SimpleSymbol simpleSymbol3312 = Lit9;
        Lit763 = PairWithPosition.make(simpleSymbol3312, PairWithPosition.make(simpleSymbol3312, PairWithPosition.make(simpleSymbol3312, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379396), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379391), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379385);
        Lit762 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379348);
        SimpleSymbol simpleSymbol3313 = Lit9;
        Lit761 = PairWithPosition.make(simpleSymbol3313, PairWithPosition.make(simpleSymbol3313, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379329), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379323);
        SimpleSymbol simpleSymbol3314 = Lit8494;
        SimpleSymbol simpleSymbol3315 = Lit8493;
        Lit760 = PairWithPosition.make(simpleSymbol3314, PairWithPosition.make(simpleSymbol3315, PairWithPosition.make(simpleSymbol3315, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379150), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379146), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379141);
        SimpleSymbol simpleSymbol3316 = Lit8497;
        Lit759 = PairWithPosition.make(simpleSymbol3316, PairWithPosition.make(simpleSymbol3316, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379107), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379101);
        Lit758 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 379072);
        Lit757 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378978), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378973);
        Lit756 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378810), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378804);
        SimpleSymbol simpleSymbol3317 = Lit9;
        Lit755 = PairWithPosition.make(simpleSymbol3317, PairWithPosition.make(simpleSymbol3317, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378785), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378779);
        SimpleSymbol simpleSymbol3318 = Lit9;
        Lit754 = PairWithPosition.make(simpleSymbol3318, PairWithPosition.make(simpleSymbol3318, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378465), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378459);
        Lit753 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378310), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378304);
        Lit752 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378161);
        Lit751 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378136), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 378131);
        SimpleSymbol simpleSymbol3319 = Lit9;
        Lit750 = PairWithPosition.make(simpleSymbol3319, PairWithPosition.make(simpleSymbol3319, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377887), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377881);
        SimpleSymbol simpleSymbol3320 = Lit8493;
        Lit749 = PairWithPosition.make(simpleSymbol3320, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol3320, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377850), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377845), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377840);
        Lit748 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377631);
        Lit747 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377604);
        Lit746 = (SimpleSymbol) new SimpleSymbol("$watchlist").readResolve();
        Lit745 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377443), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377437);
        Lit744 = (SimpleSymbol) new SimpleSymbol("UsedIDs").readResolve();
        Lit743 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377154);
        Lit742 = (SimpleSymbol) new SimpleSymbol("Remove").readResolve();
        Lit741 = (SimpleSymbol) new SimpleSymbol("DC1").readResolve();
        SimpleSymbol simpleSymbol3321 = Lit9;
        Lit740 = PairWithPosition.make(simpleSymbol3321, PairWithPosition.make(simpleSymbol3321, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377040), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 377034);
        Lit739 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373989), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373981);
        Lit738 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373882);
        SimpleSymbol simpleSymbol3322 = Lit9;
        Lit737 = PairWithPosition.make(simpleSymbol3322, PairWithPosition.make(simpleSymbol3322, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373854), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373848);
        Lit736 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373365);
        Lit735 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373357), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373351);
        Lit734 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373187), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373181);
        SimpleSymbol simpleSymbol3323 = Lit8493;
        Lit733 = PairWithPosition.make(simpleSymbol3323, PairWithPosition.make(simpleSymbol3323, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372956);
        Lit732 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372945), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372939);
        Lit731 = PairWithPosition.make(Lit720, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373989), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373981);
        Lit730 = IntNum.make(3000);
        Lit729 = (SimpleSymbol) new SimpleSymbol("CallAfterDelay").readResolve();
        Lit728 = (SimpleSymbol) new SimpleSymbol("Async_Task1").readResolve();
        Lit727 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373882);
        SimpleSymbol simpleSymbol3324 = Lit9;
        Lit726 = PairWithPosition.make(simpleSymbol3324, PairWithPosition.make(simpleSymbol3324, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373854), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373848);
        Lit725 = (SimpleSymbol) new SimpleSymbol("GoToUrl").readResolve();
        Lit724 = (SimpleSymbol) new SimpleSymbol("Web_View3").readResolve();
        Lit723 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373365);
        Lit722 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373357), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373351);
        Lit721 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373187), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373181);
        Lit719 = (SimpleSymbol) new SimpleSymbol("Progress").readResolve();
        Lit718 = (SimpleSymbol) new SimpleSymbol("lp_loading").readResolve();
        SimpleSymbol simpleSymbol3325 = Lit8493;
        Lit717 = PairWithPosition.make(simpleSymbol3325, PairWithPosition.make(simpleSymbol3325, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372961), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372956);
        Lit716 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372945), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372939);
        Lit715 = (SimpleSymbol) new SimpleSymbol("p$_ed_load").readResolve();
        SimpleSymbol simpleSymbol3326 = Lit720;
        Lit714 = PairWithPosition.make(simpleSymbol3326, PairWithPosition.make(simpleSymbol3326, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368854), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368846);
        Lit713 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368797);
        SimpleSymbol simpleSymbol3327 = Lit720;
        Lit712 = PairWithPosition.make(simpleSymbol3327, PairWithPosition.make(simpleSymbol3327, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368854), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368846);
        Lit711 = IntNum.make(2);
        Lit710 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368797);
        Lit709 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373648);
        Lit708 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373546);
        SimpleSymbol simpleSymbol3328 = Lit720;
        Lit707 = PairWithPosition.make(simpleSymbol3328, PairWithPosition.make(simpleSymbol3328, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373530), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373522);
        Lit706 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373511), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373505);
        Lit705 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373253), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373247);
        SimpleSymbol simpleSymbol3329 = Lit720;
        Lit704 = PairWithPosition.make(simpleSymbol3329, PairWithPosition.make(simpleSymbol3329, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373138), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373130);
        Lit703 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373114);
        Lit702 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372894);
        Lit701 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372687), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372681);
        SimpleSymbol simpleSymbol3330 = Lit8493;
        Lit700 = PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, PairWithPosition.make(simpleSymbol3330, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372654), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372642), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372638), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372634), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372630), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372626), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372622), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372617);
        SimpleSymbol simpleSymbol3331 = Lit9;
        Lit699 = PairWithPosition.make(simpleSymbol3331, PairWithPosition.make(simpleSymbol3331, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372599), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372593);
        Lit698 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372218);
        Lit697 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372055), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372049);
        Lit696 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 371956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 371941);
        Lit695 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 371413);
        Lit694 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 371096);
        SimpleSymbol simpleSymbol3332 = Lit9;
        Lit693 = PairWithPosition.make(simpleSymbol3332, PairWithPosition.make(simpleSymbol3332, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370994), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370989), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370983);
        Lit692 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370953);
        Lit691 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370923);
        Lit690 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370549);
        Lit689 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370439);
        Lit688 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370340);
        Lit687 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370242);
        Lit686 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370135);
        SimpleSymbol simpleSymbol3333 = Lit720;
        SimpleSymbol simpleSymbol3334 = Lit9;
        SimpleSymbol simpleSymbol3335 = Lit173;
        Lit685 = PairWithPosition.make(simpleSymbol3333, PairWithPosition.make(simpleSymbol3334, PairWithPosition.make(simpleSymbol3334, PairWithPosition.make(simpleSymbol3335, PairWithPosition.make(simpleSymbol3333, PairWithPosition.make(simpleSymbol3335, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370020), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370005), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369995), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369987);
        SimpleSymbol simpleSymbol3336 = Lit8493;
        Lit684 = PairWithPosition.make(simpleSymbol3336, PairWithPosition.make(simpleSymbol3336, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369975), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369970);
        Lit683 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369867);
        Lit682 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369837);
        Lit681 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369672), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369666);
        Lit680 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369522);
        SimpleSymbol simpleSymbol3337 = Lit8493;
        Lit679 = PairWithPosition.make(simpleSymbol3337, PairWithPosition.make(simpleSymbol3337, PairWithPosition.make(simpleSymbol3337, PairWithPosition.make(simpleSymbol3337, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369258);
        SimpleSymbol simpleSymbol3338 = Lit8493;
        Lit678 = PairWithPosition.make(simpleSymbol3338, PairWithPosition.make(simpleSymbol3338, PairWithPosition.make(simpleSymbol3338, PairWithPosition.make(simpleSymbol3338, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369112), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369108), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369104), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369099);
        Lit677 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368928);
        SimpleSymbol simpleSymbol3339 = Lit9;
        Lit676 = PairWithPosition.make(simpleSymbol3339, PairWithPosition.make(simpleSymbol3339, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368821), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368816), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368810);
        Lit675 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368785), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368780);
        Lit674 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368750);
        Lit673 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368337);
        SimpleSymbol simpleSymbol3340 = Lit9;
        SimpleSymbol simpleSymbol3341 = Lit720;
        Lit672 = PairWithPosition.make(simpleSymbol3340, PairWithPosition.make(simpleSymbol3341, PairWithPosition.make(simpleSymbol3341, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368316), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368303);
        Lit671 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368290), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368284);
        Lit670 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368193);
        Lit669 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368088);
        Lit668 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368074);
        Lit667 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367743);
        Lit666 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367735), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367729);
        SimpleSymbol simpleSymbol3342 = Lit9;
        Lit665 = PairWithPosition.make(simpleSymbol3342, PairWithPosition.make(simpleSymbol3342, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367498), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367492);
        Lit664 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367138), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367132);
        Lit663 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366868);
        Lit662 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366722);
        SimpleSymbol simpleSymbol3343 = Lit8495;
        SimpleSymbol simpleSymbol3344 = Lit720;
        Lit661 = PairWithPosition.make(simpleSymbol3343, PairWithPosition.make(simpleSymbol3344, PairWithPosition.make(simpleSymbol3344, PairWithPosition.make(simpleSymbol3344, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366067), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366049);
        Lit660 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366015);
        Lit659 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365867);
        SimpleSymbol simpleSymbol3345 = Lit8495;
        SimpleSymbol simpleSymbol3346 = Lit720;
        Lit658 = PairWithPosition.make(simpleSymbol3345, PairWithPosition.make(simpleSymbol3346, PairWithPosition.make(simpleSymbol3346, PairWithPosition.make(simpleSymbol3346, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365636), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365622), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365611);
        Lit657 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365577);
        Lit656 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365446);
        Lit655 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365242);
        Lit654 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 364885);
        Lit653 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 364727);
        Lit652 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373648);
        Lit651 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373552), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373546);
        SimpleSymbol simpleSymbol3347 = Lit720;
        Lit650 = PairWithPosition.make(simpleSymbol3347, PairWithPosition.make(simpleSymbol3347, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373530), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373522);
        Lit649 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373511), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373505);
        Lit648 = (SimpleSymbol) new SimpleSymbol("p$RatingWindow").readResolve();
        Lit647 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373253), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373247);
        SimpleSymbol simpleSymbol3348 = Lit720;
        Lit646 = PairWithPosition.make(simpleSymbol3348, PairWithPosition.make(simpleSymbol3348, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373138), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373130);
        Lit645 = IntNum.make(5);
        Lit644 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373120), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 373114);
        Lit643 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372894);
        Lit642 = (SimpleSymbol) new SimpleSymbol("HideKeyboard").readResolve();
        Lit641 = (SimpleSymbol) new SimpleSymbol("p$getBanner").readResolve();
        Lit640 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372687), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372681);
        SimpleSymbol simpleSymbol3349 = Lit8493;
        Lit639 = PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, PairWithPosition.make(simpleSymbol3349, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372654), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372646), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372642), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372638), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372634), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372630), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372626), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372622), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372617);
        SimpleSymbol simpleSymbol3350 = Lit9;
        Lit638 = PairWithPosition.make(simpleSymbol3350, PairWithPosition.make(simpleSymbol3350, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372599), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372593);
        Lit637 = (SimpleSymbol) new SimpleSymbol("VersionName").readResolve();
        Lit636 = (SimpleSymbol) new SimpleSymbol("VersionCode").readResolve();
        Lit635 = (SimpleSymbol) new SimpleSymbol("GetUserName").readResolve();
        Lit634 = (SimpleSymbol) new SimpleSymbol("ModelName").readResolve();
        Lit633 = (SimpleSymbol) new SimpleSymbol("AndroidVersion").readResolve();
        Lit632 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372224), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372218);
        Lit631 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372055), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 372049);
        Lit630 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 371956), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 371941);
        Lit629 = (SimpleSymbol) new SimpleSymbol("p$marketStatus").readResolve();
        Lit628 = (SimpleSymbol) new SimpleSymbol("p$WSConnect").readResolve();
        Lit627 = (SimpleSymbol) new SimpleSymbol("p$scrSelect").readResolve();
        Lit626 = PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 371413);
        Lit625 = (SimpleSymbol) new SimpleSymbol("Select").readResolve();
        Lit624 = (SimpleSymbol) new SimpleSymbol("AskNotificationsPermission").readResolve();
        Lit623 = (SimpleSymbol) new SimpleSymbol("HasNotificationsPermission").readResolve();
        Lit622 = (SimpleSymbol) new SimpleSymbol("NotificationStyle2").readResolve();
        Lit621 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 371096);
        SimpleSymbol simpleSymbol3351 = Lit9;
        Lit620 = PairWithPosition.make(simpleSymbol3351, PairWithPosition.make(simpleSymbol3351, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370994), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370989), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370983);
        Lit619 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370958), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370953);
        Lit618 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370923);
        Lit617 = (SimpleSymbol) new SimpleSymbol("RemoveAllTabs").readResolve();
        Lit616 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370549);
        Lit615 = (SimpleSymbol) new SimpleSymbol("ConnectViewPager").readResolve();
        Lit614 = (SimpleSymbol) new SimpleSymbol("Tab_Layout1").readResolve();
        Lit613 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370439);
        Lit612 = (SimpleSymbol) new SimpleSymbol("vaHistory").readResolve();
        Lit611 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370340);
        Lit610 = (SimpleSymbol) new SimpleSymbol("vaActive").readResolve();
        Lit609 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370242);
        Lit608 = (SimpleSymbol) new SimpleSymbol("vaPending").readResolve();
        Lit607 = (SimpleSymbol) new SimpleSymbol("AddPage").readResolve();
        Lit606 = (SimpleSymbol) new SimpleSymbol("View_Pager1").readResolve();
        Lit605 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370135);
        Lit604 = (SimpleSymbol) new SimpleSymbol("haButtons").readResolve();
        Lit603 = (SimpleSymbol) new SimpleSymbol("Initialize").readResolve();
        Lit602 = IntNum.make(4);
        SimpleSymbol simpleSymbol3352 = Lit720;
        SimpleSymbol simpleSymbol3353 = Lit9;
        SimpleSymbol simpleSymbol3354 = Lit173;
        Lit601 = PairWithPosition.make(simpleSymbol3352, PairWithPosition.make(simpleSymbol3353, PairWithPosition.make(simpleSymbol3353, PairWithPosition.make(simpleSymbol3354, PairWithPosition.make(simpleSymbol3352, PairWithPosition.make(simpleSymbol3354, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370020), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370013), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370005), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 370000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369995), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369987);
        SimpleSymbol simpleSymbol3355 = Lit8493;
        Lit600 = PairWithPosition.make(simpleSymbol3355, PairWithPosition.make(simpleSymbol3355, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369975), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369970);
        Lit599 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369867);
        Lit598 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369837);
        Lit597 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369672), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369666);
        Lit596 = (SimpleSymbol) new SimpleSymbol("$icons").readResolve();
        Lit595 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369528), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369522);
        Lit594 = (SimpleSymbol) new SimpleSymbol("$label").readResolve();
        Lit593 = (SimpleSymbol) new SimpleSymbol("$number").readResolve();
        Lit592 = (SimpleSymbol) new SimpleSymbol("Add").readResolve();
        Lit591 = (SimpleSymbol) new SimpleSymbol("BubbleTabBar1").readResolve();
        SimpleSymbol simpleSymbol3356 = Lit8493;
        Lit590 = PairWithPosition.make(simpleSymbol3356, PairWithPosition.make(simpleSymbol3356, PairWithPosition.make(simpleSymbol3356, PairWithPosition.make(simpleSymbol3356, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369271), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369267), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369263), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369258);
        SimpleSymbol simpleSymbol3357 = Lit8493;
        Lit589 = PairWithPosition.make(simpleSymbol3357, PairWithPosition.make(simpleSymbol3357, PairWithPosition.make(simpleSymbol3357, PairWithPosition.make(simpleSymbol3357, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369112), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369108), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369104), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 369099);
        Lit588 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368928);
        SimpleSymbol simpleSymbol3358 = Lit9;
        Lit587 = PairWithPosition.make(simpleSymbol3358, PairWithPosition.make(simpleSymbol3358, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368821), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368816), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368810);
        Lit586 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368785), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368780);
        Lit585 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368750);
        Lit584 = (SimpleSymbol) new SimpleSymbol("AddTab").readResolve();
        Lit583 = (SimpleSymbol) new SimpleSymbol("tabSearch").readResolve();
        Lit582 = (SimpleSymbol) new SimpleSymbol("p$verify").readResolve();
        Lit581 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368337);
        SimpleSymbol simpleSymbol3359 = Lit9;
        SimpleSymbol simpleSymbol3360 = Lit720;
        Lit580 = PairWithPosition.make(simpleSymbol3359, PairWithPosition.make(simpleSymbol3360, PairWithPosition.make(simpleSymbol3360, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368316), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368309), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368303);
        Lit579 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368290), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368284);
        Lit578 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368199), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368193);
        Lit577 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368088);
        Lit576 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 368074);
        Lit575 = (SimpleSymbol) new SimpleSymbol("lblUserInitial").readResolve();
        Lit574 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367743);
        Lit573 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367735), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367729);
        SimpleSymbol simpleSymbol3361 = Lit9;
        Lit572 = PairWithPosition.make(simpleSymbol3361, PairWithPosition.make(simpleSymbol3361, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367498), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367492);
        Lit571 = (SimpleSymbol) new SimpleSymbol("ShowStatusBar").readResolve();
        Lit570 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367138), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 367132);
        Lit569 = (SimpleSymbol) new SimpleSymbol("Checked").readResolve();
        Lit568 = (SimpleSymbol) new SimpleSymbol("chkNavBar").readResolve();
        Lit567 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366874), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366868);
        Lit566 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366728), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366722);
        Lit565 = (SimpleSymbol) new SimpleSymbol("LoadBannerAd").readResolve();
        Lit564 = (SimpleSymbol) new SimpleSymbol("Facebook_Banner2").readResolve();
        Lit563 = (SimpleSymbol) new SimpleSymbol("vaForgot").readResolve();
        Lit562 = (SimpleSymbol) new SimpleSymbol("vaLogin").readResolve();
        Lit561 = (SimpleSymbol) new SimpleSymbol("vaSignUp").readResolve();
        Lit560 = (SimpleSymbol) new SimpleSymbol("vaIntro").readResolve();
        Lit559 = (SimpleSymbol) new SimpleSymbol("BackgroundImage").readResolve();
        SimpleSymbol simpleSymbol3362 = Lit8495;
        SimpleSymbol simpleSymbol3363 = Lit720;
        Lit558 = PairWithPosition.make(simpleSymbol3362, PairWithPosition.make(simpleSymbol3363, PairWithPosition.make(simpleSymbol3363, PairWithPosition.make(simpleSymbol3363, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366081), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366074), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366067), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366060), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366049);
        Lit557 = IntNum.make(Component.COLOR_BLUE);
        Lit556 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 366015);
        Lit555 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365867);
        SimpleSymbol simpleSymbol3364 = Lit8495;
        SimpleSymbol simpleSymbol3365 = Lit720;
        Lit554 = PairWithPosition.make(simpleSymbol3364, PairWithPosition.make(simpleSymbol3365, PairWithPosition.make(simpleSymbol3365, PairWithPosition.make(simpleSymbol3365, PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365643), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365636), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365622), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365611);
        Lit553 = IntNum.make(Component.COLOR_BLUE);
        Lit552 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365577);
        Lit551 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365446);
        Lit550 = (SimpleSymbol) new SimpleSymbol("SetClickable").readResolve();
        Lit549 = PairWithPosition.make(Lit8495, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 365242);
        Lit548 = (SimpleSymbol) new SimpleSymbol("Label39").readResolve();
        Lit547 = (SimpleSymbol) new SimpleSymbol("RemoveStyling").readResolve();
        Lit546 = (SimpleSymbol) new SimpleSymbol("StyleTextUtils1").readResolve();
        Lit545 = (SimpleSymbol) new SimpleSymbol("$TorF").readResolve();
        Lit544 = (SimpleSymbol) new SimpleSymbol("vsaLoginMain").readResolve();
        Lit543 = (SimpleSymbol) new SimpleSymbol("vaLoading").readResolve();
        Lit542 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 364885);
        Lit541 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 364727);
        SimpleSymbol simpleSymbol3366 = Lit8497;
        Lit540 = PairWithPosition.make(simpleSymbol3366, PairWithPosition.make(simpleSymbol3366, PairWithPosition.make(simpleSymbol3366, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361569), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361564), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361558);
        Lit539 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361534), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361529);
        Lit538 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361415);
        Lit537 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361292);
        SimpleSymbol simpleSymbol3367 = Lit9;
        Lit536 = PairWithPosition.make(simpleSymbol3367, PairWithPosition.make(simpleSymbol3367, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361119), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361113);
        SimpleSymbol simpleSymbol3368 = Lit9;
        Lit535 = PairWithPosition.make(simpleSymbol3368, PairWithPosition.make(simpleSymbol3368, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361058);
        Lit534 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 360691);
        SimpleSymbol simpleSymbol3369 = Lit8493;
        Lit533 = PairWithPosition.make(simpleSymbol3369, PairWithPosition.make(simpleSymbol3369, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 360667), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 360662);
        SimpleSymbol simpleSymbol3370 = Lit8497;
        Lit532 = PairWithPosition.make(simpleSymbol3370, PairWithPosition.make(simpleSymbol3370, PairWithPosition.make(simpleSymbol3370, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361569), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361564), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361558);
        Lit531 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361534), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361529);
        Lit530 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361420), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361415);
        Lit529 = (SimpleSymbol) new SimpleSymbol("$pwd").readResolve();
        Lit528 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361297), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361292);
        Lit527 = (SimpleSymbol) new SimpleSymbol("$email").readResolve();
        SimpleSymbol simpleSymbol3371 = Lit9;
        Lit526 = PairWithPosition.make(simpleSymbol3371, PairWithPosition.make(simpleSymbol3371, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361119), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361113);
        SimpleSymbol simpleSymbol3372 = Lit9;
        Lit525 = PairWithPosition.make(simpleSymbol3372, PairWithPosition.make(simpleSymbol3372, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361064), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 361058);
        Lit524 = PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 360691);
        SimpleSymbol simpleSymbol3373 = Lit8493;
        Lit523 = PairWithPosition.make(simpleSymbol3373, PairWithPosition.make(simpleSymbol3373, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 360667), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 360662);
        Lit522 = (SimpleSymbol) new SimpleSymbol("p$webPost").readResolve();
        Lit521 = (SimpleSymbol) new SimpleSymbol("p$firebase_EmailSignin").readResolve();
        Lit520 = (SimpleSymbol) new SimpleSymbol("p$cancelSnackbar").readResolve();
        Lit519 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359365), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359359);
        SimpleSymbol simpleSymbol3374 = Lit8493;
        Lit518 = PairWithPosition.make(simpleSymbol3374, PairWithPosition.make(simpleSymbol3374, PairWithPosition.make(simpleSymbol3374, PairWithPosition.make(simpleSymbol3374, PairWithPosition.make(simpleSymbol3374, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359332), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359328), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359320), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359315);
        Lit517 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359154), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359139);
        Lit516 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358695);
        Lit515 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358576);
        Lit514 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358356);
        Lit513 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358065), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358054), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358049);
        SimpleSymbol simpleSymbol3375 = Lit9;
        Lit512 = PairWithPosition.make(simpleSymbol3375, PairWithPosition.make(simpleSymbol3375, PairWithPosition.make(simpleSymbol3375, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357917), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357912), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357906);
        Lit511 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357770), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357764);
        SimpleSymbol simpleSymbol3376 = Lit720;
        Lit510 = PairWithPosition.make(simpleSymbol3376, PairWithPosition.make(simpleSymbol3376, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357748), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357740);
        SimpleSymbol simpleSymbol3377 = Lit720;
        Lit509 = PairWithPosition.make(simpleSymbol3377, PairWithPosition.make(simpleSymbol3377, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357723), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357715);
        SimpleSymbol simpleSymbol3378 = Lit8494;
        SimpleSymbol simpleSymbol3379 = Lit8493;
        Lit508 = PairWithPosition.make(simpleSymbol3378, PairWithPosition.make(simpleSymbol3379, PairWithPosition.make(simpleSymbol3379, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357665), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357661), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357656);
        Lit507 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357501);
        Lit506 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357269);
        SimpleSymbol simpleSymbol3380 = Lit8493;
        Lit505 = PairWithPosition.make(simpleSymbol3380, PairWithPosition.make(simpleSymbol3380, PairWithPosition.make(simpleSymbol3380, PairWithPosition.make(simpleSymbol3380, PairWithPosition.make(simpleSymbol3380, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357238), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357225);
        SimpleSymbol simpleSymbol3381 = Lit8494;
        SimpleSymbol simpleSymbol3382 = Lit8493;
        Lit504 = PairWithPosition.make(simpleSymbol3381, PairWithPosition.make(simpleSymbol3382, PairWithPosition.make(simpleSymbol3382, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357174), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357165);
        SimpleSymbol simpleSymbol3383 = Lit8494;
        SimpleSymbol simpleSymbol3384 = Lit8493;
        Lit503 = PairWithPosition.make(simpleSymbol3383, PairWithPosition.make(simpleSymbol3384, PairWithPosition.make(simpleSymbol3384, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357016), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357007);
        SimpleSymbol simpleSymbol3385 = Lit8494;
        SimpleSymbol simpleSymbol3386 = Lit8493;
        Lit502 = PairWithPosition.make(simpleSymbol3385, PairWithPosition.make(simpleSymbol3386, PairWithPosition.make(simpleSymbol3386, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356862), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356858), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356853);
        Lit501 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356742), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356736);
        SimpleSymbol simpleSymbol3387 = Lit8493;
        Lit500 = PairWithPosition.make(simpleSymbol3387, PairWithPosition.make(simpleSymbol3387, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356489), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356484);
        SimpleSymbol simpleSymbol3388 = Lit8494;
        SimpleSymbol simpleSymbol3389 = Lit8493;
        Lit499 = PairWithPosition.make(simpleSymbol3388, PairWithPosition.make(simpleSymbol3389, PairWithPosition.make(simpleSymbol3389, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356449), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356445), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356440);
        Lit498 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356227), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356216), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356211);
        SimpleSymbol simpleSymbol3390 = Lit720;
        Lit497 = PairWithPosition.make(simpleSymbol3390, PairWithPosition.make(simpleSymbol3390, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356195), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356187);
        SimpleSymbol simpleSymbol3391 = Lit8494;
        SimpleSymbol simpleSymbol3392 = Lit8493;
        Lit496 = PairWithPosition.make(simpleSymbol3391, PairWithPosition.make(simpleSymbol3392, PairWithPosition.make(simpleSymbol3392, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356133), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356128);
        Lit495 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355839), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355823);
        SimpleSymbol simpleSymbol3393 = Lit8494;
        SimpleSymbol simpleSymbol3394 = Lit8493;
        Lit494 = PairWithPosition.make(simpleSymbol3393, PairWithPosition.make(simpleSymbol3394, PairWithPosition.make(simpleSymbol3394, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355788), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355783);
        SimpleSymbol simpleSymbol3395 = Lit8494;
        SimpleSymbol simpleSymbol3396 = Lit8493;
        Lit493 = PairWithPosition.make(simpleSymbol3395, PairWithPosition.make(simpleSymbol3396, PairWithPosition.make(simpleSymbol3396, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355578), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355573);
        Lit492 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355290), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355274);
        SimpleSymbol simpleSymbol3397 = Lit720;
        Lit491 = PairWithPosition.make(simpleSymbol3397, PairWithPosition.make(simpleSymbol3397, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355257), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355249);
        SimpleSymbol simpleSymbol3398 = Lit720;
        Lit490 = PairWithPosition.make(simpleSymbol3398, PairWithPosition.make(simpleSymbol3398, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355211);
        Lit489 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354807), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354796), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354791);
        Lit488 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354607), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354602);
        Lit487 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354593), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354578);
        Lit486 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354264), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354259);
        Lit485 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354068);
        Lit484 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353788), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353783);
        SimpleSymbol simpleSymbol3399 = Lit9;
        Lit483 = PairWithPosition.make(simpleSymbol3399, PairWithPosition.make(simpleSymbol3399, PairWithPosition.make(simpleSymbol3399, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353642);
        Lit482 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353467), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353456), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353451);
        Lit481 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353442), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353427);
        Lit480 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353123), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353112), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353107);
        SimpleSymbol simpleSymbol3400 = Lit8493;
        Lit479 = PairWithPosition.make(simpleSymbol3400, PairWithPosition.make(simpleSymbol3400, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352959), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352954);
        SimpleSymbol simpleSymbol3401 = Lit8494;
        SimpleSymbol simpleSymbol3402 = Lit8493;
        Lit478 = PairWithPosition.make(simpleSymbol3401, PairWithPosition.make(simpleSymbol3402, PairWithPosition.make(simpleSymbol3402, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352915), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352911), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352906);
        SimpleSymbol simpleSymbol3403 = Lit8494;
        SimpleSymbol simpleSymbol3404 = Lit8493;
        Lit477 = PairWithPosition.make(simpleSymbol3403, PairWithPosition.make(simpleSymbol3404, PairWithPosition.make(simpleSymbol3404, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352714), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352705);
        Lit476 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352503), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352497);
        Lit475 = (SimpleSymbol) new SimpleSymbol("$subtitle").readResolve();
        Lit474 = (SimpleSymbol) new SimpleSymbol("$title").readResolve();
        Lit473 = IntNum.make(Component.COLOR_BLUE);
        Lit472 = (SimpleSymbol) new SimpleSymbol("p$Snotification").readResolve();
        Lit471 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359365), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359359);
        SimpleSymbol simpleSymbol3405 = Lit8493;
        Lit470 = PairWithPosition.make(simpleSymbol3405, PairWithPosition.make(simpleSymbol3405, PairWithPosition.make(simpleSymbol3405, PairWithPosition.make(simpleSymbol3405, PairWithPosition.make(simpleSymbol3405, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359332), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359328), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359324), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359320), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359315);
        Lit469 = (SimpleSymbol) new SimpleSymbol("GetDeviceID").readResolve();
        Lit468 = (SimpleSymbol) new SimpleSymbol("Device_Info1").readResolve();
        Lit467 = (SimpleSymbol) new SimpleSymbol("lblEmail").readResolve();
        Lit466 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359154), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 359139);
        Lit465 = (SimpleSymbol) new SimpleSymbol("p$postExec").readResolve();
        Lit464 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358701), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358695);
        Lit463 = (SimpleSymbol) new SimpleSymbol("$key").readResolve();
        Lit462 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358576);
        Lit461 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358356);
        Lit460 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358065), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358054), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 358049);
        SimpleSymbol simpleSymbol3406 = Lit9;
        Lit459 = PairWithPosition.make(simpleSymbol3406, PairWithPosition.make(simpleSymbol3406, PairWithPosition.make(simpleSymbol3406, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357917), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357912), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357906);
        Lit458 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357770), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357764);
        SimpleSymbol simpleSymbol3407 = Lit720;
        Lit457 = PairWithPosition.make(simpleSymbol3407, PairWithPosition.make(simpleSymbol3407, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357748), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357740);
        SimpleSymbol simpleSymbol3408 = Lit720;
        Lit456 = PairWithPosition.make(simpleSymbol3408, PairWithPosition.make(simpleSymbol3408, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357723), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357715);
        SimpleSymbol simpleSymbol3409 = Lit8494;
        SimpleSymbol simpleSymbol3410 = Lit8493;
        Lit455 = PairWithPosition.make(simpleSymbol3409, PairWithPosition.make(simpleSymbol3410, PairWithPosition.make(simpleSymbol3410, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357665), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357661), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357656);
        Lit454 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357507), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357501);
        Lit453 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357269);
        SimpleSymbol simpleSymbol3411 = Lit8493;
        Lit452 = PairWithPosition.make(simpleSymbol3411, PairWithPosition.make(simpleSymbol3411, PairWithPosition.make(simpleSymbol3411, PairWithPosition.make(simpleSymbol3411, PairWithPosition.make(simpleSymbol3411, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357242), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357238), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357234), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357230), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357225);
        SimpleSymbol simpleSymbol3412 = Lit8494;
        SimpleSymbol simpleSymbol3413 = Lit8493;
        Lit451 = PairWithPosition.make(simpleSymbol3412, PairWithPosition.make(simpleSymbol3413, PairWithPosition.make(simpleSymbol3413, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357174), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357170), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357165);
        SimpleSymbol simpleSymbol3414 = Lit8494;
        SimpleSymbol simpleSymbol3415 = Lit8493;
        Lit450 = PairWithPosition.make(simpleSymbol3414, PairWithPosition.make(simpleSymbol3415, PairWithPosition.make(simpleSymbol3415, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357016), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357012), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 357007);
        Lit449 = (SimpleSymbol) new SimpleSymbol("p$nvl").readResolve();
        SimpleSymbol simpleSymbol3416 = Lit8494;
        SimpleSymbol simpleSymbol3417 = Lit8493;
        Lit448 = PairWithPosition.make(simpleSymbol3416, PairWithPosition.make(simpleSymbol3417, PairWithPosition.make(simpleSymbol3417, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356862), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356858), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356853);
        Lit447 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356742), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356736);
        SimpleSymbol simpleSymbol3418 = Lit8493;
        Lit446 = PairWithPosition.make(simpleSymbol3418, PairWithPosition.make(simpleSymbol3418, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356489), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356484);
        SimpleSymbol simpleSymbol3419 = Lit8494;
        SimpleSymbol simpleSymbol3420 = Lit8493;
        Lit445 = PairWithPosition.make(simpleSymbol3419, PairWithPosition.make(simpleSymbol3420, PairWithPosition.make(simpleSymbol3420, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356449), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356445), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356440);
        Lit444 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356227), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356216), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356211);
        SimpleSymbol simpleSymbol3421 = Lit720;
        Lit443 = PairWithPosition.make(simpleSymbol3421, PairWithPosition.make(simpleSymbol3421, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356195), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356187);
        SimpleSymbol simpleSymbol3422 = Lit8494;
        SimpleSymbol simpleSymbol3423 = Lit8493;
        Lit442 = PairWithPosition.make(simpleSymbol3422, PairWithPosition.make(simpleSymbol3423, PairWithPosition.make(simpleSymbol3423, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356137), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356133), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 356128);
        Lit441 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355839), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355823);
        SimpleSymbol simpleSymbol3424 = Lit8494;
        SimpleSymbol simpleSymbol3425 = Lit8493;
        Lit440 = PairWithPosition.make(simpleSymbol3424, PairWithPosition.make(simpleSymbol3425, PairWithPosition.make(simpleSymbol3425, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355792), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355788), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355783);
        Lit439 = (SimpleSymbol) new SimpleSymbol("$entryltp").readResolve();
        SimpleSymbol simpleSymbol3426 = Lit8494;
        SimpleSymbol simpleSymbol3427 = Lit8493;
        Lit438 = PairWithPosition.make(simpleSymbol3426, PairWithPosition.make(simpleSymbol3427, PairWithPosition.make(simpleSymbol3427, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355582), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355578), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355573);
        Lit437 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355290), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355279), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355274);
        SimpleSymbol simpleSymbol3428 = Lit720;
        Lit436 = PairWithPosition.make(simpleSymbol3428, PairWithPosition.make(simpleSymbol3428, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355257), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355249);
        Lit435 = IntNum.make(100);
        SimpleSymbol simpleSymbol3429 = Lit720;
        Lit434 = PairWithPosition.make(simpleSymbol3429, PairWithPosition.make(simpleSymbol3429, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355219), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 355211);
        Lit433 = (SimpleSymbol) new SimpleSymbol("$PL").readResolve();
        Lit432 = (SimpleSymbol) new SimpleSymbol("p$plCalc").readResolve();
        Lit431 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354807), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354796), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354791);
        Lit430 = (SimpleSymbol) new SimpleSymbol("$type").readResolve();
        Lit429 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354618), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354607), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354602);
        Lit428 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354593), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354578);
        Lit427 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354275), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354264), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354259);
        Lit426 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 354068);
        Lit425 = (SimpleSymbol) new SimpleSymbol("p$lookup").readResolve();
        Lit424 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353799), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353788), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353783);
        SimpleSymbol simpleSymbol3430 = Lit9;
        Lit423 = PairWithPosition.make(simpleSymbol3430, PairWithPosition.make(simpleSymbol3430, PairWithPosition.make(simpleSymbol3430, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353653), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353642);
        Lit422 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353467), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353456), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353451);
        Lit421 = PairWithPosition.make(Lit8498, PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353442), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353427);
        Lit420 = (SimpleSymbol) new SimpleSymbol("Now").readResolve();
        Lit419 = (SimpleSymbol) new SimpleSymbol("FormatDateTime").readResolve();
        Lit418 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353123), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353112), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 353107);
        Lit417 = (SimpleSymbol) new SimpleSymbol("$exitPrice").readResolve();
        SimpleSymbol simpleSymbol3431 = Lit8493;
        Lit416 = PairWithPosition.make(simpleSymbol3431, PairWithPosition.make(simpleSymbol3431, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352959), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352954);
        SimpleSymbol simpleSymbol3432 = Lit8494;
        SimpleSymbol simpleSymbol3433 = Lit8493;
        Lit415 = PairWithPosition.make(simpleSymbol3432, PairWithPosition.make(simpleSymbol3433, PairWithPosition.make(simpleSymbol3433, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352915), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352911), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352906);
        SimpleSymbol simpleSymbol3434 = Lit8494;
        SimpleSymbol simpleSymbol3435 = Lit8493;
        Lit414 = PairWithPosition.make(simpleSymbol3434, PairWithPosition.make(simpleSymbol3435, PairWithPosition.make(simpleSymbol3435, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352714), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352710), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352705);
        Lit413 = (SimpleSymbol) new SimpleSymbol("$order").readResolve();
        Lit412 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352503), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 352497);
        Lit411 = (SimpleSymbol) new SimpleSymbol("p$exitOrder").readResolve();
        SimpleSymbol simpleSymbol3436 = Lit9;
        Lit410 = PairWithPosition.make(simpleSymbol3436, PairWithPosition.make(simpleSymbol3436, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 348861), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 348855);
        SimpleSymbol simpleSymbol3437 = Lit9;
        Lit409 = PairWithPosition.make(simpleSymbol3437, PairWithPosition.make(simpleSymbol3437, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 348861), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 348855);
        Lit408 = (SimpleSymbol) new SimpleSymbol("p$webGet").readResolve();
        Lit407 = (SimpleSymbol) new SimpleSymbol("p$_checkver").readResolve();
        Lit406 = (SimpleSymbol) new SimpleSymbol("g$marketstatus").readResolve();
        SimpleSymbol simpleSymbol3438 = Lit8494;
        SimpleSymbol simpleSymbol3439 = Lit8493;
        Lit405 = PairWithPosition.make(simpleSymbol3438, PairWithPosition.make(simpleSymbol3439, PairWithPosition.make(simpleSymbol3439, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341832), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341823);
        SimpleSymbol simpleSymbol3440 = Lit9;
        Lit404 = PairWithPosition.make(simpleSymbol3440, PairWithPosition.make(simpleSymbol3440, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341642);
        SimpleSymbol simpleSymbol3441 = Lit8494;
        SimpleSymbol simpleSymbol3442 = Lit8493;
        Lit403 = PairWithPosition.make(simpleSymbol3441, PairWithPosition.make(simpleSymbol3442, PairWithPosition.make(simpleSymbol3442, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341612), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341608), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341603);
        SimpleSymbol simpleSymbol3443 = Lit8494;
        SimpleSymbol simpleSymbol3444 = Lit8493;
        Lit402 = PairWithPosition.make(simpleSymbol3443, PairWithPosition.make(simpleSymbol3444, PairWithPosition.make(simpleSymbol3444, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341505), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341500);
        SimpleSymbol simpleSymbol3445 = Lit720;
        Lit401 = PairWithPosition.make(simpleSymbol3445, PairWithPosition.make(simpleSymbol3445, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341147);
        SimpleSymbol simpleSymbol3446 = Lit8494;
        SimpleSymbol simpleSymbol3447 = Lit8493;
        Lit400 = PairWithPosition.make(simpleSymbol3446, PairWithPosition.make(simpleSymbol3447, PairWithPosition.make(simpleSymbol3447, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341117), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341108);
        Lit399 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340807);
        Lit398 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340777);
        Lit397 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340571);
        Lit396 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340337);
        Lit395 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340307);
        SimpleSymbol simpleSymbol3448 = Lit8494;
        SimpleSymbol simpleSymbol3449 = Lit8493;
        Lit394 = PairWithPosition.make(simpleSymbol3448, PairWithPosition.make(simpleSymbol3449, PairWithPosition.make(simpleSymbol3449, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341832), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341828), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341823);
        SimpleSymbol simpleSymbol3450 = Lit9;
        Lit393 = PairWithPosition.make(simpleSymbol3450, PairWithPosition.make(simpleSymbol3450, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341648), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341642);
        SimpleSymbol simpleSymbol3451 = Lit8494;
        SimpleSymbol simpleSymbol3452 = Lit8493;
        Lit392 = PairWithPosition.make(simpleSymbol3451, PairWithPosition.make(simpleSymbol3452, PairWithPosition.make(simpleSymbol3452, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341612), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341608), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341603);
        Lit391 = (SimpleSymbol) new SimpleSymbol("$qty").readResolve();
        Lit390 = (SimpleSymbol) new SimpleSymbol("$sp").readResolve();
        Lit389 = (SimpleSymbol) new SimpleSymbol("$bp").readResolve();
        SimpleSymbol simpleSymbol3453 = Lit8494;
        SimpleSymbol simpleSymbol3454 = Lit8493;
        Lit388 = PairWithPosition.make(simpleSymbol3453, PairWithPosition.make(simpleSymbol3454, PairWithPosition.make(simpleSymbol3454, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341509), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341505), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341500);
        Lit387 = (SimpleSymbol) new SimpleSymbol("p$brokerageCalc").readResolve();
        Lit386 = (SimpleSymbol) new SimpleSymbol("lblBuySellBrokerage").readResolve();
        SimpleSymbol simpleSymbol3455 = Lit720;
        Lit385 = PairWithPosition.make(simpleSymbol3455, PairWithPosition.make(simpleSymbol3455, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341155), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341147);
        SimpleSymbol simpleSymbol3456 = Lit8494;
        SimpleSymbol simpleSymbol3457 = Lit8493;
        Lit384 = PairWithPosition.make(simpleSymbol3456, PairWithPosition.make(simpleSymbol3457, PairWithPosition.make(simpleSymbol3457, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341117), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341113), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 341108);
        Lit383 = (SimpleSymbol) new SimpleSymbol("mtxtQty").readResolve();
        Lit382 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340812), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340807);
        Lit381 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340777);
        Lit380 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340571);
        Lit379 = (SimpleSymbol) new SimpleSymbol("Label21").readResolve();
        Lit378 = (SimpleSymbol) new SimpleSymbol("mtxtPrice").readResolve();
        Lit377 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340342), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340337);
        Lit376 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 340307);
        Lit375 = (SimpleSymbol) new SimpleSymbol("On").readResolve();
        Lit374 = (SimpleSymbol) new SimpleSymbol("swtBuySell").readResolve();
        Lit373 = (SimpleSymbol) new SimpleSymbol("vaBUYSELL").readResolve();
        Lit372 = (SimpleSymbol) new SimpleSymbol("p$brokerage").readResolve();
        SimpleSymbol simpleSymbol3458 = Lit8497;
        Lit371 = PairWithPosition.make(simpleSymbol3458, PairWithPosition.make(simpleSymbol3458, PairWithPosition.make(simpleSymbol3458, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336304), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336293);
        Lit370 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336269), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336264);
        Lit369 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336148);
        Lit368 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336031), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336026);
        SimpleSymbol simpleSymbol3459 = Lit8497;
        Lit367 = PairWithPosition.make(simpleSymbol3459, PairWithPosition.make(simpleSymbol3459, PairWithPosition.make(simpleSymbol3459, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336304), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336293);
        Lit366 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336269), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336264);
        Lit365 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336148);
        Lit364 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336031), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 336026);
        Lit363 = (SimpleSymbol) new SimpleSymbol("g$searchCri").readResolve();
        Lit362 = (SimpleSymbol) new SimpleSymbol("g$currTotPL").readResolve();
        SimpleSymbol simpleSymbol3460 = Lit8494;
        SimpleSymbol simpleSymbol3461 = Lit8493;
        Lit361 = PairWithPosition.make(simpleSymbol3460, PairWithPosition.make(simpleSymbol3461, PairWithPosition.make(simpleSymbol3461, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328623), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328618);
        Lit360 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328581), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328575);
        Lit359 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328545);
        Lit358 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328490);
        Lit357 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328481), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328475);
        SimpleSymbol simpleSymbol3462 = Lit8493;
        Lit356 = PairWithPosition.make(simpleSymbol3462, PairWithPosition.make(simpleSymbol3462, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328294);
        Lit355 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 327997), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 327991);
        SimpleSymbol simpleSymbol3463 = Lit8494;
        SimpleSymbol simpleSymbol3464 = Lit8493;
        Lit354 = PairWithPosition.make(simpleSymbol3463, PairWithPosition.make(simpleSymbol3464, PairWithPosition.make(simpleSymbol3464, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328623), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328618);
        Lit353 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328581), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328575);
        Lit352 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328550), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328545);
        Lit351 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328496), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328490);
        Lit350 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328481), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328475);
        SimpleSymbol simpleSymbol3465 = Lit8493;
        Lit349 = PairWithPosition.make(simpleSymbol3465, PairWithPosition.make(simpleSymbol3465, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328299), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 328294);
        Lit348 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 327997), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 327991);
        Lit347 = (SimpleSymbol) new SimpleSymbol("p$basketname").readResolve();
        Lit346 = (SimpleSymbol) new SimpleSymbol("g$WatchlistItem").readResolve();
        Lit345 = (SimpleSymbol) new SimpleSymbol("g$totPL").readResolve();
        SimpleSymbol simpleSymbol3466 = Lit9;
        Lit344 = PairWithPosition.make(simpleSymbol3466, PairWithPosition.make(simpleSymbol3466, PairWithPosition.make(simpleSymbol3466, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312147);
        SimpleSymbol simpleSymbol3467 = Lit9;
        Lit343 = PairWithPosition.make(simpleSymbol3467, PairWithPosition.make(simpleSymbol3467, PairWithPosition.make(simpleSymbol3467, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312116), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312110);
        SimpleSymbol simpleSymbol3468 = Lit9;
        Lit342 = PairWithPosition.make(simpleSymbol3468, PairWithPosition.make(simpleSymbol3468, PairWithPosition.make(simpleSymbol3468, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312072), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312067), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312061);
        Lit341 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312025);
        Lit340 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311975), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311969);
        Lit339 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311954);
        SimpleSymbol simpleSymbol3469 = Lit8493;
        Lit338 = PairWithPosition.make(simpleSymbol3469, PairWithPosition.make(simpleSymbol3469, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311778), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311773);
        SimpleSymbol simpleSymbol3470 = Lit9;
        Lit337 = PairWithPosition.make(simpleSymbol3470, PairWithPosition.make(simpleSymbol3470, PairWithPosition.make(simpleSymbol3470, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312158), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312153), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312147);
        SimpleSymbol simpleSymbol3471 = Lit9;
        Lit336 = PairWithPosition.make(simpleSymbol3471, PairWithPosition.make(simpleSymbol3471, PairWithPosition.make(simpleSymbol3471, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312121), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312116), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312110);
        SimpleSymbol simpleSymbol3472 = Lit9;
        Lit335 = PairWithPosition.make(simpleSymbol3472, PairWithPosition.make(simpleSymbol3472, PairWithPosition.make(simpleSymbol3472, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312072), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312067), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312061);
        Lit334 = PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 312025);
        Lit333 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311975), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311969);
        Lit332 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311954);
        SimpleSymbol simpleSymbol3473 = Lit8493;
        Lit331 = PairWithPosition.make(simpleSymbol3473, PairWithPosition.make(simpleSymbol3473, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311778), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 311773);
        Lit330 = (SimpleSymbol) new SimpleSymbol("p$basketlist").readResolve();
        Lit329 = (SimpleSymbol) new SimpleSymbol("g$brokerage").readResolve();
        Lit328 = (SimpleSymbol) new SimpleSymbol("g$totmargin").readResolve();
        SimpleSymbol simpleSymbol3474 = Lit8494;
        SimpleSymbol simpleSymbol3475 = Lit8493;
        Lit327 = PairWithPosition.make(simpleSymbol3474, PairWithPosition.make(simpleSymbol3475, PairWithPosition.make(simpleSymbol3475, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299953), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299948);
        Lit326 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299911), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299905);
        Lit325 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299875);
        Lit324 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299826), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299820);
        Lit323 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299811), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299805);
        SimpleSymbol simpleSymbol3476 = Lit8493;
        Lit322 = PairWithPosition.make(simpleSymbol3476, PairWithPosition.make(simpleSymbol3476, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299624);
        Lit321 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299329), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299323);
        SimpleSymbol simpleSymbol3477 = Lit8494;
        SimpleSymbol simpleSymbol3478 = Lit8493;
        Lit320 = PairWithPosition.make(simpleSymbol3477, PairWithPosition.make(simpleSymbol3478, PairWithPosition.make(simpleSymbol3478, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299953), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299948);
        Lit319 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299911), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299905);
        Lit318 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299880), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299875);
        Lit317 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299826), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299820);
        Lit316 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299811), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299805);
        SimpleSymbol simpleSymbol3479 = Lit8493;
        Lit315 = PairWithPosition.make(simpleSymbol3479, PairWithPosition.make(simpleSymbol3479, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299629), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299624);
        Lit314 = (SimpleSymbol) new SimpleSymbol("$name").readResolve();
        Lit313 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299329), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 299323);
        Lit312 = (SimpleSymbol) new SimpleSymbol("p$basketid").readResolve();
        Lit311 = (SimpleSymbol) new SimpleSymbol("g$recommendList").readResolve();
        Lit310 = (SimpleSymbol) new SimpleSymbol("g$wsmsg").readResolve();
        Lit309 = (SimpleSymbol) new SimpleSymbol("g$timer").readResolve();
        Lit308 = (SimpleSymbol) new SimpleSymbol("g$list").readResolve();
        Lit307 = (SimpleSymbol) new SimpleSymbol("g$watchtempurl").readResolve();
        Lit306 = (SimpleSymbol) new SimpleSymbol("g$selectedMargin").readResolve();
        Lit305 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 278279);
        SimpleSymbol simpleSymbol3480 = Lit8493;
        Lit304 = PairWithPosition.make(simpleSymbol3480, PairWithPosition.make(simpleSymbol3480, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 278167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 278162);
        SimpleSymbol simpleSymbol3481 = Lit8493;
        Lit303 = PairWithPosition.make(simpleSymbol3481, PairWithPosition.make(simpleSymbol3481, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277928);
        SimpleSymbol simpleSymbol3482 = Lit8493;
        Lit302 = PairWithPosition.make(simpleSymbol3482, PairWithPosition.make(simpleSymbol3482, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277774);
        SimpleSymbol simpleSymbol3483 = Lit8493;
        Lit301 = PairWithPosition.make(simpleSymbol3483, PairWithPosition.make(simpleSymbol3483, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277613), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277608);
        Lit300 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277327);
        Lit299 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277236);
        Lit298 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277151);
        SimpleSymbol simpleSymbol3484 = Lit8493;
        Lit297 = PairWithPosition.make(simpleSymbol3484, PairWithPosition.make(simpleSymbol3484, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276984), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276979);
        Lit296 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276842), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276836);
        SimpleSymbol simpleSymbol3485 = Lit720;
        Lit295 = PairWithPosition.make(simpleSymbol3485, PairWithPosition.make(simpleSymbol3485, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276812);
        Lit294 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276796), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276790);
        Lit293 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276571);
        Lit292 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276563), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276557);
        SimpleSymbol simpleSymbol3486 = Lit720;
        Lit291 = PairWithPosition.make(simpleSymbol3486, PairWithPosition.make(simpleSymbol3486, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276318), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276310);
        Lit290 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276302), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276296);
        SimpleSymbol simpleSymbol3487 = Lit720;
        Lit289 = PairWithPosition.make(simpleSymbol3487, PairWithPosition.make(simpleSymbol3487, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276188);
        Lit288 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276172), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276166);
        SimpleSymbol simpleSymbol3488 = Lit720;
        Lit287 = PairWithPosition.make(simpleSymbol3488, PairWithPosition.make(simpleSymbol3488, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275844);
        Lit286 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275836), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275830);
        Lit285 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275738), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275732);
        SimpleSymbol simpleSymbol3489 = Lit8493;
        Lit284 = PairWithPosition.make(simpleSymbol3489, PairWithPosition.make(simpleSymbol3489, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275587), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275582);
        Lit283 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275312);
        SimpleSymbol simpleSymbol3490 = Lit8493;
        Lit282 = PairWithPosition.make(simpleSymbol3490, PairWithPosition.make(simpleSymbol3490, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275210);
        SimpleSymbol simpleSymbol3491 = Lit8493;
        Lit281 = PairWithPosition.make(simpleSymbol3491, PairWithPosition.make(simpleSymbol3491, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274955);
        Lit280 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274767);
        Lit279 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274592);
        Lit278 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274562);
        Lit277 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274513), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274507);
        SimpleSymbol simpleSymbol3492 = Lit8493;
        Lit276 = PairWithPosition.make(simpleSymbol3492, PairWithPosition.make(simpleSymbol3492, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274456);
        SimpleSymbol simpleSymbol3493 = Lit8494;
        SimpleSymbol simpleSymbol3494 = Lit8493;
        Lit275 = PairWithPosition.make(simpleSymbol3493, PairWithPosition.make(simpleSymbol3494, PairWithPosition.make(simpleSymbol3494, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274212);
        Lit274 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273947);
        Lit273 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273924), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273919);
        SimpleSymbol simpleSymbol3495 = Lit8494;
        SimpleSymbol simpleSymbol3496 = Lit8493;
        Lit272 = PairWithPosition.make(simpleSymbol3495, PairWithPosition.make(simpleSymbol3496, PairWithPosition.make(simpleSymbol3496, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273871), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273867), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273862);
        Lit271 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273525);
        Lit270 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273485), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273474), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273468);
        Lit269 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273455);
        SimpleSymbol simpleSymbol3497 = Lit8493;
        Lit268 = PairWithPosition.make(simpleSymbol3497, PairWithPosition.make(simpleSymbol3497, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273345), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273340);
        Lit267 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273075);
        Lit266 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273045);
        SimpleSymbol simpleSymbol3498 = Lit8494;
        SimpleSymbol simpleSymbol3499 = Lit8493;
        Lit265 = PairWithPosition.make(simpleSymbol3498, PairWithPosition.make(simpleSymbol3499, PairWithPosition.make(simpleSymbol3499, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272923), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272918);
        Lit264 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272905);
        Lit263 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272556);
        SimpleSymbol simpleSymbol3500 = Lit8493;
        Lit262 = PairWithPosition.make(simpleSymbol3500, PairWithPosition.make(simpleSymbol3500, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272359);
        SimpleSymbol simpleSymbol3501 = Lit8493;
        Lit261 = PairWithPosition.make(simpleSymbol3501, PairWithPosition.make(simpleSymbol3501, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272264), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272259);
        Lit260 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272092), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272086);
        Lit259 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271951);
        Lit258 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271926), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271921);
        Lit257 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271872), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271866);
        Lit256 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271857), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271851);
        SimpleSymbol simpleSymbol3502 = Lit8493;
        Lit255 = PairWithPosition.make(simpleSymbol3502, PairWithPosition.make(simpleSymbol3502, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271670);
        Lit254 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271274), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271268);
        Lit253 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271020);
        SimpleSymbol simpleSymbol3503 = Lit8493;
        Lit252 = PairWithPosition.make(simpleSymbol3503, PairWithPosition.make(simpleSymbol3503, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270914), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270909);
        SimpleSymbol simpleSymbol3504 = Lit8493;
        Lit251 = PairWithPosition.make(simpleSymbol3504, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol3504, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270882), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270877), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270872);
        Lit250 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270859);
        SimpleSymbol simpleSymbol3505 = Lit8493;
        Lit249 = PairWithPosition.make(simpleSymbol3505, PairWithPosition.make(simpleSymbol3505, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270569);
        SimpleSymbol simpleSymbol3506 = Lit8493;
        Lit248 = PairWithPosition.make(simpleSymbol3506, PairWithPosition.make(simpleSymbol3506, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270466);
        Lit247 = (SimpleSymbol) new SimpleSymbol("proc").readResolve();
        Lit246 = (SimpleSymbol) new SimpleSymbol("HideDialog").readResolve();
        Lit245 = (SimpleSymbol) new SimpleSymbol("Bottom_Sheet1").readResolve();
        Lit244 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 278279);
        Lit243 = (SimpleSymbol) new SimpleSymbol("Open").readResolve();
        Lit242 = (SimpleSymbol) new SimpleSymbol("AppSettings1").readResolve();
        SimpleSymbol simpleSymbol3507 = Lit8493;
        Lit241 = PairWithPosition.make(simpleSymbol3507, PairWithPosition.make(simpleSymbol3507, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 278167), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 278162);
        SimpleSymbol simpleSymbol3508 = Lit8493;
        Lit240 = PairWithPosition.make(simpleSymbol3508, PairWithPosition.make(simpleSymbol3508, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277933), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277928);
        Lit239 = (SimpleSymbol) new SimpleSymbol("p$exitAllOrders").readResolve();
        SimpleSymbol simpleSymbol3509 = Lit8493;
        Lit238 = PairWithPosition.make(simpleSymbol3509, PairWithPosition.make(simpleSymbol3509, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277779), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277774);
        Lit237 = (SimpleSymbol) new SimpleSymbol("p$tinydbWrite").readResolve();
        SimpleSymbol simpleSymbol3510 = Lit8493;
        Lit236 = PairWithPosition.make(simpleSymbol3510, PairWithPosition.make(simpleSymbol3510, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277613), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277608);
        Lit235 = (SimpleSymbol) new SimpleSymbol("p$createOrder").readResolve();
        Lit234 = (SimpleSymbol) new SimpleSymbol("p$createWatchlist").readResolve();
        Lit233 = (SimpleSymbol) new SimpleSymbol("p$decimal").readResolve();
        Lit232 = (SimpleSymbol) new SimpleSymbol("lblPL").readResolve();
        Lit231 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277333), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277327);
        Lit230 = IntNum.make(10000);
        Lit229 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277236);
        Lit228 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 277151);
        Lit227 = (SimpleSymbol) new SimpleSymbol("ClearAll").readResolve();
        SimpleSymbol simpleSymbol3511 = Lit8493;
        Lit226 = PairWithPosition.make(simpleSymbol3511, PairWithPosition.make(simpleSymbol3511, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276984), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276979);
        Lit225 = (SimpleSymbol) new SimpleSymbol("p$setFunds").readResolve();
        Lit224 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276842), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276836);
        SimpleSymbol simpleSymbol3512 = Lit720;
        Lit223 = PairWithPosition.make(simpleSymbol3512, PairWithPosition.make(simpleSymbol3512, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276820), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276812);
        Lit222 = IntNum.make(Form.MAX_PERMISSION_NONCE);
        Lit221 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276796), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276790);
        Lit220 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276577), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276571);
        Lit219 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276563), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276557);
        Lit218 = IntNum.make(500000);
        SimpleSymbol simpleSymbol3513 = Lit720;
        Lit217 = PairWithPosition.make(simpleSymbol3513, PairWithPosition.make(simpleSymbol3513, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276318), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276310);
        Lit216 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276302), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276296);
        Lit215 = IntNum.make(500000);
        SimpleSymbol simpleSymbol3514 = Lit720;
        Lit214 = PairWithPosition.make(simpleSymbol3514, PairWithPosition.make(simpleSymbol3514, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276196), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276188);
        Lit213 = IntNum.make(Form.MAX_PERMISSION_NONCE);
        Lit212 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276172), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 276166);
        SimpleSymbol simpleSymbol3515 = Lit720;
        Lit211 = PairWithPosition.make(simpleSymbol3515, PairWithPosition.make(simpleSymbol3515, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275852), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275844);
        Lit210 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275836), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275830);
        Lit209 = IntNum.make(500000);
        Lit208 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275738), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275732);
        SimpleSymbol simpleSymbol3516 = Lit8493;
        Lit207 = PairWithPosition.make(simpleSymbol3516, PairWithPosition.make(simpleSymbol3516, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275587), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275582);
        Lit206 = (SimpleSymbol) new SimpleSymbol("p$_LoginOrMain").readResolve();
        Lit205 = (SimpleSymbol) new SimpleSymbol("SignOut").readResolve();
        Lit204 = (SimpleSymbol) new SimpleSymbol("Firebase_Auth1").readResolve();
        Lit203 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275312);
        SimpleSymbol simpleSymbol3517 = Lit8493;
        Lit202 = PairWithPosition.make(simpleSymbol3517, PairWithPosition.make(simpleSymbol3517, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275215), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 275210);
        Lit201 = (SimpleSymbol) new SimpleSymbol("p$ads").readResolve();
        Lit200 = (SimpleSymbol) new SimpleSymbol("p$delListItem").readResolve();
        Lit199 = (SimpleSymbol) new SimpleSymbol("TimerEnabled").readResolve();
        Lit198 = (SimpleSymbol) new SimpleSymbol("Clock1").readResolve();
        SimpleSymbol simpleSymbol3518 = Lit8493;
        Lit197 = PairWithPosition.make(simpleSymbol3518, PairWithPosition.make(simpleSymbol3518, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274960), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274955);
        Lit196 = (SimpleSymbol) new SimpleSymbol("p$swipeRefresh").readResolve();
        Lit195 = (SimpleSymbol) new SimpleSymbol("p$notifiy").readResolve();
        Lit194 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274767);
        Lit193 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274598), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274592);
        Lit192 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274567), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274562);
        Lit191 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274513), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274507);
        SimpleSymbol simpleSymbol3519 = Lit8493;
        Lit190 = PairWithPosition.make(simpleSymbol3519, PairWithPosition.make(simpleSymbol3519, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274461), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274456);
        SimpleSymbol simpleSymbol3520 = Lit8494;
        SimpleSymbol simpleSymbol3521 = Lit8493;
        Lit189 = PairWithPosition.make(simpleSymbol3520, PairWithPosition.make(simpleSymbol3521, PairWithPosition.make(simpleSymbol3521, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274221), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274217), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 274212);
        Lit188 = PairWithPosition.make(Lit173, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273947);
        Lit187 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273924), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273919);
        SimpleSymbol simpleSymbol3522 = Lit8494;
        SimpleSymbol simpleSymbol3523 = Lit8493;
        Lit186 = PairWithPosition.make(simpleSymbol3522, PairWithPosition.make(simpleSymbol3523, PairWithPosition.make(simpleSymbol3523, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273871), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273867), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273862);
        Lit185 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273531), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273525);
        Lit184 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8496, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273485), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273474), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273468);
        Lit183 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273455);
        SimpleSymbol simpleSymbol3524 = Lit8493;
        Lit182 = PairWithPosition.make(simpleSymbol3524, PairWithPosition.make(simpleSymbol3524, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273345), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273340);
        Lit181 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273080), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273075);
        Lit180 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 273045);
        SimpleSymbol simpleSymbol3525 = Lit8494;
        SimpleSymbol simpleSymbol3526 = Lit8493;
        Lit179 = PairWithPosition.make(simpleSymbol3525, PairWithPosition.make(simpleSymbol3526, PairWithPosition.make(simpleSymbol3526, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272927), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272923), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272918);
        Lit178 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272905);
        Lit177 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272562), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272556);
        SimpleSymbol simpleSymbol3527 = Lit8493;
        Lit176 = PairWithPosition.make(simpleSymbol3527, PairWithPosition.make(simpleSymbol3527, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272364), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272359);
        SimpleSymbol simpleSymbol3528 = Lit8493;
        Lit175 = PairWithPosition.make(simpleSymbol3528, PairWithPosition.make(simpleSymbol3528, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272264), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272259);
        Lit174 = IntNum.make(102);
        Lit172 = (SimpleSymbol) new SimpleSymbol("Visible").readResolve();
        Lit171 = (SimpleSymbol) new SimpleSymbol("vaMain").readResolve();
        Lit170 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272092), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 272086);
        Lit169 = (SimpleSymbol) new SimpleSymbol("StoreValue").readResolve();
        Lit168 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit720, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271957), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271951);
        Lit167 = PairWithPosition.make(Lit8493, PairWithPosition.make(Lit3855, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271926), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271921);
        Lit166 = PairWithPosition.make(Lit3855, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271872), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271866);
        Lit165 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271857), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271851);
        SimpleSymbol simpleSymbol3529 = Lit8493;
        Lit164 = PairWithPosition.make(simpleSymbol3529, PairWithPosition.make(simpleSymbol3529, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271675), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271670);
        Lit163 = (SimpleSymbol) new SimpleSymbol("$list").readResolve();
        Lit162 = PairWithPosition.make(Lit9, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271274), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271268);
        Lit161 = (SimpleSymbol) new SimpleSymbol("GetValue").readResolve();
        Lit160 = (SimpleSymbol) new SimpleSymbol("TinyDBLogin").readResolve();
        Lit159 = (SimpleSymbol) new SimpleSymbol("GetTags").readResolve();
        Lit158 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 271020);
        Lit157 = (SimpleSymbol) new SimpleSymbol("ClearTag").readResolve();
        Lit156 = (SimpleSymbol) new SimpleSymbol("Tiny_DB1").readResolve();
        SimpleSymbol simpleSymbol3530 = Lit8493;
        Lit155 = PairWithPosition.make(simpleSymbol3530, PairWithPosition.make(simpleSymbol3530, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270914), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270909);
        SimpleSymbol simpleSymbol3531 = Lit8493;
        Lit154 = PairWithPosition.make(simpleSymbol3531, PairWithPosition.make(Lit3855, PairWithPosition.make(simpleSymbol3531, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270882), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270877), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270872);
        Lit153 = PairWithPosition.make(Lit9, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270859);
        Lit152 = (SimpleSymbol) new SimpleSymbol("$item").readResolve();
        Lit151 = (SimpleSymbol) new SimpleSymbol("JsonTextDecode").readResolve();
        Lit150 = (SimpleSymbol) new SimpleSymbol("Web1").readResolve();
        SimpleSymbol simpleSymbol3532 = Lit8493;
        Lit149 = PairWithPosition.make(simpleSymbol3532, PairWithPosition.make(simpleSymbol3532, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270574), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270569);
        Lit148 = (SimpleSymbol) new SimpleSymbol("$Choice").readResolve();
        SimpleSymbol simpleSymbol3533 = Lit8493;
        Lit147 = PairWithPosition.make(simpleSymbol3533, PairWithPosition.make(simpleSymbol3533, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270471), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 270466);
        Lit146 = IntNum.make(111);
        Lit145 = (SimpleSymbol) new SimpleSymbol("$id").readResolve();
        Lit144 = (SimpleSymbol) new SimpleSymbol("p$msg_choice").readResolve();
        Lit143 = (SimpleSymbol) new SimpleSymbol("g$expirydtlist").readResolve();
        Lit142 = (SimpleSymbol) new SimpleSymbol("g$txtFocused").readResolve();
        Lit141 = IntNum.make(0);
        Lit140 = (SimpleSymbol) new SimpleSymbol("g$rating").readResolve();
        Lit139 = (SimpleSymbol) new SimpleSymbol("g$EditdelSelectedlist").readResolve();
        Lit138 = (SimpleSymbol) new SimpleSymbol("g$token").readResolve();
        Lit137 = (SimpleSymbol) new SimpleSymbol("g$tempJson").readResolve();
        Lit136 = (SimpleSymbol) new SimpleSymbol("g$ActivePendingOrderList").readResolve();
        Lit135 = (SimpleSymbol) new SimpleSymbol("g$tokens").readResolve();
        Lit134 = (SimpleSymbol) new SimpleSymbol("g$selectedOrder").readResolve();
        Lit133 = (SimpleSymbol) new SimpleSymbol("g$firstTimeSetup").readResolve();
        Lit132 = (SimpleSymbol) new SimpleSymbol("g$notrade").readResolve();
        Lit131 = (SimpleSymbol) new SimpleSymbol("g$test").readResolve();
        Lit130 = (SimpleSymbol) new SimpleSymbol("g$firsttimeload").readResolve();
        Lit129 = (SimpleSymbol) new SimpleSymbol("g$marginTemp").readResolve();
        Lit128 = (SimpleSymbol) new SimpleSymbol("g$temp2").readResolve();
        SimpleSymbol simpleSymbol3534 = Lit8497;
        Lit127 = PairWithPosition.make(simpleSymbol3534, PairWithPosition.make(simpleSymbol3534, PairWithPosition.make(simpleSymbol3534, PairWithPosition.make(simpleSymbol3534, PairWithPosition.make(simpleSymbol3534, PairWithPosition.make(simpleSymbol3534, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206438), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206423), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206418), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206412);
        Lit126 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206383);
        SimpleSymbol simpleSymbol3535 = Lit9;
        Lit125 = PairWithPosition.make(simpleSymbol3535, PairWithPosition.make(simpleSymbol3535, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206348);
        Lit124 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206111), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206106);
        SimpleSymbol simpleSymbol3536 = Lit9;
        Lit123 = PairWithPosition.make(simpleSymbol3536, PairWithPosition.make(simpleSymbol3536, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206071);
        Lit122 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205889);
        SimpleSymbol simpleSymbol3537 = Lit9;
        Lit121 = PairWithPosition.make(simpleSymbol3537, PairWithPosition.make(simpleSymbol3537, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205854);
        Lit120 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205622);
        SimpleSymbol simpleSymbol3538 = Lit9;
        Lit119 = PairWithPosition.make(simpleSymbol3538, PairWithPosition.make(simpleSymbol3538, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205593), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205587);
        Lit118 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205343);
        SimpleSymbol simpleSymbol3539 = Lit9;
        Lit117 = PairWithPosition.make(simpleSymbol3539, PairWithPosition.make(simpleSymbol3539, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205314), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205308);
        Lit116 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205132), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205127);
        SimpleSymbol simpleSymbol3540 = Lit9;
        Lit115 = PairWithPosition.make(simpleSymbol3540, PairWithPosition.make(simpleSymbol3540, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205098), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205092);
        SimpleSymbol simpleSymbol3541 = Lit8497;
        Lit114 = PairWithPosition.make(simpleSymbol3541, PairWithPosition.make(simpleSymbol3541, PairWithPosition.make(simpleSymbol3541, PairWithPosition.make(simpleSymbol3541, PairWithPosition.make(simpleSymbol3541, PairWithPosition.make(simpleSymbol3541, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206438), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206433), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206428), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206423), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206418), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206412);
        Lit113 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206388), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206383);
        SimpleSymbol simpleSymbol3542 = Lit9;
        Lit112 = PairWithPosition.make(simpleSymbol3542, PairWithPosition.make(simpleSymbol3542, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206354), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206348);
        Lit111 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206111), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206106);
        SimpleSymbol simpleSymbol3543 = Lit9;
        Lit110 = PairWithPosition.make(simpleSymbol3543, PairWithPosition.make(simpleSymbol3543, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206077), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 206071);
        Lit109 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205889);
        SimpleSymbol simpleSymbol3544 = Lit9;
        Lit108 = PairWithPosition.make(simpleSymbol3544, PairWithPosition.make(simpleSymbol3544, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205860), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205854);
        Lit107 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205627), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205622);
        SimpleSymbol simpleSymbol3545 = Lit9;
        Lit106 = PairWithPosition.make(simpleSymbol3545, PairWithPosition.make(simpleSymbol3545, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205593), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205587);
        Lit105 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205348), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205343);
        SimpleSymbol simpleSymbol3546 = Lit9;
        Lit104 = PairWithPosition.make(simpleSymbol3546, PairWithPosition.make(simpleSymbol3546, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205314), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205308);
        Lit103 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205132), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205127);
        SimpleSymbol simpleSymbol3547 = Lit9;
        Lit102 = PairWithPosition.make(simpleSymbol3547, PairWithPosition.make(simpleSymbol3547, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205098), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 205092);
        Lit101 = (SimpleSymbol) new SimpleSymbol("g$id").readResolve();
        Lit100 = (SimpleSymbol) new SimpleSymbol("g$latestver").readResolve();
        Lit99 = (SimpleSymbol) new SimpleSymbol("g$slidejson").readResolve();
        SimpleSymbol simpleSymbol3548 = Lit8497;
        Lit98 = PairWithPosition.make(simpleSymbol3548, PairWithPosition.make(simpleSymbol3548, PairWithPosition.make(simpleSymbol3548, PairWithPosition.make(simpleSymbol3548, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194525), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194520), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194509);
        Lit97 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194485), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194480);
        SimpleSymbol simpleSymbol3549 = Lit9;
        Lit96 = PairWithPosition.make(simpleSymbol3549, PairWithPosition.make(simpleSymbol3549, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194451), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194445);
        Lit95 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193995);
        SimpleSymbol simpleSymbol3550 = Lit9;
        Lit94 = PairWithPosition.make(simpleSymbol3550, PairWithPosition.make(simpleSymbol3550, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193966), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193960);
        Lit93 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193529), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193524);
        SimpleSymbol simpleSymbol3551 = Lit9;
        Lit92 = PairWithPosition.make(simpleSymbol3551, PairWithPosition.make(simpleSymbol3551, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193495), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193489);
        Lit91 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193044), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193039);
        SimpleSymbol simpleSymbol3552 = Lit9;
        Lit90 = PairWithPosition.make(simpleSymbol3552, PairWithPosition.make(simpleSymbol3552, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193010), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193004);
        SimpleSymbol simpleSymbol3553 = Lit8497;
        Lit89 = PairWithPosition.make(simpleSymbol3553, PairWithPosition.make(simpleSymbol3553, PairWithPosition.make(simpleSymbol3553, PairWithPosition.make(simpleSymbol3553, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194525), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194520), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194515), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194509);
        Lit88 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194485), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194480);
        SimpleSymbol simpleSymbol3554 = Lit9;
        Lit87 = PairWithPosition.make(simpleSymbol3554, PairWithPosition.make(simpleSymbol3554, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194451), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194445);
        Lit86 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 194000), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193995);
        SimpleSymbol simpleSymbol3555 = Lit9;
        Lit85 = PairWithPosition.make(simpleSymbol3555, PairWithPosition.make(simpleSymbol3555, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193966), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193960);
        Lit84 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193529), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193524);
        SimpleSymbol simpleSymbol3556 = Lit9;
        Lit83 = PairWithPosition.make(simpleSymbol3556, PairWithPosition.make(simpleSymbol3556, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193495), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193489);
        Lit82 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193044), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193039);
        SimpleSymbol simpleSymbol3557 = Lit9;
        Lit81 = PairWithPosition.make(simpleSymbol3557, PairWithPosition.make(simpleSymbol3557, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193010), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 193004);
        Lit80 = (SimpleSymbol) new SimpleSymbol("g$data_url").readResolve();
        Lit79 = (SimpleSymbol) new SimpleSymbol("g$lastbackuptime").readResolve();
        Lit78 = (SimpleSymbol) new SimpleSymbol("g$selectSymbol").readResolve();
        SimpleSymbol simpleSymbol3558 = Lit8497;
        Lit77 = PairWithPosition.make(simpleSymbol3558, PairWithPosition.make(simpleSymbol3558, PairWithPosition.make(simpleSymbol3558, PairWithPosition.make(simpleSymbol3558, PairWithPosition.make(simpleSymbol3558, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182695), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182690), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182680), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182674);
        Lit76 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182645);
        SimpleSymbol simpleSymbol3559 = Lit9;
        Lit75 = PairWithPosition.make(simpleSymbol3559, PairWithPosition.make(simpleSymbol3559, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182610);
        Lit74 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182180), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182175);
        SimpleSymbol simpleSymbol3560 = Lit9;
        Lit73 = PairWithPosition.make(simpleSymbol3560, PairWithPosition.make(simpleSymbol3560, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182146), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182140);
        Lit72 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181731);
        SimpleSymbol simpleSymbol3561 = Lit9;
        Lit71 = PairWithPosition.make(simpleSymbol3561, PairWithPosition.make(simpleSymbol3561, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181702), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181696);
        Lit70 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181260);
        SimpleSymbol simpleSymbol3562 = Lit9;
        Lit69 = PairWithPosition.make(simpleSymbol3562, PairWithPosition.make(simpleSymbol3562, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181225);
        Lit68 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 180773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 180768);
        SimpleSymbol simpleSymbol3563 = Lit9;
        Lit67 = PairWithPosition.make(simpleSymbol3563, PairWithPosition.make(simpleSymbol3563, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 180739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 180733);
        SimpleSymbol simpleSymbol3564 = Lit8497;
        Lit66 = PairWithPosition.make(simpleSymbol3564, PairWithPosition.make(simpleSymbol3564, PairWithPosition.make(simpleSymbol3564, PairWithPosition.make(simpleSymbol3564, PairWithPosition.make(simpleSymbol3564, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182695), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182690), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182685), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182680), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182674);
        Lit65 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182650), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182645);
        SimpleSymbol simpleSymbol3565 = Lit9;
        Lit64 = PairWithPosition.make(simpleSymbol3565, PairWithPosition.make(simpleSymbol3565, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182616), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182610);
        Lit63 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182180), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182175);
        SimpleSymbol simpleSymbol3566 = Lit9;
        Lit62 = PairWithPosition.make(simpleSymbol3566, PairWithPosition.make(simpleSymbol3566, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182146), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 182140);
        Lit61 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181736), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181731);
        SimpleSymbol simpleSymbol3567 = Lit9;
        Lit60 = PairWithPosition.make(simpleSymbol3567, PairWithPosition.make(simpleSymbol3567, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181702), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181696);
        Lit59 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181265), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181260);
        SimpleSymbol simpleSymbol3568 = Lit9;
        Lit58 = PairWithPosition.make(simpleSymbol3568, PairWithPosition.make(simpleSymbol3568, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181231), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 181225);
        Lit57 = PairWithPosition.make(Lit8494, PairWithPosition.make(Lit8493, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 180773), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 180768);
        SimpleSymbol simpleSymbol3569 = Lit9;
        Lit56 = PairWithPosition.make(simpleSymbol3569, PairWithPosition.make(simpleSymbol3569, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 180739), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 180733);
        Lit55 = (SimpleSymbol) new SimpleSymbol("g$chart").readResolve();
        Lit54 = (SimpleSymbol) new SimpleSymbol("g$InitialWatchlistItem").readResolve();
        Lit53 = (SimpleSymbol) new SimpleSymbol("g$selected").readResolve();
        Lit52 = (SimpleSymbol) new SimpleSymbol("g$z").readResolve();
        Lit51 = (SimpleSymbol) new SimpleSymbol("g$genKey").readResolve();
        Lit50 = (SimpleSymbol) new SimpleSymbol("g$SearchTag").readResolve();
        SimpleSymbol simpleSymbol3570 = Lit9;
        Lit49 = PairWithPosition.make(simpleSymbol3570, PairWithPosition.make(simpleSymbol3570, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 155894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 155888);
        SimpleSymbol simpleSymbol3571 = Lit9;
        Lit48 = PairWithPosition.make(simpleSymbol3571, PairWithPosition.make(simpleSymbol3571, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 155894), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 155888);
        Lit47 = (SimpleSymbol) new SimpleSymbol("g$loginGID").readResolve();
        Lit46 = (SimpleSymbol) new SimpleSymbol("g$error").readResolve();
        Lit45 = (SimpleSymbol) new SimpleSymbol("g$searchcomponentselected").readResolve();
        SimpleSymbol simpleSymbol3572 = Lit9;
        Lit44 = PairWithPosition.make(simpleSymbol3572, PairWithPosition.make(simpleSymbol3572, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 143602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 143596);
        SimpleSymbol simpleSymbol3573 = Lit9;
        Lit43 = PairWithPosition.make(simpleSymbol3573, PairWithPosition.make(simpleSymbol3573, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 143602), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 143596);
        Lit42 = (SimpleSymbol) new SimpleSymbol("g$orderGID").readResolve();
        Lit41 = (SimpleSymbol) new SimpleSymbol("g$EditScreen").readResolve();
        Lit40 = (SimpleSymbol) new SimpleSymbol("g$refreshjson").readResolve();
        Lit39 = (SimpleSymbol) new SimpleSymbol("g$WSDisconnect").readResolve();
        Lit38 = (SimpleSymbol) new SimpleSymbol("g$delSelected").readResolve();
        Lit37 = (SimpleSymbol) new SimpleSymbol("g$output").readResolve();
        Lit36 = (SimpleSymbol) new SimpleSymbol("g$waiting").readResolve();
        Lit35 = (SimpleSymbol) new SimpleSymbol("g$cguid").readResolve();
        Lit34 = (SimpleSymbol) new SimpleSymbol("g$order_type").readResolve();
        Lit33 = (SimpleSymbol) new SimpleSymbol("g$snackbar").readResolve();
        Lit32 = (SimpleSymbol) new SimpleSymbol("g$buysell").readResolve();
        Lit31 = (SimpleSymbol) new SimpleSymbol("g$snackbar2").readResolve();
        Lit30 = (SimpleSymbol) new SimpleSymbol("g$basketSelected").readResolve();
        Lit29 = (SimpleSymbol) new SimpleSymbol("g$GoogleClientid").readResolve();
        Lit28 = (SimpleSymbol) new SimpleSymbol("g$adTimers").readResolve();
        Lit27 = (SimpleSymbol) new SimpleSymbol("g$showAd").readResolve();
        Lit26 = (SimpleSymbol) new SimpleSymbol("g$adsURL").readResolve();
        Lit25 = (SimpleSymbol) new SimpleSymbol("g$OptionIsShowing").readResolve();
        SimpleSymbol simpleSymbol3574 = Lit9;
        Lit24 = PairWithPosition.make(simpleSymbol3574, PairWithPosition.make(simpleSymbol3574, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 69867), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 69861);
        SimpleSymbol simpleSymbol3575 = Lit9;
        Lit23 = PairWithPosition.make(simpleSymbol3575, PairWithPosition.make(simpleSymbol3575, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 69867), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 69861);
        Lit22 = (SimpleSymbol) new SimpleSymbol("g$API_KEY").readResolve();
        SimpleSymbol simpleSymbol3576 = Lit8494;
        SimpleSymbol simpleSymbol3577 = Lit8493;
        Lit21 = PairWithPosition.make(simpleSymbol3576, PairWithPosition.make(simpleSymbol3577, PairWithPosition.make(simpleSymbol3577, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 65670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 65666), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 65661);
        SimpleSymbol simpleSymbol3578 = Lit8494;
        SimpleSymbol simpleSymbol3579 = Lit8493;
        Lit20 = PairWithPosition.make(simpleSymbol3578, PairWithPosition.make(simpleSymbol3579, PairWithPosition.make(simpleSymbol3579, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 65670), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 65666), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 65661);
        Lit19 = IntNum.make(1);
        Lit18 = (SimpleSymbol) new SimpleSymbol("g$contractDetails").readResolve();
        Lit17 = (SimpleSymbol) new SimpleSymbol("p$lotSize").readResolve();
        Lit16 = (SimpleSymbol) new SimpleSymbol("g$isNotShowing").readResolve();
        Lit15 = (SimpleSymbol) new SimpleSymbol("g$exitManually").readResolve();
        Lit14 = (SimpleSymbol) new SimpleSymbol("g$emailVerification").readResolve();
        Lit13 = (SimpleSymbol) new SimpleSymbol("g$darkmode").readResolve();
        Lit12 = (SimpleSymbol) new SimpleSymbol("g$companion").readResolve();
        Lit11 = (SimpleSymbol) new SimpleSymbol("g$allwatchlist").readResolve();
        SimpleSymbol simpleSymbol3580 = Lit9;
        Lit10 = PairWithPosition.make(simpleSymbol3580, PairWithPosition.make(simpleSymbol3580, PairWithPosition.make(simpleSymbol3580, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37045);
        SimpleSymbol simpleSymbol3581 = Lit9;
        Lit8 = PairWithPosition.make(simpleSymbol3581, PairWithPosition.make(simpleSymbol3581, PairWithPosition.make(simpleSymbol3581, LList.Empty, "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37056), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37051), "/tmp/1712169989259_0.38874720795360085-0/youngandroidproject/../src/com/niotron/tmk_june/vt133_noScroll/Screen1.yail", 37045);
        Lit7 = (SimpleSymbol) new SimpleSymbol("$x").readResolve();
        Lit6 = (SimpleSymbol) new SimpleSymbol("Text").readResolve();
        Lit5 = (SimpleSymbol) new SimpleSymbol("lblStatus").readResolve();
        Lit4 = (SimpleSymbol) new SimpleSymbol("p$runstatus").readResolve();
        Lit3 = (SimpleSymbol) new SimpleSymbol("g$app").readResolve();
        Lit2 = (SimpleSymbol) new SimpleSymbol("*the-null-value*").readResolve();
        Lit1 = (SimpleSymbol) new SimpleSymbol("getMessage").readResolve();
        Lit0 = (SimpleSymbol) new SimpleSymbol("Screen1").readResolve();
    }

    public Screen1() {
        ModuleInfo.register(this);
        frame frameVar = new frame();
        frameVar.$main = this;
        this.get$Mnsimple$Mnname = new ModuleMethod(frameVar, 172, Lit8479, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.onCreate = new ModuleMethod(frameVar, 173, "onCreate", FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.android$Mnlog$Mnform = new ModuleMethod(frameVar, 174, Lit8480, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.add$Mnto$Mnform$Mnenvironment = new ModuleMethod(frameVar, 175, Lit8481, 8194);
        this.lookup$Mnin$Mnform$Mnenvironment = new ModuleMethod(frameVar, 176, Lit8482, 8193);
        this.is$Mnbound$Mnin$Mnform$Mnenvironment = new ModuleMethod(frameVar, 178, Lit8483, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.add$Mnto$Mnglobal$Mnvar$Mnenvironment = new ModuleMethod(frameVar, 179, Lit8484, 8194);
        this.add$Mnto$Mnevents = new ModuleMethod(frameVar, 180, Lit8485, 8194);
        this.add$Mnto$Mncomponents = new ModuleMethod(frameVar, 181, Lit8486, 16388);
        this.add$Mnto$Mnglobal$Mnvars = new ModuleMethod(frameVar, 182, Lit8487, 8194);
        this.add$Mnto$Mnform$Mndo$Mnafter$Mncreation = new ModuleMethod(frameVar, 183, Lit8488, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.send$Mnerror = new ModuleMethod(frameVar, 184, Lit8489, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.process$Mnexception = new ModuleMethod(frameVar, 185, "process-exception", FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.dispatchEvent = new ModuleMethod(frameVar, 186, Lit8490, 16388);
        this.dispatchGenericEvent = new ModuleMethod(frameVar, 187, Lit8491, 16388);
        this.lookup$Mnhandler = new ModuleMethod(frameVar, 188, Lit8492, 8194);
        ModuleMethod moduleMethod = new ModuleMethod(frameVar, FullScreenVideoUtil.FULLSCREEN_VIDEO_DIALOG_FLAG, null, 0);
        moduleMethod.setProperty("source-location", "/tmp/runtime2915401193629564148.scm:627");
        lambda$Fn1 = moduleMethod;
        this.$define = new ModuleMethod(frameVar, FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_SEEK, "$define", 0);
        lambda$Fn2 = new ModuleMethod(frameVar, FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_PLAY, null, 0);
        lambda$Fn3 = new ModuleMethod(frameVar, FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_PAUSE, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn5 = new ModuleMethod(frameVar, FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_STOP, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn4 = new ModuleMethod(frameVar, FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_SOURCE, null, 0);
        lambda$Fn6 = new ModuleMethod(frameVar, FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_FULLSCREEN, null, 0);
        lambda$Fn7 = new ModuleMethod(frameVar, FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_DURATION, null, 0);
        lambda$Fn8 = new ModuleMethod(frameVar, 197, null, 0);
        lambda$Fn9 = new ModuleMethod(frameVar, 198, null, 0);
        lambda$Fn10 = new ModuleMethod(frameVar, 199, null, 0);
        lambda$Fn11 = new ModuleMethod(frameVar, 200, null, 0);
        lambda$Fn12 = new ModuleMethod(frameVar, ErrorMessages.ERROR_CAMERA_NO_IMAGE_RETURNED, null, 0);
        lambda$Fn14 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NO_CAMERA_PERMISSION, null, 0);
        lambda$Fn13 = new ModuleMethod(frameVar, 203, null, 0);
        lambda$Fn15 = new ModuleMethod(frameVar, 204, null, 0);
        lambda$Fn16 = new ModuleMethod(frameVar, 205, null, 0);
        lambda$Fn17 = new ModuleMethod(frameVar, 206, null, 0);
        lambda$Fn18 = new ModuleMethod(frameVar, 207, null, 0);
        lambda$Fn19 = new ModuleMethod(frameVar, 208, null, 0);
        lambda$Fn20 = new ModuleMethod(frameVar, 209, null, 0);
        lambda$Fn21 = new ModuleMethod(frameVar, 210, null, 0);
        lambda$Fn22 = new ModuleMethod(frameVar, 211, null, 0);
        lambda$Fn23 = new ModuleMethod(frameVar, 212, null, 0);
        lambda$Fn24 = new ModuleMethod(frameVar, YaVersion.YOUNG_ANDROID_VERSION, null, 0);
        lambda$Fn25 = new ModuleMethod(frameVar, 214, null, 0);
        lambda$Fn26 = new ModuleMethod(frameVar, 215, null, 0);
        lambda$Fn27 = new ModuleMethod(frameVar, 216, null, 0);
        lambda$Fn28 = new ModuleMethod(frameVar, 217, null, 0);
        lambda$Fn29 = new ModuleMethod(frameVar, 218, null, 0);
        lambda$Fn30 = new ModuleMethod(frameVar, 219, null, 0);
        lambda$Fn31 = new ModuleMethod(frameVar, 220, null, 0);
        lambda$Fn32 = new ModuleMethod(frameVar, 221, null, 0);
        lambda$Fn33 = new ModuleMethod(frameVar, 222, null, 0);
        lambda$Fn34 = new ModuleMethod(frameVar, 223, null, 0);
        lambda$Fn35 = new ModuleMethod(frameVar, 224, null, 0);
        lambda$Fn36 = new ModuleMethod(frameVar, 225, null, 0);
        lambda$Fn37 = new ModuleMethod(frameVar, 226, null, 0);
        lambda$Fn38 = new ModuleMethod(frameVar, 227, null, 0);
        lambda$Fn39 = new ModuleMethod(frameVar, 228, null, 0);
        lambda$Fn40 = new ModuleMethod(frameVar, 229, null, 0);
        lambda$Fn41 = new ModuleMethod(frameVar, 230, null, 0);
        lambda$Fn42 = new ModuleMethod(frameVar, 231, null, 0);
        lambda$Fn43 = new ModuleMethod(frameVar, 232, null, 0);
        lambda$Fn44 = new ModuleMethod(frameVar, 233, null, 0);
        lambda$Fn45 = new ModuleMethod(frameVar, 234, null, 0);
        lambda$Fn46 = new ModuleMethod(frameVar, 235, null, 0);
        lambda$Fn47 = new ModuleMethod(frameVar, 236, null, 0);
        lambda$Fn48 = new ModuleMethod(frameVar, 237, null, 0);
        lambda$Fn49 = new ModuleMethod(frameVar, 238, null, 0);
        lambda$Fn50 = new ModuleMethod(frameVar, 239, null, 0);
        lambda$Fn51 = new ModuleMethod(frameVar, 240, null, 0);
        lambda$Fn52 = new ModuleMethod(frameVar, LispEscapeFormat.ESCAPE_NORMAL, null, 0);
        lambda$Fn53 = new ModuleMethod(frameVar, LispEscapeFormat.ESCAPE_ALL, null, 0);
        lambda$Fn54 = new ModuleMethod(frameVar, 243, null, 0);
        lambda$Fn55 = new ModuleMethod(frameVar, 244, null, 0);
        lambda$Fn56 = new ModuleMethod(frameVar, 245, null, 0);
        lambda$Fn57 = new ModuleMethod(frameVar, 246, null, 0);
        lambda$Fn58 = new ModuleMethod(frameVar, 247, null, 0);
        lambda$Fn59 = new ModuleMethod(frameVar, 248, null, 0);
        lambda$Fn60 = new ModuleMethod(frameVar, 249, null, 0);
        lambda$Fn61 = new ModuleMethod(frameVar, ItemTouchHelper.Callback.DEFAULT_SWIPE_ANIMATION_DURATION, null, 0);
        lambda$Fn62 = new ModuleMethod(frameVar, Telnet.WILL, null, 0);
        lambda$Fn63 = new ModuleMethod(frameVar, Telnet.WONT, null, 0);
        proc$Fn67 = new ModuleMethod(frameVar, Telnet.DO, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn64 = new ModuleMethod(frameVar, Telnet.DONT, null, 8194);
        proc$Fn76 = new ModuleMethod(frameVar, 255, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn73 = new ModuleMethod(frameVar, 256, null, 8194);
        lambda$Fn72 = new ModuleMethod(frameVar, 257, null, 0);
        lambda$Fn81 = new ModuleMethod(frameVar, 258, null, 0);
        lambda$Fn82 = new ModuleMethod(frameVar, 259, null, 0);
        lambda$Fn83 = new ModuleMethod(frameVar, 260, null, 0);
        lambda$Fn84 = new ModuleMethod(frameVar, 261, null, 0);
        lambda$Fn85 = new ModuleMethod(frameVar, 262, null, 0);
        lambda$Fn86 = new ModuleMethod(frameVar, 263, null, 0);
        lambda$Fn87 = new ModuleMethod(frameVar, 264, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn89 = new ModuleMethod(frameVar, 265, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn88 = new ModuleMethod(frameVar, 266, null, 0);
        lambda$Fn90 = new ModuleMethod(frameVar, 267, null, 0);
        lambda$Fn91 = new ModuleMethod(frameVar, 268, null, 0);
        lambda$Fn92 = new ModuleMethod(frameVar, 269, null, 0);
        lambda$Fn94 = new ModuleMethod(frameVar, 270, null, 0);
        lambda$Fn93 = new ModuleMethod(frameVar, 271, null, 0);
        lambda$Fn95 = new ModuleMethod(frameVar, 272, null, 0);
        lambda$Fn96 = new ModuleMethod(frameVar, 273, null, 0);
        lambda$Fn97 = new ModuleMethod(frameVar, 274, null, 0);
        lambda$Fn98 = new ModuleMethod(frameVar, 275, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn100 = new ModuleMethod(frameVar, 276, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn99 = new ModuleMethod(frameVar, 277, null, 0);
        lambda$Fn101 = new ModuleMethod(frameVar, 278, null, 0);
        lambda$Fn102 = new ModuleMethod(frameVar, 279, null, 0);
        lambda$Fn104 = new ModuleMethod(frameVar, 280, null, 0);
        lambda$Fn105 = new ModuleMethod(frameVar, 281, null, 0);
        lambda$Fn106 = new ModuleMethod(frameVar, 282, null, 0);
        lambda$Fn107 = new ModuleMethod(frameVar, 283, null, 0);
        lambda$Fn103 = new ModuleMethod(frameVar, 284, null, 0);
        lambda$Fn110 = new ModuleMethod(frameVar, 285, null, 0);
        lambda$Fn111 = new ModuleMethod(frameVar, 286, null, 0);
        lambda$Fn112 = new ModuleMethod(frameVar, 287, null, 0);
        lambda$Fn113 = new ModuleMethod(frameVar, 288, null, 0);
        lambda$Fn109 = new ModuleMethod(frameVar, 289, null, 0);
        lambda$Fn108 = new ModuleMethod(frameVar, 290, null, 0);
        lambda$Fn114 = new ModuleMethod(frameVar, 291, null, 0);
        lambda$Fn115 = new ModuleMethod(frameVar, 292, null, 0);
        lambda$Fn117 = new ModuleMethod(frameVar, 293, null, 0);
        lambda$Fn116 = new ModuleMethod(frameVar, 294, null, 0);
        lambda$Fn118 = new ModuleMethod(frameVar, 295, null, 12291);
        lambda$Fn120 = new ModuleMethod(frameVar, 296, null, 12291);
        lambda$Fn119 = new ModuleMethod(frameVar, 297, null, 0);
        lambda$Fn121 = new ModuleMethod(frameVar, 298, null, 0);
        lambda$Fn123 = new ModuleMethod(frameVar, 299, null, 0);
        lambda$Fn122 = new ModuleMethod(frameVar, 300, null, 0);
        lambda$Fn124 = new ModuleMethod(frameVar, 301, null, 8194);
        lambda$Fn126 = new ModuleMethod(frameVar, 302, null, 8194);
        lambda$Fn125 = new ModuleMethod(frameVar, 303, null, 0);
        proc$Fn128 = new ModuleMethod(frameVar, 304, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn129 = new ModuleMethod(frameVar, 305, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn131 = new ModuleMethod(frameVar, 306, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn127 = new ModuleMethod(frameVar, 307, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn134 = new ModuleMethod(frameVar, 308, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn135 = new ModuleMethod(frameVar, 309, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn137 = new ModuleMethod(frameVar, 310, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn133 = new ModuleMethod(frameVar, 311, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn132 = new ModuleMethod(frameVar, 312, null, 0);
        lambda$Fn138 = new ModuleMethod(frameVar, 313, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn140 = new ModuleMethod(frameVar, 314, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn139 = new ModuleMethod(frameVar, 315, null, 0);
        lambda$Fn141 = new ModuleMethod(frameVar, TypedValues.AttributesType.TYPE_PATH_ROTATE, null, 0);
        lambda$Fn143 = new ModuleMethod(frameVar, TypedValues.AttributesType.TYPE_EASING, null, 0);
        lambda$Fn142 = new ModuleMethod(frameVar, TypedValues.AttributesType.TYPE_PIVOT_TARGET, null, 0);
        proc$Fn145 = new ModuleMethod(frameVar, 319, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn144 = new ModuleMethod(frameVar, ScreenDensityUtil.DEFAULT_NORMAL_SHORT_DIMENSION, null, 0);
        proc$Fn154 = new ModuleMethod(frameVar, 321, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn153 = new ModuleMethod(frameVar, 322, null, 0);
        lambda$Fn152 = new ModuleMethod(frameVar, 323, null, 0);
        lambda$Fn161 = new ModuleMethod(frameVar, 324, null, 8194);
        lambda$Fn163 = new ModuleMethod(frameVar, 325, null, 8194);
        lambda$Fn162 = new ModuleMethod(frameVar, 326, null, 0);
        lambda$Fn164 = new ModuleMethod(frameVar, 327, null, 0);
        lambda$Fn165 = new ModuleMethod(frameVar, 328, null, 12291);
        lambda$Fn169 = new ModuleMethod(frameVar, 329, null, 12291);
        lambda$Fn168 = new ModuleMethod(frameVar, 330, null, 0);
        lambda$Fn172 = new ModuleMethod(frameVar, 331, null, 0);
        lambda$Fn174 = new ModuleMethod(frameVar, 332, null, 0);
        lambda$Fn173 = new ModuleMethod(frameVar, 333, null, 0);
        lambda$Fn175 = new ModuleMethod(frameVar, 334, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn178 = new ModuleMethod(frameVar, 335, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn177 = new ModuleMethod(frameVar, 336, null, 0);
        lambda$Fn180 = new ModuleMethod(frameVar, 337, null, 0);
        lambda$Fn182 = new ModuleMethod(frameVar, 338, null, 0);
        lambda$Fn181 = new ModuleMethod(frameVar, 339, null, 0);
        lambda$Fn183 = new ModuleMethod(frameVar, 340, null, 0);
        lambda$Fn185 = new ModuleMethod(frameVar, 341, null, 0);
        lambda$Fn184 = new ModuleMethod(frameVar, 342, null, 0);
        lambda$Fn187 = new ModuleMethod(frameVar, 343, null, 0);
        lambda$Fn190 = new ModuleMethod(frameVar, 344, null, 0);
        lambda$Fn186 = new ModuleMethod(frameVar, 345, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn193 = new ModuleMethod(frameVar, 346, null, 0);
        lambda$Fn196 = new ModuleMethod(frameVar, 347, null, 0);
        lambda$Fn192 = new ModuleMethod(frameVar, 348, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn191 = new ModuleMethod(frameVar, 349, null, 0);
        lambda$Fn197 = new ModuleMethod(frameVar, 350, null, 12291);
        lambda$Fn199 = new ModuleMethod(frameVar, 351, null, 12291);
        lambda$Fn198 = new ModuleMethod(frameVar, 352, null, 0);
        proc$Fn201 = new ModuleMethod(frameVar, 353, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn200 = new ModuleMethod(frameVar, 354, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn205 = new ModuleMethod(frameVar, 355, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn204 = new ModuleMethod(frameVar, 356, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn203 = new ModuleMethod(frameVar, 357, null, 0);
        lambda$Fn207 = new ModuleMethod(frameVar, 358, null, 12291);
        lambda$Fn209 = new ModuleMethod(frameVar, 359, null, 12291);
        lambda$Fn208 = new ModuleMethod(frameVar, 360, null, 0);
        lambda$Fn210 = new ModuleMethod(frameVar, 361, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn212 = new ModuleMethod(frameVar, 362, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn211 = new ModuleMethod(frameVar, 363, null, 0);
        lambda$Fn213 = new ModuleMethod(frameVar, 364, null, 8194);
        lambda$Fn215 = new ModuleMethod(frameVar, 365, null, 8194);
        lambda$Fn214 = new ModuleMethod(frameVar, 366, null, 0);
        lambda$Fn216 = new ModuleMethod(frameVar, 367, null, 12291);
        lambda$Fn218 = new ModuleMethod(frameVar, 368, null, 12291);
        lambda$Fn217 = new ModuleMethod(frameVar, 369, null, 0);
        lambda$Fn219 = new ModuleMethod(frameVar, 370, null, 8194);
        lambda$Fn221 = new ModuleMethod(frameVar, 371, null, 8194);
        lambda$Fn220 = new ModuleMethod(frameVar, 372, null, 0);
        lambda$Fn222 = new ModuleMethod(frameVar, 373, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn224 = new ModuleMethod(frameVar, 374, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn223 = new ModuleMethod(frameVar, 375, null, 0);
        lambda$Fn225 = new ModuleMethod(frameVar, 376, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn227 = new ModuleMethod(frameVar, 377, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn226 = new ModuleMethod(frameVar, 378, null, 0);
        lambda$Fn228 = new ModuleMethod(frameVar, 379, null, 16388);
        lambda$Fn231 = new ModuleMethod(frameVar, 380, null, 16388);
        lambda$Fn230 = new ModuleMethod(frameVar, 381, null, 0);
        proc$Fn234 = new ModuleMethod(frameVar, 382, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn235 = new ModuleMethod(frameVar, 383, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn233 = new ModuleMethod(frameVar, 384, null, 0);
        proc$Fn246 = new ModuleMethod(frameVar, 385, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn247 = new ModuleMethod(frameVar, 386, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn245 = new ModuleMethod(frameVar, 387, null, 0);
        lambda$Fn244 = new ModuleMethod(frameVar, 388, null, 0);
        lambda$Fn256 = new ModuleMethod(frameVar, 389, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn258 = new ModuleMethod(frameVar, 390, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn257 = new ModuleMethod(frameVar, 391, null, 0);
        lambda$Fn259 = new ModuleMethod(frameVar, 392, null, 0);
        lambda$Fn261 = new ModuleMethod(frameVar, 393, null, 0);
        lambda$Fn260 = new ModuleMethod(frameVar, 394, null, 0);
        lambda$Fn262 = new ModuleMethod(frameVar, 395, null, 40970);
        lambda$Fn264 = new ModuleMethod(frameVar, 396, null, 40970);
        lambda$Fn263 = new ModuleMethod(frameVar, 397, null, 0);
        proc$Fn266 = new ModuleMethod(frameVar, 398, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn265 = new ModuleMethod(frameVar, 399, null, 0);
        proc$Fn269 = new ModuleMethod(frameVar, 400, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn268 = new ModuleMethod(frameVar, 401, null, 0);
        lambda$Fn267 = new ModuleMethod(frameVar, 402, null, 0);
        lambda$Fn270 = new ModuleMethod(frameVar, 403, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn272 = new ModuleMethod(frameVar, 404, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn271 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_INVALID_PROGRAM_NAME, null, 0);
        lambda$Fn273 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_INVALID_FILE_NAME, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn276 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_INVALID_MOTOR_PORT, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn275 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_INVALID_SENSOR_PORT, null, 0);
        lambda$Fn278 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_INVALID_MAILBOX, null, 0);
        lambda$Fn283 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_MESSAGE_TOO_LONG, null, 0);
        lambda$Fn282 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_DATA_TOO_LARGE, null, 0);
        lambda$Fn287 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_COULD_NOT_DECODE_ELEMENT, null, 24582);
        lambda$Fn289 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_COULD_NOT_FIT_ELEMENT_IN_BYTE, null, 24582);
        lambda$Fn288 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_INVALID_SOURCE_ARGUMENT, null, 0);
        lambda$Fn290 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_INVALID_DESTINATION_ARGUMENT, null, 0);
        lambda$Fn292 = new ModuleMethod(frameVar, 416, null, 0);
        lambda$Fn291 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_CANNOT_DETECT_COLOR, null, 0);
        lambda$Fn293 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_CANNOT_DETECT_LIGHT, null, 12291);
        lambda$Fn295 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NXT_INVALID_GENERATE_COLOR, null, 12291);
        lambda$Fn294 = new ModuleMethod(frameVar, 420, null, 0);
        lambda$Fn296 = new ModuleMethod(frameVar, 421, null, 0);
        lambda$Fn298 = new ModuleMethod(frameVar, 422, null, 0);
        lambda$Fn297 = new ModuleMethod(frameVar, 423, null, 0);
        lambda$Fn299 = new ModuleMethod(frameVar, TypedValues.CycleType.TYPE_WAVE_OFFSET, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn301 = new ModuleMethod(frameVar, TypedValues.CycleType.TYPE_WAVE_PHASE, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn300 = new ModuleMethod(frameVar, 426, null, 0);
        lambda$Fn302 = new ModuleMethod(frameVar, 427, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn304 = new ModuleMethod(frameVar, 428, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn303 = new ModuleMethod(frameVar, 429, null, 0);
        lambda$Fn305 = new ModuleMethod(frameVar, 430, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn307 = new ModuleMethod(frameVar, 431, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn306 = new ModuleMethod(frameVar, 432, null, 0);
        lambda$Fn308 = new ModuleMethod(frameVar, 433, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn310 = new ModuleMethod(frameVar, 434, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn309 = new ModuleMethod(frameVar, 435, null, 0);
        lambda$Fn311 = new ModuleMethod(frameVar, 436, null, 24582);
        lambda$Fn313 = new ModuleMethod(frameVar, 437, null, 24582);
        lambda$Fn312 = new ModuleMethod(frameVar, 438, null, 0);
        lambda$Fn314 = new ModuleMethod(frameVar, 439, null, 24582);
        lambda$Fn316 = new ModuleMethod(frameVar, 440, null, 24582);
        lambda$Fn315 = new ModuleMethod(frameVar, 441, null, 0);
        lambda$Fn317 = new ModuleMethod(frameVar, 442, null, 12291);
        lambda$Fn320 = new ModuleMethod(frameVar, 443, null, 12291);
        lambda$Fn319 = new ModuleMethod(frameVar, 444, null, 0);
        proc$Fn323 = new ModuleMethod(frameVar, 445, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn322 = new ModuleMethod(frameVar, 446, null, 0);
        proc$Fn326 = new ModuleMethod(frameVar, 447, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn325 = new ModuleMethod(frameVar, 448, null, 0);
        lambda$Fn324 = new ModuleMethod(frameVar, 449, null, 0);
        lambda$Fn328 = new ModuleMethod(frameVar, 450, null, 0);
        lambda$Fn330 = new ModuleMethod(frameVar, 451, null, 0);
        lambda$Fn332 = new ModuleMethod(frameVar, 452, null, 0);
        lambda$Fn333 = new ModuleMethod(frameVar, 453, null, 0);
        lambda$Fn334 = new ModuleMethod(frameVar, 454, null, 0);
        lambda$Fn335 = new ModuleMethod(frameVar, 455, null, 0);
        lambda$Fn336 = new ModuleMethod(frameVar, 456, null, 0);
        lambda$Fn337 = new ModuleMethod(frameVar, 457, null, 0);
        lambda$Fn338 = new ModuleMethod(frameVar, 458, null, 0);
        lambda$Fn327 = new ModuleMethod(frameVar, 459, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn342 = new ModuleMethod(frameVar, 460, null, 0);
        lambda$Fn344 = new ModuleMethod(frameVar, 461, null, 0);
        lambda$Fn346 = new ModuleMethod(frameVar, 462, null, 0);
        lambda$Fn347 = new ModuleMethod(frameVar, 463, null, 0);
        lambda$Fn348 = new ModuleMethod(frameVar, 464, null, 0);
        lambda$Fn349 = new ModuleMethod(frameVar, 465, null, 0);
        lambda$Fn350 = new ModuleMethod(frameVar, 466, null, 0);
        lambda$Fn351 = new ModuleMethod(frameVar, 467, null, 0);
        lambda$Fn352 = new ModuleMethod(frameVar, 468, null, 0);
        lambda$Fn341 = new ModuleMethod(frameVar, 469, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn340 = new ModuleMethod(frameVar, 470, null, 0);
        lambda$Fn356 = new ModuleMethod(frameVar, 471, null, 0);
        lambda$Fn357 = new ModuleMethod(frameVar, 472, null, 0);
        lambda$Fn355 = new ModuleMethod(frameVar, 473, null, 0);
        lambda$Fn358 = new ModuleMethod(frameVar, 474, null, 0);
        lambda$Fn354 = new ModuleMethod(frameVar, 475, null, 0);
        lambda$Fn362 = new ModuleMethod(frameVar, 476, null, 0);
        lambda$Fn363 = new ModuleMethod(frameVar, 477, null, 0);
        lambda$Fn361 = new ModuleMethod(frameVar, 478, null, 0);
        lambda$Fn364 = new ModuleMethod(frameVar, 479, null, 0);
        lambda$Fn360 = new ModuleMethod(frameVar, 480, null, 0);
        lambda$Fn359 = new ModuleMethod(frameVar, 481, null, 0);
        lambda$Fn365 = new ModuleMethod(frameVar, 482, null, 0);
        lambda$Fn367 = new ModuleMethod(frameVar, 483, null, 0);
        lambda$Fn366 = new ModuleMethod(frameVar, 484, null, 0);
        lambda$Fn368 = new ModuleMethod(frameVar, 485, null, 0);
        lambda$Fn369 = new ModuleMethod(frameVar, 486, null, 0);
        lambda$Fn371 = new ModuleMethod(frameVar, 487, null, 0);
        lambda$Fn370 = new ModuleMethod(frameVar, 488, null, 0);
        lambda$Fn372 = new ModuleMethod(frameVar, 489, null, 8194);
        lambda$Fn374 = new ModuleMethod(frameVar, 490, null, 8194);
        lambda$Fn373 = new ModuleMethod(frameVar, 491, null, 0);
        lambda$Fn375 = new ModuleMethod(frameVar, 492, null, 0);
        lambda$Fn377 = new ModuleMethod(frameVar, 493, null, 0);
        lambda$Fn376 = new ModuleMethod(frameVar, 494, null, 0);
        lambda$Fn378 = new ModuleMethod(frameVar, 495, null, 8194);
        lambda$Fn380 = new ModuleMethod(frameVar, 496, null, 8194);
        lambda$Fn379 = new ModuleMethod(frameVar, 497, null, 0);
        lambda$Fn381 = new ModuleMethod(frameVar, 498, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn384 = new ModuleMethod(frameVar, 499, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn383 = new ModuleMethod(frameVar, ServiceStarter.ERROR_UNKNOWN, null, 0);
        lambda$Fn386 = new ModuleMethod(frameVar, 501, null, 0);
        lambda$Fn388 = new ModuleMethod(frameVar, 502, null, 0);
        lambda$Fn387 = new ModuleMethod(frameVar, 503, null, 0);
        lambda$Fn389 = new ModuleMethod(frameVar, 504, null, 8194);
        lambda$Fn394 = new ModuleMethod(frameVar, 505, null, 8194);
        lambda$Fn393 = new ModuleMethod(frameVar, 506, null, 0);
        lambda$Fn398 = new ModuleMethod(frameVar, 507, null, 12291);
        lambda$Fn401 = new ModuleMethod(frameVar, 508, null, 12291);
        lambda$Fn400 = new ModuleMethod(frameVar, 509, null, 0);
        lambda$Fn403 = new ModuleMethod(frameVar, 510, null, 12291);
        lambda$Fn405 = new ModuleMethod(frameVar, 511, null, 12291);
        lambda$Fn404 = new ModuleMethod(frameVar, 512, null, 0);
        lambda$Fn407 = new ModuleMethod(frameVar, 513, null, 0);
        lambda$Fn408 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BLUETOOTH_COULD_NOT_FIT_ELEMENT_IN_BYTE, null, 0);
        lambda$Fn406 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BLUETOOTH_NOT_CONNECTED_TO_DEVICE, null, 0);
        lambda$Fn411 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_WRITE, null, 0);
        lambda$Fn412 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_READ, null, 0);
        lambda$Fn410 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BLUETOOTH_END_OF_STREAM, null, 0);
        lambda$Fn409 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BLUETOOTH_UNSUPPORTED_ENCODING, null, 0);
        lambda$Fn413 = new ModuleMethod(frameVar, 520, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn415 = new ModuleMethod(frameVar, 521, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn414 = new ModuleMethod(frameVar, 522, null, 0);
        lambda$Fn416 = new ModuleMethod(frameVar, 523, null, 12291);
        lambda$Fn418 = new ModuleMethod(frameVar, 524, null, 12291);
        lambda$Fn417 = new ModuleMethod(frameVar, 525, null, 0);
        lambda$Fn421 = new ModuleMethod(frameVar, 526, null, 0);
        lambda$Fn419 = new ModuleMethod(frameVar, 527, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn425 = new ModuleMethod(frameVar, 528, null, 0);
        lambda$Fn423 = new ModuleMethod(frameVar, 529, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn422 = new ModuleMethod(frameVar, 530, null, 0);
        lambda$Fn426 = new ModuleMethod(frameVar, 531, null, 8194);
        lambda$Fn428 = new ModuleMethod(frameVar, 532, null, 8194);
        lambda$Fn427 = new ModuleMethod(frameVar, 533, null, 0);
        lambda$Fn429 = new ModuleMethod(frameVar, 534, null, 8194);
        lambda$Fn431 = new ModuleMethod(frameVar, 535, null, 8194);
        lambda$Fn430 = new ModuleMethod(frameVar, 536, null, 0);
        lambda$Fn432 = new ModuleMethod(frameVar, 537, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn434 = new ModuleMethod(frameVar, 538, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn433 = new ModuleMethod(frameVar, 539, null, 0);
        proc$Fn436 = new ModuleMethod(frameVar, 540, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn438 = new ModuleMethod(frameVar, 541, null, 0);
        lambda$Fn435 = new ModuleMethod(frameVar, 542, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn441 = new ModuleMethod(frameVar, 543, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn443 = new ModuleMethod(frameVar, 544, null, 0);
        lambda$Fn440 = new ModuleMethod(frameVar, 545, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn439 = new ModuleMethod(frameVar, 546, null, 0);
        lambda$Fn444 = new ModuleMethod(frameVar, 547, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn449 = new ModuleMethod(frameVar, 548, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn448 = new ModuleMethod(frameVar, 549, null, 0);
        lambda$Fn453 = new ModuleMethod(frameVar, 550, null, 12291);
        lambda$Fn455 = new ModuleMethod(frameVar, 551, null, 12291);
        lambda$Fn454 = new ModuleMethod(frameVar, 552, null, 0);
        lambda$Fn456 = new ModuleMethod(frameVar, 553, null, 8194);
        lambda$Fn458 = new ModuleMethod(frameVar, 554, null, 8194);
        lambda$Fn457 = new ModuleMethod(frameVar, 555, null, 0);
        lambda$Fn459 = new ModuleMethod(frameVar, 556, null, 36873);
        lambda$Fn461 = new ModuleMethod(frameVar, 557, null, 36873);
        lambda$Fn460 = new ModuleMethod(frameVar, 558, null, 0);
        lambda$Fn462 = new ModuleMethod(frameVar, 559, null, 8194);
        lambda$Fn464 = new ModuleMethod(frameVar, 560, null, 8194);
        lambda$Fn463 = new ModuleMethod(frameVar, 561, null, 0);
        lambda$Fn465 = new ModuleMethod(frameVar, 562, null, 0);
        lambda$Fn467 = new ModuleMethod(frameVar, 563, null, 0);
        lambda$Fn466 = new ModuleMethod(frameVar, 564, null, 0);
        lambda$Fn468 = new ModuleMethod(frameVar, 565, null, 0);
        lambda$Fn470 = new ModuleMethod(frameVar, 566, null, 0);
        lambda$Fn469 = new ModuleMethod(frameVar, 567, null, 0);
        lambda$Fn471 = new ModuleMethod(frameVar, 568, null, 0);
        lambda$Fn473 = new ModuleMethod(frameVar, 569, null, 0);
        lambda$Fn472 = new ModuleMethod(frameVar, 570, null, 0);
        lambda$Fn474 = new ModuleMethod(frameVar, 571, null, 0);
        lambda$Fn477 = new ModuleMethod(frameVar, 572, null, 0);
        lambda$Fn476 = new ModuleMethod(frameVar, 573, null, 0);
        lambda$Fn479 = new ModuleMethod(frameVar, 574, null, 0);
        lambda$Fn481 = new ModuleMethod(frameVar, 575, null, 0);
        lambda$Fn480 = new ModuleMethod(frameVar, 576, null, 0);
        lambda$Fn482 = new ModuleMethod(frameVar, 577, null, 0);
        lambda$Fn484 = new ModuleMethod(frameVar, 578, null, 0);
        lambda$Fn483 = new ModuleMethod(frameVar, 579, null, 0);
        lambda$Fn486 = new ModuleMethod(frameVar, 580, null, 0);
        lambda$Fn485 = new ModuleMethod(frameVar, 581, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn492 = new ModuleMethod(frameVar, 582, null, 0);
        lambda$Fn491 = new ModuleMethod(frameVar, 583, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn490 = new ModuleMethod(frameVar, 584, null, 0);
        lambda$Fn496 = new ModuleMethod(frameVar, 585, null, 8194);
        lambda$Fn498 = new ModuleMethod(frameVar, 586, null, 8194);
        lambda$Fn497 = new ModuleMethod(frameVar, 587, null, 0);
        lambda$Fn499 = new ModuleMethod(frameVar, 588, null, 8194);
        lambda$Fn501 = new ModuleMethod(frameVar, 589, null, 8194);
        lambda$Fn500 = new ModuleMethod(frameVar, 590, null, 0);
        lambda$Fn502 = new ModuleMethod(frameVar, 591, null, 16388);
        lambda$Fn504 = new ModuleMethod(frameVar, 592, null, 16388);
        lambda$Fn503 = new ModuleMethod(frameVar, 593, null, 0);
        lambda$Fn505 = new ModuleMethod(frameVar, 594, null, 8194);
        lambda$Fn507 = new ModuleMethod(frameVar, 595, null, 8194);
        lambda$Fn506 = new ModuleMethod(frameVar, 596, null, 0);
        lambda$Fn508 = new ModuleMethod(frameVar, 597, null, 0);
        lambda$Fn510 = new ModuleMethod(frameVar, 598, null, 0);
        lambda$Fn509 = new ModuleMethod(frameVar, 599, null, 0);
        lambda$Fn512 = new ModuleMethod(frameVar, 600, null, 0);
        lambda$Fn513 = new ModuleMethod(frameVar, 601, null, 0);
        lambda$Fn511 = new ModuleMethod(frameVar, 602, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn516 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_EASING, null, 0);
        lambda$Fn517 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR, null, 0);
        lambda$Fn515 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_ANIMATE_RELATIVE_TO, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn514 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_ANIMATE_CIRCLEANGLE_TO, null, 0);
        lambda$Fn523 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_PATHMOTION_ARC, null, 0);
        proc$Fn519 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_DRAW_PATH, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn518 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_POLAR_RELATIVETO, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn530 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_QUANTIZE_MOTIONSTEPS, null, 0);
        proc$Fn526 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_TYPE, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn525 = new ModuleMethod(frameVar, TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_ID, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn524 = new ModuleMethod(frameVar, 613, null, 0);
        lambda$Fn531 = new ModuleMethod(frameVar, 614, null, 0);
        lambda$Fn533 = new ModuleMethod(frameVar, 615, null, 0);
        lambda$Fn532 = new ModuleMethod(frameVar, 616, null, 0);
        proc$Fn535 = new ModuleMethod(frameVar, 617, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn536 = new ModuleMethod(frameVar, 618, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn534 = new ModuleMethod(frameVar, 619, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn539 = new ModuleMethod(frameVar, 620, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn540 = new ModuleMethod(frameVar, 621, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn538 = new ModuleMethod(frameVar, 622, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn537 = new ModuleMethod(frameVar, 623, null, 0);
        lambda$Fn541 = new ModuleMethod(frameVar, 624, null, 12291);
        lambda$Fn543 = new ModuleMethod(frameVar, 625, null, 12291);
        lambda$Fn542 = new ModuleMethod(frameVar, 626, null, 0);
        lambda$Fn544 = new ModuleMethod(frameVar, 627, null, 8194);
        lambda$Fn546 = new ModuleMethod(frameVar, 628, null, 8194);
        lambda$Fn545 = new ModuleMethod(frameVar, 629, null, 0);
        lambda$Fn550 = new ModuleMethod(frameVar, 630, null, 0);
        proc$Fn548 = new ModuleMethod(frameVar, 631, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn547 = new ModuleMethod(frameVar, 632, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn555 = new ModuleMethod(frameVar, 633, null, 0);
        proc$Fn553 = new ModuleMethod(frameVar, 634, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn552 = new ModuleMethod(frameVar, 635, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn551 = new ModuleMethod(frameVar, 636, null, 0);
        lambda$Fn561 = new ModuleMethod(frameVar, 637, null, 0);
        lambda$Fn563 = new ModuleMethod(frameVar, 638, null, 0);
        proc$Fn557 = new ModuleMethod(frameVar, 639, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn564 = new ModuleMethod(frameVar, 640, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn556 = new ModuleMethod(frameVar, 641, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn571 = new ModuleMethod(frameVar, 642, null, 0);
        lambda$Fn573 = new ModuleMethod(frameVar, 643, null, 0);
        proc$Fn567 = new ModuleMethod(frameVar, 644, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn574 = new ModuleMethod(frameVar, 645, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn566 = new ModuleMethod(frameVar, 646, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn565 = new ModuleMethod(frameVar, 647, null, 0);
        lambda$Fn575 = new ModuleMethod(frameVar, 648, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn577 = new ModuleMethod(frameVar, 649, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn576 = new ModuleMethod(frameVar, 650, null, 0);
        this.any$HorizontalArrangement$LongClick = new ModuleMethod(frameVar, 651, Lit4912, 8194);
        this.any$HorizontalArrangement$Click = new ModuleMethod(frameVar, 652, Lit4917, 8194);
        proc$Fn579 = new ModuleMethod(frameVar, 653, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn578 = new ModuleMethod(frameVar, 654, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn583 = new ModuleMethod(frameVar, 655, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn582 = new ModuleMethod(frameVar, 656, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn581 = new ModuleMethod(frameVar, 657, null, 0);
        this.any$Label$Click = new ModuleMethod(frameVar, 658, Lit5066, 8194);
        this.any$NiotronCardView$Click = new ModuleMethod(frameVar, 659, Lit5108, 8194);
        this.any$NiotronCardView$LongClick = new ModuleMethod(frameVar, 660, Lit5122, 8194);
        this.any$NiotronMaterialTextBox$OnFocusChange = new ModuleMethod(frameVar, 661, Lit5127, 12291);
        this.any$NiotronMaterialTextBox$OnTextChange = new ModuleMethod(frameVar, 662, Lit5129, 12291);
        lambda$Fn589 = new ModuleMethod(frameVar, 663, null, 0);
        this.any$NiotronMaterialToggleButton$Click = new ModuleMethod(frameVar, 664, Lit5142, 16388);
        this.any$VerticalArrangement$Click = new ModuleMethod(frameVar, 665, Lit5172, 8194);
        lambda$Fn592 = new ModuleMethod(frameVar, 666, null, 0);
        lambda$Fn594 = new ModuleMethod(frameVar, 667, null, 0);
        lambda$Fn593 = new ModuleMethod(frameVar, 668, null, 0);
        lambda$Fn595 = new ModuleMethod(frameVar, 669, null, 0);
        lambda$Fn597 = new ModuleMethod(frameVar, 670, null, 0);
        lambda$Fn596 = new ModuleMethod(frameVar, 671, null, 0);
        lambda$Fn598 = new ModuleMethod(frameVar, 672, null, 0);
        lambda$Fn600 = new ModuleMethod(frameVar, 673, null, 0);
        lambda$Fn599 = new ModuleMethod(frameVar, 674, null, 0);
        lambda$Fn601 = new ModuleMethod(frameVar, 675, null, 0);
        lambda$Fn602 = new ModuleMethod(frameVar, 676, null, 0);
        lambda$Fn604 = new ModuleMethod(frameVar, 677, null, 0);
        lambda$Fn603 = new ModuleMethod(frameVar, 678, null, 0);
        lambda$Fn605 = new ModuleMethod(frameVar, 679, null, 0);
        lambda$Fn606 = new ModuleMethod(frameVar, 680, null, 0);
        lambda$Fn607 = new ModuleMethod(frameVar, 681, null, 0);
        lambda$Fn608 = new ModuleMethod(frameVar, 682, null, 16388);
        lambda$Fn610 = new ModuleMethod(frameVar, 683, null, 16388);
        lambda$Fn609 = new ModuleMethod(frameVar, 684, null, 0);
        proc$Fn612 = new ModuleMethod(frameVar, 685, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn611 = new ModuleMethod(frameVar, 686, null, 0);
        proc$Fn626 = new ModuleMethod(frameVar, 687, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn625 = new ModuleMethod(frameVar, 688, null, 0);
        lambda$Fn624 = new ModuleMethod(frameVar, 689, null, 0);
        lambda$Fn638 = new ModuleMethod(frameVar, 690, null, 0);
        lambda$Fn639 = new ModuleMethod(frameVar, 691, null, 0);
        lambda$Fn640 = new ModuleMethod(frameVar, 692, null, 0);
        lambda$Fn641 = new ModuleMethod(frameVar, 693, null, 0);
        lambda$Fn642 = new ModuleMethod(frameVar, 694, null, 0);
        lambda$Fn643 = new ModuleMethod(frameVar, 695, null, 0);
        lambda$Fn644 = new ModuleMethod(frameVar, 696, null, 20485);
        lambda$Fn646 = new ModuleMethod(frameVar, 697, null, 20485);
        lambda$Fn645 = new ModuleMethod(frameVar, 698, null, 0);
        lambda$Fn647 = new ModuleMethod(frameVar, 699, null, 0);
        this.Screen1$Initialize = new ModuleMethod(frameVar, TypedValues.TransitionType.TYPE_DURATION, Lit5501, 0);
        this.Screen1$OtherScreenClosed = new ModuleMethod(frameVar, 701, Lit5504, 8194);
        lambda$Fn648 = new ModuleMethod(frameVar, 702, null, 0);
        lambda$Fn649 = new ModuleMethod(frameVar, ErrorMessages.ERROR_UNABLE_TO_PLAY_MEDIA, null, 0);
        lambda$Fn650 = new ModuleMethod(frameVar, 704, null, 0);
        lambda$Fn651 = new ModuleMethod(frameVar, 705, null, 0);
        this.Screen1$BackPressed = new ModuleMethod(frameVar, 706, Lit5512, 0);
        this.Screen1$ErrorOccurred = new ModuleMethod(frameVar, 707, Lit5519, 16388);
        this.Screen1$PermissionDenied = new ModuleMethod(frameVar, ErrorMessages.ERROR_MEDIA_FILE_ERROR, Lit5521, 12291);
        lambda$Fn652 = new ModuleMethod(frameVar, ErrorMessages.ERROR_UNABLE_TO_FOCUS_MEDIA, null, 0);
        lambda$Fn653 = new ModuleMethod(frameVar, ErrorMessages.ERROR_SOUND_NOT_READY, null, 0);
        lambda$Fn654 = new ModuleMethod(frameVar, ErrorMessages.ERROR_OUT_OF_MEMORY_LOADING_MEDIA, null, 0);
        lambda$Fn655 = new ModuleMethod(frameVar, ErrorMessages.ERROR_PLAYER_INVALID_VOLUME, null, 0);
        lambda$Fn656 = new ModuleMethod(frameVar, 713, null, 0);
        lambda$Fn657 = new ModuleMethod(frameVar, 714, null, 0);
        lambda$Fn658 = new ModuleMethod(frameVar, 715, null, 0);
        lambda$Fn659 = new ModuleMethod(frameVar, 716, null, 0);
        this.lblSearchBack$Click = new ModuleMethod(frameVar, 717, Lit5554, 0);
        lambda$Fn660 = new ModuleMethod(frameVar, 718, null, 0);
        lambda$Fn661 = new ModuleMethod(frameVar, 719, null, 0);
        this.txtSearch$OnTextChange = new ModuleMethod(frameVar, 720, Lit5563, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn662 = new ModuleMethod(frameVar, 721, null, 0);
        lambda$Fn663 = new ModuleMethod(frameVar, 722, null, 0);
        this.Label121$Click = new ModuleMethod(frameVar, 723, Lit5567, 0);
        lambda$Fn664 = new ModuleMethod(frameVar, 724, null, 0);
        lambda$Fn665 = new ModuleMethod(frameVar, 725, null, 0);
        this.lblMic2$Click = new ModuleMethod(frameVar, 726, Lit5574, 0);
        lambda$Fn666 = new ModuleMethod(frameVar, 727, null, 0);
        lambda$Fn667 = new ModuleMethod(frameVar, 728, null, 0);
        this.btnMicSearch$Click = new ModuleMethod(frameVar, 729, Lit5581, 0);
        lambda$Fn668 = new ModuleMethod(frameVar, 730, null, 0);
        lambda$Fn669 = new ModuleMethod(frameVar, 731, null, 0);
        this.Material_Toggle_Button1$Click = new ModuleMethod(frameVar, 732, Lit5592, 8194);
        lambda$Fn670 = new ModuleMethod(frameVar, 733, null, 0);
        lambda$Fn671 = new ModuleMethod(frameVar, 734, null, 0);
        this.tabSearch$Selected = new ModuleMethod(frameVar, 735, Lit5604, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn672 = new ModuleMethod(frameVar, 736, null, 0);
        lambda$Fn673 = new ModuleMethod(frameVar, 737, null, 0);
        lambda$Fn674 = new ModuleMethod(frameVar, 738, null, 0);
        lambda$Fn675 = new ModuleMethod(frameVar, 739, null, 0);
        this.Web_View2$WebViewStringChange = new ModuleMethod(frameVar, 740, Lit5651, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn676 = new ModuleMethod(frameVar, 741, null, 0);
        lambda$Fn677 = new ModuleMethod(frameVar, 742, null, 0);
        lambda$Fn678 = new ModuleMethod(frameVar, 743, null, 0);
        lambda$Fn679 = new ModuleMethod(frameVar, 744, null, 0);
        this.mbtnSCancel$Click = new ModuleMethod(frameVar, 745, Lit5664, 0);
        lambda$Fn680 = new ModuleMethod(frameVar, 746, null, 0);
        lambda$Fn681 = new ModuleMethod(frameVar, 747, null, 0);
        lambda$Fn682 = new ModuleMethod(frameVar, 748, null, 0);
        lambda$Fn683 = new ModuleMethod(frameVar, 749, null, 0);
        lambda$Fn684 = new ModuleMethod(frameVar, 750, null, 0);
        lambda$Fn685 = new ModuleMethod(frameVar, 751, null, 0);
        lambda$Fn686 = new ModuleMethod(frameVar, 752, null, 0);
        lambda$Fn687 = new ModuleMethod(frameVar, 753, null, 0);
        lambda$Fn688 = new ModuleMethod(frameVar, 754, null, 0);
        lambda$Fn689 = new ModuleMethod(frameVar, 755, null, 0);
        lambda$Fn690 = new ModuleMethod(frameVar, 756, null, 0);
        lambda$Fn691 = new ModuleMethod(frameVar, 757, null, 0);
        lambda$Fn692 = new ModuleMethod(frameVar, 758, null, 0);
        lambda$Fn693 = new ModuleMethod(frameVar, 759, null, 0);
        lambda$Fn694 = new ModuleMethod(frameVar, 760, null, 0);
        lambda$Fn695 = new ModuleMethod(frameVar, 761, null, 0);
        lambda$Fn696 = new ModuleMethod(frameVar, 762, null, 0);
        lambda$Fn697 = new ModuleMethod(frameVar, 763, null, 0);
        lambda$Fn698 = new ModuleMethod(frameVar, 764, null, 0);
        lambda$Fn699 = new ModuleMethod(frameVar, 765, null, 0);
        lambda$Fn700 = new ModuleMethod(frameVar, 766, null, 0);
        lambda$Fn701 = new ModuleMethod(frameVar, 767, null, 0);
        lambda$Fn702 = new ModuleMethod(frameVar, 768, null, 0);
        lambda$Fn703 = new ModuleMethod(frameVar, 769, null, 0);
        lambda$Fn704 = new ModuleMethod(frameVar, 770, null, 0);
        lambda$Fn705 = new ModuleMethod(frameVar, 771, null, 0);
        lambda$Fn706 = new ModuleMethod(frameVar, 772, null, 0);
        lambda$Fn707 = new ModuleMethod(frameVar, 773, null, 0);
        lambda$Fn708 = new ModuleMethod(frameVar, 774, null, 0);
        lambda$Fn709 = new ModuleMethod(frameVar, 775, null, 0);
        lambda$Fn710 = new ModuleMethod(frameVar, 776, null, 0);
        lambda$Fn711 = new ModuleMethod(frameVar, 777, null, 0);
        lambda$Fn712 = new ModuleMethod(frameVar, 778, null, 0);
        lambda$Fn713 = new ModuleMethod(frameVar, 779, null, 0);
        lambda$Fn714 = new ModuleMethod(frameVar, 780, null, 0);
        lambda$Fn715 = new ModuleMethod(frameVar, 781, null, 0);
        this.cv11$Click = new ModuleMethod(frameVar, 782, Lit5723, 0);
        lambda$Fn716 = new ModuleMethod(frameVar, 783, null, 0);
        lambda$Fn717 = new ModuleMethod(frameVar, 784, null, 0);
        lambda$Fn718 = new ModuleMethod(frameVar, 785, null, 0);
        lambda$Fn719 = new ModuleMethod(frameVar, 786, null, 0);
        this.cv12$Click = new ModuleMethod(frameVar, 787, Lit5731, 0);
        lambda$Fn720 = new ModuleMethod(frameVar, 788, null, 0);
        lambda$Fn721 = new ModuleMethod(frameVar, 789, null, 0);
        lambda$Fn722 = new ModuleMethod(frameVar, 790, null, 0);
        lambda$Fn723 = new ModuleMethod(frameVar, 791, null, 0);
        lambda$Fn724 = new ModuleMethod(frameVar, 792, null, 0);
        lambda$Fn725 = new ModuleMethod(frameVar, 793, null, 0);
        lambda$Fn726 = new ModuleMethod(frameVar, 794, null, 0);
        lambda$Fn727 = new ModuleMethod(frameVar, 795, null, 0);
        this.lblShowBack$Click = new ModuleMethod(frameVar, 796, Lit5746, 0);
        lambda$Fn728 = new ModuleMethod(frameVar, 797, null, 0);
        lambda$Fn729 = new ModuleMethod(frameVar, 798, null, 0);
        lambda$Fn730 = new ModuleMethod(frameVar, 799, null, 0);
        lambda$Fn731 = new ModuleMethod(frameVar, 800, null, 0);
        lambda$Fn732 = new ModuleMethod(frameVar, ErrorMessages.ERROR_SOUND_RECORDER, null, 0);
        lambda$Fn733 = new ModuleMethod(frameVar, ErrorMessages.ERROR_SOUND_RECORDER_CANNOT_CREATE, null, 0);
        this.Web_View3$AfterJavaScriptEvaluated = new ModuleMethod(frameVar, ErrorMessages.ERROR_SOUND_RECORDER_ILLEGAL_STOP, Lit5755, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.Web_View3$ProgressChanged = new ModuleMethod(frameVar, ErrorMessages.ERROR_SOUND_RECORDER_MAX_DURATION_REACHED, Lit5758, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn734 = new ModuleMethod(frameVar, ErrorMessages.ERROR_SOUND_RECORDER_MAX_FILESIZE_REACHED, null, 0);
        lambda$Fn735 = new ModuleMethod(frameVar, ErrorMessages.ERROR_SOUND_NO_PERMISSION, null, 0);
        lambda$Fn736 = new ModuleMethod(frameVar, 807, null, 0);
        lambda$Fn737 = new ModuleMethod(frameVar, 808, null, 0);
        lambda$Fn738 = new ModuleMethod(frameVar, 809, null, 0);
        lambda$Fn739 = new ModuleMethod(frameVar, 810, null, 0);
        this.lblBuySellBack$Click = new ModuleMethod(frameVar, 811, Lit5771, 0);
        lambda$Fn740 = new ModuleMethod(frameVar, 812, null, 0);
        lambda$Fn741 = new ModuleMethod(frameVar, 813, null, 0);
        lambda$Fn742 = new ModuleMethod(frameVar, 814, null, 0);
        lambda$Fn743 = new ModuleMethod(frameVar, 815, null, 0);
        lambda$Fn744 = new ModuleMethod(frameVar, 816, null, 0);
        lambda$Fn745 = new ModuleMethod(frameVar, 817, null, 0);
        lambda$Fn746 = new ModuleMethod(frameVar, 818, null, 0);
        lambda$Fn747 = new ModuleMethod(frameVar, 819, null, 0);
        lambda$Fn748 = new ModuleMethod(frameVar, 820, null, 0);
        lambda$Fn749 = new ModuleMethod(frameVar, 821, null, 0);
        this.txtLTP$OnTextChange = new ModuleMethod(frameVar, 822, Lit5784, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn750 = new ModuleMethod(frameVar, 823, null, 0);
        lambda$Fn751 = new ModuleMethod(frameVar, 824, null, 0);
        lambda$Fn752 = new ModuleMethod(frameVar, 825, null, 0);
        lambda$Fn753 = new ModuleMethod(frameVar, 826, null, 0);
        this.cvbasketBuySell$Click = new ModuleMethod(frameVar, 827, Lit5795, 0);
        lambda$Fn754 = new ModuleMethod(frameVar, 828, null, 0);
        lambda$Fn755 = new ModuleMethod(frameVar, 829, null, 0);
        lambda$Fn756 = new ModuleMethod(frameVar, 830, null, 0);
        lambda$Fn757 = new ModuleMethod(frameVar, 831, null, 0);
        lambda$Fn758 = new ModuleMethod(frameVar, 832, null, 0);
        lambda$Fn759 = new ModuleMethod(frameVar, 833, null, 0);
        this.spnBasket$AfterSelecting = new ModuleMethod(frameVar, 834, Lit5809, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn760 = new ModuleMethod(frameVar, 835, null, 0);
        lambda$Fn761 = new ModuleMethod(frameVar, 836, null, 0);
        lambda$Fn762 = new ModuleMethod(frameVar, 837, null, 0);
        lambda$Fn763 = new ModuleMethod(frameVar, 838, null, 0);
        lambda$Fn764 = new ModuleMethod(frameVar, 839, null, 0);
        lambda$Fn765 = new ModuleMethod(frameVar, 840, null, 0);
        this.swtBuySell$Changed = new ModuleMethod(frameVar, 841, Lit5822, 0);
        lambda$Fn766 = new ModuleMethod(frameVar, 842, null, 0);
        lambda$Fn767 = new ModuleMethod(frameVar, 843, null, 0);
        lambda$Fn768 = new ModuleMethod(frameVar, 844, null, 0);
        lambda$Fn769 = new ModuleMethod(frameVar, 845, null, 0);
        lambda$Fn770 = new ModuleMethod(frameVar, 846, null, 0);
        lambda$Fn771 = new ModuleMethod(frameVar, 847, null, 0);
        lambda$Fn772 = new ModuleMethod(frameVar, 848, null, 0);
        lambda$Fn773 = new ModuleMethod(frameVar, 849, null, 0);
        lambda$Fn774 = new ModuleMethod(frameVar, 850, null, 0);
        lambda$Fn775 = new ModuleMethod(frameVar, 851, null, 0);
        lambda$Fn776 = new ModuleMethod(frameVar, 852, null, 0);
        lambda$Fn777 = new ModuleMethod(frameVar, 853, null, 0);
        lambda$Fn778 = new ModuleMethod(frameVar, 854, null, 0);
        lambda$Fn779 = new ModuleMethod(frameVar, 855, null, 0);
        lambda$Fn780 = new ModuleMethod(frameVar, 856, null, 0);
        lambda$Fn781 = new ModuleMethod(frameVar, 857, null, 0);
        lambda$Fn782 = new ModuleMethod(frameVar, 858, null, 0);
        lambda$Fn783 = new ModuleMethod(frameVar, 859, null, 0);
        lambda$Fn784 = new ModuleMethod(frameVar, 860, null, 0);
        lambda$Fn785 = new ModuleMethod(frameVar, 861, null, 0);
        lambda$Fn786 = new ModuleMethod(frameVar, 862, null, 0);
        lambda$Fn787 = new ModuleMethod(frameVar, 863, null, 0);
        lambda$Fn788 = new ModuleMethod(frameVar, 864, null, 0);
        lambda$Fn789 = new ModuleMethod(frameVar, 865, null, 0);
        lambda$Fn790 = new ModuleMethod(frameVar, 866, null, 0);
        lambda$Fn791 = new ModuleMethod(frameVar, 867, null, 0);
        lambda$Fn792 = new ModuleMethod(frameVar, 868, null, 0);
        lambda$Fn793 = new ModuleMethod(frameVar, 869, null, 0);
        lambda$Fn794 = new ModuleMethod(frameVar, 870, null, 0);
        lambda$Fn795 = new ModuleMethod(frameVar, 871, null, 0);
        this.mtxtQty$OnTextChange = new ModuleMethod(frameVar, 872, Lit5864, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn796 = new ModuleMethod(frameVar, 873, null, 0);
        lambda$Fn797 = new ModuleMethod(frameVar, 874, null, 0);
        lambda$Fn798 = new ModuleMethod(frameVar, 875, null, 0);
        lambda$Fn799 = new ModuleMethod(frameVar, 876, null, 0);
        lambda$Fn800 = new ModuleMethod(frameVar, 877, null, 0);
        lambda$Fn801 = new ModuleMethod(frameVar, 878, null, 0);
        lambda$Fn802 = new ModuleMethod(frameVar, 879, null, 0);
        lambda$Fn803 = new ModuleMethod(frameVar, 880, null, 0);
        lambda$Fn804 = new ModuleMethod(frameVar, 881, null, 0);
        lambda$Fn805 = new ModuleMethod(frameVar, 882, null, 0);
        lambda$Fn806 = new ModuleMethod(frameVar, 883, null, 0);
        lambda$Fn807 = new ModuleMethod(frameVar, 884, null, 0);
        lambda$Fn808 = new ModuleMethod(frameVar, 885, null, 0);
        lambda$Fn809 = new ModuleMethod(frameVar, 886, null, 0);
        lambda$Fn810 = new ModuleMethod(frameVar, 887, null, 0);
        lambda$Fn811 = new ModuleMethod(frameVar, 888, null, 0);
        lambda$Fn812 = new ModuleMethod(frameVar, 889, null, 0);
        lambda$Fn813 = new ModuleMethod(frameVar, 890, null, 0);
        lambda$Fn814 = new ModuleMethod(frameVar, 891, null, 0);
        lambda$Fn815 = new ModuleMethod(frameVar, 892, null, 0);
        lambda$Fn816 = new ModuleMethod(frameVar, 893, null, 0);
        lambda$Fn817 = new ModuleMethod(frameVar, 894, null, 0);
        lambda$Fn818 = new ModuleMethod(frameVar, 895, null, 0);
        lambda$Fn819 = new ModuleMethod(frameVar, 896, null, 0);
        lambda$Fn820 = new ModuleMethod(frameVar, 897, null, 0);
        lambda$Fn821 = new ModuleMethod(frameVar, 898, null, 0);
        lambda$Fn822 = new ModuleMethod(frameVar, 899, null, 0);
        lambda$Fn823 = new ModuleMethod(frameVar, TypedValues.Custom.TYPE_INT, null, 0);
        lambda$Fn824 = new ModuleMethod(frameVar, 901, null, 0);
        lambda$Fn825 = new ModuleMethod(frameVar, 902, null, 0);
        lambda$Fn826 = new ModuleMethod(frameVar, 903, null, 0);
        lambda$Fn827 = new ModuleMethod(frameVar, 904, null, 0);
        lambda$Fn828 = new ModuleMethod(frameVar, 905, null, 0);
        lambda$Fn829 = new ModuleMethod(frameVar, 906, null, 0);
        this.vaSLTGT$Click = new ModuleMethod(frameVar, ErrorMessages.ERROR_ACTIONBAR_NOT_SUPPORTED, Lit5917, 0);
        lambda$Fn830 = new ModuleMethod(frameVar, ErrorMessages.ERROR_PERMISSION_DENIED, null, 0);
        lambda$Fn831 = new ModuleMethod(frameVar, 909, null, 0);
        this.Switch1$Changed = new ModuleMethod(frameVar, 910, Lit5922, 0);
        lambda$Fn832 = new ModuleMethod(frameVar, 911, null, 0);
        lambda$Fn833 = new ModuleMethod(frameVar, 912, null, 0);
        lambda$Fn834 = new ModuleMethod(frameVar, 913, null, 0);
        lambda$Fn835 = new ModuleMethod(frameVar, 914, null, 0);
        this.mtxtSL$OnFocusChange = new ModuleMethod(frameVar, 915, Lit5928, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.mtxtSL$OnTextChange = new ModuleMethod(frameVar, 916, Lit5932, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn836 = new ModuleMethod(frameVar, 917, null, 0);
        lambda$Fn837 = new ModuleMethod(frameVar, 918, null, 0);
        this.mtxtSLP$OnFocusChange = new ModuleMethod(frameVar, 919, Lit5936, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.mtxtSLP$OnTextChange = new ModuleMethod(frameVar, 920, Lit5939, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn838 = new ModuleMethod(frameVar, 921, null, 0);
        lambda$Fn839 = new ModuleMethod(frameVar, 922, null, 0);
        this.Switch2$Changed = new ModuleMethod(frameVar, 923, Lit5944, 0);
        lambda$Fn840 = new ModuleMethod(frameVar, 924, null, 0);
        lambda$Fn841 = new ModuleMethod(frameVar, 925, null, 0);
        lambda$Fn842 = new ModuleMethod(frameVar, 926, null, 0);
        lambda$Fn843 = new ModuleMethod(frameVar, 927, null, 0);
        this.mtxtTGT$OnFocusChange = new ModuleMethod(frameVar, 928, Lit5950, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.mtxtTGT$OnTextChange = new ModuleMethod(frameVar, 929, Lit5953, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn844 = new ModuleMethod(frameVar, 930, null, 0);
        lambda$Fn845 = new ModuleMethod(frameVar, 931, null, 0);
        this.mtxtTGTP$OnFocusChange = new ModuleMethod(frameVar, 932, Lit5957, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.mtxtTGTP$OnTextChange = new ModuleMethod(frameVar, 933, Lit5960, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn846 = new ModuleMethod(frameVar, 934, null, 0);
        lambda$Fn847 = new ModuleMethod(frameVar, 935, null, 0);
        lambda$Fn848 = new ModuleMethod(frameVar, 936, null, 0);
        lambda$Fn849 = new ModuleMethod(frameVar, 937, null, 0);
        lambda$Fn850 = new ModuleMethod(frameVar, 938, null, 0);
        lambda$Fn851 = new ModuleMethod(frameVar, 939, null, 0);
        lambda$Fn852 = new ModuleMethod(frameVar, 940, null, 0);
        lambda$Fn853 = new ModuleMethod(frameVar, 941, null, 0);
        lambda$Fn854 = new ModuleMethod(frameVar, 942, null, 0);
        lambda$Fn855 = new ModuleMethod(frameVar, 943, null, 0);
        lambda$Fn856 = new ModuleMethod(frameVar, 944, null, 0);
        lambda$Fn857 = new ModuleMethod(frameVar, 945, null, 0);
        lambda$Fn858 = new ModuleMethod(frameVar, 946, null, 0);
        lambda$Fn859 = new ModuleMethod(frameVar, 947, null, 0);
        lambda$Fn860 = new ModuleMethod(frameVar, 948, null, 0);
        lambda$Fn861 = new ModuleMethod(frameVar, 949, null, 0);
        lambda$Fn862 = new ModuleMethod(frameVar, 950, null, 0);
        lambda$Fn863 = new ModuleMethod(frameVar, 951, null, 0);
        lambda$Fn864 = new ModuleMethod(frameVar, 952, null, 0);
        lambda$Fn865 = new ModuleMethod(frameVar, 953, null, 0);
        lambda$Fn866 = new ModuleMethod(frameVar, 954, null, 0);
        lambda$Fn867 = new ModuleMethod(frameVar, 955, null, 0);
        lambda$Fn868 = new ModuleMethod(frameVar, 956, null, 0);
        lambda$Fn869 = new ModuleMethod(frameVar, 957, null, 0);
        lambda$Fn870 = new ModuleMethod(frameVar, 958, null, 0);
        lambda$Fn871 = new ModuleMethod(frameVar, 959, null, 0);
        lambda$Fn872 = new ModuleMethod(frameVar, 960, null, 0);
        lambda$Fn873 = new ModuleMethod(frameVar, 961, null, 0);
        lambda$Fn874 = new ModuleMethod(frameVar, 962, null, 0);
        lambda$Fn875 = new ModuleMethod(frameVar, 963, null, 0);
        this.btnUpdate$Click = new ModuleMethod(frameVar, 964, Lit6047, 0);
        lambda$Fn881 = new ModuleMethod(frameVar, 965, null, 0);
        lambda$Fn882 = new ModuleMethod(frameVar, 966, null, 0);
        this.btnBuySellExit$Click = new ModuleMethod(frameVar, 967, Lit6055, 0);
        lambda$Fn883 = new ModuleMethod(frameVar, 968, null, 0);
        lambda$Fn884 = new ModuleMethod(frameVar, 969, null, 0);
        this.btnSubmit$Click = new ModuleMethod(frameVar, 970, Lit6059, 0);
        lambda$Fn885 = new ModuleMethod(frameVar, 971, null, 0);
        lambda$Fn886 = new ModuleMethod(frameVar, 972, null, 0);
        this.btnSubmitBasket$Click = new ModuleMethod(frameVar, 973, Lit6110, 0);
        lambda$Fn887 = new ModuleMethod(frameVar, 974, null, 0);
        lambda$Fn888 = new ModuleMethod(frameVar, 975, null, 0);
        lambda$Fn889 = new ModuleMethod(frameVar, 976, null, 0);
        lambda$Fn890 = new ModuleMethod(frameVar, 977, null, 0);
        lambda$Fn891 = new ModuleMethod(frameVar, 978, null, 0);
        lambda$Fn892 = new ModuleMethod(frameVar, 979, null, 0);
        lambda$Fn893 = new ModuleMethod(frameVar, 980, null, 0);
        lambda$Fn894 = new ModuleMethod(frameVar, 981, null, 0);
        lambda$Fn895 = new ModuleMethod(frameVar, 982, null, 0);
        lambda$Fn896 = new ModuleMethod(frameVar, 983, null, 0);
        lambda$Fn897 = new ModuleMethod(frameVar, 984, null, 0);
        lambda$Fn898 = new ModuleMethod(frameVar, 985, null, 0);
        lambda$Fn899 = new ModuleMethod(frameVar, 986, null, 0);
        lambda$Fn900 = new ModuleMethod(frameVar, 987, null, 0);
        this.lblShare$Click = new ModuleMethod(frameVar, 988, Lit6134, 0);
        lambda$Fn901 = new ModuleMethod(frameVar, 989, null, 0);
        lambda$Fn902 = new ModuleMethod(frameVar, 990, null, 0);
        lambda$Fn903 = new ModuleMethod(frameVar, 991, null, 0);
        lambda$Fn904 = new ModuleMethod(frameVar, 992, null, 0);
        lambda$Fn905 = new ModuleMethod(frameVar, 993, null, 0);
        lambda$Fn906 = new ModuleMethod(frameVar, 994, null, 0);
        lambda$Fn907 = new ModuleMethod(frameVar, 995, null, 0);
        lambda$Fn908 = new ModuleMethod(frameVar, 996, null, 0);
        lambda$Fn909 = new ModuleMethod(frameVar, 997, null, 0);
        lambda$Fn910 = new ModuleMethod(frameVar, 998, null, 0);
        this.btnBuy$Click = new ModuleMethod(frameVar, RoomDatabase.MAX_BIND_PARAMETER_CNT, Lit6153, 0);
        lambda$Fn911 = new ModuleMethod(frameVar, 1000, null, 0);
        lambda$Fn912 = new ModuleMethod(frameVar, 1001, null, 0);
        lambda$Fn913 = new ModuleMethod(frameVar, 1002, null, 0);
        lambda$Fn914 = new ModuleMethod(frameVar, 1003, null, 0);
        this.btnSell$Click = new ModuleMethod(frameVar, 1004, Lit6162, 0);
        lambda$Fn915 = new ModuleMethod(frameVar, GeofenceStatusCodes.GEOFENCE_REQUEST_TOO_FREQUENT, null, 0);
        lambda$Fn916 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_CELL, null, 0);
        lambda$Fn917 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_CROSSHAIR, null, 0);
        lambda$Fn918 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_TEXT, null, 0);
        lambda$Fn919 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_VERTICAL_TEXT, null, 0);
        lambda$Fn920 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_ALIAS, null, 0);
        lambda$Fn921 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_COPY, null, 0);
        lambda$Fn922 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_NO_DROP, null, 0);
        lambda$Fn923 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_ALL_SCROLL, null, 0);
        lambda$Fn924 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW, null, 0);
        lambda$Fn925 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW, null, 0);
        lambda$Fn926 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW, null, 0);
        lambda$Fn927 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW, null, 0);
        lambda$Fn928 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_ZOOM_IN, null, 0);
        lambda$Fn929 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_ZOOM_OUT, null, 0);
        lambda$Fn930 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_GRAB, null, 0);
        lambda$Fn931 = new ModuleMethod(frameVar, PointerIconCompat.TYPE_GRABBING, null, 0);
        lambda$Fn932 = new ModuleMethod(frameVar, 1022, null, 0);
        lambda$Fn933 = new ModuleMethod(frameVar, 1023, null, 0);
        lambda$Fn934 = new ModuleMethod(frameVar, 1024, null, 0);
        lambda$Fn935 = new ModuleMethod(frameVar, InputDeviceCompat.SOURCE_GAMEPAD, null, 0);
        lambda$Fn936 = new ModuleMethod(frameVar, 1026, null, 0);
        lambda$Fn937 = new ModuleMethod(frameVar, 1027, null, 0);
        lambda$Fn938 = new ModuleMethod(frameVar, 1028, null, 0);
        lambda$Fn939 = new ModuleMethod(frameVar, 1029, null, 0);
        lambda$Fn940 = new ModuleMethod(frameVar, 1030, null, 0);
        this.upt_btn$Click = new ModuleMethod(frameVar, 1031, Lit6196, 0);
        lambda$Fn941 = new ModuleMethod(frameVar, 1032, null, 0);
        lambda$Fn942 = new ModuleMethod(frameVar, 1033, null, 0);
        this.cancel_btn$Click = new ModuleMethod(frameVar, 1034, Lit6219, 0);
        lambda$Fn943 = new ModuleMethod(frameVar, 1035, null, 0);
        lambda$Fn944 = new ModuleMethod(frameVar, 1036, null, 0);
        this.exit_btn$Click = new ModuleMethod(frameVar, 1037, Lit6226, 0);
        lambda$Fn945 = new ModuleMethod(frameVar, 1038, null, 0);
        lambda$Fn946 = new ModuleMethod(frameVar, 1039, null, 0);
        lambda$Fn947 = new ModuleMethod(frameVar, 1040, null, 0);
        lambda$Fn948 = new ModuleMethod(frameVar, 1041, null, 0);
        lambda$Fn949 = new ModuleMethod(frameVar, 1042, null, 0);
        lambda$Fn950 = new ModuleMethod(frameVar, 1043, null, 0);
        lambda$Fn951 = new ModuleMethod(frameVar, 1044, null, 0);
        lambda$Fn952 = new ModuleMethod(frameVar, 1045, null, 0);
        lambda$Fn953 = new ModuleMethod(frameVar, 1046, null, 0);
        lambda$Fn954 = new ModuleMethod(frameVar, 1047, null, 0);
        this.vaWV$Click = new ModuleMethod(frameVar, 1048, Lit6244, 0);
        lambda$Fn955 = new ModuleMethod(frameVar, 1049, null, 0);
        lambda$Fn956 = new ModuleMethod(frameVar, 1050, null, 0);
        this.haTechnicals$Click = new ModuleMethod(frameVar, 1051, Lit6250, 0);
        lambda$Fn957 = new ModuleMethod(frameVar, 1052, null, 0);
        lambda$Fn958 = new ModuleMethod(frameVar, 1053, null, 0);
        lambda$Fn959 = new ModuleMethod(frameVar, 1054, null, 0);
        lambda$Fn960 = new ModuleMethod(frameVar, 1055, null, 0);
        lambda$Fn961 = new ModuleMethod(frameVar, 1056, null, 0);
        lambda$Fn962 = new ModuleMethod(frameVar, 1057, null, 0);
        lambda$Fn963 = new ModuleMethod(frameVar, 1058, null, 0);
        lambda$Fn964 = new ModuleMethod(frameVar, 1059, null, 0);
        lambda$Fn965 = new ModuleMethod(frameVar, 1060, null, 0);
        lambda$Fn966 = new ModuleMethod(frameVar, 1061, null, 0);
        lambda$Fn967 = new ModuleMethod(frameVar, 1062, null, 0);
        lambda$Fn968 = new ModuleMethod(frameVar, 1063, null, 0);
        lambda$Fn969 = new ModuleMethod(frameVar, 1064, null, 0);
        lambda$Fn970 = new ModuleMethod(frameVar, 1065, null, 0);
        lambda$Fn971 = new ModuleMethod(frameVar, 1066, null, 0);
        lambda$Fn972 = new ModuleMethod(frameVar, 1067, null, 0);
        lambda$Fn973 = new ModuleMethod(frameVar, 1068, null, 0);
        lambda$Fn974 = new ModuleMethod(frameVar, 1069, null, 0);
        lambda$Fn975 = new ModuleMethod(frameVar, 1070, null, 0);
        lambda$Fn976 = new ModuleMethod(frameVar, 1071, null, 0);
        lambda$Fn977 = new ModuleMethod(frameVar, 1072, null, 0);
        lambda$Fn978 = new ModuleMethod(frameVar, 1073, null, 0);
        lambda$Fn979 = new ModuleMethod(frameVar, 1074, null, 0);
        lambda$Fn980 = new ModuleMethod(frameVar, 1075, null, 0);
        lambda$Fn981 = new ModuleMethod(frameVar, 1076, null, 0);
        lambda$Fn982 = new ModuleMethod(frameVar, 1077, null, 0);
        lambda$Fn983 = new ModuleMethod(frameVar, 1078, null, 0);
        lambda$Fn984 = new ModuleMethod(frameVar, 1079, null, 0);
        lambda$Fn985 = new ModuleMethod(frameVar, 1080, null, 0);
        lambda$Fn986 = new ModuleMethod(frameVar, 1081, null, 0);
        lambda$Fn987 = new ModuleMethod(frameVar, 1082, null, 0);
        lambda$Fn988 = new ModuleMethod(frameVar, 1083, null, 0);
        lambda$Fn989 = new ModuleMethod(frameVar, 1084, null, 0);
        lambda$Fn990 = new ModuleMethod(frameVar, 1085, null, 0);
        lambda$Fn991 = new ModuleMethod(frameVar, 1086, null, 0);
        lambda$Fn992 = new ModuleMethod(frameVar, 1087, null, 0);
        lambda$Fn993 = new ModuleMethod(frameVar, 1088, null, 0);
        lambda$Fn994 = new ModuleMethod(frameVar, 1089, null, 0);
        lambda$Fn995 = new ModuleMethod(frameVar, 1090, null, 0);
        lambda$Fn996 = new ModuleMethod(frameVar, 1091, null, 0);
        lambda$Fn997 = new ModuleMethod(frameVar, 1092, null, 0);
        lambda$Fn998 = new ModuleMethod(frameVar, 1093, null, 0);
        this.btn_optionchain$Click = new ModuleMethod(frameVar, 1094, Lit6322, 0);
        lambda$Fn999 = new ModuleMethod(frameVar, 1095, null, 0);
        lambda$Fn1000 = new ModuleMethod(frameVar, 1096, null, 0);
        lambda$Fn1001 = new ModuleMethod(frameVar, 1097, null, 0);
        lambda$Fn1002 = new ModuleMethod(frameVar, 1098, null, 0);
        this.btn_futures$Click = new ModuleMethod(frameVar, 1099, Lit6343, 0);
        lambda$Fn1003 = new ModuleMethod(frameVar, 1100, null, 0);
        lambda$Fn1004 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_UNABLE_TO_GET, null, 0);
        lambda$Fn1005 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_UNSUPPORTED_ENCODING, null, 0);
        lambda$Fn1006 = new ModuleMethod(frameVar, 1103, null, 0);
        lambda$Fn1007 = new ModuleMethod(frameVar, 1104, null, 0);
        lambda$Fn1008 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_JSON_TEXT_DECODE_FAILED, null, 0);
        lambda$Fn1009 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_HTML_TEXT_DECODE_FAILED, null, 0);
        lambda$Fn1010 = new ModuleMethod(frameVar, ErrorMessages.ERROR_PHONE_UNSUPPORTED_CONTACT_PICKER, null, 0);
        lambda$Fn1011 = new ModuleMethod(frameVar, ErrorMessages.ERROR_PHONE_UNSUPPORTED_SEARCH_IN_CONTACT_PICKING, null, 0);
        lambda$Fn1012 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_MALFORMED_URL, null, 0);
        lambda$Fn1013 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_REQUEST_HEADER_NOT_LIST, null, 0);
        lambda$Fn1014 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_REQUEST_HEADER_NOT_TWO_ELEMENTS, null, 0);
        lambda$Fn1015 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_BUILD_REQUEST_DATA_NOT_LIST, null, 0);
        lambda$Fn1016 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_BUILD_REQUEST_DATA_NOT_TWO_ELEMENTS, null, 0);
        lambda$Fn1017 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_UNABLE_TO_DELETE, null, 0);
        lambda$Fn1018 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_XML_TEXT_DECODE_FAILED, null, 0);
        lambda$Fn1019 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NO_READ_CONTACTS_PERMISSION, null, 0);
        lambda$Fn1020 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_REQUEST_TIMED_OUT, null, 0);
        lambda$Fn1021 = new ModuleMethod(frameVar, ErrorMessages.ERROR_WEB_JSON_TEXT_ENCODE_FAILED, null, 0);
        lambda$Fn1022 = new ModuleMethod(frameVar, 1119, null, 0);
        this.mbtnSaveFund$Click = new ModuleMethod(frameVar, 1120, Lit6394, 0);
        lambda$Fn1023 = new ModuleMethod(frameVar, 1121, null, 0);
        lambda$Fn1024 = new ModuleMethod(frameVar, 1122, null, 0);
        lambda$Fn1025 = new ModuleMethod(frameVar, 1123, null, 0);
        lambda$Fn1026 = new ModuleMethod(frameVar, 1124, null, 0);
        lambda$Fn1027 = new ModuleMethod(frameVar, 1125, null, 0);
        lambda$Fn1028 = new ModuleMethod(frameVar, 1126, null, 0);
        this.lblOptionchainBack$Click = new ModuleMethod(frameVar, 1127, Lit6404, 0);
        lambda$Fn1029 = new ModuleMethod(frameVar, 1128, null, 0);
        lambda$Fn1030 = new ModuleMethod(frameVar, 1129, null, 0);
        lambda$Fn1031 = new ModuleMethod(frameVar, 1130, null, 0);
        lambda$Fn1032 = new ModuleMethod(frameVar, 1131, null, 0);
        lambda$Fn1033 = new ModuleMethod(frameVar, 1132, null, 0);
        lambda$Fn1034 = new ModuleMethod(frameVar, 1133, null, 0);
        this.cvExpiryDt$Click = new ModuleMethod(frameVar, 1134, Lit6418, 0);
        lambda$Fn1035 = new ModuleMethod(frameVar, 1135, null, 0);
        lambda$Fn1036 = new ModuleMethod(frameVar, 1136, null, 0);
        lambda$Fn1037 = new ModuleMethod(frameVar, 1137, null, 0);
        lambda$Fn1038 = new ModuleMethod(frameVar, 1138, null, 0);
        lambda$Fn1039 = new ModuleMethod(frameVar, 1139, null, 0);
        lambda$Fn1040 = new ModuleMethod(frameVar, 1140, null, 0);
        lambda$Fn1041 = new ModuleMethod(frameVar, 1141, null, 0);
        lambda$Fn1042 = new ModuleMethod(frameVar, 1142, null, 0);
        lambda$Fn1043 = new ModuleMethod(frameVar, 1143, null, 0);
        lambda$Fn1044 = new ModuleMethod(frameVar, 1144, null, 0);
        lambda$Fn1045 = new ModuleMethod(frameVar, 1145, null, 0);
        lambda$Fn1046 = new ModuleMethod(frameVar, 1146, null, 0);
        lambda$Fn1047 = new ModuleMethod(frameVar, 1147, null, 0);
        lambda$Fn1048 = new ModuleMethod(frameVar, 1148, null, 0);
        lambda$Fn1049 = new ModuleMethod(frameVar, 1149, null, 0);
        lambda$Fn1050 = new ModuleMethod(frameVar, 1150, null, 0);
        lambda$Fn1051 = new ModuleMethod(frameVar, 1151, null, 0);
        lambda$Fn1052 = new ModuleMethod(frameVar, 1152, null, 0);
        lambda$Fn1053 = new ModuleMethod(frameVar, 1153, null, 0);
        lambda$Fn1054 = new ModuleMethod(frameVar, 1154, null, 0);
        lambda$Fn1055 = new ModuleMethod(frameVar, 1155, null, 0);
        lambda$Fn1056 = new ModuleMethod(frameVar, 1156, null, 0);
        lambda$Fn1057 = new ModuleMethod(frameVar, 1157, null, 0);
        lambda$Fn1058 = new ModuleMethod(frameVar, 1158, null, 0);
        lambda$Fn1059 = new ModuleMethod(frameVar, 1159, null, 0);
        lambda$Fn1060 = new ModuleMethod(frameVar, 1160, null, 0);
        lambda$Fn1061 = new ModuleMethod(frameVar, 1161, null, 0);
        lambda$Fn1062 = new ModuleMethod(frameVar, 1162, null, 0);
        lambda$Fn1063 = new ModuleMethod(frameVar, 1163, null, 0);
        lambda$Fn1064 = new ModuleMethod(frameVar, 1164, null, 0);
        lambda$Fn1065 = new ModuleMethod(frameVar, 1165, null, 0);
        lambda$Fn1066 = new ModuleMethod(frameVar, 1166, null, 0);
        lambda$Fn1067 = new ModuleMethod(frameVar, 1167, null, 0);
        lambda$Fn1068 = new ModuleMethod(frameVar, 1168, null, 0);
        lambda$Fn1069 = new ModuleMethod(frameVar, 1169, null, 0);
        lambda$Fn1070 = new ModuleMethod(frameVar, 1170, null, 0);
        lambda$Fn1071 = new ModuleMethod(frameVar, 1171, null, 0);
        lambda$Fn1072 = new ModuleMethod(frameVar, 1172, null, 0);
        lambda$Fn1073 = new ModuleMethod(frameVar, 1173, null, 0);
        lambda$Fn1074 = new ModuleMethod(frameVar, 1174, null, 0);
        lambda$Fn1075 = new ModuleMethod(frameVar, 1175, null, 0);
        lambda$Fn1076 = new ModuleMethod(frameVar, 1176, null, 0);
        lambda$Fn1077 = new ModuleMethod(frameVar, 1177, null, 0);
        lambda$Fn1078 = new ModuleMethod(frameVar, 1178, null, 0);
        lambda$Fn1079 = new ModuleMethod(frameVar, 1179, null, 0);
        lambda$Fn1080 = new ModuleMethod(frameVar, 1180, null, 0);
        lambda$Fn1081 = new ModuleMethod(frameVar, 1181, null, 0);
        lambda$Fn1082 = new ModuleMethod(frameVar, 1182, null, 0);
        lambda$Fn1083 = new ModuleMethod(frameVar, 1183, null, 0);
        lambda$Fn1084 = new ModuleMethod(frameVar, 1184, null, 0);
        lambda$Fn1085 = new ModuleMethod(frameVar, 1185, null, 0);
        lambda$Fn1086 = new ModuleMethod(frameVar, 1186, null, 0);
        this.r1$Click = new ModuleMethod(frameVar, 1187, Lit6507, 0);
        lambda$Fn1087 = new ModuleMethod(frameVar, 1188, null, 0);
        lambda$Fn1088 = new ModuleMethod(frameVar, 1189, null, 0);
        this.r2$Click = new ModuleMethod(frameVar, 1190, Lit6510, 0);
        lambda$Fn1089 = new ModuleMethod(frameVar, 1191, null, 0);
        lambda$Fn1090 = new ModuleMethod(frameVar, 1192, null, 0);
        this.r3$Click = new ModuleMethod(frameVar, 1193, Lit6513, 0);
        lambda$Fn1091 = new ModuleMethod(frameVar, 1194, null, 0);
        lambda$Fn1092 = new ModuleMethod(frameVar, 1195, null, 0);
        this.r4$Click = new ModuleMethod(frameVar, 1196, Lit6516, 0);
        lambda$Fn1093 = new ModuleMethod(frameVar, 1197, null, 0);
        lambda$Fn1094 = new ModuleMethod(frameVar, 1198, null, 0);
        this.r5$Click = new ModuleMethod(frameVar, 1199, Lit6519, 0);
        lambda$Fn1095 = new ModuleMethod(frameVar, 1200, null, 0);
        lambda$Fn1096 = new ModuleMethod(frameVar, ErrorMessages.ERROR_CAMCORDER_NO_CLIP_RETURNED, null, 0);
        lambda$Fn1097 = new ModuleMethod(frameVar, 1202, null, 0);
        lambda$Fn1098 = new ModuleMethod(frameVar, 1203, null, 0);
        this.mBtnRatingSubmit$Click = new ModuleMethod(frameVar, 1204, Lit6535, 0);
        lambda$Fn1099 = new ModuleMethod(frameVar, 1205, null, 0);
        lambda$Fn1100 = new ModuleMethod(frameVar, 1206, null, 0);
        lambda$Fn1101 = new ModuleMethod(frameVar, 1207, null, 0);
        lambda$Fn1102 = new ModuleMethod(frameVar, 1208, null, 0);
        lambda$Fn1103 = new ModuleMethod(frameVar, 1209, null, 0);
        lambda$Fn1104 = new ModuleMethod(frameVar, 1210, null, 0);
        this.mbtnBackupData$Click = new ModuleMethod(frameVar, 1211, Lit6545, 0);
        lambda$Fn1105 = new ModuleMethod(frameVar, 1212, null, 0);
        lambda$Fn1106 = new ModuleMethod(frameVar, 1213, null, 0);
        this.btnAppVersion$Click = new ModuleMethod(frameVar, 1214, Lit6551, 0);
        lambda$Fn1107 = new ModuleMethod(frameVar, 1215, null, 0);
        lambda$Fn1108 = new ModuleMethod(frameVar, 1216, null, 0);
        lambda$Fn1109 = new ModuleMethod(frameVar, 1217, null, 0);
        lambda$Fn1110 = new ModuleMethod(frameVar, 1218, null, 0);
        lambda$Fn1111 = new ModuleMethod(frameVar, 1219, null, 0);
        lambda$Fn1112 = new ModuleMethod(frameVar, 1220, null, 0);
        lambda$Fn1113 = new ModuleMethod(frameVar, 1221, null, 0);
        lambda$Fn1114 = new ModuleMethod(frameVar, 1222, null, 0);
        this.Label50$Click = new ModuleMethod(frameVar, 1223, Lit6567, 0);
        lambda$Fn1115 = new ModuleMethod(frameVar, 1224, null, 0);
        lambda$Fn1116 = new ModuleMethod(frameVar, 1225, null, 0);
        lambda$Fn1117 = new ModuleMethod(frameVar, 1226, null, 0);
        lambda$Fn1118 = new ModuleMethod(frameVar, 1227, null, 0);
        this.lblrecommendRefresh$Click = new ModuleMethod(frameVar, 1228, Lit6573, 0);
        lambda$Fn1119 = new ModuleMethod(frameVar, 1229, null, 0);
        lambda$Fn1120 = new ModuleMethod(frameVar, 1230, null, 0);
        lambda$Fn1121 = new ModuleMethod(frameVar, 1231, null, 0);
        lambda$Fn1122 = new ModuleMethod(frameVar, 1232, null, 0);
        lambda$Fn1123 = new ModuleMethod(frameVar, 1233, null, 0);
        lambda$Fn1124 = new ModuleMethod(frameVar, 1234, null, 0);
        lambda$Fn1125 = new ModuleMethod(frameVar, 1235, null, 0);
        lambda$Fn1126 = new ModuleMethod(frameVar, 1236, null, 0);
        this.cvAds$Click = new ModuleMethod(frameVar, 1237, Lit6587, 0);
        lambda$Fn1127 = new ModuleMethod(frameVar, 1238, null, 0);
        lambda$Fn1128 = new ModuleMethod(frameVar, 1239, null, 0);
        lambda$Fn1129 = new ModuleMethod(frameVar, 1240, null, 0);
        lambda$Fn1130 = new ModuleMethod(frameVar, 1241, null, 0);
        lambda$Fn1131 = new ModuleMethod(frameVar, 1242, null, 0);
        lambda$Fn1132 = new ModuleMethod(frameVar, 1243, null, 0);
        lambda$Fn1133 = new ModuleMethod(frameVar, 1244, null, 0);
        lambda$Fn1134 = new ModuleMethod(frameVar, 1245, null, 0);
        lambda$Fn1135 = new ModuleMethod(frameVar, 1246, null, 0);
        lambda$Fn1136 = new ModuleMethod(frameVar, 1247, null, 0);
        lambda$Fn1137 = new ModuleMethod(frameVar, 1248, null, 0);
        lambda$Fn1138 = new ModuleMethod(frameVar, 1249, null, 0);
        lambda$Fn1139 = new ModuleMethod(frameVar, 1250, null, 0);
        lambda$Fn1140 = new ModuleMethod(frameVar, 1251, null, 0);
        lambda$Fn1141 = new ModuleMethod(frameVar, 1252, null, 0);
        lambda$Fn1142 = new ModuleMethod(frameVar, 1253, null, 0);
        lambda$Fn1143 = new ModuleMethod(frameVar, 1254, null, 0);
        lambda$Fn1144 = new ModuleMethod(frameVar, 1255, null, 0);
        lambda$Fn1145 = new ModuleMethod(frameVar, 1256, null, 0);
        lambda$Fn1146 = new ModuleMethod(frameVar, 1257, null, 0);
        lambda$Fn1147 = new ModuleMethod(frameVar, 1258, null, 0);
        lambda$Fn1148 = new ModuleMethod(frameVar, 1259, null, 0);
        lambda$Fn1149 = new ModuleMethod(frameVar, 1260, null, 0);
        lambda$Fn1150 = new ModuleMethod(frameVar, 1261, null, 0);
        lambda$Fn1151 = new ModuleMethod(frameVar, 1262, null, 0);
        lambda$Fn1152 = new ModuleMethod(frameVar, 1263, null, 0);
        lambda$Fn1153 = new ModuleMethod(frameVar, 1264, null, 0);
        lambda$Fn1154 = new ModuleMethod(frameVar, 1265, null, 0);
        lambda$Fn1155 = new ModuleMethod(frameVar, 1266, null, 0);
        lambda$Fn1156 = new ModuleMethod(frameVar, 1267, null, 0);
        lambda$Fn1157 = new ModuleMethod(frameVar, 1268, null, 0);
        lambda$Fn1158 = new ModuleMethod(frameVar, 1269, null, 0);
        this.lblMenu$Click = new ModuleMethod(frameVar, 1270, Lit6640, 0);
        lambda$Fn1159 = new ModuleMethod(frameVar, 1271, null, 0);
        lambda$Fn1160 = new ModuleMethod(frameVar, 1272, null, 0);
        lambda$Fn1161 = new ModuleMethod(frameVar, 1273, null, 0);
        lambda$Fn1162 = new ModuleMethod(frameVar, 1274, null, 0);
        this.lblHelp$Click = new ModuleMethod(frameVar, 1275, Lit6649, 0);
        lambda$Fn1163 = new ModuleMethod(frameVar, 1276, null, 0);
        lambda$Fn1164 = new ModuleMethod(frameVar, 1277, null, 0);
        this.lblNotification$Click = new ModuleMethod(frameVar, 1278, Lit6655, 0);
        lambda$Fn1165 = new ModuleMethod(frameVar, 1279, null, 0);
        lambda$Fn1166 = new ModuleMethod(frameVar, 1280, null, 0);
        this.lblMarket$Click = new ModuleMethod(frameVar, 1281, Lit6662, 0);
        lambda$Fn1167 = new ModuleMethod(frameVar, 1282, null, 0);
        lambda$Fn1168 = new ModuleMethod(frameVar, 1283, null, 0);
        lambda$Fn1169 = new ModuleMethod(frameVar, 1284, null, 0);
        lambda$Fn1170 = new ModuleMethod(frameVar, 1285, null, 0);
        lambda$Fn1171 = new ModuleMethod(frameVar, 1286, null, 0);
        lambda$Fn1172 = new ModuleMethod(frameVar, 1287, null, 0);
        lambda$Fn1173 = new ModuleMethod(frameVar, 1288, null, 0);
        lambda$Fn1174 = new ModuleMethod(frameVar, 1289, null, 0);
        this.haW1$Click = new ModuleMethod(frameVar, 1290, Lit6678, 0);
        lambda$Fn1175 = new ModuleMethod(frameVar, 1291, null, 0);
        lambda$Fn1176 = new ModuleMethod(frameVar, 1292, null, 0);
        lambda$Fn1177 = new ModuleMethod(frameVar, 1293, null, 0);
        lambda$Fn1178 = new ModuleMethod(frameVar, 1294, null, 0);
        lambda$Fn1179 = new ModuleMethod(frameVar, 1295, null, 0);
        lambda$Fn1180 = new ModuleMethod(frameVar, 1296, null, 0);
        lambda$Fn1181 = new ModuleMethod(frameVar, 1297, null, 0);
        lambda$Fn1182 = new ModuleMethod(frameVar, 1298, null, 0);
        lambda$Fn1183 = new ModuleMethod(frameVar, 1299, null, 0);
        lambda$Fn1184 = new ModuleMethod(frameVar, 1300, null, 0);
        this.haW2$Click = new ModuleMethod(frameVar, ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_UNAVAILBLE, Lit6693, 0);
        lambda$Fn1185 = new ModuleMethod(frameVar, ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_CANT_EXIT, null, 0);
        lambda$Fn1186 = new ModuleMethod(frameVar, ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_UNSUPPORTED, null, 0);
        lambda$Fn1187 = new ModuleMethod(frameVar, 1304, null, 0);
        lambda$Fn1188 = new ModuleMethod(frameVar, 1305, null, 0);
        lambda$Fn1189 = new ModuleMethod(frameVar, 1306, null, 0);
        lambda$Fn1190 = new ModuleMethod(frameVar, 1307, null, 0);
        lambda$Fn1191 = new ModuleMethod(frameVar, 1308, null, 0);
        lambda$Fn1192 = new ModuleMethod(frameVar, 1309, null, 0);
        lambda$Fn1193 = new ModuleMethod(frameVar, 1310, null, 0);
        lambda$Fn1194 = new ModuleMethod(frameVar, 1311, null, 0);
        this.wvBanner$WebViewStringChange = new ModuleMethod(frameVar, 1312, Lit6717, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn1195 = new ModuleMethod(frameVar, 1313, null, 0);
        lambda$Fn1196 = new ModuleMethod(frameVar, 1314, null, 0);
        lambda$Fn1197 = new ModuleMethod(frameVar, 1315, null, 0);
        lambda$Fn1198 = new ModuleMethod(frameVar, 1316, null, 0);
        lambda$Fn1199 = new ModuleMethod(frameVar, 1317, null, 0);
        lambda$Fn1200 = new ModuleMethod(frameVar, 1318, null, 0);
        lambda$Fn1201 = new ModuleMethod(frameVar, 1319, null, 0);
        lambda$Fn1202 = new ModuleMethod(frameVar, 1320, null, 0);
        lambda$Fn1203 = new ModuleMethod(frameVar, 1321, null, 0);
        lambda$Fn1204 = new ModuleMethod(frameVar, 1322, null, 0);
        lambda$Fn1205 = new ModuleMethod(frameVar, 1323, null, 0);
        lambda$Fn1206 = new ModuleMethod(frameVar, 1324, null, 0);
        lambda$Fn1207 = new ModuleMethod(frameVar, 1325, null, 0);
        lambda$Fn1208 = new ModuleMethod(frameVar, 1326, null, 0);
        lambda$Fn1209 = new ModuleMethod(frameVar, 1327, null, 0);
        lambda$Fn1210 = new ModuleMethod(frameVar, 1328, null, 0);
        lambda$Fn1211 = new ModuleMethod(frameVar, 1329, null, 0);
        lambda$Fn1212 = new ModuleMethod(frameVar, 1330, null, 0);
        this.lblNewBasket$Click = new ModuleMethod(frameVar, 1331, Lit6751, 0);
        lambda$Fn1213 = new ModuleMethod(frameVar, 1332, null, 0);
        lambda$Fn1214 = new ModuleMethod(frameVar, 1333, null, 0);
        lambda$Fn1215 = new ModuleMethod(frameVar, 1334, null, 0);
        lambda$Fn1216 = new ModuleMethod(frameVar, 1335, null, 0);
        lambda$Fn1217 = new ModuleMethod(frameVar, 1336, null, 0);
        lambda$Fn1218 = new ModuleMethod(frameVar, 1337, null, 0);
        lambda$Fn1219 = new ModuleMethod(frameVar, 1338, null, 0);
        lambda$Fn1220 = new ModuleMethod(frameVar, 1339, null, 0);
        lambda$Fn1221 = new ModuleMethod(frameVar, 1340, null, 0);
        lambda$Fn1222 = new ModuleMethod(frameVar, 1341, null, 0);
        lambda$Fn1223 = new ModuleMethod(frameVar, 1342, null, 0);
        lambda$Fn1224 = new ModuleMethod(frameVar, 1343, null, 0);
        this.cvSearch$Click = new ModuleMethod(frameVar, 1344, Lit6772, 0);
        lambda$Fn1225 = new ModuleMethod(frameVar, 1345, null, 0);
        lambda$Fn1226 = new ModuleMethod(frameVar, 1346, null, 0);
        lambda$Fn1227 = new ModuleMethod(frameVar, 1347, null, 0);
        lambda$Fn1228 = new ModuleMethod(frameVar, 1348, null, 0);
        lambda$Fn1229 = new ModuleMethod(frameVar, 1349, null, 0);
        lambda$Fn1230 = new ModuleMethod(frameVar, 1350, null, 0);
        lambda$Fn1231 = new ModuleMethod(frameVar, 1351, null, 0);
        lambda$Fn1232 = new ModuleMethod(frameVar, 1352, null, 0);
        lambda$Fn1233 = new ModuleMethod(frameVar, 1353, null, 0);
        lambda$Fn1234 = new ModuleMethod(frameVar, 1354, null, 0);
        this.lblMic$Click = new ModuleMethod(frameVar, 1355, Lit6792, 0);
        lambda$Fn1235 = new ModuleMethod(frameVar, 1356, null, 0);
        lambda$Fn1236 = new ModuleMethod(frameVar, 1357, null, 0);
        lambda$Fn1237 = new ModuleMethod(frameVar, 1358, null, 0);
        lambda$Fn1238 = new ModuleMethod(frameVar, 1359, null, 0);
        this.btnMic$Click = new ModuleMethod(frameVar, 1360, Lit6803, 0);
        lambda$Fn1239 = new ModuleMethod(frameVar, 1361, null, 0);
        lambda$Fn1240 = new ModuleMethod(frameVar, 1362, null, 0);
        lambda$Fn1241 = new ModuleMethod(frameVar, 1363, null, 0);
        lambda$Fn1242 = new ModuleMethod(frameVar, 1364, null, 0);
        this.Swipe_Refresh_Layout1$OnPageRefresh = new ModuleMethod(frameVar, 1365, Lit6815, 0);
        lambda$Fn1243 = new ModuleMethod(frameVar, 1366, null, 0);
        lambda$Fn1244 = new ModuleMethod(frameVar, 1367, null, 0);
        lambda$Fn1245 = new ModuleMethod(frameVar, 1368, null, 0);
        lambda$Fn1246 = new ModuleMethod(frameVar, 1369, null, 0);
        this.lblWatchlistClear$Click = new ModuleMethod(frameVar, 1370, Lit6826, 0);
        lambda$Fn1247 = new ModuleMethod(frameVar, 1371, null, 0);
        lambda$Fn1248 = new ModuleMethod(frameVar, 1372, null, 0);
        lambda$Fn1249 = new ModuleMethod(frameVar, 1373, null, 0);
        lambda$Fn1250 = new ModuleMethod(frameVar, 1374, null, 0);
        this.vaNoWatchlist$Click = new ModuleMethod(frameVar, 1375, Lit6833, 0);
        lambda$Fn1251 = new ModuleMethod(frameVar, 1376, null, 0);
        lambda$Fn1252 = new ModuleMethod(frameVar, 1377, null, 0);
        lambda$Fn1253 = new ModuleMethod(frameVar, 1378, null, 0);
        lambda$Fn1254 = new ModuleMethod(frameVar, 1379, null, 0);
        lambda$Fn1255 = new ModuleMethod(frameVar, 1380, null, 0);
        lambda$Fn1256 = new ModuleMethod(frameVar, 1381, null, 0);
        lambda$Fn1257 = new ModuleMethod(frameVar, 1382, null, 0);
        lambda$Fn1258 = new ModuleMethod(frameVar, 1383, null, 0);
        this.Tab_Layout1$Selected = new ModuleMethod(frameVar, 1384, Lit6847, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn1259 = new ModuleMethod(frameVar, 1385, null, 0);
        lambda$Fn1260 = new ModuleMethod(frameVar, 1386, null, 0);
        lambda$Fn1261 = new ModuleMethod(frameVar, 1387, null, 0);
        lambda$Fn1262 = new ModuleMethod(frameVar, 1388, null, 0);
        lambda$Fn1263 = new ModuleMethod(frameVar, 1389, null, 0);
        lambda$Fn1264 = new ModuleMethod(frameVar, 1390, null, 0);
        lambda$Fn1265 = new ModuleMethod(frameVar, 1391, null, 0);
        lambda$Fn1266 = new ModuleMethod(frameVar, 1392, null, 0);
        lambda$Fn1267 = new ModuleMethod(frameVar, 1393, null, 0);
        lambda$Fn1268 = new ModuleMethod(frameVar, 1394, null, 0);
        lambda$Fn1269 = new ModuleMethod(frameVar, 1395, null, 0);
        lambda$Fn1270 = new ModuleMethod(frameVar, 1396, null, 0);
        lambda$Fn1271 = new ModuleMethod(frameVar, 1397, null, 0);
        lambda$Fn1272 = new ModuleMethod(frameVar, 1398, null, 0);
        lambda$Fn1273 = new ModuleMethod(frameVar, 1399, null, 0);
        lambda$Fn1274 = new ModuleMethod(frameVar, 1400, null, 0);
        lambda$Fn1275 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BAD_VALUE_FOR_HORIZONTAL_ALIGNMENT, null, 0);
        lambda$Fn1276 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BAD_VALUE_FOR_VERTICAL_ALIGNMENT, null, 0);
        lambda$Fn1277 = new ModuleMethod(frameVar, 1403, null, 0);
        lambda$Fn1278 = new ModuleMethod(frameVar, 1404, null, 0);
        lambda$Fn1279 = new ModuleMethod(frameVar, 1405, null, 0);
        lambda$Fn1280 = new ModuleMethod(frameVar, 1406, null, 0);
        lambda$Fn1281 = new ModuleMethod(frameVar, 1407, null, 0);
        lambda$Fn1282 = new ModuleMethod(frameVar, 1408, null, 0);
        lambda$Fn1283 = new ModuleMethod(frameVar, 1409, null, 0);
        lambda$Fn1284 = new ModuleMethod(frameVar, 1410, null, 0);
        lambda$Fn1285 = new ModuleMethod(frameVar, 1411, null, 0);
        lambda$Fn1286 = new ModuleMethod(frameVar, 1412, null, 0);
        lambda$Fn1287 = new ModuleMethod(frameVar, 1413, null, 0);
        lambda$Fn1288 = new ModuleMethod(frameVar, 1414, null, 0);
        lambda$Fn1289 = new ModuleMethod(frameVar, 1415, null, 0);
        lambda$Fn1290 = new ModuleMethod(frameVar, 1416, null, 0);
        lambda$Fn1291 = new ModuleMethod(frameVar, 1417, null, 0);
        lambda$Fn1292 = new ModuleMethod(frameVar, 1418, null, 0);
        lambda$Fn1293 = new ModuleMethod(frameVar, 1419, null, 0);
        lambda$Fn1294 = new ModuleMethod(frameVar, 1420, null, 0);
        lambda$Fn1295 = new ModuleMethod(frameVar, 1421, null, 0);
        lambda$Fn1296 = new ModuleMethod(frameVar, 1422, null, 0);
        lambda$Fn1297 = new ModuleMethod(frameVar, 1423, null, 0);
        lambda$Fn1298 = new ModuleMethod(frameVar, 1424, null, 0);
        lambda$Fn1299 = new ModuleMethod(frameVar, 1425, null, 0);
        lambda$Fn1300 = new ModuleMethod(frameVar, 1426, null, 0);
        lambda$Fn1301 = new ModuleMethod(frameVar, 1427, null, 0);
        lambda$Fn1302 = new ModuleMethod(frameVar, 1428, null, 0);
        lambda$Fn1303 = new ModuleMethod(frameVar, 1429, null, 0);
        lambda$Fn1304 = new ModuleMethod(frameVar, 1430, null, 0);
        lambda$Fn1305 = new ModuleMethod(frameVar, 1431, null, 0);
        lambda$Fn1306 = new ModuleMethod(frameVar, 1432, null, 0);
        lambda$Fn1307 = new ModuleMethod(frameVar, 1433, null, 0);
        lambda$Fn1308 = new ModuleMethod(frameVar, 1434, null, 0);
        lambda$Fn1309 = new ModuleMethod(frameVar, 1435, null, 0);
        lambda$Fn1310 = new ModuleMethod(frameVar, 1436, null, 0);
        lambda$Fn1311 = new ModuleMethod(frameVar, 1437, null, 0);
        lambda$Fn1312 = new ModuleMethod(frameVar, 1438, null, 0);
        lambda$Fn1313 = new ModuleMethod(frameVar, 1439, null, 0);
        lambda$Fn1314 = new ModuleMethod(frameVar, OneSignalRemoteParams.DEFAULT_INDIRECT_ATTRIBUTION_WINDOW, null, 0);
        this.lblSquareOff$Click = new ModuleMethod(frameVar, 1441, Lit6939, 0);
        lambda$Fn1315 = new ModuleMethod(frameVar, 1442, null, 0);
        lambda$Fn1316 = new ModuleMethod(frameVar, 1443, null, 0);
        lambda$Fn1317 = new ModuleMethod(frameVar, 1444, null, 0);
        lambda$Fn1318 = new ModuleMethod(frameVar, 1445, null, 0);
        lambda$Fn1319 = new ModuleMethod(frameVar, 1446, null, 0);
        lambda$Fn1320 = new ModuleMethod(frameVar, 1447, null, 0);
        lambda$Fn1321 = new ModuleMethod(frameVar, 1448, null, 0);
        lambda$Fn1322 = new ModuleMethod(frameVar, 1449, null, 0);
        lambda$Fn1323 = new ModuleMethod(frameVar, 1450, null, 0);
        lambda$Fn1324 = new ModuleMethod(frameVar, 1451, null, 0);
        lambda$Fn1325 = new ModuleMethod(frameVar, 1452, null, 0);
        lambda$Fn1326 = new ModuleMethod(frameVar, 1453, null, 0);
        lambda$Fn1327 = new ModuleMethod(frameVar, 1454, null, 0);
        lambda$Fn1328 = new ModuleMethod(frameVar, 1455, null, 0);
        lambda$Fn1329 = new ModuleMethod(frameVar, 1456, null, 0);
        lambda$Fn1330 = new ModuleMethod(frameVar, 1457, null, 0);
        lambda$Fn1331 = new ModuleMethod(frameVar, 1458, null, 0);
        lambda$Fn1332 = new ModuleMethod(frameVar, 1459, null, 0);
        lambda$Fn1333 = new ModuleMethod(frameVar, 1460, null, 0);
        lambda$Fn1334 = new ModuleMethod(frameVar, 1461, null, 0);
        lambda$Fn1335 = new ModuleMethod(frameVar, 1462, null, 0);
        lambda$Fn1336 = new ModuleMethod(frameVar, 1463, null, 0);
        lambda$Fn1337 = new ModuleMethod(frameVar, 1464, null, 0);
        lambda$Fn1338 = new ModuleMethod(frameVar, 1465, null, 0);
        lambda$Fn1339 = new ModuleMethod(frameVar, 1466, null, 0);
        lambda$Fn1340 = new ModuleMethod(frameVar, 1467, null, 0);
        lambda$Fn1341 = new ModuleMethod(frameVar, 1468, null, 0);
        lambda$Fn1342 = new ModuleMethod(frameVar, 1469, null, 0);
        lambda$Fn1343 = new ModuleMethod(frameVar, 1470, null, 0);
        lambda$Fn1344 = new ModuleMethod(frameVar, 1471, null, 0);
        lambda$Fn1345 = new ModuleMethod(frameVar, 1472, null, 0);
        lambda$Fn1346 = new ModuleMethod(frameVar, 1473, null, 0);
        lambda$Fn1347 = new ModuleMethod(frameVar, 1474, null, 0);
        lambda$Fn1348 = new ModuleMethod(frameVar, 1475, null, 0);
        lambda$Fn1349 = new ModuleMethod(frameVar, 1476, null, 0);
        lambda$Fn1350 = new ModuleMethod(frameVar, 1477, null, 0);
        lambda$Fn1351 = new ModuleMethod(frameVar, 1478, null, 0);
        lambda$Fn1352 = new ModuleMethod(frameVar, 1479, null, 0);
        this.mbtnTopUp$Click = new ModuleMethod(frameVar, 1480, Lit7011, 0);
        lambda$Fn1353 = new ModuleMethod(frameVar, 1481, null, 0);
        lambda$Fn1354 = new ModuleMethod(frameVar, 1482, null, 0);
        this.mbtnSetFunds$Click = new ModuleMethod(frameVar, 1483, Lit7023, 0);
        lambda$Fn1355 = new ModuleMethod(frameVar, 1484, null, 0);
        lambda$Fn1356 = new ModuleMethod(frameVar, 1485, null, 0);
        lambda$Fn1357 = new ModuleMethod(frameVar, 1486, null, 0);
        lambda$Fn1358 = new ModuleMethod(frameVar, 1487, null, 0);
        lambda$Fn1359 = new ModuleMethod(frameVar, 1488, null, 0);
        lambda$Fn1360 = new ModuleMethod(frameVar, 1489, null, 0);
        lambda$Fn1361 = new ModuleMethod(frameVar, 1490, null, 0);
        lambda$Fn1362 = new ModuleMethod(frameVar, 1491, null, 0);
        lambda$Fn1363 = new ModuleMethod(frameVar, 1492, null, 0);
        lambda$Fn1364 = new ModuleMethod(frameVar, 1493, null, 0);
        lambda$Fn1365 = new ModuleMethod(frameVar, 1494, null, 0);
        lambda$Fn1366 = new ModuleMethod(frameVar, 1495, null, 0);
        lambda$Fn1367 = new ModuleMethod(frameVar, 1496, null, 0);
        lambda$Fn1368 = new ModuleMethod(frameVar, 1497, null, 0);
        lambda$Fn1369 = new ModuleMethod(frameVar, 1498, null, 0);
        lambda$Fn1370 = new ModuleMethod(frameVar, 1499, null, 0);
        lambda$Fn1371 = new ModuleMethod(frameVar, ConnectionResult.DRIVE_EXTERNAL_STORAGE_REQUIRED, null, 0);
        lambda$Fn1372 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NO_SCANNER_FOUND, null, 0);
        lambda$Fn1373 = new ModuleMethod(frameVar, 1502, null, 0);
        lambda$Fn1374 = new ModuleMethod(frameVar, 1503, null, 0);
        lambda$Fn1375 = new ModuleMethod(frameVar, 1504, null, 0);
        lambda$Fn1376 = new ModuleMethod(frameVar, 1505, null, 0);
        lambda$Fn1377 = new ModuleMethod(frameVar, 1506, null, 0);
        lambda$Fn1378 = new ModuleMethod(frameVar, 1507, null, 0);
        lambda$Fn1379 = new ModuleMethod(frameVar, 1508, null, 0);
        lambda$Fn1380 = new ModuleMethod(frameVar, 1509, null, 0);
        lambda$Fn1381 = new ModuleMethod(frameVar, 1510, null, 0);
        lambda$Fn1382 = new ModuleMethod(frameVar, 1511, null, 0);
        lambda$Fn1383 = new ModuleMethod(frameVar, 1512, null, 0);
        lambda$Fn1384 = new ModuleMethod(frameVar, 1513, null, 0);
        lambda$Fn1385 = new ModuleMethod(frameVar, 1514, null, 0);
        lambda$Fn1386 = new ModuleMethod(frameVar, 1515, null, 0);
        lambda$Fn1387 = new ModuleMethod(frameVar, 1516, null, 0);
        lambda$Fn1388 = new ModuleMethod(frameVar, 1517, null, 0);
        lambda$Fn1389 = new ModuleMethod(frameVar, 1518, null, 0);
        lambda$Fn1390 = new ModuleMethod(frameVar, 1519, null, 0);
        lambda$Fn1391 = new ModuleMethod(frameVar, 1520, null, 0);
        lambda$Fn1392 = new ModuleMethod(frameVar, 1521, null, 0);
        lambda$Fn1393 = new ModuleMethod(frameVar, 1522, null, 0);
        lambda$Fn1394 = new ModuleMethod(frameVar, 1523, null, 0);
        lambda$Fn1395 = new ModuleMethod(frameVar, 1524, null, 0);
        lambda$Fn1396 = new ModuleMethod(frameVar, 1525, null, 0);
        lambda$Fn1397 = new ModuleMethod(frameVar, 1526, null, 0);
        lambda$Fn1398 = new ModuleMethod(frameVar, 1527, null, 0);
        this.cvLearn$Click = new ModuleMethod(frameVar, 1528, Lit7102, 0);
        lambda$Fn1399 = new ModuleMethod(frameVar, 1529, null, 0);
        lambda$Fn1400 = new ModuleMethod(frameVar, 1530, null, 0);
        lambda$Fn1401 = new ModuleMethod(frameVar, 1531, null, 0);
        lambda$Fn1402 = new ModuleMethod(frameVar, 1532, null, 0);
        lambda$Fn1403 = new ModuleMethod(frameVar, 1533, null, 0);
        lambda$Fn1404 = new ModuleMethod(frameVar, 1534, null, 0);
        this.cvInvite$Click = new ModuleMethod(frameVar, 1535, Lit7118, 0);
        lambda$Fn1405 = new ModuleMethod(frameVar, 1536, null, 0);
        lambda$Fn1406 = new ModuleMethod(frameVar, 1537, null, 0);
        lambda$Fn1407 = new ModuleMethod(frameVar, 1538, null, 0);
        lambda$Fn1408 = new ModuleMethod(frameVar, 1539, null, 0);
        lambda$Fn1409 = new ModuleMethod(frameVar, 1540, null, 0);
        lambda$Fn1410 = new ModuleMethod(frameVar, 1541, null, 0);
        this.cvPrivacy$Click = new ModuleMethod(frameVar, 1542, Lit7131, 0);
        lambda$Fn1411 = new ModuleMethod(frameVar, 1543, null, 0);
        lambda$Fn1412 = new ModuleMethod(frameVar, 1544, null, 0);
        lambda$Fn1413 = new ModuleMethod(frameVar, 1545, null, 0);
        lambda$Fn1414 = new ModuleMethod(frameVar, 1546, null, 0);
        lambda$Fn1415 = new ModuleMethod(frameVar, 1547, null, 0);
        lambda$Fn1416 = new ModuleMethod(frameVar, 1548, null, 0);
        this.cvContact$Click = new ModuleMethod(frameVar, 1549, Lit7145, 0);
        lambda$Fn1417 = new ModuleMethod(frameVar, 1550, null, 0);
        lambda$Fn1418 = new ModuleMethod(frameVar, 1551, null, 0);
        lambda$Fn1419 = new ModuleMethod(frameVar, 1552, null, 0);
        lambda$Fn1420 = new ModuleMethod(frameVar, 1553, null, 0);
        lambda$Fn1421 = new ModuleMethod(frameVar, 1554, null, 0);
        lambda$Fn1422 = new ModuleMethod(frameVar, 1555, null, 0);
        lambda$Fn1423 = new ModuleMethod(frameVar, 1556, null, 0);
        lambda$Fn1424 = new ModuleMethod(frameVar, 1557, null, 0);
        lambda$Fn1425 = new ModuleMethod(frameVar, 1558, null, 0);
        lambda$Fn1426 = new ModuleMethod(frameVar, 1559, null, 0);
        lambda$Fn1427 = new ModuleMethod(frameVar, 1560, null, 0);
        lambda$Fn1428 = new ModuleMethod(frameVar, 1561, null, 0);
        lambda$Fn1429 = new ModuleMethod(frameVar, 1562, null, 0);
        lambda$Fn1430 = new ModuleMethod(frameVar, 1563, null, 0);
        lambda$Fn1431 = new ModuleMethod(frameVar, 1564, null, 0);
        lambda$Fn1432 = new ModuleMethod(frameVar, 1565, null, 0);
        lambda$Fn1433 = new ModuleMethod(frameVar, 1566, null, 0);
        lambda$Fn1434 = new ModuleMethod(frameVar, 1567, null, 0);
        lambda$Fn1435 = new ModuleMethod(frameVar, 1568, null, 0);
        lambda$Fn1436 = new ModuleMethod(frameVar, 1569, null, 0);
        this.cvReports$Click = new ModuleMethod(frameVar, 1570, Lit7186, 0);
        lambda$Fn1437 = new ModuleMethod(frameVar, 1571, null, 0);
        lambda$Fn1438 = new ModuleMethod(frameVar, 1572, null, 0);
        lambda$Fn1439 = new ModuleMethod(frameVar, 1573, null, 0);
        lambda$Fn1440 = new ModuleMethod(frameVar, 1574, null, 0);
        lambda$Fn1441 = new ModuleMethod(frameVar, 1575, null, 0);
        lambda$Fn1442 = new ModuleMethod(frameVar, 1576, null, 0);
        this.cvNews$Click = new ModuleMethod(frameVar, 1577, Lit7199, 0);
        lambda$Fn1443 = new ModuleMethod(frameVar, 1578, null, 0);
        lambda$Fn1444 = new ModuleMethod(frameVar, 1579, null, 0);
        lambda$Fn1445 = new ModuleMethod(frameVar, 1580, null, 0);
        lambda$Fn1446 = new ModuleMethod(frameVar, 1581, null, 0);
        lambda$Fn1447 = new ModuleMethod(frameVar, 1582, null, 0);
        lambda$Fn1448 = new ModuleMethod(frameVar, 1583, null, 0);
        this.cvSupport$Click = new ModuleMethod(frameVar, 1584, Lit7212, 0);
        lambda$Fn1449 = new ModuleMethod(frameVar, 1585, null, 0);
        lambda$Fn1450 = new ModuleMethod(frameVar, 1586, null, 0);
        lambda$Fn1451 = new ModuleMethod(frameVar, 1587, null, 0);
        lambda$Fn1452 = new ModuleMethod(frameVar, 1588, null, 0);
        lambda$Fn1453 = new ModuleMethod(frameVar, 1589, null, 0);
        lambda$Fn1454 = new ModuleMethod(frameVar, 1590, null, 0);
        this.cvRate$Click = new ModuleMethod(frameVar, 1591, Lit7225, 0);
        lambda$Fn1455 = new ModuleMethod(frameVar, 1592, null, 0);
        lambda$Fn1456 = new ModuleMethod(frameVar, 1593, null, 0);
        lambda$Fn1457 = new ModuleMethod(frameVar, 1594, null, 0);
        lambda$Fn1458 = new ModuleMethod(frameVar, 1595, null, 0);
        lambda$Fn1459 = new ModuleMethod(frameVar, 1596, null, 0);
        lambda$Fn1460 = new ModuleMethod(frameVar, 1597, null, 0);
        lambda$Fn1461 = new ModuleMethod(frameVar, 1598, null, 0);
        lambda$Fn1462 = new ModuleMethod(frameVar, 1599, null, 0);
        lambda$Fn1463 = new ModuleMethod(frameVar, 1600, null, 0);
        lambda$Fn1464 = new ModuleMethod(frameVar, ErrorMessages.ERROR_CANNOT_SAVE_IMAGE, null, 0);
        lambda$Fn1465 = new ModuleMethod(frameVar, ErrorMessages.ERROR_CANNOT_COPY_MEDIA, null, 0);
        lambda$Fn1466 = new ModuleMethod(frameVar, 1603, null, 0);
        lambda$Fn1467 = new ModuleMethod(frameVar, 1604, null, 0);
        lambda$Fn1468 = new ModuleMethod(frameVar, 1605, null, 0);
        lambda$Fn1469 = new ModuleMethod(frameVar, 1606, null, 0);
        lambda$Fn1470 = new ModuleMethod(frameVar, 1607, null, 0);
        this.Slider1$PositionChanged = new ModuleMethod(frameVar, 1608, Lit7263, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn1471 = new ModuleMethod(frameVar, 1609, null, 0);
        lambda$Fn1472 = new ModuleMethod(frameVar, 1610, null, 0);
        this.Label66$Click = new ModuleMethod(frameVar, 1611, Lit7269, 0);
        lambda$Fn1473 = new ModuleMethod(frameVar, 1612, null, 0);
        lambda$Fn1474 = new ModuleMethod(frameVar, 1613, null, 0);
        this.cvTheme$Click = new ModuleMethod(frameVar, 1614, Lit7275, 0);
        lambda$Fn1475 = new ModuleMethod(frameVar, 1615, null, 0);
        lambda$Fn1476 = new ModuleMethod(frameVar, 1616, null, 0);
        lambda$Fn1477 = new ModuleMethod(frameVar, 1617, null, 0);
        lambda$Fn1478 = new ModuleMethod(frameVar, 1618, null, 0);
        this.swtDarkmode$Changed = new ModuleMethod(frameVar, 1619, Lit7283, 0);
        lambda$Fn1479 = new ModuleMethod(frameVar, 1620, null, 0);
        lambda$Fn1480 = new ModuleMethod(frameVar, 1621, null, 0);
        this.vaBackupRestore$Click = new ModuleMethod(frameVar, 1622, Lit7287, 0);
        lambda$Fn1481 = new ModuleMethod(frameVar, 1623, null, 0);
        lambda$Fn1482 = new ModuleMethod(frameVar, 1624, null, 0);
        this.cvBackup$Click = new ModuleMethod(frameVar, 1625, Lit7291, 0);
        lambda$Fn1483 = new ModuleMethod(frameVar, 1626, null, 0);
        lambda$Fn1484 = new ModuleMethod(frameVar, 1627, null, 0);
        lambda$Fn1485 = new ModuleMethod(frameVar, 1628, null, 0);
        lambda$Fn1486 = new ModuleMethod(frameVar, 1629, null, 0);
        lambda$Fn1487 = new ModuleMethod(frameVar, 1630, null, 0);
        lambda$Fn1488 = new ModuleMethod(frameVar, 1631, null, 0);
        lambda$Fn1489 = new ModuleMethod(frameVar, 1632, null, 0);
        lambda$Fn1490 = new ModuleMethod(frameVar, 1633, null, 0);
        lambda$Fn1491 = new ModuleMethod(frameVar, 1634, null, 0);
        lambda$Fn1492 = new ModuleMethod(frameVar, 1635, null, 0);
        this.cvRestore$Click = new ModuleMethod(frameVar, 1636, Lit7309, 0);
        lambda$Fn1493 = new ModuleMethod(frameVar, 1637, null, 0);
        lambda$Fn1494 = new ModuleMethod(frameVar, 1638, null, 0);
        lambda$Fn1495 = new ModuleMethod(frameVar, 1639, null, 0);
        lambda$Fn1496 = new ModuleMethod(frameVar, 1640, null, 0);
        lambda$Fn1497 = new ModuleMethod(frameVar, 1641, null, 0);
        lambda$Fn1498 = new ModuleMethod(frameVar, 1642, null, 0);
        lambda$Fn1499 = new ModuleMethod(frameVar, 1643, null, 0);
        lambda$Fn1500 = new ModuleMethod(frameVar, 1644, null, 0);
        this.cvLogout$Click = new ModuleMethod(frameVar, 1645, Lit7324, 0);
        lambda$Fn1501 = new ModuleMethod(frameVar, 1646, null, 0);
        lambda$Fn1502 = new ModuleMethod(frameVar, 1647, null, 0);
        lambda$Fn1503 = new ModuleMethod(frameVar, 1648, null, 0);
        lambda$Fn1504 = new ModuleMethod(frameVar, 1649, null, 0);
        lambda$Fn1505 = new ModuleMethod(frameVar, 1650, null, 0);
        lambda$Fn1506 = new ModuleMethod(frameVar, 1651, null, 0);
        lambda$Fn1507 = new ModuleMethod(frameVar, 1652, null, 0);
        lambda$Fn1508 = new ModuleMethod(frameVar, 1653, null, 0);
        this.cvClearData$Click = new ModuleMethod(frameVar, 1654, Lit7339, 0);
        lambda$Fn1509 = new ModuleMethod(frameVar, 1655, null, 0);
        lambda$Fn1510 = new ModuleMethod(frameVar, 1656, null, 0);
        lambda$Fn1511 = new ModuleMethod(frameVar, 1657, null, 0);
        lambda$Fn1512 = new ModuleMethod(frameVar, 1658, null, 0);
        lambda$Fn1513 = new ModuleMethod(frameVar, 1659, null, 0);
        lambda$Fn1514 = new ModuleMethod(frameVar, 1660, null, 0);
        lambda$Fn1515 = new ModuleMethod(frameVar, 1661, null, 0);
        lambda$Fn1516 = new ModuleMethod(frameVar, 1662, null, 0);
        this.cvSettings$Click = new ModuleMethod(frameVar, 1663, Lit7355, 0);
        lambda$Fn1517 = new ModuleMethod(frameVar, 1664, null, 0);
        lambda$Fn1518 = new ModuleMethod(frameVar, 1665, null, 0);
        lambda$Fn1519 = new ModuleMethod(frameVar, 1666, null, 0);
        lambda$Fn1520 = new ModuleMethod(frameVar, 1667, null, 0);
        lambda$Fn1521 = new ModuleMethod(frameVar, 1668, null, 0);
        lambda$Fn1522 = new ModuleMethod(frameVar, 1669, null, 0);
        lambda$Fn1523 = new ModuleMethod(frameVar, 1670, null, 0);
        lambda$Fn1524 = new ModuleMethod(frameVar, 1671, null, 0);
        this.chkNavBar$Changed = new ModuleMethod(frameVar, 1672, Lit7370, 0);
        lambda$Fn1525 = new ModuleMethod(frameVar, 1673, null, 0);
        lambda$Fn1526 = new ModuleMethod(frameVar, 1674, null, 0);
        lambda$Fn1527 = new ModuleMethod(frameVar, 1675, null, 0);
        lambda$Fn1528 = new ModuleMethod(frameVar, 1676, null, 0);
        lambda$Fn1529 = new ModuleMethod(frameVar, 1677, null, 0);
        lambda$Fn1530 = new ModuleMethod(frameVar, 1678, null, 0);
        lambda$Fn1531 = new ModuleMethod(frameVar, 1679, null, 0);
        lambda$Fn1532 = new ModuleMethod(frameVar, 1680, null, 0);
        lambda$Fn1533 = new ModuleMethod(frameVar, 1681, null, 0);
        lambda$Fn1534 = new ModuleMethod(frameVar, 1682, null, 0);
        this.cvFiiDii$Click = new ModuleMethod(frameVar, 1683, Lit7390, 0);
        lambda$Fn1535 = new ModuleMethod(frameVar, 1684, null, 0);
        lambda$Fn1536 = new ModuleMethod(frameVar, 1685, null, 0);
        lambda$Fn1537 = new ModuleMethod(frameVar, 1686, null, 0);
        lambda$Fn1538 = new ModuleMethod(frameVar, 1687, null, 0);
        lambda$Fn1539 = new ModuleMethod(frameVar, 1688, null, 0);
        lambda$Fn1540 = new ModuleMethod(frameVar, 1689, null, 0);
        lambda$Fn1541 = new ModuleMethod(frameVar, 1690, null, 0);
        lambda$Fn1542 = new ModuleMethod(frameVar, 1691, null, 0);
        lambda$Fn1543 = new ModuleMethod(frameVar, 1692, null, 0);
        lambda$Fn1544 = new ModuleMethod(frameVar, 1693, null, 0);
        this.cvRecommend$Click = new ModuleMethod(frameVar, 1694, Lit7410, 0);
        lambda$Fn1545 = new ModuleMethod(frameVar, 1695, null, 0);
        lambda$Fn1546 = new ModuleMethod(frameVar, 1696, null, 0);
        lambda$Fn1547 = new ModuleMethod(frameVar, 1697, null, 0);
        lambda$Fn1548 = new ModuleMethod(frameVar, 1698, null, 0);
        lambda$Fn1549 = new ModuleMethod(frameVar, 1699, null, 0);
        lambda$Fn1550 = new ModuleMethod(frameVar, 1700, null, 0);
        lambda$Fn1551 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BAD_VALUE_FOR_TEXT_RECEIVING, null, 0);
        lambda$Fn1552 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NO_SMS_PERMISSION, null, 0);
        lambda$Fn1553 = new ModuleMethod(frameVar, ErrorMessages.ERROR_NO_SMS_RECEIVE_PERMISSION, null, 0);
        lambda$Fn1554 = new ModuleMethod(frameVar, 1704, null, 0);
        lambda$Fn1555 = new ModuleMethod(frameVar, 1705, null, 0);
        lambda$Fn1556 = new ModuleMethod(frameVar, 1706, null, 0);
        lambda$Fn1557 = new ModuleMethod(frameVar, 1707, null, 0);
        lambda$Fn1558 = new ModuleMethod(frameVar, 1708, null, 0);
        lambda$Fn1559 = new ModuleMethod(frameVar, 1709, null, 0);
        lambda$Fn1560 = new ModuleMethod(frameVar, 1710, null, 0);
        lambda$Fn1561 = new ModuleMethod(frameVar, 1711, null, 0);
        lambda$Fn1562 = new ModuleMethod(frameVar, 1712, null, 0);
        lambda$Fn1563 = new ModuleMethod(frameVar, 1713, null, 0);
        lambda$Fn1564 = new ModuleMethod(frameVar, 1714, null, 0);
        this.cvYoutube$Click = new ModuleMethod(frameVar, 1715, Lit7450, 0);
        lambda$Fn1565 = new ModuleMethod(frameVar, 1716, null, 0);
        lambda$Fn1566 = new ModuleMethod(frameVar, 1717, null, 0);
        lambda$Fn1567 = new ModuleMethod(frameVar, 1718, null, 0);
        lambda$Fn1568 = new ModuleMethod(frameVar, 1719, null, 0);
        lambda$Fn1569 = new ModuleMethod(frameVar, 1720, null, 0);
        lambda$Fn1570 = new ModuleMethod(frameVar, 1721, null, 0);
        lambda$Fn1571 = new ModuleMethod(frameVar, 1722, null, 0);
        lambda$Fn1572 = new ModuleMethod(frameVar, 1723, null, 0);
        lambda$Fn1573 = new ModuleMethod(frameVar, 1724, null, 0);
        lambda$Fn1574 = new ModuleMethod(frameVar, 1725, null, 0);
        this.cvinstagram$Click = new ModuleMethod(frameVar, 1726, Lit7471, 0);
        lambda$Fn1575 = new ModuleMethod(frameVar, 1727, null, 0);
        lambda$Fn1576 = new ModuleMethod(frameVar, 1728, null, 0);
        lambda$Fn1577 = new ModuleMethod(frameVar, 1729, null, 0);
        lambda$Fn1578 = new ModuleMethod(frameVar, 1730, null, 0);
        lambda$Fn1579 = new ModuleMethod(frameVar, 1731, null, 0);
        lambda$Fn1580 = new ModuleMethod(frameVar, 1732, null, 0);
        lambda$Fn1581 = new ModuleMethod(frameVar, 1733, null, 0);
        lambda$Fn1582 = new ModuleMethod(frameVar, 1734, null, 0);
        lambda$Fn1583 = new ModuleMethod(frameVar, 1735, null, 0);
        lambda$Fn1584 = new ModuleMethod(frameVar, 1736, null, 0);
        this.cvHowtouse$Click = new ModuleMethod(frameVar, 1737, Lit7491, 0);
        lambda$Fn1585 = new ModuleMethod(frameVar, 1738, null, 0);
        lambda$Fn1586 = new ModuleMethod(frameVar, 1739, null, 0);
        lambda$Fn1587 = new ModuleMethod(frameVar, 1740, null, 0);
        lambda$Fn1588 = new ModuleMethod(frameVar, 1741, null, 0);
        lambda$Fn1589 = new ModuleMethod(frameVar, 1742, null, 0);
        lambda$Fn1590 = new ModuleMethod(frameVar, 1743, null, 0);
        lambda$Fn1591 = new ModuleMethod(frameVar, 1744, null, 0);
        lambda$Fn1592 = new ModuleMethod(frameVar, 1745, null, 0);
        lambda$Fn1593 = new ModuleMethod(frameVar, 1746, null, 0);
        lambda$Fn1594 = new ModuleMethod(frameVar, 1747, null, 0);
        this.cvBasketOrder$Click = new ModuleMethod(frameVar, 1748, Lit7511, 0);
        lambda$Fn1595 = new ModuleMethod(frameVar, 1749, null, 0);
        lambda$Fn1596 = new ModuleMethod(frameVar, 1750, null, 0);
        lambda$Fn1597 = new ModuleMethod(frameVar, 1751, null, 0);
        lambda$Fn1598 = new ModuleMethod(frameVar, 1752, null, 0);
        lambda$Fn1599 = new ModuleMethod(frameVar, 1753, null, 0);
        lambda$Fn1600 = new ModuleMethod(frameVar, 1754, null, 0);
        lambda$Fn1601 = new ModuleMethod(frameVar, 1755, null, 0);
        lambda$Fn1602 = new ModuleMethod(frameVar, 1756, null, 0);
        lambda$Fn1603 = new ModuleMethod(frameVar, 1757, null, 0);
        lambda$Fn1604 = new ModuleMethod(frameVar, 1758, null, 0);
        lambda$Fn1605 = new ModuleMethod(frameVar, 1759, null, 0);
        lambda$Fn1606 = new ModuleMethod(frameVar, 1760, null, 0);
        this.cvUpgrade$Click = new ModuleMethod(frameVar, 1761, Lit7534, 0);
        lambda$Fn1607 = new ModuleMethod(frameVar, 1762, null, 0);
        lambda$Fn1608 = new ModuleMethod(frameVar, 1763, null, 0);
        lambda$Fn1609 = new ModuleMethod(frameVar, 1764, null, 0);
        lambda$Fn1610 = new ModuleMethod(frameVar, 1765, null, 0);
        lambda$Fn1611 = new ModuleMethod(frameVar, 1766, null, 0);
        lambda$Fn1612 = new ModuleMethod(frameVar, 1767, null, 0);
        lambda$Fn1613 = new ModuleMethod(frameVar, 1768, null, 0);
        lambda$Fn1614 = new ModuleMethod(frameVar, 1769, null, 0);
        lambda$Fn1615 = new ModuleMethod(frameVar, 1770, null, 0);
        lambda$Fn1616 = new ModuleMethod(frameVar, 1771, null, 0);
        lambda$Fn1617 = new ModuleMethod(frameVar, 1772, null, 0);
        lambda$Fn1618 = new ModuleMethod(frameVar, 1773, null, 0);
        lambda$Fn1619 = new ModuleMethod(frameVar, 1774, null, 0);
        lambda$Fn1620 = new ModuleMethod(frameVar, 1775, null, 0);
        lambda$Fn1621 = new ModuleMethod(frameVar, 1776, null, 0);
        lambda$Fn1622 = new ModuleMethod(frameVar, 1777, null, 0);
        lambda$Fn1623 = new ModuleMethod(frameVar, 1778, null, 0);
        lambda$Fn1624 = new ModuleMethod(frameVar, 1779, null, 0);
        lambda$Fn1625 = new ModuleMethod(frameVar, 1780, null, 0);
        lambda$Fn1626 = new ModuleMethod(frameVar, 1781, null, 0);
        lambda$Fn1627 = new ModuleMethod(frameVar, 1782, null, 0);
        lambda$Fn1628 = new ModuleMethod(frameVar, 1783, null, 0);
        this.lblIntroBack$Click = new ModuleMethod(frameVar, 1784, Lit7571, 0);
        lambda$Fn1629 = new ModuleMethod(frameVar, 1785, null, 0);
        lambda$Fn1630 = new ModuleMethod(frameVar, 1786, null, 0);
        lambda$Fn1631 = new ModuleMethod(frameVar, 1787, null, 0);
        lambda$Fn1632 = new ModuleMethod(frameVar, 1788, null, 0);
        lambda$Fn1633 = new ModuleMethod(frameVar, 1789, null, 0);
        lambda$Fn1634 = new ModuleMethod(frameVar, 1790, null, 0);
        lambda$Fn1635 = new ModuleMethod(frameVar, 1791, null, 0);
        lambda$Fn1636 = new ModuleMethod(frameVar, 1792, null, 0);
        lambda$Fn1637 = new ModuleMethod(frameVar, 1793, null, 0);
        lambda$Fn1638 = new ModuleMethod(frameVar, 1794, null, 0);
        lambda$Fn1639 = new ModuleMethod(frameVar, 1795, null, 0);
        lambda$Fn1640 = new ModuleMethod(frameVar, 1796, null, 0);
        lambda$Fn1641 = new ModuleMethod(frameVar, 1797, null, 0);
        lambda$Fn1642 = new ModuleMethod(frameVar, 1798, null, 0);
        lambda$Fn1643 = new ModuleMethod(frameVar, 1799, null, 0);
        lambda$Fn1644 = new ModuleMethod(frameVar, 1800, null, 0);
        this.haLogin$Click = new ModuleMethod(frameVar, ErrorMessages.ERROR_REPL_SECURITY_ERROR, Lit7602, 0);
        lambda$Fn1645 = new ModuleMethod(frameVar, 1802, null, 0);
        lambda$Fn1646 = new ModuleMethod(frameVar, 1803, null, 0);
        lambda$Fn1647 = new ModuleMethod(frameVar, 1804, null, 0);
        lambda$Fn1648 = new ModuleMethod(frameVar, 1805, null, 0);
        lambda$Fn1649 = new ModuleMethod(frameVar, 1806, null, 0);
        lambda$Fn1650 = new ModuleMethod(frameVar, 1807, null, 0);
        lambda$Fn1651 = new ModuleMethod(frameVar, 1808, null, 0);
        lambda$Fn1652 = new ModuleMethod(frameVar, 1809, null, 0);
        this.haSignUp$Click = new ModuleMethod(frameVar, 1810, Lit7621, 0);
        lambda$Fn1653 = new ModuleMethod(frameVar, 1811, null, 0);
        lambda$Fn1654 = new ModuleMethod(frameVar, 1812, null, 0);
        lambda$Fn1655 = new ModuleMethod(frameVar, 1813, null, 0);
        lambda$Fn1656 = new ModuleMethod(frameVar, 1814, null, 0);
        lambda$Fn1657 = new ModuleMethod(frameVar, 1815, null, 0);
        lambda$Fn1658 = new ModuleMethod(frameVar, 1816, null, 0);
        lambda$Fn1659 = new ModuleMethod(frameVar, 1817, null, 0);
        lambda$Fn1660 = new ModuleMethod(frameVar, 1818, null, 0);
        lambda$Fn1661 = new ModuleMethod(frameVar, 1819, null, 0);
        lambda$Fn1662 = new ModuleMethod(frameVar, 1820, null, 0);
        lambda$Fn1663 = new ModuleMethod(frameVar, 1821, null, 0);
        lambda$Fn1664 = new ModuleMethod(frameVar, 1822, null, 0);
        lambda$Fn1665 = new ModuleMethod(frameVar, 1823, null, 0);
        lambda$Fn1666 = new ModuleMethod(frameVar, 1824, null, 0);
        lambda$Fn1667 = new ModuleMethod(frameVar, 1825, null, 0);
        lambda$Fn1668 = new ModuleMethod(frameVar, 1826, null, 0);
        lambda$Fn1669 = new ModuleMethod(frameVar, 1827, null, 0);
        lambda$Fn1670 = new ModuleMethod(frameVar, 1828, null, 0);
        lambda$Fn1671 = new ModuleMethod(frameVar, 1829, null, 0);
        lambda$Fn1672 = new ModuleMethod(frameVar, 1830, null, 0);
        lambda$Fn1673 = new ModuleMethod(frameVar, 1831, null, 0);
        lambda$Fn1674 = new ModuleMethod(frameVar, 1832, null, 0);
        lambda$Fn1675 = new ModuleMethod(frameVar, 1833, null, 0);
        lambda$Fn1676 = new ModuleMethod(frameVar, 1834, null, 0);
        lambda$Fn1677 = new ModuleMethod(frameVar, 1835, null, 0);
        lambda$Fn1678 = new ModuleMethod(frameVar, 1836, null, 0);
        lambda$Fn1679 = new ModuleMethod(frameVar, 1837, null, 0);
        lambda$Fn1680 = new ModuleMethod(frameVar, 1838, null, 0);
        lambda$Fn1681 = new ModuleMethod(frameVar, 1839, null, 0);
        lambda$Fn1682 = new ModuleMethod(frameVar, 1840, null, 0);
        lambda$Fn1683 = new ModuleMethod(frameVar, 1841, null, 0);
        lambda$Fn1684 = new ModuleMethod(frameVar, 1842, null, 0);
        lambda$Fn1685 = new ModuleMethod(frameVar, 1843, null, 0);
        lambda$Fn1686 = new ModuleMethod(frameVar, 1844, null, 0);
        this.mbtnSignUp$Click = new ModuleMethod(frameVar, 1845, Lit7691, 0);
        lambda$Fn1687 = new ModuleMethod(frameVar, 1846, null, 0);
        lambda$Fn1688 = new ModuleMethod(frameVar, 1847, null, 0);
        lambda$Fn1689 = new ModuleMethod(frameVar, 1848, null, 0);
        lambda$Fn1690 = new ModuleMethod(frameVar, 1849, null, 0);
        this.mbtnGoogle$Click = new ModuleMethod(frameVar, 1850, Lit7703, 0);
        lambda$Fn1691 = new ModuleMethod(frameVar, 1851, null, 0);
        lambda$Fn1692 = new ModuleMethod(frameVar, 1852, null, 0);
        lambda$Fn1693 = new ModuleMethod(frameVar, 1853, null, 0);
        lambda$Fn1694 = new ModuleMethod(frameVar, 1854, null, 0);
        lambda$Fn1695 = new ModuleMethod(frameVar, 1855, null, 0);
        lambda$Fn1696 = new ModuleMethod(frameVar, 1856, null, 0);
        this.lblLogin$Click = new ModuleMethod(frameVar, 1857, Lit7715, 0);
        lambda$Fn1697 = new ModuleMethod(frameVar, 1858, null, 0);
        lambda$Fn1698 = new ModuleMethod(frameVar, 1859, null, 0);
        lambda$Fn1699 = new ModuleMethod(frameVar, 1860, null, 0);
        lambda$Fn1700 = new ModuleMethod(frameVar, 1861, null, 0);
        lambda$Fn1701 = new ModuleMethod(frameVar, 1862, null, 0);
        lambda$Fn1702 = new ModuleMethod(frameVar, 1863, null, 0);
        lambda$Fn1703 = new ModuleMethod(frameVar, 1864, null, 0);
        lambda$Fn1704 = new ModuleMethod(frameVar, 1865, null, 0);
        lambda$Fn1705 = new ModuleMethod(frameVar, 1866, null, 0);
        lambda$Fn1706 = new ModuleMethod(frameVar, 1867, null, 0);
        lambda$Fn1707 = new ModuleMethod(frameVar, 1868, null, 0);
        lambda$Fn1708 = new ModuleMethod(frameVar, 1869, null, 0);
        lambda$Fn1709 = new ModuleMethod(frameVar, 1870, null, 0);
        lambda$Fn1710 = new ModuleMethod(frameVar, 1871, null, 0);
        this.mbtnForgotBack$Click = new ModuleMethod(frameVar, 1872, Lit7737, 0);
        lambda$Fn1711 = new ModuleMethod(frameVar, 1873, null, 0);
        lambda$Fn1712 = new ModuleMethod(frameVar, 1874, null, 0);
        lambda$Fn1713 = new ModuleMethod(frameVar, 1875, null, 0);
        lambda$Fn1714 = new ModuleMethod(frameVar, 1876, null, 0);
        this.mbtnGetLink$Click = new ModuleMethod(frameVar, 1877, Lit7749, 0);
        lambda$Fn1715 = new ModuleMethod(frameVar, 1878, null, 0);
        lambda$Fn1716 = new ModuleMethod(frameVar, 1879, null, 0);
        lambda$Fn1717 = new ModuleMethod(frameVar, 1880, null, 0);
        lambda$Fn1718 = new ModuleMethod(frameVar, 1881, null, 0);
        lambda$Fn1719 = new ModuleMethod(frameVar, 1882, null, 0);
        lambda$Fn1720 = new ModuleMethod(frameVar, 1883, null, 0);
        lambda$Fn1721 = new ModuleMethod(frameVar, 1884, null, 0);
        lambda$Fn1722 = new ModuleMethod(frameVar, 1885, null, 0);
        lambda$Fn1723 = new ModuleMethod(frameVar, 1886, null, 0);
        lambda$Fn1724 = new ModuleMethod(frameVar, 1887, null, 0);
        this.lblForgot$Click = new ModuleMethod(frameVar, 1888, Lit7767, 0);
        lambda$Fn1725 = new ModuleMethod(frameVar, 1889, null, 0);
        lambda$Fn1726 = new ModuleMethod(frameVar, 1890, null, 0);
        lambda$Fn1727 = new ModuleMethod(frameVar, 1891, null, 0);
        lambda$Fn1728 = new ModuleMethod(frameVar, 1892, null, 0);
        this.mbtnLogin$Click = new ModuleMethod(frameVar, 1893, Lit7781, 0);
        lambda$Fn1729 = new ModuleMethod(frameVar, 1894, null, 0);
        lambda$Fn1730 = new ModuleMethod(frameVar, 1895, null, 0);
        lambda$Fn1731 = new ModuleMethod(frameVar, 1896, null, 0);
        lambda$Fn1732 = new ModuleMethod(frameVar, 1897, null, 0);
        this.mbtnGoogle1$Click = new ModuleMethod(frameVar, 1898, Lit7791, 0);
        lambda$Fn1733 = new ModuleMethod(frameVar, 1899, null, 0);
        lambda$Fn1734 = new ModuleMethod(frameVar, 1900, null, 0);
        lambda$Fn1735 = new ModuleMethod(frameVar, ErrorMessages.ERROR_BAD_VALUE_FOR_ACCELEROMETER_SENSITIVITY, null, 0);
        lambda$Fn1736 = new ModuleMethod(frameVar, 1902, null, 0);
        lambda$Fn1737 = new ModuleMethod(frameVar, 1903, null, 0);
        lambda$Fn1738 = new ModuleMethod(frameVar, 1904, null, 0);
        this.lblSignup$Click = new ModuleMethod(frameVar, 1905, Lit7802, 0);
        this.AlphaDialog1$OnDismiss = new ModuleMethod(frameVar, 1906, Lit7809, 0);
        lambda$Fn1739 = new ModuleMethod(frameVar, 1907, null, 0);
        lambda$Fn1740 = new ModuleMethod(frameVar, 1908, null, 0);
        this.BubbleTabBar1$OnSelected = new ModuleMethod(frameVar, 1909, Lit7821, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        proc$Fn1744 = new ModuleMethod(frameVar, 1910, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn1748 = new ModuleMethod(frameVar, 1911, null, 0);
        this.Web1$GotText = new ModuleMethod(frameVar, 1912, Lit8166, 16388);
        lambda$Fn1755 = new ModuleMethod(frameVar, 1913, null, 0);
        lambda$Fn1756 = new ModuleMethod(frameVar, 1914, null, 0);
        proc$Fn1760 = new ModuleMethod(frameVar, 1915, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn1762 = new ModuleMethod(frameVar, 1916, null, 0);
        proc$Fn1761 = new ModuleMethod(frameVar, 1917, Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.Web2$GotText = new ModuleMethod(frameVar, 1918, Lit8286, 16388);
        lambda$Fn1768 = new ModuleMethod(frameVar, 1919, null, 0);
        lambda$Fn1769 = new ModuleMethod(frameVar, 1920, null, 0);
        lambda$Fn1770 = new ModuleMethod(frameVar, 1921, null, 0);
        lambda$Fn1771 = new ModuleMethod(frameVar, 1922, null, 0);
        this.Clock1$Timer = new ModuleMethod(frameVar, 1923, Lit8297, 0);
        lambda$Fn1772 = new ModuleMethod(frameVar, 1924, null, 0);
        lambda$Fn1773 = new ModuleMethod(frameVar, 1925, null, 0);
        lambda$Fn1774 = new ModuleMethod(frameVar, 1926, null, 0);
        lambda$Fn1775 = new ModuleMethod(frameVar, 1927, null, 0);
        lambda$Fn1776 = new ModuleMethod(frameVar, 1928, null, 0);
        lambda$Fn1777 = new ModuleMethod(frameVar, 1929, null, 0);
        this.CustomWebView1$WebViewStringChanged = new ModuleMethod(frameVar, 1930, Lit8317, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.Speech_Recognizer1$AfterGettingText = new ModuleMethod(frameVar, 1931, Lit8325, 8194);
        this.Async_Task1$CallFinishedWithResult = new ModuleMethod(frameVar, 1932, Lit8349, 12291);
        lambda$Fn1778 = new ModuleMethod(frameVar, 1933, null, 0);
        lambda$Fn1779 = new ModuleMethod(frameVar, 1934, null, 0);
        this.DevYbPopupMenu1$OnMenuItemClick = new ModuleMethod(frameVar, 1935, Lit8364, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.Firebase_Auth1$GoogleSignInSuccess = new ModuleMethod(frameVar, 1936, Lit8369, 20485);
        this.Firebase_Auth1$GoogleSignInFailed = new ModuleMethod(frameVar, 1937, Lit8372, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.Firebase_Auth1$FailedToInitialize = new ModuleMethod(frameVar, 1938, Lit8375, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn1780 = new ModuleMethod(frameVar, 1939, null, 0);
        lambda$Fn1781 = new ModuleMethod(frameVar, 1940, null, 0);
        this.StyleTextUtils1$TextClicked = new ModuleMethod(frameVar, 1941, Lit8384, 8194);
        this.View_Utils1$ComponentSavedAsImage = new ModuleMethod(frameVar, 1942, Lit8391, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.Facebook_Interstitial1$AdDisplayed = new ModuleMethod(frameVar, 1943, Lit8403, 0);
        this.Facebook_Interstitial1$AdLoaded = new ModuleMethod(frameVar, 1944, Lit8405, 0);
        lambda$Fn1782 = new ModuleMethod(frameVar, 1945, null, 0);
        lambda$Fn1783 = new ModuleMethod(frameVar, 1946, null, 0);
        this.WebSocketConnector1$ErrorOccurred = new ModuleMethod(frameVar, 1947, Lit8418, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.WebSocketConnector1$MessageReceived = new ModuleMethod(frameVar, 1948, Lit8419, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.WebSocketConnector1$Connected = new ModuleMethod(frameVar, 1949, Lit8421, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        this.WebSocketConnector1$Disconnected = new ModuleMethod(frameVar, 1950, Lit8424, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        lambda$Fn1784 = new ModuleMethod(frameVar, 1951, null, 0);
        lambda$Fn1785 = new ModuleMethod(frameVar, 1952, null, 0);
        this.Onesingal_Push1$OpenedNotification = new ModuleMethod(frameVar, 1953, Lit8441, 16388);
        this.Onesingal_Push1$ReceivedNotification = new ModuleMethod(frameVar, 1954, Lit8452, 16388);
        this.In$MnApp_Update1$UpdateAvailable = new ModuleMethod(frameVar, 1955, Lit8464, 8194);
        this.ScrollHandler1$OnVScroll = new ModuleMethod(frameVar, 1956, Lit8477, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
    }

    static Boolean lambda10() {
        return Boolean.FALSE;
    }

    static Boolean lambda11() {
        return Boolean.FALSE;
    }

    static Boolean lambda12() {
        return Boolean.FALSE;
    }

    static Boolean lambda17() {
        return Boolean.FALSE;
    }

    static String lambda18() {
        return "";
    }

    static Boolean lambda19() {
        return Boolean.FALSE;
    }

    static Object lambda2() {
        return null;
    }

    static String lambda20() {
        return "";
    }

    static String lambda21() {
        return "";
    }

    static String lambda22() {
        return "";
    }

    static Boolean lambda23() {
        return Boolean.FALSE;
    }

    static String lambda24() {
        return "";
    }

    static Boolean lambda25() {
        return Boolean.FALSE;
    }

    static String lambda26() {
        return "";
    }

    static String lambda27() {
        return "";
    }

    static Boolean lambda28() {
        return Boolean.FALSE;
    }

    static String lambda29() {
        return "";
    }

    static String lambda3() {
        return "vt";
    }

    static String lambda30() {
        return "";
    }

    static Boolean lambda31() {
        return Boolean.FALSE;
    }

    static String lambda32() {
        return "";
    }

    static String lambda33() {
        return "";
    }

    static String lambda35() {
        return "";
    }

    static String lambda36() {
        return "";
    }

    static String lambda369() {
        return "";
    }

    static String lambda38() {
        return "";
    }

    static String lambda39() {
        return "";
    }

    static String lambda40() {
        return "";
    }

    static String lambda41() {
        return "";
    }

    static String lambda42() {
        return "";
    }

    static String lambda44() {
        return "";
    }

    static String lambda45() {
        return "";
    }

    static Boolean lambda469() {
        return Boolean.FALSE;
    }

    static String lambda47() {
        return "";
    }

    static String lambda48() {
        return "";
    }

    static String lambda50() {
        return "";
    }

    static String lambda51() {
        return "";
    }

    static Boolean lambda52() {
        return Boolean.TRUE;
    }

    static String lambda53() {
        return "";
    }

    static String lambda54() {
        return "";
    }

    static Boolean lambda55() {
        return Boolean.TRUE;
    }

    static String lambda57() {
        return "";
    }

    static String lambda60() {
        return "";
    }

    static String lambda606() {
        return "";
    }

    static Boolean lambda607() {
        return Boolean.FALSE;
    }

    static String lambda608() {
        return "";
    }

    static String lambda63() {
        return "";
    }

    static String lambda644() {
        return "";
    }

    static Boolean lambda8() {
        return Boolean.FALSE;
    }

    static String lambda83() {
        return "";
    }

    static String lambda86() {
        return "";
    }

    static Boolean lambda9() {
        return Boolean.FALSE;
    }

    public void androidLogForm(Object obj) {
    }

    public Object lookupInFormEnvironment(Symbol symbol) {
        return lookupInFormEnvironment(symbol, Boolean.FALSE);
    }

    @Override
    public void run() {
        CallContext callContext = CallContext.getInstance();
        Consumer consumer = callContext.consumer;
        callContext.consumer = VoidConsumer.instance;
        try {
            run(callContext);
            th = null;
        } catch (Throwable th) {
            th = th;
        }
        ModuleBody.runCleanup(callContext, th, consumer);
    }

    public final void run(CallContext callContext) {
        Object obj;
        Object obj2;
        Object obj3;
        Object obj4;
        Object obj5;
        Object obj6;
        Screen1 screen1;
        Object obj7;
        Object obj8;
        Object obj9;
        Object obj10;
        Object obj11;
        Object obj12;
        Screen1 screen12;
        Object obj13;
        Object obj14;
        Consumer consumer = callContext.consumer;
        runtime.$instance.run();
        this.$Stdebug$Mnform$St = Boolean.FALSE;
        this.form$Mnenvironment = Environment.make(Lit0.toString());
        FString stringAppend = strings.stringAppend(Lit0.toString(), "-global-vars");
        this.global$Mnvar$Mnenvironment = Environment.make(stringAppend == null ? null : stringAppend.toString());
        Screen1 = null;
        this.form$Mnname$Mnsymbol = Lit0;
        this.events$Mnto$Mnregister = LList.Empty;
        this.components$Mnto$Mncreate = LList.Empty;
        this.global$Mnvars$Mnto$Mncreate = LList.Empty;
        this.form$Mndo$Mnafter$Mncreation = LList.Empty;
        runtime.$instance.run();
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3, "vt"), consumer);
        } else {
            addToGlobalVars(Lit3, lambda$Fn2);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4, lambda$Fn3), consumer);
        } else {
            addToGlobalVars(Lit4, lambda$Fn4);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit11, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), consumer);
        } else {
            addToGlobalVars(Lit11, lambda$Fn6);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit12, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit12, lambda$Fn7);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit13, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit13, lambda$Fn8);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit14, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit14, lambda$Fn9);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit15, lambda$Fn10);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit16, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit16, lambda$Fn11);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit17, lambda$Fn12), consumer);
        } else {
            addToGlobalVars(Lit17, lambda$Fn13);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit22, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0013\u001500\u00151\t\u001d5\bKY)\u0000\u001dT\f\nO\u0010\u0018\u0016\u0015T<M+\b\nY\u0013E5?_\u0007K\u0019\u000b", "uzouejit"), Lit23, "deobfuscate text")), consumer);
        } else {
            addToGlobalVars(Lit22, lambda$Fn15);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit25, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit25, lambda$Fn16);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit26, ""), consumer);
        } else {
            addToGlobalVars(Lit26, lambda$Fn17);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit27, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit27, lambda$Fn18);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit28, ""), consumer);
        } else {
            addToGlobalVars(Lit28, lambda$Fn19);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit29, ""), consumer);
        } else {
            addToGlobalVars(Lit29, lambda$Fn20);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit30, ""), consumer);
        } else {
            addToGlobalVars(Lit30, lambda$Fn21);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit31, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit31, lambda$Fn22);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit32, ""), consumer);
        } else {
            addToGlobalVars(Lit32, lambda$Fn23);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit33, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit33, lambda$Fn24);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit34, ""), consumer);
        } else {
            addToGlobalVars(Lit34, lambda$Fn25);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit35, ""), consumer);
        } else {
            addToGlobalVars(Lit35, lambda$Fn26);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit36, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit36, lambda$Fn27);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit37, ""), consumer);
        } else {
            addToGlobalVars(Lit37, lambda$Fn28);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit38, ""), consumer);
        } else {
            addToGlobalVars(Lit38, lambda$Fn29);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit39, Boolean.FALSE), consumer);
        } else {
            addToGlobalVars(Lit39, lambda$Fn30);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit40, ""), consumer);
        } else {
            addToGlobalVars(Lit40, lambda$Fn31);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit41, ""), consumer);
        } else {
            addToGlobalVars(Lit41, lambda$Fn32);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit42, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("h2<>:\u001e\u0012\u0015|\u001e\n\u0002)\u00016[\u0005\u001e\u0001[\u000bK\u001f*\b/\u0006\u0003='\u001c$4#B>\":\u001f\u0003'\u001c\u001a9", "uppqkjqq"), Lit43, "deobfuscate text")), consumer);
        } else {
            addToGlobalVars(Lit42, lambda$Fn33);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit45, ""), consumer);
        } else {
            addToGlobalVars(Lit45, lambda$Fn34);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit46, ""), consumer);
        } else {
            addToGlobalVars(Lit46, lambda$Fn35);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit47, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("z\r\u001a\u0012>\u0012p<w6u?\t\u001f4\u00162\u0018W9\u001d\u001b-6\u001a9!\n\u0000<\u000b\u0014\f\n;\u000b9\u0005\n.P/:\u001c", "ggzzsxdj"), Lit48, "deobfuscate text")), consumer);
        } else {
            addToGlobalVars(Lit47, lambda$Fn36);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit50, ""), consumer);
        } else {
            addToGlobalVars(Lit50, lambda$Fn37);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit51, ""), consumer);
        } else {
            addToGlobalVars(Lit51, lambda$Fn38);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit52, ""), consumer);
        } else {
            addToGlobalVars(Lit52, lambda$Fn39);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit53, ""), consumer);
        } else {
            addToGlobalVars(Lit53, lambda$Fn40);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit54, ""), consumer);
        } else {
            addToGlobalVars(Lit54, lambda$Fn41);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            SimpleSymbol simpleSymbol = Lit55;
            ModuleMethod moduleMethod = runtime.make$Mnyail$Mndictionary;
            obj = "";
            obj5 = "hsffejnp";
            Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Stocks", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("jnzqp5%<m`iNL\u0019[E\u001d\\\u000f\u001eROS\fYJW[_NL\\}IKSUFIV\u0005D\u0014v8?39&e;)07;-='y\u0007\u0018\u0002m('=#$-;e\u0010\u000b\u0001\u000eV\u0000>6\u0016]\u000e\u001f\u0018\u001f\u0006E\n\u0014\u0016\u0013\u001b\u001d\u0006\u000e2\f7\u0007\u000f\u0016\u001b\u000f\u0000WC", "hsffejnp"), Lit56, "deobfuscate text")), Lit57, "make a pair"));
            obj6 = "Stocks";
            obj2 = "ucpva?8:B]SI]\u0013FC\u0002Q\u0005\u0019CEN\nFKCMQ^`Y\\CE\tD\u0014\u0018T&,3,.\u0002?\"$) %m0?&=>\")?b\u0011\u000e\u0018x7#5(2;\u0011@??95@\u0001\f\u0013\u0011\u0005\u0016*\u000e\u000b\u0011\u0016\u000f\u000b\t2\u0010\u0015\u0011\u0014K\u001d;!\n";
            obj4 = "Index";
            obj3 = "Future";
            LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("fno", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("joris/'2gqu|a)sk3w-&u\u007f\u007f(iGARCN\u007fSGdFRZ^\rK\u0015\u0006WI]UJF\\LiZUWNDS6e8.68!c44:,>(0/l\u0010\u0012\u001db# ?&7-*`\u0014\u0003\u001bV\u001f8(\nA\u001b\u0003\u0012\n\u0000_\u001c\u0006\t\u0005\u0011\f\n\u001a.\u0014(\u0015\u000f\t\u001d\u0011\u001cKV", "zlpltf"), Lit58, "deobfuscate text")), Lit59, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Index", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ucpva?8:B]SI]\u0013FC\u0002Q\u0005\u0019CEN\nFKCMQ^`Y\\CE\tD\u0014\u0018T&,3,.\u0002?\"$) %m0?&=>\")?b\u0011\u000e\u0018x7#5(2;\u0011@??95@\u0001\f\u0013\u0011\u0005\u0016*\u000e\u000b\u0011\u0016\u000f\u000b\t2\u0010\u0015\u0011\u0014K\u001d;!\n", "zqabqgvu"), Lit60, "deobfuscate text")), Lit61, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Future", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("`itsi19(}wsvk'}a9q+\u001cOAA\u0012SAGXI@qYMb@H@@\u0013Q\u000f\u0000QCW[DLVJo /)0>)0c2$86+i22 6 6*5j\u0016\u0018\u0017l-*5 1\u0017\u0010^*9!P\u00192\"\u0004OD\u0011B\t\r\u000e\u000e\u0004\u0011\u001b\t5\u000f8\b\r\u001cKV", "zlpltf"), Lit62, "deobfuscate text")), Lit63, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ETF", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("f}qab+7\u0018QCR^^\u0007IQ\u0011O\u0004\u000e@QA\bUUBZRJoKO]D\u001eG\u0000\u00176522;-\u00160077!2n$0$. #><v\u001e\u001c\u000bf646<=\u0019\u0002^>(:!O\u0013\u001f\r\u0010\u0012\u0015>\u0018\u0015\u000f\u0002\b\n&\u0016\u0018\u0003\rF\u001e85\f", "hlarspxh"), Lit64, "deobfuscate text")), Lit65, "make a pair"));
            consumer = consumer;
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod, list1, Lit66, "make a dictionary")), consumer);
            screen1 = this;
        } else {
            obj = "";
            obj2 = "ucpva?8:B]SI]\u0013FC\u0002Q\u0005\u0019CEN\nFKCMQ^`Y\\CE\tD\u0014\u0018T&,3,.\u0002?\"$) %m0?&=>\")?b\u0011\u000e\u0018x7#5(2;\u0011@??95@\u0001\f\u0013\u0011\u0005\u0016*\u000e\u000b\u0011\u0016\u000f\u000b\t2\u0010\u0015\u0011\u0014K\u001d;!\n";
            obj3 = "Future";
            obj4 = "Index";
            obj5 = "hsffejnp";
            obj6 = "Stocks";
            screen1 = this;
            screen1.addToGlobalVars(Lit55, lambda$Fn42);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            obj7 = obj;
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit78, obj7), consumer);
        } else {
            obj7 = obj;
            screen1.addToGlobalVars(Lit78, lambda$Fn43);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit79, obj7), consumer);
        } else {
            screen1.addToGlobalVars(Lit79, lambda$Fn44);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            obj8 = "ETF";
            obj10 = "zqabqgvu";
            obj9 = "Option";
            obj11 = obj3;
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit80, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list4(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj6, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("fbvut1!\u0000Q\\UJH\u001d_I\u0011P\u0003\u001aVKW\u0010UJENDPySOBC\nQ\u001a\u0001.5-5/;\f&(7(&&x>&<.?$**l\b\u0004\u000by1  &+\u0001\u0002A9<,;Y\u000b\u001f\u0012\u0017\u0006\u0003$\u000e\r\u000f\u001d\u000f\u001e0\f\u000e\u001b\rY\u0019,#\u0016", obj5), Lit81, "deobfuscate text")), Lit82, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Option", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("IB]DP\n\u0000\u0017DLJAB\fTN\u0010Z\u0002\u000bVZX\rJZ^O +\u00186$\t)?9;j.v{/9-+/+%//! o$\u001b\u001a\n(i\u0006\u001d\u0003\u0004\u001d\u001d\u0000\u0000X\u001d\u0013\u001d\u001e\t>\u001f\u0014\u0006\u0003\u0012\u001a\u0005\t1\u0014\u000eH\u0013> \u0006", "zlpltf"), Lit83, "deobfuscate text")), Lit84, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj4, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(obj2, "zqabqgvu"), Lit85, "deobfuscate text")), Lit86, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj11, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("IB]DP\n\u0000\u0017DLJAB\fTN\u0010Z\u0002\u000bVZX\rJZ^O +\u00186$\t)?9;j.v{/9-+/+%//! o$\u001b\u001a\n(i\u0006\u001d\u0003\u0004\u001d\u001d\u0000\u0000X\u001d\u0013\u001d\u001e\t>\u001f\u0014\u0006\u0003\u0012\u001a\u0005\t1\u0014\u000eH\u0013> \u0006", "zlpltf"), Lit87, "deobfuscate text")), Lit88, "make a pair")), Lit89, "make a dictionary")), consumer);
        } else {
            obj8 = "ETF";
            obj9 = "Option";
            obj10 = "zqabqgvu";
            obj11 = obj3;
            screen1.addToGlobalVars(Lit80, lambda$Fn45);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit99, obj7), consumer);
        } else {
            screen1.addToGlobalVars(Lit99, lambda$Fn46);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit100, obj7), consumer);
        } else {
            screen1.addToGlobalVars(Lit100, lambda$Fn47);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            SimpleSymbol simpleSymbol2 = Lit101;
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mndictionary;
            Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj6, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\b\r\u000f2\u001c\u0000\u0014\u001e\u001e)\u0001\n\u0003\u000e", obj5), Lit102, "deobfuscate text")), Lit103, "make a pair"));
            Object obj15 = obj10;
            obj12 = obj7;
            LList.chain1(LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj9, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0011\t", "zlpltf"), Lit104, "deobfuscate text")), Lit105, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj4, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001a\u000f\b6\b\r\f\u001b\f+\u0006\u000e\u0017\u0003", obj15), Lit106, "deobfuscate text")), Lit107, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Scheme", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0002\u0018\u0000\u000f\u001b\u0004,\u001f\u0018\u001e\u0005", obj15), Lit108, "deobfuscate text")), Lit109, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj11, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\t\f", "biatqsc"), Lit110, "deobfuscate text")), Lit111, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj8, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001a\u000f\b6\b\r\f\u001b\f+\u0006\u000e\u0017\u0003", obj15), Lit112, "deobfuscate text")), Lit113, "make a pair"));
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol2, runtime.callYailPrimitive(moduleMethod2, list12, Lit114, "make a dictionary")), consumer);
            screen12 = this;
        } else {
            obj12 = obj7;
            screen12 = this;
            screen12.addToGlobalVars(Lit101, lambda$Fn48);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            obj13 = obj12;
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit128, obj13), consumer);
        } else {
            obj13 = obj12;
            screen12.addToGlobalVars(Lit128, lambda$Fn49);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit129, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit129, lambda$Fn50);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit130, Boolean.TRUE), consumer);
        } else {
            screen12.addToGlobalVars(Lit130, lambda$Fn51);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit131, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit131, lambda$Fn52);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit132, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit132, lambda$Fn53);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit133, Boolean.TRUE), consumer);
        } else {
            screen12.addToGlobalVars(Lit133, lambda$Fn54);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit134, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit134, lambda$Fn55);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit135, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit135, lambda$Fn56);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            obj14 = "make a list";
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit136, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            obj14 = "make a list";
            screen12.addToGlobalVars(Lit136, lambda$Fn57);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit137, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit137, lambda$Fn58);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit138, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit138, lambda$Fn59);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit139, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit139, lambda$Fn60);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit140, Lit141), consumer);
        } else {
            screen12.addToGlobalVars(Lit140, lambda$Fn61);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit142, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit142, lambda$Fn62);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit143, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit143, lambda$Fn63);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit144, lambda$Fn64), consumer);
        } else {
            screen12.addToGlobalVars(Lit144, lambda$Fn72);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit306, Lit141), consumer);
        } else {
            screen12.addToGlobalVars(Lit306, lambda$Fn81);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit307, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit307, lambda$Fn82);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit308, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit308, lambda$Fn83);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit309, Lit141), consumer);
        } else {
            screen12.addToGlobalVars(Lit309, lambda$Fn84);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit310, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit310, lambda$Fn85);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit311, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit311, lambda$Fn86);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit312, lambda$Fn87), consumer);
        } else {
            screen12.addToGlobalVars(Lit312, lambda$Fn88);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit328, Lit141), consumer);
        } else {
            screen12.addToGlobalVars(Lit328, lambda$Fn90);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit329, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit329, lambda$Fn91);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit330, lambda$Fn92), consumer);
        } else {
            screen12.addToGlobalVars(Lit330, lambda$Fn93);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit345, Lit141), consumer);
        } else {
            screen12.addToGlobalVars(Lit345, lambda$Fn95);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit18, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit18, lambda$Fn96);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit346, Lit141), consumer);
        } else {
            screen12.addToGlobalVars(Lit346, lambda$Fn97);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit347, lambda$Fn98), consumer);
        } else {
            screen12.addToGlobalVars(Lit347, lambda$Fn99);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit362, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit362, lambda$Fn101);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit363, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list3(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("All", obj13), Lit364, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(obj6, "&entity_type=stocks"), Lit365, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("F&O", "&entity_type=fno"), Lit366, "make a pair")), Lit367, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit363, lambda$Fn102);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit372, lambda$Fn103), consumer);
        } else {
            screen12.addToGlobalVars(Lit372, lambda$Fn108);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit406, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit406, lambda$Fn114);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit407, lambda$Fn115), consumer);
        } else {
            screen12.addToGlobalVars(Lit407, lambda$Fn116);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit411, lambda$Fn118), consumer);
        } else {
            screen12.addToGlobalVars(Lit411, lambda$Fn119);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit520, lambda$Fn121), consumer);
        } else {
            screen12.addToGlobalVars(Lit520, lambda$Fn122);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit521, lambda$Fn124), consumer);
        } else {
            screen12.addToGlobalVars(Lit521, lambda$Fn125);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit206, lambda$Fn127), consumer);
        } else {
            screen12.addToGlobalVars(Lit206, lambda$Fn132);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit233, lambda$Fn138), consumer);
        } else {
            screen12.addToGlobalVars(Lit233, lambda$Fn139);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit715, lambda$Fn141), consumer);
        } else {
            screen12.addToGlobalVars(Lit715, lambda$Fn142);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit234, lambda$Fn144), consumer);
        } else {
            screen12.addToGlobalVars(Lit234, lambda$Fn152);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit903, lambda$Fn161), consumer);
        } else {
            screen12.addToGlobalVars(Lit903, lambda$Fn162);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit916, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit916, lambda$Fn164);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit824, lambda$Fn165), consumer);
        } else {
            screen12.addToGlobalVars(Lit824, lambda$Fn168);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1301, lambda$Fn172), consumer);
        } else {
            screen12.addToGlobalVars(Lit1301, lambda$Fn173);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1308, lambda$Fn175), consumer);
        } else {
            screen12.addToGlobalVars(Lit1308, lambda$Fn177);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1341, lambda$Fn180), consumer);
        } else {
            screen12.addToGlobalVars(Lit1341, lambda$Fn181);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1417, lambda$Fn183), consumer);
        } else {
            screen12.addToGlobalVars(Lit1417, lambda$Fn184);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit201, lambda$Fn186), consumer);
        } else {
            screen12.addToGlobalVars(Lit201, lambda$Fn191);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1552, lambda$Fn197), consumer);
        } else {
            screen12.addToGlobalVars(Lit1552, lambda$Fn198);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1646, lambda$Fn200), consumer);
        } else {
            screen12.addToGlobalVars(Lit1646, lambda$Fn203);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1561, lambda$Fn207), consumer);
        } else {
            screen12.addToGlobalVars(Lit1561, lambda$Fn208);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1711, lambda$Fn210), consumer);
        } else {
            screen12.addToGlobalVars(Lit1711, lambda$Fn211);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1759, lambda$Fn213), consumer);
        } else {
            screen12.addToGlobalVars(Lit1759, lambda$Fn214);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1772, lambda$Fn216), consumer);
        } else {
            screen12.addToGlobalVars(Lit1772, lambda$Fn217);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1883, lambda$Fn219), consumer);
        } else {
            screen12.addToGlobalVars(Lit1883, lambda$Fn220);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit200, lambda$Fn222), consumer);
        } else {
            screen12.addToGlobalVars(Lit200, lambda$Fn223);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1950, lambda$Fn225), consumer);
        } else {
            screen12.addToGlobalVars(Lit1950, lambda$Fn226);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1951, lambda$Fn228), consumer);
        } else {
            screen12.addToGlobalVars(Lit1951, lambda$Fn230);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit235, lambda$Fn233), consumer);
        } else {
            screen12.addToGlobalVars(Lit235, lambda$Fn244);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1091, lambda$Fn256), consumer);
        } else {
            screen12.addToGlobalVars(Lit1091, lambda$Fn257);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit641, lambda$Fn259), consumer);
        } else {
            screen12.addToGlobalVars(Lit641, lambda$Fn260);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2203, lambda$Fn262), consumer);
        } else {
            screen12.addToGlobalVars(Lit2203, lambda$Fn263);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit239, lambda$Fn265), consumer);
        } else {
            screen12.addToGlobalVars(Lit239, lambda$Fn267);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2349, lambda$Fn270), consumer);
        } else {
            screen12.addToGlobalVars(Lit2349, lambda$Fn271);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2358, lambda$Fn273), consumer);
        } else {
            screen12.addToGlobalVars(Lit2358, lambda$Fn275);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2366, lambda$Fn278), consumer);
        } else {
            screen12.addToGlobalVars(Lit2366, lambda$Fn282);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2533, lambda$Fn287), consumer);
        } else {
            screen12.addToGlobalVars(Lit2533, lambda$Fn288);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit629, lambda$Fn290), consumer);
        } else {
            screen12.addToGlobalVars(Lit629, lambda$Fn291);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2561, lambda$Fn293), consumer);
        } else {
            screen12.addToGlobalVars(Lit2561, lambda$Fn294);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2659, lambda$Fn296), consumer);
        } else {
            screen12.addToGlobalVars(Lit2659, lambda$Fn297);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2662, lambda$Fn299), consumer);
        } else {
            screen12.addToGlobalVars(Lit2662, lambda$Fn300);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2673, lambda$Fn302), consumer);
        } else {
            screen12.addToGlobalVars(Lit2673, lambda$Fn303);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2710, lambda$Fn305), consumer);
        } else {
            screen12.addToGlobalVars(Lit2710, lambda$Fn306);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2743, lambda$Fn308), consumer);
        } else {
            screen12.addToGlobalVars(Lit2743, lambda$Fn309);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit465, lambda$Fn311), consumer);
        } else {
            screen12.addToGlobalVars(Lit465, lambda$Fn312);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2772, lambda$Fn314), consumer);
        } else {
            screen12.addToGlobalVars(Lit2772, lambda$Fn315);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit425, lambda$Fn317), consumer);
        } else {
            screen12.addToGlobalVars(Lit425, lambda$Fn319);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit648, lambda$Fn322), consumer);
        } else {
            screen12.addToGlobalVars(Lit648, lambda$Fn324);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2815, lambda$Fn327), consumer);
        } else {
            screen12.addToGlobalVars(Lit2815, lambda$Fn340);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2873, lambda$Fn354), consumer);
        } else {
            screen12.addToGlobalVars(Lit2873, lambda$Fn359);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2902, lambda$Fn365), consumer);
        } else {
            screen12.addToGlobalVars(Lit2902, lambda$Fn366);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1662, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit1662, lambda$Fn368);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2903, lambda$Fn369), consumer);
        } else {
            screen12.addToGlobalVars(Lit2903, lambda$Fn370);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit195, lambda$Fn372), consumer);
        } else {
            screen12.addToGlobalVars(Lit195, lambda$Fn373);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit225, lambda$Fn375), consumer);
        } else {
            screen12.addToGlobalVars(Lit225, lambda$Fn376);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2960, lambda$Fn378), consumer);
        } else {
            screen12.addToGlobalVars(Lit2960, lambda$Fn379);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2975, lambda$Fn381), consumer);
        } else {
            screen12.addToGlobalVars(Lit2975, lambda$Fn383);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit582, lambda$Fn386), consumer);
        } else {
            screen12.addToGlobalVars(Lit582, lambda$Fn387);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit449, lambda$Fn389), consumer);
        } else {
            screen12.addToGlobalVars(Lit449, lambda$Fn393);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1007, lambda$Fn398), consumer);
        } else {
            screen12.addToGlobalVars(Lit1007, lambda$Fn400);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3098, lambda$Fn403), consumer);
        } else {
            screen12.addToGlobalVars(Lit3098, lambda$Fn404);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3190, lambda$Fn406), consumer);
        } else {
            screen12.addToGlobalVars(Lit3190, lambda$Fn409);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3328, lambda$Fn413), consumer);
        } else {
            screen12.addToGlobalVars(Lit3328, lambda$Fn414);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit2819, lambda$Fn416), consumer);
        } else {
            screen12.addToGlobalVars(Lit2819, lambda$Fn417);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3363, lambda$Fn419), consumer);
        } else {
            screen12.addToGlobalVars(Lit3363, lambda$Fn422);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit432, lambda$Fn426), consumer);
        } else {
            screen12.addToGlobalVars(Lit432, lambda$Fn427);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3588, lambda$Fn429), consumer);
        } else {
            screen12.addToGlobalVars(Lit3588, lambda$Fn430);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3611, lambda$Fn432), consumer);
        } else {
            screen12.addToGlobalVars(Lit3611, lambda$Fn433);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit627, lambda$Fn435), consumer);
        } else {
            screen12.addToGlobalVars(Lit627, lambda$Fn439);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3649, lambda$Fn444), consumer);
        } else {
            screen12.addToGlobalVars(Lit3649, lambda$Fn448);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3848, lambda$Fn453), consumer);
        } else {
            screen12.addToGlobalVars(Lit3848, lambda$Fn454);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3860, lambda$Fn456), consumer);
        } else {
            screen12.addToGlobalVars(Lit3860, lambda$Fn457);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3875, lambda$Fn459), consumer);
        } else {
            screen12.addToGlobalVars(Lit3875, lambda$Fn460);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit804, lambda$Fn462), consumer);
        } else {
            screen12.addToGlobalVars(Lit804, lambda$Fn463);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3927, lambda$Fn465), consumer);
        } else {
            screen12.addToGlobalVars(Lit3927, lambda$Fn466);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3931, lambda$Fn468), consumer);
        } else {
            screen12.addToGlobalVars(Lit3931, lambda$Fn469);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3932, lambda$Fn471), consumer);
        } else {
            screen12.addToGlobalVars(Lit3932, lambda$Fn472);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1382, lambda$Fn474), consumer);
        } else {
            screen12.addToGlobalVars(Lit1382, lambda$Fn476);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit1739, lambda$Fn479), consumer);
        } else {
            screen12.addToGlobalVars(Lit1739, lambda$Fn480);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4002, lambda$Fn482), consumer);
        } else {
            screen12.addToGlobalVars(Lit4002, lambda$Fn483);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4031, lambda$Fn485), consumer);
        } else {
            screen12.addToGlobalVars(Lit4031, lambda$Fn490);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit408, lambda$Fn496), consumer);
        } else {
            screen12.addToGlobalVars(Lit408, lambda$Fn497);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4144, lambda$Fn499), consumer);
        } else {
            screen12.addToGlobalVars(Lit4144, lambda$Fn500);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit522, lambda$Fn502), consumer);
        } else {
            screen12.addToGlobalVars(Lit522, lambda$Fn503);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4170, lambda$Fn505), consumer);
        } else {
            screen12.addToGlobalVars(Lit4170, lambda$Fn506);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4185, lambda$Fn508), consumer);
        } else {
            screen12.addToGlobalVars(Lit4185, lambda$Fn509);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4200, lambda$Fn511), consumer);
        } else {
            screen12.addToGlobalVars(Lit4200, lambda$Fn514);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4247, lambda$Fn518), consumer);
        } else {
            screen12.addToGlobalVars(Lit4247, lambda$Fn524);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit628, lambda$Fn531), consumer);
        } else {
            screen12.addToGlobalVars(Lit628, lambda$Fn532);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit237, lambda$Fn534), consumer);
        } else {
            screen12.addToGlobalVars(Lit237, lambda$Fn537);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4454, lambda$Fn541), consumer);
        } else {
            screen12.addToGlobalVars(Lit4454, lambda$Fn542);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4462, lambda$Fn544), consumer);
        } else {
            screen12.addToGlobalVars(Lit4462, lambda$Fn545);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4471, lambda$Fn547), consumer);
        } else {
            screen12.addToGlobalVars(Lit4471, lambda$Fn551);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4617, lambda$Fn556), consumer);
        } else {
            screen12.addToGlobalVars(Lit4617, lambda$Fn565);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4894, lambda$Fn575), consumer);
        } else {
            screen12.addToGlobalVars(Lit4894, lambda$Fn576);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit4912, screen12.any$HorizontalArrangement$LongClick), consumer);
        } else {
            screen12.addToFormEnvironment(Lit4912, screen12.any$HorizontalArrangement$LongClick);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit4917, screen12.any$HorizontalArrangement$Click), consumer);
        } else {
            screen12.addToFormEnvironment(Lit4917, screen12.any$HorizontalArrangement$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4918, lambda$Fn578), consumer);
        } else {
            screen12.addToGlobalVars(Lit4918, lambda$Fn581);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit5066, screen12.any$Label$Click), consumer);
        } else {
            screen12.addToFormEnvironment(Lit5066, screen12.any$Label$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit5108, screen12.any$NiotronCardView$Click), consumer);
        } else {
            screen12.addToFormEnvironment(Lit5108, screen12.any$NiotronCardView$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit5122, screen12.any$NiotronCardView$LongClick), consumer);
        } else {
            screen12.addToFormEnvironment(Lit5122, screen12.any$NiotronCardView$LongClick);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit5127, screen12.any$NiotronMaterialTextBox$OnFocusChange), consumer);
        } else {
            screen12.addToFormEnvironment(Lit5127, screen12.any$NiotronMaterialTextBox$OnFocusChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit5129, screen12.any$NiotronMaterialTextBox$OnTextChange), consumer);
        } else {
            screen12.addToFormEnvironment(Lit5129, screen12.any$NiotronMaterialTextBox$OnTextChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit5142, screen12.any$NiotronMaterialToggleButton$Click), consumer);
        } else {
            screen12.addToFormEnvironment(Lit5142, screen12.any$NiotronMaterialToggleButton$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addToCurrentFormEnvironment(Lit5172, screen12.any$VerticalArrangement$Click), consumer);
        } else {
            screen12.addToFormEnvironment(Lit5172, screen12.any$VerticalArrangement$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit5173, lambda$Fn592), consumer);
        } else {
            screen12.addToGlobalVars(Lit5173, lambda$Fn593);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit5182, lambda$Fn595), consumer);
        } else {
            screen12.addToGlobalVars(Lit5182, lambda$Fn596);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit196, lambda$Fn598), consumer);
        } else {
            screen12.addToGlobalVars(Lit196, lambda$Fn599);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3374, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit3374, lambda$Fn601);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit5183, lambda$Fn602), consumer);
        } else {
            screen12.addToGlobalVars(Lit5183, lambda$Fn603);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit5200, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit5200, lambda$Fn605);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4224, Boolean.FALSE), consumer);
        } else {
            screen12.addToGlobalVars(Lit4224, lambda$Fn606);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit5039, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit5039, lambda$Fn607);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit387, lambda$Fn608), consumer);
        } else {
            screen12.addToGlobalVars(Lit387, lambda$Fn609);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4333, lambda$Fn611), consumer);
        } else {
            screen12.addToGlobalVars(Lit4333, lambda$Fn624);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit4292, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), consumer);
        } else {
            screen12.addToGlobalVars(Lit4292, lambda$Fn638);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit821, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit821, lambda$Fn639);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit5423, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit5423, lambda$Fn640);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit5424, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit5424, lambda$Fn641);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit5425, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj14)), consumer);
        } else {
            screen12.addToGlobalVars(Lit5425, lambda$Fn642);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit3754, obj13), consumer);
        } else {
            screen12.addToGlobalVars(Lit3754, lambda$Fn643);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addGlobalVarToCurrentFormEnvironment(Lit472, lambda$Fn644), consumer);
        } else {
            screen12.addToGlobalVars(Lit472, lambda$Fn645);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5433, Lit5434, Lit720);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5435, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit4921, Lit1666, Lit720);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5436, "Virtual Trading", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5437, "VirtualTrading_icon.png", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5438, "com.mkapps.virtualtrading", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5439, Lit5440, Lit720);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5441, Lit5442, Lit720);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5443, "portrait", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5444, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5445, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5446, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5447, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5448, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit571, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5449, "Responsive", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5450, "vt_splash.png", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5451, Lit5452, Lit720);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5453, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5454, "Screen1", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit5455, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit636, Lit5456, Lit720);
            Values.writeValues(runtime.setAndCoerceProperty$Ex(Lit0, Lit637, "2.0.94", Lit9), consumer);
        } else {
            screen12.addToFormDoAfterCreation(new Promise(lambda$Fn647));
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5501, screen12.Screen1$Initialize);
        } else {
            screen12.addToFormEnvironment(Lit5501, screen12.Screen1$Initialize);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Screen1", "Initialize");
        } else {
            screen12.addToEvents(Lit0, Lit603);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5504, screen12.Screen1$OtherScreenClosed);
        } else {
            screen12.addToFormEnvironment(Lit5504, screen12.Screen1$OtherScreenClosed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Screen1", "OtherScreenClosed");
        } else {
            screen12.addToEvents(Lit0, Lit5505);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5512, screen12.Screen1$BackPressed);
        } else {
            screen12.addToFormEnvironment(Lit5512, screen12.Screen1$BackPressed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Screen1", "BackPressed");
        } else {
            screen12.addToEvents(Lit0, Lit5513);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5519, screen12.Screen1$ErrorOccurred);
        } else {
            screen12.addToFormEnvironment(Lit5519, screen12.Screen1$ErrorOccurred);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Screen1", "ErrorOccurred");
        } else {
            screen12.addToEvents(Lit0, Lit5520);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5521, screen12.Screen1$PermissionDenied);
        } else {
            screen12.addToFormEnvironment(Lit5521, screen12.Screen1$PermissionDenied);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Screen1", "PermissionDenied");
        } else {
            screen12.addToEvents(Lit0, Lit5522);
        }
        screen12.vaSearch = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit5523, Lit3614, lambda$Fn652), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit5528, Lit3614, lambda$Fn653);
        }
        screen12.Card_View20 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3614, Lit5529, Lit5530, lambda$Fn654), consumer);
        } else {
            screen12.addToComponents(Lit3614, Lit5543, Lit5530, lambda$Fn655);
        }
        screen12.Horizontal_Arrangement5 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5530, Lit5544, Lit5545, lambda$Fn656), consumer);
        } else {
            screen12.addToComponents(Lit5530, Lit5547, Lit5545, lambda$Fn657);
        }
        screen12.lblSearchBack = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5545, Lit5548, Lit5549, lambda$Fn658), consumer);
        } else {
            screen12.addToComponents(Lit5545, Lit5553, Lit5549, lambda$Fn659);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5554, screen12.lblSearchBack$Click);
        } else {
            screen12.addToFormEnvironment(Lit5554, screen12.lblSearchBack$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblSearchBack", "Click");
        } else {
            screen12.addToEvents(Lit5549, Lit5555);
        }
        screen12.txtSearch = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5545, Lit5556, Lit2906, lambda$Fn660), consumer);
        } else {
            screen12.addToComponents(Lit5545, Lit5559, Lit2906, lambda$Fn661);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5563, screen12.txtSearch$OnTextChange);
        } else {
            screen12.addToFormEnvironment(Lit5563, screen12.txtSearch$OnTextChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "txtSearch", "OnTextChange");
        } else {
            screen12.addToEvents(Lit2906, Lit5564);
        }
        screen12.Label121 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5545, Lit5565, Lit5560, lambda$Fn662), consumer);
        } else {
            screen12.addToComponents(Lit5545, Lit5566, Lit5560, lambda$Fn663);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5567, screen12.Label121$Click);
        } else {
            screen12.addToFormEnvironment(Lit5567, screen12.Label121$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Label121", "Click");
        } else {
            screen12.addToEvents(Lit5560, Lit5555);
        }
        screen12.lblMic2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5545, Lit5568, Lit5569, lambda$Fn664), consumer);
        } else {
            screen12.addToComponents(Lit5545, Lit5572, Lit5569, lambda$Fn665);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5574, screen12.lblMic2$Click);
        } else {
            screen12.addToFormEnvironment(Lit5574, screen12.lblMic2$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblMic2", "Click");
        } else {
            screen12.addToEvents(Lit5569, Lit5555);
        }
        screen12.btnMicSearch = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5545, Lit5575, Lit5573, lambda$Fn666), consumer);
        } else {
            screen12.addToComponents(Lit5545, Lit5579, Lit5573, lambda$Fn667);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5581, screen12.btnMicSearch$Click);
        } else {
            screen12.addToFormEnvironment(Lit5581, screen12.btnMicSearch$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnMicSearch", "Click");
        } else {
            screen12.addToEvents(Lit5573, Lit5555);
        }
        screen12.Material_Toggle_Button1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3614, Lit5582, Lit4012, lambda$Fn668), consumer);
        } else {
            screen12.addToComponents(Lit3614, Lit5586, Lit4012, lambda$Fn669);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5592, screen12.Material_Toggle_Button1$Click);
        } else {
            screen12.addToFormEnvironment(Lit5592, screen12.Material_Toggle_Button1$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Material_Toggle_Button1", "Click");
        } else {
            screen12.addToEvents(Lit4012, Lit5555);
        }
        screen12.tabSearch = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3614, Lit5593, Lit583, lambda$Fn670), consumer);
        } else {
            screen12.addToComponents(Lit3614, Lit5600, Lit583, lambda$Fn671);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5604, screen12.tabSearch$Selected);
        } else {
            screen12.addToFormEnvironment(Lit5604, screen12.tabSearch$Selected);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "tabSearch", "Selected");
        } else {
            screen12.addToEvents(Lit583, Lit5605);
        }
        screen12.vaVWsearch = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3614, Lit5606, Lit5607, lambda$Fn672), consumer);
        } else {
            screen12.addToComponents(Lit3614, Lit5609, Lit5607, lambda$Fn673);
        }
        screen12.Web_View2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5607, Lit5610, Lit5611, lambda$Fn674), consumer);
        } else {
            screen12.addToComponents(Lit5607, Lit5613, Lit5611, lambda$Fn675);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5651, screen12.Web_View2$WebViewStringChange);
        } else {
            screen12.addToFormEnvironment(Lit5651, screen12.Web_View2$WebViewStringChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Web_View2", "WebViewStringChange");
        } else {
            screen12.addToEvents(Lit5611, Lit5652);
        }
        screen12.vsaSearch = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3614, Lit5653, Lit5654, lambda$Fn676), consumer);
        } else {
            screen12.addToComponents(Lit3614, Lit5657, Lit5654, lambda$Fn677);
        }
        screen12.mbtnSCancel = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3614, Lit5658, Lit5659, lambda$Fn678), consumer);
        } else {
            screen12.addToComponents(Lit3614, Lit5663, Lit5659, lambda$Fn679);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5664, screen12.mbtnSCancel$Click);
        } else {
            screen12.addToFormEnvironment(Lit5664, screen12.mbtnSCancel$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnSCancel", "Click");
        } else {
            screen12.addToEvents(Lit5659, Lit5555);
        }
        screen12.swtQuickOrder = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3614, Lit5665, Lit3615, lambda$Fn680), consumer);
        } else {
            screen12.addToComponents(Lit3614, Lit5667, Lit3615, lambda$Fn681);
        }
        screen12.vaWait = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit5668, Lit3928, lambda$Fn682), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit5669, Lit3928, lambda$Fn683);
        }
        screen12.Image1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3928, Lit5670, Lit5671, lambda$Fn684), consumer);
        } else {
            screen12.addToComponents(Lit3928, Lit5673, Lit5671, lambda$Fn685);
        }
        screen12.Circular_Progress1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3928, Lit5674, Lit5675, lambda$Fn686), consumer);
        } else {
            screen12.addToComponents(Lit3928, Lit5678, Lit5675, lambda$Fn687);
        }
        screen12.Label18 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3928, Lit5679, Lit5680, lambda$Fn688), consumer);
        } else {
            screen12.addToComponents(Lit3928, Lit5682, Lit5680, lambda$Fn689);
        }
        screen12.cvToast = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit5683, Lit2936, lambda$Fn690), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit5684, Lit2936, lambda$Fn691);
        }
        screen12.haToast = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2936, Lit5685, Lit5686, lambda$Fn692), consumer);
        } else {
            screen12.addToComponents(Lit2936, Lit5689, Lit5686, lambda$Fn693);
        }
        screen12.Label38 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5686, Lit5690, Lit2933, lambda$Fn694), consumer);
        } else {
            screen12.addToComponents(Lit5686, Lit5691, Lit2933, lambda$Fn695);
        }
        screen12.Spacer19 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5686, Lit5692, Lit5693, lambda$Fn696), consumer);
        } else {
            screen12.addToComponents(Lit5686, Lit5694, Lit5693, lambda$Fn697);
        }
        screen12.lTitle_copy = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5686, Lit5695, Lit2932, lambda$Fn698), consumer);
        } else {
            screen12.addToComponents(Lit5686, Lit5697, Lit2932, lambda$Fn699);
        }
        screen12.Spacer20 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5686, Lit5698, Lit5699, lambda$Fn700), consumer);
        } else {
            screen12.addToComponents(Lit5686, Lit5700, Lit5699, lambda$Fn701);
        }
        screen12.cvMessage = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit5701, Lit2777, lambda$Fn702), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit5702, Lit2777, lambda$Fn703);
        }
        screen12.Label19 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2777, Lit5703, Lit5704, lambda$Fn704), consumer);
        } else {
            screen12.addToComponents(Lit2777, Lit5707, Lit5704, lambda$Fn705);
        }
        screen12.Label20 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2777, Lit5708, Lit2778, lambda$Fn706), consumer);
        } else {
            screen12.addToComponents(Lit2777, Lit5709, Lit2778, lambda$Fn707);
        }
        screen12.ITitle = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2777, Lit5710, Lit2773, lambda$Fn708), consumer);
        } else {
            screen12.addToComponents(Lit2777, Lit5713, Lit2773, lambda$Fn709);
        }
        screen12.IMessage = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2777, Lit5714, Lit2774, lambda$Fn710), consumer);
        } else {
            screen12.addToComponents(Lit2777, Lit5715, Lit2774, lambda$Fn711);
        }
        screen12.Horizontal_Arrangement10 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2777, Lit5716, Lit2779, lambda$Fn712), consumer);
        } else {
            screen12.addToComponents(Lit2777, Lit5717, Lit2779, lambda$Fn713);
        }
        screen12.cv11 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2779, Lit5718, Lit2782, lambda$Fn714), consumer);
        } else {
            screen12.addToComponents(Lit2779, Lit5722, Lit2782, lambda$Fn715);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5723, screen12.cv11$Click);
        } else {
            screen12.addToFormEnvironment(Lit5723, screen12.cv11$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cv11", "Click");
        } else {
            screen12.addToEvents(Lit2782, Lit5555);
        }
        screen12.l11 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2782, Lit5724, Lit2780, lambda$Fn716), consumer);
        } else {
            screen12.addToComponents(Lit2782, Lit5725, Lit2780, lambda$Fn717);
        }
        screen12.cv12 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2779, Lit5726, Lit5727, lambda$Fn718), consumer);
        } else {
            screen12.addToComponents(Lit2779, Lit5730, Lit5727, lambda$Fn719);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5731, screen12.cv12$Click);
        } else {
            screen12.addToFormEnvironment(Lit5731, screen12.cv12$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cv12", "Click");
        } else {
            screen12.addToEvents(Lit5727, Lit5555);
        }
        screen12.l12 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5727, Lit5732, Lit2785, lambda$Fn720), consumer);
        } else {
            screen12.addToComponents(Lit5727, Lit5734, Lit2785, lambda$Fn721);
        }
        screen12.vaShow = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit5735, Lit2668, lambda$Fn722), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit5737, Lit2668, lambda$Fn723);
        }
        screen12.Horizontal_Arrangement11 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2668, Lit5738, Lit5739, lambda$Fn724), consumer);
        } else {
            screen12.addToComponents(Lit2668, Lit5741, Lit5739, lambda$Fn725);
        }
        screen12.lblShowBack = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5739, Lit5742, Lit5743, lambda$Fn726), consumer);
        } else {
            screen12.addToComponents(Lit5739, Lit5745, Lit5743, lambda$Fn727);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5746, screen12.lblShowBack$Click);
        } else {
            screen12.addToFormEnvironment(Lit5746, screen12.lblShowBack$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblShowBack", "Click");
        } else {
            screen12.addToEvents(Lit5743, Lit5555);
        }
        screen12.Web_View1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2668, Lit5747, Lit2663, lambda$Fn728), consumer);
        } else {
            screen12.addToComponents(Lit2668, Lit5748, Lit2663, lambda$Fn729);
        }
        screen12.vaED = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit5749, Lit5750, lambda$Fn730), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit5751, Lit5750, lambda$Fn731);
        }
        screen12.Web_View3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5750, Lit5752, Lit724, lambda$Fn732), consumer);
        } else {
            screen12.addToComponents(Lit5750, Lit5753, Lit724, lambda$Fn733);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5755, screen12.Web_View3$AfterJavaScriptEvaluated);
        } else {
            screen12.addToFormEnvironment(Lit5755, screen12.Web_View3$AfterJavaScriptEvaluated);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Web_View3", "AfterJavaScriptEvaluated");
        } else {
            screen12.addToEvents(Lit724, Lit5756);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5758, screen12.Web_View3$ProgressChanged);
        } else {
            screen12.addToFormEnvironment(Lit5758, screen12.Web_View3$ProgressChanged);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Web_View3", "ProgressChanged");
        } else {
            screen12.addToEvents(Lit724, Lit5759);
        }
        screen12.vaBUYSELL = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit5760, Lit373, lambda$Fn734), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit5762, Lit373, lambda$Fn735);
        }
        screen12.Horizontal_Arrangement15 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit373, Lit5763, Lit5764, lambda$Fn736), consumer);
        } else {
            screen12.addToComponents(Lit373, Lit5767, Lit5764, lambda$Fn737);
        }
        screen12.lblBuySellBack = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5764, Lit5768, Lit5769, lambda$Fn738), consumer);
        } else {
            screen12.addToComponents(Lit5764, Lit5770, Lit5769, lambda$Fn739);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5771, screen12.lblBuySellBack$Click);
        } else {
            screen12.addToFormEnvironment(Lit5771, screen12.lblBuySellBack$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblBuySellBack", "Click");
        } else {
            screen12.addToEvents(Lit5769, Lit5555);
        }
        screen12.Spacer18 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5764, Lit5772, Lit5773, lambda$Fn740), consumer);
        } else {
            screen12.addToComponents(Lit5764, Lit5774, Lit5773, lambda$Fn741);
        }
        screen12.lblBuySellTitle = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5764, Lit5775, Lit4048, lambda$Fn742), consumer);
        } else {
            screen12.addToComponents(Lit5764, Lit5776, Lit4048, lambda$Fn743);
        }
        screen12.Spacer35 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5764, Lit5777, Lit5778, lambda$Fn744), consumer);
        } else {
            screen12.addToComponents(Lit5764, Lit5779, Lit5778, lambda$Fn745);
        }
        screen12.Label21 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5764, Lit5780, Lit379, lambda$Fn746), consumer);
        } else {
            screen12.addToComponents(Lit5764, Lit5781, Lit379, lambda$Fn747);
        }
        screen12.txtLTP = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5764, Lit5782, Lit4304, lambda$Fn748), consumer);
        } else {
            screen12.addToComponents(Lit5764, Lit5783, Lit4304, lambda$Fn749);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5784, screen12.txtLTP$OnTextChange);
        } else {
            screen12.addToFormEnvironment(Lit5784, screen12.txtLTP$OnTextChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "txtLTP", "OnTextChange");
        } else {
            screen12.addToEvents(Lit4304, Lit5564);
        }
        screen12.Vertical_Scroll_Arrangement2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit373, Lit5785, Lit5786, lambda$Fn750), consumer);
        } else {
            screen12.addToComponents(Lit373, Lit5788, Lit5786, lambda$Fn751);
        }
        screen12.cvbasketBuySell = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5789, Lit5790, lambda$Fn752), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5791, Lit5790, lambda$Fn753);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5795, screen12.cvbasketBuySell$Click);
        } else {
            screen12.addToFormEnvironment(Lit5795, screen12.cvbasketBuySell$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvbasketBuySell", "Click");
        } else {
            screen12.addToEvents(Lit5790, Lit5555);
        }
        screen12.haBasket = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5790, Lit5796, Lit5797, lambda$Fn754), consumer);
        } else {
            screen12.addToComponents(Lit5790, Lit5798, Lit5797, lambda$Fn755);
        }
        screen12.Label105 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5797, Lit5799, Lit5800, lambda$Fn756), consumer);
        } else {
            screen12.addToComponents(Lit5797, Lit5801, Lit5800, lambda$Fn757);
        }
        screen12.spnBasket = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5797, Lit5802, Lit3200, lambda$Fn758), consumer);
        } else {
            screen12.addToComponents(Lit5797, Lit5804, Lit3200, lambda$Fn759);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5809, screen12.spnBasket$AfterSelecting);
        } else {
            screen12.addToFormEnvironment(Lit5809, screen12.spnBasket$AfterSelecting);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "spnBasket", "AfterSelecting");
        } else {
            screen12.addToEvents(Lit3200, Lit5810);
        }
        screen12.Horizontal_Arrangement22 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5811, Lit5812, lambda$Fn760), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5813, Lit5812, lambda$Fn761);
        }
        screen12.Radio_Button2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5812, Lit5814, Lit5815, lambda$Fn762), consumer);
        } else {
            screen12.addToComponents(Lit5812, Lit5816, Lit5815, lambda$Fn763);
        }
        screen12.swtBuySell = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5812, Lit5817, Lit374, lambda$Fn764), consumer);
        } else {
            screen12.addToComponents(Lit5812, Lit5821, Lit374, lambda$Fn765);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5822, screen12.swtBuySell$Changed);
        } else {
            screen12.addToFormEnvironment(Lit5822, screen12.swtBuySell$Changed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "swtBuySell", "Changed");
        } else {
            screen12.addToEvents(Lit374, Lit5823);
        }
        screen12.vaSummary2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5824, Lit4050, lambda$Fn766), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5825, Lit4050, lambda$Fn767);
        }
        screen12.haSummary2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4050, Lit5826, Lit4036, lambda$Fn768), consumer);
        } else {
            screen12.addToComponents(Lit4050, Lit5827, Lit4036, lambda$Fn769);
        }
        screen12.lblbuysell2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4036, Lit5828, Lit4051, lambda$Fn770), consumer);
        } else {
            screen12.addToComponents(Lit4036, Lit5830, Lit4051, lambda$Fn771);
        }
        screen12.lblavgprice2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4036, Lit5831, Lit4053, lambda$Fn772), consumer);
        } else {
            screen12.addToComponents(Lit4036, Lit5832, Lit4053, lambda$Fn773);
        }
        screen12.lblqty2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4036, Lit5833, Lit4054, lambda$Fn774), consumer);
        } else {
            screen12.addToComponents(Lit4036, Lit5834, Lit4054, lambda$Fn775);
        }
        screen12.lblTotInv2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4036, Lit5835, Lit4055, lambda$Fn776), consumer);
        } else {
            screen12.addToComponents(Lit4036, Lit5836, Lit4055, lambda$Fn777);
        }
        screen12.lblCurrVal2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4036, Lit5837, Lit4056, lambda$Fn778), consumer);
        } else {
            screen12.addToComponents(Lit4036, Lit5838, Lit4056, lambda$Fn779);
        }
        screen12.lblSLTGT2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4050, Lit5839, Lit4057, lambda$Fn780), consumer);
        } else {
            screen12.addToComponents(Lit4050, Lit5840, Lit4057, lambda$Fn781);
        }
        screen12.Spacer31 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5841, Lit5842, lambda$Fn782), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5843, Lit5842, lambda$Fn783);
        }
        screen12.Horizontal_Arrangement19 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5844, Lit5845, lambda$Fn784), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5846, Lit5845, lambda$Fn785);
        }
        screen12.Vertical_Arrangement4 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5845, Lit5847, Lit5848, lambda$Fn786), consumer);
        } else {
            screen12.addToComponents(Lit5845, Lit5849, Lit5848, lambda$Fn787);
        }
        screen12.Horizontal_Arrangement20 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5848, Lit5850, Lit5851, lambda$Fn788), consumer);
        } else {
            screen12.addToComponents(Lit5848, Lit5852, Lit5851, lambda$Fn789);
        }
        screen12.Label30 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5851, Lit5853, Lit5854, lambda$Fn790), consumer);
        } else {
            screen12.addToComponents(Lit5851, Lit5855, Lit5854, lambda$Fn791);
        }
        screen12.lblLotSize = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5851, Lit5856, Lit4064, lambda$Fn792), consumer);
        } else {
            screen12.addToComponents(Lit5851, Lit5857, Lit4064, lambda$Fn793);
        }
        screen12.mtxtQty = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5848, Lit5858, Lit383, lambda$Fn794), consumer);
        } else {
            screen12.addToComponents(Lit5848, Lit5863, Lit383, lambda$Fn795);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5864, screen12.mtxtQty$OnTextChange);
        } else {
            screen12.addToFormEnvironment(Lit5864, screen12.mtxtQty$OnTextChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtQty", "OnTextChange");
        } else {
            screen12.addToEvents(Lit383, Lit5564);
        }
        screen12.Spacer46 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5845, Lit5865, Lit5866, lambda$Fn796), consumer);
        } else {
            screen12.addToComponents(Lit5845, Lit5867, Lit5866, lambda$Fn797);
        }
        screen12.Vertical_Arrangement5 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5845, Lit5868, Lit5869, lambda$Fn798), consumer);
        } else {
            screen12.addToComponents(Lit5845, Lit5870, Lit5869, lambda$Fn799);
        }
        screen12.Horizontal_Arrangement21 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5869, Lit5871, Lit5872, lambda$Fn800), consumer);
        } else {
            screen12.addToComponents(Lit5869, Lit5873, Lit5872, lambda$Fn801);
        }
        screen12.Label32 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5872, Lit5874, Lit5875, lambda$Fn802), consumer);
        } else {
            screen12.addToComponents(Lit5872, Lit5876, Lit5875, lambda$Fn803);
        }
        screen12.Label33 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5872, Lit5877, Lit5878, lambda$Fn804), consumer);
        } else {
            screen12.addToComponents(Lit5872, Lit5879, Lit5878, lambda$Fn805);
        }
        screen12.mtxtPrice = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5869, Lit5880, Lit378, lambda$Fn806), consumer);
        } else {
            screen12.addToComponents(Lit5869, Lit5882, Lit378, lambda$Fn807);
        }
        screen12.Spacer15 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5883, Lit5884, lambda$Fn808), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5885, Lit5884, lambda$Fn809);
        }
        screen12.Label34 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5886, Lit5887, lambda$Fn810), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5888, Lit5887, lambda$Fn811);
        }
        screen12.Material_Toggle_Button2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5889, Lit5890, lambda$Fn812), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5891, Lit5890, lambda$Fn813);
        }
        screen12.Spacer16 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5892, Lit5893, lambda$Fn814), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5894, Lit5893, lambda$Fn815);
        }
        screen12.Label35 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5895, Lit5896, lambda$Fn816), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5897, Lit5896, lambda$Fn817);
        }
        screen12.mtbtn_type = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5898, Lit5899, lambda$Fn818), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5902, Lit5899, lambda$Fn819);
        }
        screen12.Horizontal_Scroll_Arrangement1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5903, Lit5904, lambda$Fn820), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5905, Lit5904, lambda$Fn821);
        }
        screen12.haType = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5904, Lit5906, Lit4011, lambda$Fn822), consumer);
        } else {
            screen12.addToComponents(Lit5904, Lit5907, Lit4011, lambda$Fn823);
        }
        screen12.Spacer17 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5908, Lit5909, lambda$Fn824), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5910, Lit5909, lambda$Fn825);
        }
        screen12.Label37 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5911, Lit5912, lambda$Fn826), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5913, Lit5912, lambda$Fn827);
        }
        screen12.vaSLTGT = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5914, Lit1437, lambda$Fn828), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5915, Lit1437, lambda$Fn829);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5917, screen12.vaSLTGT$Click);
        } else {
            screen12.addToFormEnvironment(Lit5917, screen12.vaSLTGT$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "vaSLTGT", "Click");
        } else {
            screen12.addToEvents(Lit1437, Lit5555);
        }
        screen12.Switch1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1437, Lit5918, Lit4006, lambda$Fn830), consumer);
        } else {
            screen12.addToComponents(Lit1437, Lit5919, Lit4006, lambda$Fn831);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5922, screen12.Switch1$Changed);
        } else {
            screen12.addToFormEnvironment(Lit5922, screen12.Switch1$Changed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Switch1", "Changed");
        } else {
            screen12.addToEvents(Lit4006, Lit5823);
        }
        screen12.Horizontal_Arrangement24 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1437, Lit5923, Lit5920, lambda$Fn832), consumer);
        } else {
            screen12.addToComponents(Lit1437, Lit5924, Lit5920, lambda$Fn833);
        }
        screen12.mtxtSL = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5920, Lit5925, Lit2820, lambda$Fn834), consumer);
        } else {
            screen12.addToComponents(Lit5920, Lit5927, Lit2820, lambda$Fn835);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5928, screen12.mtxtSL$OnFocusChange);
        } else {
            screen12.addToFormEnvironment(Lit5928, screen12.mtxtSL$OnFocusChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtSL", "OnFocusChange");
        } else {
            screen12.addToEvents(Lit2820, Lit5929);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5932, screen12.mtxtSL$OnTextChange);
        } else {
            screen12.addToFormEnvironment(Lit5932, screen12.mtxtSL$OnTextChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtSL", "OnTextChange");
        } else {
            screen12.addToEvents(Lit2820, Lit5564);
        }
        screen12.mtxtSLP = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5920, Lit5933, Lit3221, lambda$Fn836), consumer);
        } else {
            screen12.addToComponents(Lit5920, Lit5935, Lit3221, lambda$Fn837);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5936, screen12.mtxtSLP$OnFocusChange);
        } else {
            screen12.addToFormEnvironment(Lit5936, screen12.mtxtSLP$OnFocusChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtSLP", "OnFocusChange");
        } else {
            screen12.addToEvents(Lit3221, Lit5929);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5939, screen12.mtxtSLP$OnTextChange);
        } else {
            screen12.addToFormEnvironment(Lit5939, screen12.mtxtSLP$OnTextChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtSLP", "OnTextChange");
        } else {
            screen12.addToEvents(Lit3221, Lit5564);
        }
        screen12.Switch2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1437, Lit5940, Lit4008, lambda$Fn838), consumer);
        } else {
            screen12.addToComponents(Lit1437, Lit5941, Lit4008, lambda$Fn839);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5944, screen12.Switch2$Changed);
        } else {
            screen12.addToFormEnvironment(Lit5944, screen12.Switch2$Changed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Switch2", "Changed");
        } else {
            screen12.addToEvents(Lit4008, Lit5823);
        }
        screen12.Horizontal_Arrangement25 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1437, Lit5945, Lit5942, lambda$Fn840), consumer);
        } else {
            screen12.addToComponents(Lit1437, Lit5946, Lit5942, lambda$Fn841);
        }
        screen12.mtxtTGT = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5942, Lit5947, Lit2825, lambda$Fn842), consumer);
        } else {
            screen12.addToComponents(Lit5942, Lit5949, Lit2825, lambda$Fn843);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5950, screen12.mtxtTGT$OnFocusChange);
        } else {
            screen12.addToFormEnvironment(Lit5950, screen12.mtxtTGT$OnFocusChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtTGT", "OnFocusChange");
        } else {
            screen12.addToEvents(Lit2825, Lit5929);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5953, screen12.mtxtTGT$OnTextChange);
        } else {
            screen12.addToFormEnvironment(Lit5953, screen12.mtxtTGT$OnTextChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtTGT", "OnTextChange");
        } else {
            screen12.addToEvents(Lit2825, Lit5564);
        }
        screen12.mtxtTGTP = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5942, Lit5954, Lit3224, lambda$Fn844), consumer);
        } else {
            screen12.addToComponents(Lit5942, Lit5956, Lit3224, lambda$Fn845);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5957, screen12.mtxtTGTP$OnFocusChange);
        } else {
            screen12.addToFormEnvironment(Lit5957, screen12.mtxtTGTP$OnFocusChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtTGTP", "OnFocusChange");
        } else {
            screen12.addToEvents(Lit3224, Lit5929);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit5960, screen12.mtxtTGTP$OnTextChange);
        } else {
            screen12.addToFormEnvironment(Lit5960, screen12.mtxtTGTP$OnTextChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mtxtTGTP", "OnTextChange");
        } else {
            screen12.addToEvents(Lit3224, Lit5564);
        }
        screen12.Spacer30 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5961, Lit5962, lambda$Fn846), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5963, Lit5962, lambda$Fn847);
        }
        screen12.mtxtNotes = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5964, Lit3236, lambda$Fn848), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5966, Lit3236, lambda$Fn849);
        }
        screen12.Horizontal_Arrangement26 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit5967, Lit5968, lambda$Fn850), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit5969, Lit5968, lambda$Fn851);
        }
        screen12.Spacer36 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5968, Lit5970, Lit5971, lambda$Fn852), consumer);
        } else {
            screen12.addToComponents(Lit5968, Lit5972, Lit5971, lambda$Fn853);
        }
        screen12.Vertical_Arrangement8 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5968, Lit5973, Lit5974, lambda$Fn854), consumer);
        } else {
            screen12.addToComponents(Lit5968, Lit5975, Lit5974, lambda$Fn855);
        }
        screen12.Label41 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5974, Lit5976, Lit5977, lambda$Fn856), consumer);
        } else {
            screen12.addToComponents(Lit5974, Lit5979, Lit5977, lambda$Fn857);
        }
        screen12.lblMargin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5974, Lit5980, Lit2881, lambda$Fn858), consumer);
        } else {
            screen12.addToComponents(Lit5974, Lit5982, Lit2881, lambda$Fn859);
        }
        screen12.Vertical_Arrangement14 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5968, Lit5983, Lit5984, lambda$Fn860), consumer);
        } else {
            screen12.addToComponents(Lit5968, Lit5985, Lit5984, lambda$Fn861);
        }
        screen12.Label42 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5984, Lit5986, Lit5987, lambda$Fn862), consumer);
        } else {
            screen12.addToComponents(Lit5984, Lit5989, Lit5987, lambda$Fn863);
        }
        screen12.lblBuySellBrokerage = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5984, Lit5990, Lit386, lambda$Fn864), consumer);
        } else {
            screen12.addToComponents(Lit5984, Lit5992, Lit386, lambda$Fn865);
        }
        screen12.Vertical_Arrangement9 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5968, Lit5993, Lit5994, lambda$Fn866), consumer);
        } else {
            screen12.addToComponents(Lit5968, Lit5995, Lit5994, lambda$Fn867);
        }
        screen12.Label40 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5994, Lit5996, Lit5997, lambda$Fn868), consumer);
        } else {
            screen12.addToComponents(Lit5994, Lit5999, Lit5997, lambda$Fn869);
        }
        screen12.lblAvbBalance = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5994, Lit6000, Lit2837, lambda$Fn870), consumer);
        } else {
            screen12.addToComponents(Lit5994, Lit6002, Lit2837, lambda$Fn871);
        }
        screen12.haUptExt = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit6003, Lit4042, lambda$Fn872), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit6004, Lit4042, lambda$Fn873);
        }
        screen12.btnUpdate = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4042, Lit6005, Lit4003, lambda$Fn874), consumer);
        } else {
            screen12.addToComponents(Lit4042, Lit6009, Lit4003, lambda$Fn875);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6047, screen12.btnUpdate$Click);
        } else {
            screen12.addToFormEnvironment(Lit6047, screen12.btnUpdate$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnUpdate", "Click");
        } else {
            screen12.addToEvents(Lit4003, Lit5555);
        }
        screen12.btnBuySellExit = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4042, Lit6048, Lit4043, lambda$Fn881), consumer);
        } else {
            screen12.addToComponents(Lit4042, Lit6051, Lit4043, lambda$Fn882);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6055, screen12.btnBuySellExit$Click);
        } else {
            screen12.addToFormEnvironment(Lit6055, screen12.btnBuySellExit$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnBuySellExit", "Click");
        } else {
            screen12.addToEvents(Lit4043, Lit5555);
        }
        screen12.btnSubmit = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit6056, Lit4005, lambda$Fn883), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit6058, Lit4005, lambda$Fn884);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6059, screen12.btnSubmit$Click);
        } else {
            screen12.addToFormEnvironment(Lit6059, screen12.btnSubmit$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnSubmit", "Click");
        } else {
            screen12.addToEvents(Lit4005, Lit5555);
        }
        screen12.btnSubmitBasket = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit5786, Lit6060, Lit5808, lambda$Fn885), consumer);
        } else {
            screen12.addToComponents(Lit5786, Lit6063, Lit5808, lambda$Fn886);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6110, screen12.btnSubmitBasket$Click);
        } else {
            screen12.addToFormEnvironment(Lit6110, screen12.btnSubmitBasket$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnSubmitBasket", "Click");
        } else {
            screen12.addToEvents(Lit5808, Lit5555);
        }
        screen12.vaPopup = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6111, Lit3476, lambda$Fn887), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6113, Lit3476, lambda$Fn888);
        }
        screen12.Horizontal_Arrangement12 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3476, Lit6114, Lit6115, lambda$Fn889), consumer);
        } else {
            screen12.addToComponents(Lit3476, Lit6117, Lit6115, lambda$Fn890);
        }
        screen12.Label28 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6115, Lit6118, Lit6119, lambda$Fn891), consumer);
        } else {
            screen12.addToComponents(Lit6115, Lit6120, Lit6119, lambda$Fn892);
        }
        screen12.Spacer27 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6115, Lit6121, Lit6122, lambda$Fn893), consumer);
        } else {
            screen12.addToComponents(Lit6115, Lit6123, Lit6122, lambda$Fn894);
        }
        screen12.lblPopupTitle = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6115, Lit6124, Lit3439, lambda$Fn895), consumer);
        } else {
            screen12.addToComponents(Lit6115, Lit6125, Lit3439, lambda$Fn896);
        }
        screen12.lblPopupPL = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6115, Lit6126, Lit3369, lambda$Fn897), consumer);
        } else {
            screen12.addToComponents(Lit6115, Lit6127, Lit3369, lambda$Fn898);
        }
        screen12.lblShare = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6115, Lit6128, Lit6129, lambda$Fn899), consumer);
        } else {
            screen12.addToComponents(Lit6115, Lit6130, Lit6129, lambda$Fn900);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6134, screen12.lblShare$Click);
        } else {
            screen12.addToFormEnvironment(Lit6134, screen12.lblShare$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblShare", "Click");
        } else {
            screen12.addToEvents(Lit6129, Lit5555);
        }
        screen12.Vertical_Scroll_Arrangement1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3476, Lit6135, Lit6136, lambda$Fn901), consumer);
        } else {
            screen12.addToComponents(Lit3476, Lit6138, Lit6136, lambda$Fn902);
        }
        screen12.Spacer28 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6139, Lit6140, lambda$Fn903), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6141, Lit6140, lambda$Fn904);
        }
        screen12.haBUYSELL = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6142, Lit3364, lambda$Fn905), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6143, Lit3364, lambda$Fn906);
        }
        screen12.Spacer12 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3364, Lit6144, Lit6145, lambda$Fn907), consumer);
        } else {
            screen12.addToComponents(Lit3364, Lit6146, Lit6145, lambda$Fn908);
        }
        screen12.btnBuy = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3364, Lit6147, Lit6148, lambda$Fn909), consumer);
        } else {
            screen12.addToComponents(Lit3364, Lit6152, Lit6148, lambda$Fn910);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6153, screen12.btnBuy$Click);
        } else {
            screen12.addToFormEnvironment(Lit6153, screen12.btnBuy$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnBuy", "Click");
        } else {
            screen12.addToEvents(Lit6148, Lit5555);
        }
        screen12.Spacer11 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3364, Lit6154, Lit6155, lambda$Fn911), consumer);
        } else {
            screen12.addToComponents(Lit3364, Lit6156, Lit6155, lambda$Fn912);
        }
        screen12.btnSell = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3364, Lit6157, Lit6158, lambda$Fn913), consumer);
        } else {
            screen12.addToComponents(Lit3364, Lit6161, Lit6158, lambda$Fn914);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6162, screen12.btnSell$Click);
        } else {
            screen12.addToFormEnvironment(Lit6162, screen12.btnSell$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnSell", "Click");
        } else {
            screen12.addToEvents(Lit6158, Lit5555);
        }
        screen12.Spacer13 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3364, Lit6163, Lit6164, lambda$Fn915), consumer);
        } else {
            screen12.addToComponents(Lit3364, Lit6165, Lit6164, lambda$Fn916);
        }
        screen12.vaSummary = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6166, Lit3478, lambda$Fn917), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6167, Lit3478, lambda$Fn918);
        }
        screen12.Spacer29 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3478, Lit6168, Lit6169, lambda$Fn919), consumer);
        } else {
            screen12.addToComponents(Lit3478, Lit6170, Lit6169, lambda$Fn920);
        }
        screen12.haSummary = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3478, Lit6171, Lit4038, lambda$Fn921), consumer);
        } else {
            screen12.addToComponents(Lit3478, Lit6172, Lit4038, lambda$Fn922);
        }
        screen12.lblbuysell = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4038, Lit6173, Lit3405, lambda$Fn923), consumer);
        } else {
            screen12.addToComponents(Lit4038, Lit6174, Lit3405, lambda$Fn924);
        }
        screen12.lblavgprice = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4038, Lit6175, Lit3411, lambda$Fn925), consumer);
        } else {
            screen12.addToComponents(Lit4038, Lit6176, Lit3411, lambda$Fn926);
        }
        screen12.lblqty = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4038, Lit6177, Lit3429, lambda$Fn927), consumer);
        } else {
            screen12.addToComponents(Lit4038, Lit6178, Lit3429, lambda$Fn928);
        }
        screen12.lblTotInv = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4038, Lit6179, Lit3426, lambda$Fn929), consumer);
        } else {
            screen12.addToComponents(Lit4038, Lit6180, Lit3426, lambda$Fn930);
        }
        screen12.lblCurrVal = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4038, Lit6181, Lit3417, lambda$Fn931), consumer);
        } else {
            screen12.addToComponents(Lit4038, Lit6182, Lit3417, lambda$Fn932);
        }
        screen12.lblSLTGT = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3478, Lit6183, Lit3431, lambda$Fn933), consumer);
        } else {
            screen12.addToComponents(Lit3478, Lit6184, Lit3431, lambda$Fn934);
        }
        screen12.Spacer8 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3478, Lit6185, Lit6186, lambda$Fn935), consumer);
        } else {
            screen12.addToComponents(Lit3478, Lit6187, Lit6186, lambda$Fn936);
        }
        screen12.Horizontal_Arrangement44 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3478, Lit6188, Lit3479, lambda$Fn937), consumer);
        } else {
            screen12.addToComponents(Lit3478, Lit6189, Lit3479, lambda$Fn938);
        }
        screen12.upt_btn = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3479, Lit6190, Lit6191, lambda$Fn939), consumer);
        } else {
            screen12.addToComponents(Lit3479, Lit6194, Lit6191, lambda$Fn940);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6196, screen12.upt_btn$Click);
        } else {
            screen12.addToFormEnvironment(Lit6196, screen12.upt_btn$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "upt_btn", "Click");
        } else {
            screen12.addToEvents(Lit6191, Lit5555);
        }
        screen12.cancel_btn = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3479, Lit6197, Lit3436, lambda$Fn941), consumer);
        } else {
            screen12.addToComponents(Lit3479, Lit6200, Lit3436, lambda$Fn942);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6219, screen12.cancel_btn$Click);
        } else {
            screen12.addToFormEnvironment(Lit6219, screen12.cancel_btn$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cancel_btn", "Click");
        } else {
            screen12.addToEvents(Lit3436, Lit5555);
        }
        screen12.exit_btn = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3479, Lit6220, Lit3433, lambda$Fn943), consumer);
        } else {
            screen12.addToComponents(Lit3479, Lit6223, Lit3433, lambda$Fn944);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6226, screen12.exit_btn$Click);
        } else {
            screen12.addToFormEnvironment(Lit6226, screen12.exit_btn$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "exit_btn", "Click");
        } else {
            screen12.addToEvents(Lit3433, Lit5555);
        }
        screen12.Spacer26 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6227, Lit6228, lambda$Fn945), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6229, Lit6228, lambda$Fn946);
        }
        screen12.lblwatermark = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6230, Lit6131, lambda$Fn947), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6231, Lit6131, lambda$Fn948);
        }
        screen12.Horizontal_Arrangement14 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6232, Lit6233, lambda$Fn949), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6234, Lit6233, lambda$Fn950);
        }
        screen12.Vertical_Arrangement2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6233, Lit6235, Lit6236, lambda$Fn951), consumer);
        } else {
            screen12.addToComponents(Lit6233, Lit6237, Lit6236, lambda$Fn952);
        }
        screen12.vaWV = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6236, Lit6238, Lit6239, lambda$Fn953), consumer);
        } else {
            screen12.addToComponents(Lit6236, Lit6241, Lit6239, lambda$Fn954);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6244, screen12.vaWV$Click);
        } else {
            screen12.addToFormEnvironment(Lit6244, screen12.vaWV$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "vaWV", "Click");
        } else {
            screen12.addToEvents(Lit6239, Lit5555);
        }
        screen12.haTechnicals = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6236, Lit6245, Lit6246, lambda$Fn955), consumer);
        } else {
            screen12.addToComponents(Lit6236, Lit6247, Lit6246, lambda$Fn956);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6250, screen12.haTechnicals$Click);
        } else {
            screen12.addToFormEnvironment(Lit6250, screen12.haTechnicals$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "haTechnicals", "Click");
        } else {
            screen12.addToEvents(Lit6246, Lit5555);
        }
        screen12.Label27 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6246, Lit6251, Lit6252, lambda$Fn957), consumer);
        } else {
            screen12.addToComponents(Lit6246, Lit6254, Lit6252, lambda$Fn958);
        }
        screen12.Spacer9 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6246, Lit6255, Lit6256, lambda$Fn959), consumer);
        } else {
            screen12.addToComponents(Lit6246, Lit6257, Lit6256, lambda$Fn960);
        }
        screen12.Label26 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6246, Lit6258, Lit6259, lambda$Fn961), consumer);
        } else {
            screen12.addToComponents(Lit6246, Lit6261, Lit6259, lambda$Fn962);
        }
        screen12.va2_copy = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6233, Lit6262, Lit3471, lambda$Fn963), consumer);
        } else {
            screen12.addToComponents(Lit6233, Lit6264, Lit3471, lambda$Fn964);
        }
        screen12.lblOI = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3471, Lit6265, Lit3450, lambda$Fn965), consumer);
        } else {
            screen12.addToComponents(Lit3471, Lit6266, Lit3450, lambda$Fn966);
        }
        screen12.Spacer25 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6267, Lit6268, lambda$Fn967), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6269, Lit6268, lambda$Fn968);
        }
        screen12.Horizontal_Arrangement13 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6270, Lit6271, lambda$Fn969), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6272, Lit6271, lambda$Fn970);
        }
        screen12.lblOpen = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6271, Lit6273, Lit3455, lambda$Fn971), consumer);
        } else {
            screen12.addToComponents(Lit6271, Lit6274, Lit3455, lambda$Fn972);
        }
        screen12.lblHigh = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6271, Lit6275, Lit3461, lambda$Fn973), consumer);
        } else {
            screen12.addToComponents(Lit6271, Lit6276, Lit3461, lambda$Fn974);
        }
        screen12.lblLow = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6271, Lit6277, Lit3464, lambda$Fn975), consumer);
        } else {
            screen12.addToComponents(Lit6271, Lit6278, Lit3464, lambda$Fn976);
        }
        screen12.lblClose = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6271, Lit6279, Lit3458, lambda$Fn977), consumer);
        } else {
            screen12.addToComponents(Lit6271, Lit6280, Lit3458, lambda$Fn978);
        }
        screen12.Spacer21 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6281, Lit6282, lambda$Fn979), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6283, Lit6282, lambda$Fn980);
        }
        screen12.Label25 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6284, Lit6285, lambda$Fn981), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6288, Lit6285, lambda$Fn982);
        }
        screen12.Spacer22 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6289, Lit6290, lambda$Fn983), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6291, Lit6290, lambda$Fn984);
        }
        screen12.Horizontal_Arrangement17 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6292, Lit6293, lambda$Fn985), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6294, Lit6293, lambda$Fn986);
        }
        screen12.lblLTPPER = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6293, Lit6295, Lit3448, lambda$Fn987), consumer);
        } else {
            screen12.addToComponents(Lit6293, Lit6296, Lit3448, lambda$Fn988);
        }
        screen12.lbl1MRBETA = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6293, Lit6297, Lit3446, lambda$Fn989), consumer);
        } else {
            screen12.addToComponents(Lit6293, Lit6298, Lit3446, lambda$Fn990);
        }
        screen12.lbl1YRDY = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6293, Lit6299, Lit3444, lambda$Fn991), consumer);
        } else {
            screen12.addToComponents(Lit6293, Lit6300, Lit3444, lambda$Fn992);
        }
        screen12.Spacer23 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6301, Lit6302, lambda$Fn993), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6303, Lit6302, lambda$Fn994);
        }
        screen12.haDerivatives = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6304, Lit3477, lambda$Fn995), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6305, Lit3477, lambda$Fn996);
        }
        screen12.btn_optionchain = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3477, Lit6306, Lit5050, lambda$Fn997), consumer);
        } else {
            screen12.addToComponents(Lit3477, Lit6310, Lit5050, lambda$Fn998);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6322, screen12.btn_optionchain$Click);
        } else {
            screen12.addToFormEnvironment(Lit6322, screen12.btn_optionchain$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btn_optionchain", "Click");
        } else {
            screen12.addToEvents(Lit5050, Lit5555);
        }
        screen12.Spacer14 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3477, Lit6323, Lit6324, lambda$Fn999), consumer);
        } else {
            screen12.addToComponents(Lit3477, Lit6325, Lit6324, lambda$Fn1000);
        }
        screen12.btn_futures = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3477, Lit6326, Lit6327, lambda$Fn1001), consumer);
        } else {
            screen12.addToComponents(Lit3477, Lit6331, Lit6327, lambda$Fn1002);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6343, screen12.btn_futures$Click);
        } else {
            screen12.addToFormEnvironment(Lit6343, screen12.btn_futures$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btn_futures", "Click");
        } else {
            screen12.addToEvents(Lit6327, Lit5555);
        }
        screen12.Spacer24 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6136, Lit6344, Lit6345, lambda$Fn1003), consumer);
        } else {
            screen12.addToComponents(Lit6136, Lit6346, Lit6345, lambda$Fn1004);
        }
        screen12.cvSetFund = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6347, Lit6348, lambda$Fn1005), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6351, Lit6348, lambda$Fn1006);
        }
        screen12.Label81 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6348, Lit6352, Lit6353, lambda$Fn1007), consumer);
        } else {
            screen12.addToComponents(Lit6348, Lit6354, Lit6353, lambda$Fn1008);
        }
        screen12.Spacer42 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6348, Lit6355, Lit6356, lambda$Fn1009), consumer);
        } else {
            screen12.addToComponents(Lit6348, Lit6357, Lit6356, lambda$Fn1010);
        }
        screen12.Card_View16 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6348, Lit6358, Lit6359, lambda$Fn1011), consumer);
        } else {
            screen12.addToComponents(Lit6348, Lit6362, Lit6359, lambda$Fn1012);
        }
        screen12.Horizontal_Arrangement40 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6359, Lit6363, Lit6364, lambda$Fn1013), consumer);
        } else {
            screen12.addToComponents(Lit6359, Lit6365, Lit6364, lambda$Fn1014);
        }
        screen12.Label82 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6364, Lit6366, Lit4926, lambda$Fn1015), consumer);
        } else {
            screen12.addToComponents(Lit6364, Lit6367, Lit4926, lambda$Fn1016);
        }
        screen12.txtFundAmount = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6364, Lit6368, Lit6369, lambda$Fn1017), consumer);
        } else {
            screen12.addToComponents(Lit6364, Lit6371, Lit6369, lambda$Fn1018);
        }
        screen12.Spacer43 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6348, Lit6372, Lit6373, lambda$Fn1019), consumer);
        } else {
            screen12.addToComponents(Lit6348, Lit6374, Lit6373, lambda$Fn1020);
        }
        screen12.mbtnSaveFund = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6348, Lit6375, Lit6376, lambda$Fn1021), consumer);
        } else {
            screen12.addToComponents(Lit6348, Lit6380, Lit6376, lambda$Fn1022);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6394, screen12.mbtnSaveFund$Click);
        } else {
            screen12.addToFormEnvironment(Lit6394, screen12.mbtnSaveFund$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnSaveFund", "Click");
        } else {
            screen12.addToEvents(Lit6376, Lit5555);
        }
        screen12.vaOptionChain = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6395, Lit3750, lambda$Fn1023), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6397, Lit3750, lambda$Fn1024);
        }
        screen12.Horizontal_Arrangement41 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3750, Lit6398, Lit6399, lambda$Fn1025), consumer);
        } else {
            screen12.addToComponents(Lit3750, Lit6400, Lit6399, lambda$Fn1026);
        }
        screen12.lblOptionchainBack = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6399, Lit6401, Lit6402, lambda$Fn1027), consumer);
        } else {
            screen12.addToComponents(Lit6399, Lit6403, Lit6402, lambda$Fn1028);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6404, screen12.lblOptionchainBack$Click);
        } else {
            screen12.addToFormEnvironment(Lit6404, screen12.lblOptionchainBack$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblOptionchainBack", "Click");
        } else {
            screen12.addToEvents(Lit6402, Lit5555);
        }
        screen12.Card_View17 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6399, Lit6405, Lit6406, lambda$Fn1029), consumer);
        } else {
            screen12.addToComponents(Lit6399, Lit6408, Lit6406, lambda$Fn1030);
        }
        screen12.lbloptionID = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6406, Lit6409, Lit3660, lambda$Fn1031), consumer);
        } else {
            screen12.addToComponents(Lit6406, Lit6410, Lit3660, lambda$Fn1032);
        }
        screen12.cvExpiryDt = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6399, Lit6411, Lit6412, lambda$Fn1033), consumer);
        } else {
            screen12.addToComponents(Lit6399, Lit6414, Lit6412, lambda$Fn1034);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6418, screen12.cvExpiryDt$Click);
        } else {
            screen12.addToFormEnvironment(Lit6418, screen12.cvExpiryDt$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvExpiryDt", "Click");
        } else {
            screen12.addToEvents(Lit6412, Lit5555);
        }
        screen12.lblexpirydt = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6412, Lit6419, Lit3664, lambda$Fn1035), consumer);
        } else {
            screen12.addToComponents(Lit6412, Lit6420, Lit3664, lambda$Fn1036);
        }
        screen12.Horizontal_Arrangement42 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3750, Lit6421, Lit6422, lambda$Fn1037), consumer);
        } else {
            screen12.addToComponents(Lit3750, Lit6423, Lit6422, lambda$Fn1038);
        }
        screen12.Labelcall = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6422, Lit6424, Lit6425, lambda$Fn1039), consumer);
        } else {
            screen12.addToComponents(Lit6422, Lit6428, Lit6425, lambda$Fn1040);
        }
        screen12.Label85 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6422, Lit6429, Lit6430, lambda$Fn1041), consumer);
        } else {
            screen12.addToComponents(Lit6422, Lit6433, Lit6430, lambda$Fn1042);
        }
        screen12.Horizontal_Arrangement43 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3750, Lit6434, Lit6435, lambda$Fn1043), consumer);
        } else {
            screen12.addToComponents(Lit3750, Lit6436, Lit6435, lambda$Fn1044);
        }
        screen12.Label86 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6435, Lit6437, Lit6438, lambda$Fn1045), consumer);
        } else {
            screen12.addToComponents(Lit6435, Lit6439, Lit6438, lambda$Fn1046);
        }
        screen12.Label87 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6435, Lit6440, Lit6441, lambda$Fn1047), consumer);
        } else {
            screen12.addToComponents(Lit6435, Lit6443, Lit6441, lambda$Fn1048);
        }
        screen12.Label88 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6435, Lit6444, Lit6445, lambda$Fn1049), consumer);
        } else {
            screen12.addToComponents(Lit6435, Lit6446, Lit6445, lambda$Fn1050);
        }
        screen12.Label89 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6435, Lit6447, Lit6448, lambda$Fn1051), consumer);
        } else {
            screen12.addToComponents(Lit6435, Lit6450, Lit6448, lambda$Fn1052);
        }
        screen12.Label90 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6435, Lit6451, Lit6452, lambda$Fn1053), consumer);
        } else {
            screen12.addToComponents(Lit6435, Lit6453, Lit6452, lambda$Fn1054);
        }
        screen12.va5 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3750, Lit6454, Lit3746, lambda$Fn1055), consumer);
        } else {
            screen12.addToComponents(Lit3750, Lit6455, Lit3746, lambda$Fn1056);
        }
        screen12.vaFutures = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6456, Lit3021, lambda$Fn1057), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6458, Lit3021, lambda$Fn1058);
        }
        screen12.Card_View19 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3021, Lit6459, Lit6460, lambda$Fn1059), consumer);
        } else {
            screen12.addToComponents(Lit3021, Lit6463, Lit6460, lambda$Fn1060);
        }
        screen12.Label83 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6460, Lit6464, Lit6465, lambda$Fn1061), consumer);
        } else {
            screen12.addToComponents(Lit6460, Lit6466, Lit6465, lambda$Fn1062);
        }
        screen12.Label125 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6460, Lit6467, Lit6468, lambda$Fn1063), consumer);
        } else {
            screen12.addToComponents(Lit6460, Lit6471, Lit6468, lambda$Fn1064);
        }
        screen12.Spacer44 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6460, Lit6472, Lit6473, lambda$Fn1065), consumer);
        } else {
            screen12.addToComponents(Lit6460, Lit6474, Lit6473, lambda$Fn1066);
        }
        screen12.vaFutlist = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6460, Lit6475, Lit3011, lambda$Fn1067), consumer);
        } else {
            screen12.addToComponents(Lit6460, Lit6477, Lit3011, lambda$Fn1068);
        }
        screen12.Spacer45 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6460, Lit6478, Lit6479, lambda$Fn1069), consumer);
        } else {
            screen12.addToComponents(Lit6460, Lit6480, Lit6479, lambda$Fn1070);
        }
        screen12.cvRating = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6481, Lit2811, lambda$Fn1071), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6483, Lit2811, lambda$Fn1072);
        }
        screen12.Vertical_Arrangement15 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2811, Lit6484, Lit6485, lambda$Fn1073), consumer);
        } else {
            screen12.addToComponents(Lit2811, Lit6486, Lit6485, lambda$Fn1074);
        }
        screen12.Image3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6485, Lit6487, Lit6488, lambda$Fn1075), consumer);
        } else {
            screen12.addToComponents(Lit6485, Lit6489, Lit6488, lambda$Fn1076);
        }
        screen12.Label100 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6485, Lit6490, Lit1657, lambda$Fn1077), consumer);
        } else {
            screen12.addToComponents(Lit6485, Lit6491, Lit1657, lambda$Fn1078);
        }
        screen12.Label101 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6485, Lit6492, Lit6493, lambda$Fn1079), consumer);
        } else {
            screen12.addToComponents(Lit6485, Lit6496, Lit6493, lambda$Fn1080);
        }
        screen12.Label102 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6485, Lit6497, Lit6498, lambda$Fn1081), consumer);
        } else {
            screen12.addToComponents(Lit6485, Lit6500, Lit6498, lambda$Fn1082);
        }
        screen12.Horizontal_Arrangement48 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6485, Lit6501, Lit6502, lambda$Fn1083), consumer);
        } else {
            screen12.addToComponents(Lit6485, Lit6504, Lit6502, lambda$Fn1084);
        }
        screen12.r1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6502, Lit6505, Lit1671, lambda$Fn1085), consumer);
        } else {
            screen12.addToComponents(Lit6502, Lit6506, Lit1671, lambda$Fn1086);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6507, screen12.r1$Click);
        } else {
            screen12.addToFormEnvironment(Lit6507, screen12.r1$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "r1", "Click");
        } else {
            screen12.addToEvents(Lit1671, Lit5555);
        }
        screen12.r2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6502, Lit6508, Lit1672, lambda$Fn1087), consumer);
        } else {
            screen12.addToComponents(Lit6502, Lit6509, Lit1672, lambda$Fn1088);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6510, screen12.r2$Click);
        } else {
            screen12.addToFormEnvironment(Lit6510, screen12.r2$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "r2", "Click");
        } else {
            screen12.addToEvents(Lit1672, Lit5555);
        }
        screen12.r3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6502, Lit6511, Lit1673, lambda$Fn1089), consumer);
        } else {
            screen12.addToComponents(Lit6502, Lit6512, Lit1673, lambda$Fn1090);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6513, screen12.r3$Click);
        } else {
            screen12.addToFormEnvironment(Lit6513, screen12.r3$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "r3", "Click");
        } else {
            screen12.addToEvents(Lit1673, Lit5555);
        }
        screen12.r4 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6502, Lit6514, Lit1674, lambda$Fn1091), consumer);
        } else {
            screen12.addToComponents(Lit6502, Lit6515, Lit1674, lambda$Fn1092);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6516, screen12.r4$Click);
        } else {
            screen12.addToFormEnvironment(Lit6516, screen12.r4$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "r4", "Click");
        } else {
            screen12.addToEvents(Lit1674, Lit5555);
        }
        screen12.r5 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6502, Lit6517, Lit1675, lambda$Fn1093), consumer);
        } else {
            screen12.addToComponents(Lit6502, Lit6518, Lit1675, lambda$Fn1094);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6519, screen12.r5$Click);
        } else {
            screen12.addToFormEnvironment(Lit6519, screen12.r5$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "r5", "Click");
        } else {
            screen12.addToEvents(Lit1675, Lit5555);
        }
        screen12.mtxtRatingFeedback = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6485, Lit6520, Lit1649, lambda$Fn1095), consumer);
        } else {
            screen12.addToComponents(Lit6485, Lit6522, Lit1649, lambda$Fn1096);
        }
        screen12.mBtnRatingSubmit = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6485, Lit6523, Lit1658, lambda$Fn1097), consumer);
        } else {
            screen12.addToComponents(Lit6485, Lit6525, Lit1658, lambda$Fn1098);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6535, screen12.mBtnRatingSubmit$Click);
        } else {
            screen12.addToFormEnvironment(Lit6535, screen12.mBtnRatingSubmit$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mBtnRatingSubmit", "Click");
        } else {
            screen12.addToEvents(Lit1658, Lit5555);
        }
        screen12.vaAppVersion = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6536, Lit6537, lambda$Fn1099), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6538, Lit6537, lambda$Fn1100);
        }
        screen12.Label103 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6537, Lit6539, Lit6540, lambda$Fn1101), consumer);
        } else {
            screen12.addToComponents(Lit6537, Lit6541, Lit6540, lambda$Fn1102);
        }
        screen12.mbtnBackupData = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6537, Lit6542, Lit6543, lambda$Fn1103), consumer);
        } else {
            screen12.addToComponents(Lit6537, Lit6544, Lit6543, lambda$Fn1104);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6545, screen12.mbtnBackupData$Click);
        } else {
            screen12.addToFormEnvironment(Lit6545, screen12.mbtnBackupData$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnBackupData", "Click");
        } else {
            screen12.addToEvents(Lit6543, Lit5555);
        }
        screen12.btnAppVersion = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6537, Lit6546, Lit6547, lambda$Fn1105), consumer);
        } else {
            screen12.addToComponents(Lit6537, Lit6550, Lit6547, lambda$Fn1106);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6551, screen12.btnAppVersion$Click);
        } else {
            screen12.addToFormEnvironment(Lit6551, screen12.btnAppVersion$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnAppVersion", "Click");
        } else {
            screen12.addToEvents(Lit6547, Lit5555);
        }
        screen12.vaRecommend = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6552, Lit4960, lambda$Fn1107), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6554, Lit4960, lambda$Fn1108);
        }
        screen12.Card_View15 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4960, Lit6555, Lit6556, lambda$Fn1109), consumer);
        } else {
            screen12.addToComponents(Lit4960, Lit6558, Lit6556, lambda$Fn1110);
        }
        screen12.Horizontal_Arrangement16 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6556, Lit6559, Lit6560, lambda$Fn1111), consumer);
        } else {
            screen12.addToComponents(Lit6556, Lit6562, Lit6560, lambda$Fn1112);
        }
        screen12.Label50 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6560, Lit6563, Lit6564, lambda$Fn1113), consumer);
        } else {
            screen12.addToComponents(Lit6560, Lit6566, Lit6564, lambda$Fn1114);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6567, screen12.Label50$Click);
        } else {
            screen12.addToFormEnvironment(Lit6567, screen12.Label50$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Label50", "Click");
        } else {
            screen12.addToEvents(Lit6564, Lit5555);
        }
        screen12.lblRecommend = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6560, Lit6568, Lit4927, lambda$Fn1115), consumer);
        } else {
            screen12.addToComponents(Lit6560, Lit6569, Lit4927, lambda$Fn1116);
        }
        screen12.lblrecommendRefresh = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6560, Lit6570, Lit6571, lambda$Fn1117), consumer);
        } else {
            screen12.addToComponents(Lit6560, Lit6572, Lit6571, lambda$Fn1118);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6573, screen12.lblrecommendRefresh$Click);
        } else {
            screen12.addToFormEnvironment(Lit6573, screen12.lblrecommendRefresh$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblrecommendRefresh", "Click");
        } else {
            screen12.addToEvents(Lit6571, Lit5555);
        }
        screen12.Label104 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4960, Lit6574, Lit6575, lambda$Fn1119), consumer);
        } else {
            screen12.addToComponents(Lit4960, Lit6578, Lit6575, lambda$Fn1120);
        }
        screen12.vaRecommWV = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4960, Lit6579, Lit4953, lambda$Fn1121), consumer);
        } else {
            screen12.addToComponents(Lit4960, Lit6580, Lit4953, lambda$Fn1122);
        }
        screen12.vsaRecommend = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit4960, Lit6581, Lit4920, lambda$Fn1123), consumer);
        } else {
            screen12.addToComponents(Lit4960, Lit6582, Lit4920, lambda$Fn1124);
        }
        screen12.cvAds = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6583, Lit6584, lambda$Fn1125), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6585, Lit6584, lambda$Fn1126);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6587, screen12.cvAds$Click);
        } else {
            screen12.addToFormEnvironment(Lit6587, screen12.cvAds$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvAds", "Click");
        } else {
            screen12.addToEvents(Lit6584, Lit5555);
        }
        screen12.lblAdsTitle = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6584, Lit6588, Lit6589, lambda$Fn1127), consumer);
        } else {
            screen12.addToComponents(Lit6584, Lit6590, Lit6589, lambda$Fn1128);
        }
        screen12.lblAdsMessage = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6584, Lit6591, Lit6592, lambda$Fn1129), consumer);
        } else {
            screen12.addToComponents(Lit6584, Lit6593, Lit6592, lambda$Fn1130);
        }
        screen12.imgAds = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6584, Lit6594, Lit6595, lambda$Fn1131), consumer);
        } else {
            screen12.addToComponents(Lit6584, Lit6596, Lit6595, lambda$Fn1132);
        }
        screen12.mbtnAds = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6584, Lit6597, Lit6598, lambda$Fn1133), consumer);
        } else {
            screen12.addToComponents(Lit6584, Lit6601, Lit6598, lambda$Fn1134);
        }
        screen12.level2BG = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6602, Lit6603, lambda$Fn1135), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6604, Lit6603, lambda$Fn1136);
        }
        screen12.lblStatus = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6605, Lit5, lambda$Fn1137), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6606, Lit5, lambda$Fn1138);
        }
        screen12.vaLoading = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6607, Lit543, lambda$Fn1139), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6609, Lit543, lambda$Fn1140);
        }
        screen12.Spacer1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit543, Lit6610, Lit6611, lambda$Fn1141), consumer);
        } else {
            screen12.addToComponents(Lit543, Lit6612, Lit6611, lambda$Fn1142);
        }
        screen12.lp_loading = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit543, Lit6613, Lit718, lambda$Fn1143), consumer);
        } else {
            screen12.addToComponents(Lit543, Lit6618, Lit718, lambda$Fn1144);
        }
        screen12.Spacer2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit543, Lit6619, Lit6620, lambda$Fn1145), consumer);
        } else {
            screen12.addToComponents(Lit543, Lit6621, Lit6620, lambda$Fn1146);
        }
        screen12.Label1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit543, Lit6622, Lit942, lambda$Fn1147), consumer);
        } else {
            screen12.addToComponents(Lit543, Lit6624, Lit942, lambda$Fn1148);
        }
        screen12.Spacer3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit543, Lit6625, Lit6626, lambda$Fn1149), consumer);
        } else {
            screen12.addToComponents(Lit543, Lit6627, Lit6626, lambda$Fn1150);
        }
        screen12.vaMain = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit6628, Lit171, lambda$Fn1151), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit6629, Lit171, lambda$Fn1152);
        }
        screen12.Label99 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit6630, Lit6631, lambda$Fn1153), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit6632, Lit6631, lambda$Fn1154);
        }
        screen12.Horizontal_Arrangement1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit6633, Lit937, lambda$Fn1155), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit6634, Lit937, lambda$Fn1156);
        }
        screen12.lblMenu = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit937, Lit6635, Lit6636, lambda$Fn1157), consumer);
        } else {
            screen12.addToComponents(Lit937, Lit6638, Lit6636, lambda$Fn1158);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6640, screen12.lblMenu$Click);
        } else {
            screen12.addToFormEnvironment(Lit6640, screen12.lblMenu$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblMenu", "Click");
        } else {
            screen12.addToEvents(Lit6636, Lit5555);
        }
        screen12.Label2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit937, Lit6641, Lit6642, lambda$Fn1159), consumer);
        } else {
            screen12.addToComponents(Lit937, Lit6644, Lit6642, lambda$Fn1160);
        }
        screen12.lblHelp = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit937, Lit6645, Lit6646, lambda$Fn1161), consumer);
        } else {
            screen12.addToComponents(Lit937, Lit6648, Lit6646, lambda$Fn1162);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6649, screen12.lblHelp$Click);
        } else {
            screen12.addToFormEnvironment(Lit6649, screen12.lblHelp$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblHelp", "Click");
        } else {
            screen12.addToEvents(Lit6646, Lit5555);
        }
        screen12.lblNotification = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit937, Lit6650, Lit6651, lambda$Fn1163), consumer);
        } else {
            screen12.addToComponents(Lit937, Lit6653, Lit6651, lambda$Fn1164);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6655, screen12.lblNotification$Click);
        } else {
            screen12.addToFormEnvironment(Lit6655, screen12.lblNotification$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblNotification", "Click");
        } else {
            screen12.addToEvents(Lit6651, Lit5555);
        }
        screen12.lblMarket = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit937, Lit6656, Lit6657, lambda$Fn1165), consumer);
        } else {
            screen12.addToComponents(Lit937, Lit6659, Lit6657, lambda$Fn1166);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6662, screen12.lblMarket$Click);
        } else {
            screen12.addToFormEnvironment(Lit6662, screen12.lblMarket$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblMarket", "Click");
        } else {
            screen12.addToEvents(Lit6657, Lit5555);
        }
        screen12.Vertical_Arrangement7 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit6663, Lit6660, lambda$Fn1167), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit6665, Lit6660, lambda$Fn1168);
        }
        screen12.haMarket = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6660, Lit6666, Lit6667, lambda$Fn1169), consumer);
        } else {
            screen12.addToComponents(Lit6660, Lit6669, Lit6667, lambda$Fn1170);
        }
        screen12.Spacer4 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6667, Lit6670, Lit6671, lambda$Fn1171), consumer);
        } else {
            screen12.addToComponents(Lit6667, Lit6672, Lit6671, lambda$Fn1172);
        }
        screen12.haW1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6667, Lit6673, Lit6674, lambda$Fn1173), consumer);
        } else {
            screen12.addToComponents(Lit6667, Lit6675, Lit6674, lambda$Fn1174);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6678, screen12.haW1$Click);
        } else {
            screen12.addToFormEnvironment(Lit6678, screen12.haW1$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "haW1", "Click");
        } else {
            screen12.addToEvents(Lit6674, Lit5555);
        }
        screen12.lblW1N = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6674, Lit6679, Lit6680, lambda$Fn1175), consumer);
        } else {
            screen12.addToComponents(Lit6674, Lit6681, Lit6680, lambda$Fn1176);
        }
        screen12.Spacer32 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6674, Lit6682, Lit6683, lambda$Fn1177), consumer);
        } else {
            screen12.addToComponents(Lit6674, Lit6684, Lit6683, lambda$Fn1178);
        }
        screen12.lblW1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6674, Lit6685, Lit4731, lambda$Fn1179), consumer);
        } else {
            screen12.addToComponents(Lit6674, Lit6686, Lit4731, lambda$Fn1180);
        }
        screen12.Spacer34 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6667, Lit6687, Lit6688, lambda$Fn1181), consumer);
        } else {
            screen12.addToComponents(Lit6667, Lit6689, Lit6688, lambda$Fn1182);
        }
        screen12.haW2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6667, Lit6690, Lit6691, lambda$Fn1183), consumer);
        } else {
            screen12.addToComponents(Lit6667, Lit6692, Lit6691, lambda$Fn1184);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6693, screen12.haW2$Click);
        } else {
            screen12.addToFormEnvironment(Lit6693, screen12.haW2$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "haW2", "Click");
        } else {
            screen12.addToEvents(Lit6691, Lit5555);
        }
        screen12.Label10 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6691, Lit6694, Lit6695, lambda$Fn1185), consumer);
        } else {
            screen12.addToComponents(Lit6691, Lit6696, Lit6695, lambda$Fn1186);
        }
        screen12.Spacer33 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6691, Lit6697, Lit6698, lambda$Fn1187), consumer);
        } else {
            screen12.addToComponents(Lit6691, Lit6699, Lit6698, lambda$Fn1188);
        }
        screen12.lblW2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6691, Lit6700, Lit4736, lambda$Fn1189), consumer);
        } else {
            screen12.addToComponents(Lit6691, Lit6701, Lit4736, lambda$Fn1190);
        }
        screen12.vaBanner = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit6702, Lit1443, lambda$Fn1191), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit6704, Lit1443, lambda$Fn1192);
        }
        screen12.wvBanner = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1443, Lit6705, Lit1319, lambda$Fn1193), consumer);
        } else {
            screen12.addToComponents(Lit1443, Lit6708, Lit1319, lambda$Fn1194);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6717, screen12.wvBanner$WebViewStringChange);
        } else {
            screen12.addToFormEnvironment(Lit6717, screen12.wvBanner$WebViewStringChange);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "wvBanner", "WebViewStringChange");
        } else {
            screen12.addToEvents(Lit1319, Lit5652);
        }
        screen12.vaBaskets = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit6718, Lit3637, lambda$Fn1195), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit6719, Lit3637, lambda$Fn1196);
        }
        screen12.Card_View2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3637, Lit6720, Lit6721, lambda$Fn1197), consumer);
        } else {
            screen12.addToComponents(Lit3637, Lit6723, Lit6721, lambda$Fn1198);
        }
        screen12.Horizontal_Arrangement18 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6721, Lit6724, Lit6725, lambda$Fn1199), consumer);
        } else {
            screen12.addToComponents(Lit6721, Lit6726, Lit6725, lambda$Fn1200);
        }
        screen12.cvSearch2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6725, Lit6727, Lit6728, lambda$Fn1201), consumer);
        } else {
            screen12.addToComponents(Lit6725, Lit6729, Lit6728, lambda$Fn1202);
        }
        screen12.Horizontal_Arrangement49 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6728, Lit6730, Lit6731, lambda$Fn1203), consumer);
        } else {
            screen12.addToComponents(Lit6728, Lit6732, Lit6731, lambda$Fn1204);
        }
        screen12.Label8 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6731, Lit6733, Lit6734, lambda$Fn1205), consumer);
        } else {
            screen12.addToComponents(Lit6731, Lit6737, Lit6734, lambda$Fn1206);
        }
        screen12.txtBasketSearch = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6731, Lit6738, Lit6739, lambda$Fn1207), consumer);
        } else {
            screen12.addToComponents(Lit6731, Lit6741, Lit6739, lambda$Fn1208);
        }
        screen12.lblWLcnt2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6725, Lit6742, Lit6743, lambda$Fn1209), consumer);
        } else {
            screen12.addToComponents(Lit6725, Lit6746, Lit6743, lambda$Fn1210);
        }
        screen12.lblNewBasket = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6725, Lit6747, Lit6748, lambda$Fn1211), consumer);
        } else {
            screen12.addToComponents(Lit6725, Lit6750, Lit6748, lambda$Fn1212);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6751, screen12.lblNewBasket$Click);
        } else {
            screen12.addToFormEnvironment(Lit6751, screen12.lblNewBasket$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblNewBasket", "Click");
        } else {
            screen12.addToEvents(Lit6748, Lit5555);
        }
        screen12.btnMic2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6725, Lit6752, Lit6753, lambda$Fn1213), consumer);
        } else {
            screen12.addToComponents(Lit6725, Lit6756, Lit6753, lambda$Fn1214);
        }
        screen12.vsaBasketsList = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3637, Lit6757, Lit6758, lambda$Fn1215), consumer);
        } else {
            screen12.addToComponents(Lit3637, Lit6760, Lit6758, lambda$Fn1216);
        }
        screen12.vaWatchList = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit6761, Lit3368, lambda$Fn1217), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit6762, Lit3368, lambda$Fn1218);
        }
        screen12.Card_View1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3368, Lit6763, Lit931, lambda$Fn1219), consumer);
        } else {
            screen12.addToComponents(Lit3368, Lit6765, Lit931, lambda$Fn1220);
        }
        screen12.Horizontal_Arrangement3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit931, Lit6766, Lit6767, lambda$Fn1221), consumer);
        } else {
            screen12.addToComponents(Lit931, Lit6768, Lit6767, lambda$Fn1222);
        }
        screen12.cvSearch = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6767, Lit6769, Lit6770, lambda$Fn1223), consumer);
        } else {
            screen12.addToComponents(Lit6767, Lit6771, Lit6770, lambda$Fn1224);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6772, screen12.cvSearch$Click);
        } else {
            screen12.addToFormEnvironment(Lit6772, screen12.cvSearch$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvSearch", "Click");
        } else {
            screen12.addToEvents(Lit6770, Lit5555);
        }
        screen12.Horizontal_Arrangement4 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6770, Lit6773, Lit6774, lambda$Fn1225), consumer);
        } else {
            screen12.addToComponents(Lit6770, Lit6775, Lit6774, lambda$Fn1226);
        }
        screen12.Label6 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6774, Lit6776, Lit6777, lambda$Fn1227), consumer);
        } else {
            screen12.addToComponents(Lit6774, Lit6780, Lit6777, lambda$Fn1228);
        }
        screen12.Label7 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6774, Lit6781, Lit6782, lambda$Fn1229), consumer);
        } else {
            screen12.addToComponents(Lit6774, Lit6784, Lit6782, lambda$Fn1230);
        }
        screen12.lblWLcnt = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6774, Lit6785, Lit795, lambda$Fn1231), consumer);
        } else {
            screen12.addToComponents(Lit6774, Lit6787, Lit795, lambda$Fn1232);
        }
        screen12.lblMic = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6767, Lit6788, Lit6789, lambda$Fn1233), consumer);
        } else {
            screen12.addToComponents(Lit6767, Lit6791, Lit6789, lambda$Fn1234);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6792, screen12.lblMic$Click);
        } else {
            screen12.addToFormEnvironment(Lit6792, screen12.lblMic$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblMic", "Click");
        } else {
            screen12.addToEvents(Lit6789, Lit5555);
        }
        screen12.lblEdit = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6767, Lit6793, Lit6794, lambda$Fn1235), consumer);
        } else {
            screen12.addToComponents(Lit6767, Lit6796, Lit6794, lambda$Fn1236);
        }
        screen12.btnMic = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6767, Lit6797, Lit5580, lambda$Fn1237), consumer);
        } else {
            screen12.addToComponents(Lit6767, Lit6800, Lit5580, lambda$Fn1238);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6803, screen12.btnMic$Click);
        } else {
            screen12.addToFormEnvironment(Lit6803, screen12.btnMic$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "btnMic", "Click");
        } else {
            screen12.addToEvents(Lit5580, Lit5555);
        }
        screen12.Linear_Progressbar2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3368, Lit6804, Lit1377, lambda$Fn1239), consumer);
        } else {
            screen12.addToComponents(Lit3368, Lit6809, Lit1377, lambda$Fn1240);
        }
        screen12.Swipe_Refresh_Layout1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3368, Lit6810, Lit1378, lambda$Fn1241), consumer);
        } else {
            screen12.addToComponents(Lit3368, Lit6814, Lit1378, lambda$Fn1242);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6815, screen12.Swipe_Refresh_Layout1$OnPageRefresh);
        } else {
            screen12.addToFormEnvironment(Lit6815, screen12.Swipe_Refresh_Layout1$OnPageRefresh);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Swipe_Refresh_Layout1", "OnPageRefresh");
        } else {
            screen12.addToEvents(Lit1378, Lit6816);
        }
        screen12.Horizontal_Arrangement59 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1378, Lit6817, Lit6818, lambda$Fn1243), consumer);
        } else {
            screen12.addToComponents(Lit1378, Lit6819, Lit6818, lambda$Fn1244);
        }
        screen12.lblWatchlistClear = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6818, Lit6820, Lit6821, lambda$Fn1245), consumer);
        } else {
            screen12.addToComponents(Lit6818, Lit6823, Lit6821, lambda$Fn1246);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6826, screen12.lblWatchlistClear$Click);
        } else {
            screen12.addToFormEnvironment(Lit6826, screen12.lblWatchlistClear$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblWatchlistClear", "Click");
        } else {
            screen12.addToEvents(Lit6821, Lit5555);
        }
        screen12.vsaWatchlist = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1378, Lit6827, Lit826, lambda$Fn1247), consumer);
        } else {
            screen12.addToComponents(Lit1378, Lit6829, Lit826, lambda$Fn1248);
        }
        screen12.vaNoWatchlist = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit826, Lit6830, Lit791, lambda$Fn1249), consumer);
        } else {
            screen12.addToComponents(Lit826, Lit6832, Lit791, lambda$Fn1250);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6833, screen12.vaNoWatchlist$Click);
        } else {
            screen12.addToFormEnvironment(Lit6833, screen12.vaNoWatchlist$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "vaNoWatchlist", "Click");
        } else {
            screen12.addToEvents(Lit791, Lit5555);
        }
        screen12.vaNoWatchlistSVG = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit791, Lit6834, Lit6835, lambda$Fn1251), consumer);
        } else {
            screen12.addToComponents(Lit791, Lit6836, Lit6835, lambda$Fn1252);
        }
        screen12.Label78 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit791, Lit6837, Lit6838, lambda$Fn1253), consumer);
        } else {
            screen12.addToComponents(Lit791, Lit6839, Lit6838, lambda$Fn1254);
        }
        screen12.vaTrades = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit6840, Lit3404, lambda$Fn1255), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit6841, Lit3404, lambda$Fn1256);
        }
        screen12.Tab_Layout1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3404, Lit6842, Lit614, lambda$Fn1257), consumer);
        } else {
            screen12.addToComponents(Lit3404, Lit6846, Lit614, lambda$Fn1258);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6847, screen12.Tab_Layout1$Selected);
        } else {
            screen12.addToFormEnvironment(Lit6847, screen12.Tab_Layout1$Selected);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Tab_Layout1", "Selected");
        } else {
            screen12.addToEvents(Lit614, Lit5605);
        }
        screen12.View_Pager1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3404, Lit6848, Lit606, lambda$Fn1259), consumer);
        } else {
            screen12.addToComponents(Lit3404, Lit6849, Lit606, lambda$Fn1260);
        }
        screen12.vaPending = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3404, Lit6850, Lit608, lambda$Fn1261), consumer);
        } else {
            screen12.addToComponents(Lit3404, Lit6851, Lit608, lambda$Fn1262);
        }
        screen12.Card_View3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit608, Lit6852, Lit6853, lambda$Fn1263), consumer);
        } else {
            screen12.addToComponents(Lit608, Lit6855, Lit6853, lambda$Fn1264);
        }
        screen12.Horizontal_Arrangement6 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6853, Lit6856, Lit6857, lambda$Fn1265), consumer);
        } else {
            screen12.addToComponents(Lit6853, Lit6859, Lit6857, lambda$Fn1266);
        }
        screen12.Label11 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6857, Lit6860, Lit6861, lambda$Fn1267), consumer);
        } else {
            screen12.addToComponents(Lit6857, Lit6863, Lit6861, lambda$Fn1268);
        }
        screen12.Label12 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6857, Lit6864, Lit6865, lambda$Fn1269), consumer);
        } else {
            screen12.addToComponents(Lit6857, Lit6867, Lit6865, lambda$Fn1270);
        }
        screen12.Spacer5 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit608, Lit6868, Lit6869, lambda$Fn1271), consumer);
        } else {
            screen12.addToComponents(Lit608, Lit6870, Lit6869, lambda$Fn1272);
        }
        screen12.vsaPending = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit608, Lit6871, Lit1025, lambda$Fn1273), consumer);
        } else {
            screen12.addToComponents(Lit608, Lit6873, Lit1025, lambda$Fn1274);
        }
        screen12.vaNoPending = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1025, Lit6874, Lit2060, lambda$Fn1275), consumer);
        } else {
            screen12.addToComponents(Lit1025, Lit6875, Lit2060, lambda$Fn1276);
        }
        screen12.vaNoPendingSVG = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2060, Lit6876, Lit6877, lambda$Fn1277), consumer);
        } else {
            screen12.addToComponents(Lit2060, Lit6878, Lit6877, lambda$Fn1278);
        }
        screen12.Label80 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2060, Lit6879, Lit6880, lambda$Fn1279), consumer);
        } else {
            screen12.addToComponents(Lit2060, Lit6881, Lit6880, lambda$Fn1280);
        }
        screen12.vaHistory = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3404, Lit6882, Lit612, lambda$Fn1281), consumer);
        } else {
            screen12.addToComponents(Lit3404, Lit6883, Lit612, lambda$Fn1282);
        }
        screen12.Card_View4 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit612, Lit6884, Lit6885, lambda$Fn1283), consumer);
        } else {
            screen12.addToComponents(Lit612, Lit6887, Lit6885, lambda$Fn1284);
        }
        screen12.Horizontal_Arrangement9 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6885, Lit6888, Lit6889, lambda$Fn1285), consumer);
        } else {
            screen12.addToComponents(Lit6885, Lit6891, Lit6889, lambda$Fn1286);
        }
        screen12.Label16 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6889, Lit6892, Lit6893, lambda$Fn1287), consumer);
        } else {
            screen12.addToComponents(Lit6889, Lit6895, Lit6893, lambda$Fn1288);
        }
        screen12.Label17 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6889, Lit6896, Lit2125, lambda$Fn1289), consumer);
        } else {
            screen12.addToComponents(Lit6889, Lit6898, Lit2125, lambda$Fn1290);
        }
        screen12.Spacer6 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit612, Lit6899, Lit6900, lambda$Fn1291), consumer);
        } else {
            screen12.addToComponents(Lit612, Lit6901, Lit6900, lambda$Fn1292);
        }
        screen12.vsaHistory = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit612, Lit6902, Lit1027, lambda$Fn1293), consumer);
        } else {
            screen12.addToComponents(Lit612, Lit6904, Lit1027, lambda$Fn1294);
        }
        screen12.vaNoHistory = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1027, Lit6905, Lit2059, lambda$Fn1295), consumer);
        } else {
            screen12.addToComponents(Lit1027, Lit6906, Lit2059, lambda$Fn1296);
        }
        screen12.vaNoHistorySVG = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2059, Lit6907, Lit6908, lambda$Fn1297), consumer);
        } else {
            screen12.addToComponents(Lit2059, Lit6909, Lit6908, lambda$Fn1298);
        }
        screen12.Label79 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2059, Lit6910, Lit6911, lambda$Fn1299), consumer);
        } else {
            screen12.addToComponents(Lit2059, Lit6912, Lit6911, lambda$Fn1300);
        }
        screen12.vaActive = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3404, Lit6913, Lit610, lambda$Fn1301), consumer);
        } else {
            screen12.addToComponents(Lit3404, Lit6914, Lit610, lambda$Fn1302);
        }
        screen12.Card_View5 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit610, Lit6915, Lit6916, lambda$Fn1303), consumer);
        } else {
            screen12.addToComponents(Lit610, Lit6918, Lit6916, lambda$Fn1304);
        }
        screen12.lblPL = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6916, Lit6919, Lit232, lambda$Fn1305), consumer);
        } else {
            screen12.addToComponents(Lit6916, Lit6921, Lit232, lambda$Fn1306);
        }
        screen12.Horizontal_Arrangement58 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit610, Lit6922, Lit6923, lambda$Fn1307), consumer);
        } else {
            screen12.addToComponents(Lit610, Lit6925, Lit6923, lambda$Fn1308);
        }
        screen12.Label122 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6923, Lit6926, Lit6927, lambda$Fn1309), consumer);
        } else {
            screen12.addToComponents(Lit6923, Lit6929, Lit6927, lambda$Fn1310);
        }
        screen12.lblUsedMargin2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6923, Lit6930, Lit2122, lambda$Fn1311), consumer);
        } else {
            screen12.addToComponents(Lit6923, Lit6932, Lit2122, lambda$Fn1312);
        }
        screen12.lblSquareOff = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6923, Lit6933, Lit6934, lambda$Fn1313), consumer);
        } else {
            screen12.addToComponents(Lit6923, Lit6936, Lit6934, lambda$Fn1314);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit6939, screen12.lblSquareOff$Click);
        } else {
            screen12.addToFormEnvironment(Lit6939, screen12.lblSquareOff$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblSquareOff", "Click");
        } else {
            screen12.addToEvents(Lit6934, Lit5555);
        }
        screen12.Label84 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit610, Lit6940, Lit6941, lambda$Fn1315), consumer);
        } else {
            screen12.addToComponents(Lit610, Lit6944, Lit6941, lambda$Fn1316);
        }
        screen12.vsaActive = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit610, Lit6945, Lit1026, lambda$Fn1317), consumer);
        } else {
            screen12.addToComponents(Lit610, Lit6947, Lit1026, lambda$Fn1318);
        }
        screen12.vaNoActive = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1026, Lit6948, Lit2058, lambda$Fn1319), consumer);
        } else {
            screen12.addToComponents(Lit1026, Lit6949, Lit2058, lambda$Fn1320);
        }
        screen12.vaNoActiveSVG = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2058, Lit6950, Lit6951, lambda$Fn1321), consumer);
        } else {
            screen12.addToComponents(Lit2058, Lit6952, Lit6951, lambda$Fn1322);
        }
        screen12.Label77 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit2058, Lit6953, Lit6954, lambda$Fn1323), consumer);
        } else {
            screen12.addToComponents(Lit2058, Lit6955, Lit6954, lambda$Fn1324);
        }
        screen12.vaProfile = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit6956, Lit3635, lambda$Fn1325), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit6957, Lit3635, lambda$Fn1326);
        }
        screen12.Card_View6 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3635, Lit6958, Lit6959, lambda$Fn1327), consumer);
        } else {
            screen12.addToComponents(Lit3635, Lit6962, Lit6959, lambda$Fn1328);
        }
        screen12.Horizontal_Arrangement27 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6959, Lit6963, Lit6964, lambda$Fn1329), consumer);
        } else {
            screen12.addToComponents(Lit6959, Lit6965, Lit6964, lambda$Fn1330);
        }
        screen12.Card_View7 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6964, Lit6966, Lit6967, lambda$Fn1331), consumer);
        } else {
            screen12.addToComponents(Lit6964, Lit6971, Lit6967, lambda$Fn1332);
        }
        screen12.Card_View14 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6967, Lit6972, Lit6973, lambda$Fn1333), consumer);
        } else {
            screen12.addToComponents(Lit6967, Lit6977, Lit6973, lambda$Fn1334);
        }
        screen12.lblUserInitial = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6973, Lit6978, Lit575, lambda$Fn1335), consumer);
        } else {
            screen12.addToComponents(Lit6973, Lit6980, Lit575, lambda$Fn1336);
        }
        screen12.Vertical_Arrangement10 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6964, Lit6981, Lit6982, lambda$Fn1337), consumer);
        } else {
            screen12.addToComponents(Lit6964, Lit6983, Lit6982, lambda$Fn1338);
        }
        screen12.lblEmail = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6982, Lit6984, Lit467, lambda$Fn1339), consumer);
        } else {
            screen12.addToComponents(Lit6982, Lit6986, Lit467, lambda$Fn1340);
        }
        screen12.lblPRO = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6982, Lit6987, Lit1429, lambda$Fn1341), consumer);
        } else {
            screen12.addToComponents(Lit6982, Lit6990, Lit1429, lambda$Fn1342);
        }
        screen12.Vertical_Scroll_Arrangement3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3635, Lit6991, Lit6992, lambda$Fn1343), consumer);
        } else {
            screen12.addToComponents(Lit3635, Lit6994, Lit6992, lambda$Fn1344);
        }
        screen12.Card_View8 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit6995, Lit6996, lambda$Fn1345), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit6998, Lit6996, lambda$Fn1346);
        }
        screen12.Horizontal_Arrangement47 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6996, Lit6999, Lit7000, lambda$Fn1347), consumer);
        } else {
            screen12.addToComponents(Lit6996, Lit7001, Lit7000, lambda$Fn1348);
        }
        screen12.Label44 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7000, Lit7002, Lit7003, lambda$Fn1349), consumer);
        } else {
            screen12.addToComponents(Lit7000, Lit7005, Lit7003, lambda$Fn1350);
        }
        screen12.mbtnTopUp = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7000, Lit7006, Lit7007, lambda$Fn1351), consumer);
        } else {
            screen12.addToComponents(Lit7000, Lit7010, Lit7007, lambda$Fn1352);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7011, screen12.mbtnTopUp$Click);
        } else {
            screen12.addToFormEnvironment(Lit7011, screen12.mbtnTopUp$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnTopUp", "Click");
        } else {
            screen12.addToEvents(Lit7007, Lit5555);
        }
        screen12.mbtnSetFunds = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7000, Lit7012, Lit7013, lambda$Fn1353), consumer);
        } else {
            screen12.addToComponents(Lit7000, Lit7016, Lit7013, lambda$Fn1354);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7023, screen12.mbtnSetFunds$Click);
        } else {
            screen12.addToFormEnvironment(Lit7023, screen12.mbtnSetFunds$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnSetFunds", "Click");
        } else {
            screen12.addToEvents(Lit7013, Lit5555);
        }
        screen12.Label98 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6996, Lit7024, Lit7025, lambda$Fn1355), consumer);
        } else {
            screen12.addToComponents(Lit6996, Lit7026, Lit7025, lambda$Fn1356);
        }
        screen12.Horizontal_Arrangement28 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6996, Lit7027, Lit7028, lambda$Fn1357), consumer);
        } else {
            screen12.addToComponents(Lit6996, Lit7029, Lit7028, lambda$Fn1358);
        }
        screen12.Label45 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7028, Lit7030, Lit7031, lambda$Fn1359), consumer);
        } else {
            screen12.addToComponents(Lit7028, Lit7034, Lit7031, lambda$Fn1360);
        }
        screen12.lblFunds = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7028, Lit7035, Lit1496, lambda$Fn1361), consumer);
        } else {
            screen12.addToComponents(Lit7028, Lit7037, Lit1496, lambda$Fn1362);
        }
        screen12.Spacer37 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6996, Lit7038, Lit7039, lambda$Fn1363), consumer);
        } else {
            screen12.addToComponents(Lit6996, Lit7040, Lit7039, lambda$Fn1364);
        }
        screen12.Label46 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6996, Lit7041, Lit7042, lambda$Fn1365), consumer);
        } else {
            screen12.addToComponents(Lit6996, Lit7045, Lit7042, lambda$Fn1366);
        }
        screen12.Spacer39 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6996, Lit7046, Lit7047, lambda$Fn1367), consumer);
        } else {
            screen12.addToComponents(Lit6996, Lit7048, Lit7047, lambda$Fn1368);
        }
        screen12.Horizontal_Arrangement30 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6996, Lit7049, Lit7050, lambda$Fn1369), consumer);
        } else {
            screen12.addToComponents(Lit6996, Lit7051, Lit7050, lambda$Fn1370);
        }
        screen12.Label47 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7050, Lit7052, Lit7053, lambda$Fn1371), consumer);
        } else {
            screen12.addToComponents(Lit7050, Lit7055, Lit7053, lambda$Fn1372);
        }
        screen12.Label48 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7050, Lit7056, Lit7057, lambda$Fn1373), consumer);
        } else {
            screen12.addToComponents(Lit7050, Lit7059, Lit7057, lambda$Fn1374);
        }
        screen12.Horizontal_Arrangement31 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6996, Lit7060, Lit7061, lambda$Fn1375), consumer);
        } else {
            screen12.addToComponents(Lit6996, Lit7062, Lit7061, lambda$Fn1376);
        }
        screen12.lblAvailableFunds = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7061, Lit7063, Lit2883, lambda$Fn1377), consumer);
        } else {
            screen12.addToComponents(Lit7061, Lit7065, Lit2883, lambda$Fn1378);
        }
        screen12.lblUsedMargin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7061, Lit7066, Lit2120, lambda$Fn1379), consumer);
        } else {
            screen12.addToComponents(Lit7061, Lit7068, Lit2120, lambda$Fn1380);
        }
        screen12.Horizontal_Arrangement32 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7069, Lit7070, lambda$Fn1381), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7071, Lit7070, lambda$Fn1382);
        }
        screen12.Vertical_Arrangement11 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7070, Lit7072, Lit7073, lambda$Fn1383), consumer);
        } else {
            screen12.addToComponents(Lit7070, Lit7074, Lit7073, lambda$Fn1384);
        }
        screen12.Card_View9 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7073, Lit7075, Lit7076, lambda$Fn1385), consumer);
        } else {
            screen12.addToComponents(Lit7073, Lit7078, Lit7076, lambda$Fn1386);
        }
        screen12.totProfit_copy = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7076, Lit7079, Lit2117, lambda$Fn1387), consumer);
        } else {
            screen12.addToComponents(Lit7076, Lit7081, Lit2117, lambda$Fn1388);
        }
        screen12.Label52 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7076, Lit7082, Lit7083, lambda$Fn1389), consumer);
        } else {
            screen12.addToComponents(Lit7076, Lit7085, Lit7083, lambda$Fn1390);
        }
        screen12.Card_View11 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7073, Lit7086, Lit7087, lambda$Fn1391), consumer);
        } else {
            screen12.addToComponents(Lit7073, Lit7089, Lit7087, lambda$Fn1392);
        }
        screen12.totPcnt_copy = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7087, Lit7090, Lit2116, lambda$Fn1393), consumer);
        } else {
            screen12.addToComponents(Lit7087, Lit7092, Lit2116, lambda$Fn1394);
        }
        screen12.Label54 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7087, Lit7093, Lit7094, lambda$Fn1395), consumer);
        } else {
            screen12.addToComponents(Lit7087, Lit7096, Lit7094, lambda$Fn1396);
        }
        screen12.cvLearn = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7073, Lit7097, Lit7098, lambda$Fn1397), consumer);
        } else {
            screen12.addToComponents(Lit7073, Lit7100, Lit7098, lambda$Fn1398);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7102, screen12.cvLearn$Click);
        } else {
            screen12.addToFormEnvironment(Lit7102, screen12.cvLearn$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvLearn", "Click");
        } else {
            screen12.addToEvents(Lit7098, Lit5555);
        }
        screen12.totPcnt_copy2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7098, Lit7103, Lit7104, lambda$Fn1399), consumer);
        } else {
            screen12.addToComponents(Lit7098, Lit7106, Lit7104, lambda$Fn1400);
        }
        screen12.Label56 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7098, Lit7107, Lit7108, lambda$Fn1401), consumer);
        } else {
            screen12.addToComponents(Lit7098, Lit7110, Lit7108, lambda$Fn1402);
        }
        screen12.cvInvite = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7073, Lit7111, Lit7112, lambda$Fn1403), consumer);
        } else {
            screen12.addToComponents(Lit7073, Lit7114, Lit7112, lambda$Fn1404);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7118, screen12.cvInvite$Click);
        } else {
            screen12.addToFormEnvironment(Lit7118, screen12.cvInvite$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvInvite", "Click");
        } else {
            screen12.addToEvents(Lit7112, Lit5555);
        }
        screen12.totPcnt_copy4 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7112, Lit7119, Lit7120, lambda$Fn1405), consumer);
        } else {
            screen12.addToComponents(Lit7112, Lit7122, Lit7120, lambda$Fn1406);
        }
        screen12.Label58 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7112, Lit7123, Lit7124, lambda$Fn1407), consumer);
        } else {
            screen12.addToComponents(Lit7112, Lit7126, Lit7124, lambda$Fn1408);
        }
        screen12.cvPrivacy = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7073, Lit7127, Lit7128, lambda$Fn1409), consumer);
        } else {
            screen12.addToComponents(Lit7073, Lit7130, Lit7128, lambda$Fn1410);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7131, screen12.cvPrivacy$Click);
        } else {
            screen12.addToFormEnvironment(Lit7131, screen12.cvPrivacy$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvPrivacy", "Click");
        } else {
            screen12.addToEvents(Lit7128, Lit5555);
        }
        screen12.totPcnt_copy6 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7128, Lit7132, Lit7133, lambda$Fn1411), consumer);
        } else {
            screen12.addToComponents(Lit7128, Lit7135, Lit7133, lambda$Fn1412);
        }
        screen12.Label60 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7128, Lit7136, Lit7137, lambda$Fn1413), consumer);
        } else {
            screen12.addToComponents(Lit7128, Lit7139, Lit7137, lambda$Fn1414);
        }
        screen12.cvContact = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7073, Lit7140, Lit7141, lambda$Fn1415), consumer);
        } else {
            screen12.addToComponents(Lit7073, Lit7143, Lit7141, lambda$Fn1416);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7145, screen12.cvContact$Click);
        } else {
            screen12.addToFormEnvironment(Lit7145, screen12.cvContact$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvContact", "Click");
        } else {
            screen12.addToEvents(Lit7141, Lit5555);
        }
        screen12.totPcnt_copy8 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7141, Lit7146, Lit7147, lambda$Fn1417), consumer);
        } else {
            screen12.addToComponents(Lit7141, Lit7149, Lit7147, lambda$Fn1418);
        }
        screen12.Label62 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7141, Lit7150, Lit7151, lambda$Fn1419), consumer);
        } else {
            screen12.addToComponents(Lit7141, Lit7153, Lit7151, lambda$Fn1420);
        }
        screen12.Vertical_Arrangement12 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7070, Lit7154, Lit7155, lambda$Fn1421), consumer);
        } else {
            screen12.addToComponents(Lit7070, Lit7156, Lit7155, lambda$Fn1422);
        }
        screen12.Card_View10 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7155, Lit7157, Lit7158, lambda$Fn1423), consumer);
        } else {
            screen12.addToComponents(Lit7155, Lit7160, Lit7158, lambda$Fn1424);
        }
        screen12.totLoss_copy = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7158, Lit7161, Lit2118, lambda$Fn1425), consumer);
        } else {
            screen12.addToComponents(Lit7158, Lit7163, Lit2118, lambda$Fn1426);
        }
        screen12.Label53 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7158, Lit7164, Lit7165, lambda$Fn1427), consumer);
        } else {
            screen12.addToComponents(Lit7158, Lit7167, Lit7165, lambda$Fn1428);
        }
        screen12.Card_View12 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7155, Lit7168, Lit7169, lambda$Fn1429), consumer);
        } else {
            screen12.addToComponents(Lit7155, Lit7171, Lit7169, lambda$Fn1430);
        }
        screen12.totLcnt_copy = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7169, Lit7172, Lit2119, lambda$Fn1431), consumer);
        } else {
            screen12.addToComponents(Lit7169, Lit7174, Lit2119, lambda$Fn1432);
        }
        screen12.Label55 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7169, Lit7175, Lit7176, lambda$Fn1433), consumer);
        } else {
            screen12.addToComponents(Lit7169, Lit7178, Lit7176, lambda$Fn1434);
        }
        screen12.cvReports = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7155, Lit7179, Lit7180, lambda$Fn1435), consumer);
        } else {
            screen12.addToComponents(Lit7155, Lit7182, Lit7180, lambda$Fn1436);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7186, screen12.cvReports$Click);
        } else {
            screen12.addToFormEnvironment(Lit7186, screen12.cvReports$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvReports", "Click");
        } else {
            screen12.addToEvents(Lit7180, Lit5555);
        }
        screen12.totPcnt_copy3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7180, Lit7187, Lit7188, lambda$Fn1437), consumer);
        } else {
            screen12.addToComponents(Lit7180, Lit7190, Lit7188, lambda$Fn1438);
        }
        screen12.Label57 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7180, Lit7191, Lit7192, lambda$Fn1439), consumer);
        } else {
            screen12.addToComponents(Lit7180, Lit7194, Lit7192, lambda$Fn1440);
        }
        screen12.cvNews = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7155, Lit7195, Lit7196, lambda$Fn1441), consumer);
        } else {
            screen12.addToComponents(Lit7155, Lit7198, Lit7196, lambda$Fn1442);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7199, screen12.cvNews$Click);
        } else {
            screen12.addToFormEnvironment(Lit7199, screen12.cvNews$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvNews", "Click");
        } else {
            screen12.addToEvents(Lit7196, Lit5555);
        }
        screen12.totPcnt_copy5 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7196, Lit7200, Lit7201, lambda$Fn1443), consumer);
        } else {
            screen12.addToComponents(Lit7196, Lit7203, Lit7201, lambda$Fn1444);
        }
        screen12.Label59 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7196, Lit7204, Lit7205, lambda$Fn1445), consumer);
        } else {
            screen12.addToComponents(Lit7196, Lit7207, Lit7205, lambda$Fn1446);
        }
        screen12.cvSupport = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7155, Lit7208, Lit7209, lambda$Fn1447), consumer);
        } else {
            screen12.addToComponents(Lit7155, Lit7211, Lit7209, lambda$Fn1448);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7212, screen12.cvSupport$Click);
        } else {
            screen12.addToFormEnvironment(Lit7212, screen12.cvSupport$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvSupport", "Click");
        } else {
            screen12.addToEvents(Lit7209, Lit5555);
        }
        screen12.totPcnt_copy7 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7209, Lit7213, Lit7214, lambda$Fn1449), consumer);
        } else {
            screen12.addToComponents(Lit7209, Lit7216, Lit7214, lambda$Fn1450);
        }
        screen12.Label61 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7209, Lit7217, Lit7218, lambda$Fn1451), consumer);
        } else {
            screen12.addToComponents(Lit7209, Lit7220, Lit7218, lambda$Fn1452);
        }
        screen12.cvRate = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7155, Lit7221, Lit7222, lambda$Fn1453), consumer);
        } else {
            screen12.addToComponents(Lit7155, Lit7224, Lit7222, lambda$Fn1454);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7225, screen12.cvRate$Click);
        } else {
            screen12.addToFormEnvironment(Lit7225, screen12.cvRate$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvRate", "Click");
        } else {
            screen12.addToEvents(Lit7222, Lit5555);
        }
        screen12.totPcnt_copy9 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7222, Lit7226, Lit7227, lambda$Fn1455), consumer);
        } else {
            screen12.addToComponents(Lit7222, Lit7229, Lit7227, lambda$Fn1456);
        }
        screen12.Label63 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7222, Lit7230, Lit7231, lambda$Fn1457), consumer);
        } else {
            screen12.addToComponents(Lit7222, Lit7233, Lit7231, lambda$Fn1458);
        }
        screen12.cvFont = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7234, Lit7235, lambda$Fn1459), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7236, Lit7235, lambda$Fn1460);
        }
        screen12.Horizontal_Arrangement33 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7235, Lit7237, Lit7238, lambda$Fn1461), consumer);
        } else {
            screen12.addToComponents(Lit7235, Lit7239, Lit7238, lambda$Fn1462);
        }
        screen12.Label64 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7238, Lit7240, Lit7241, lambda$Fn1463), consumer);
        } else {
            screen12.addToComponents(Lit7238, Lit7243, Lit7241, lambda$Fn1464);
        }
        screen12.Label65 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7238, Lit7244, Lit7245, lambda$Fn1465), consumer);
        } else {
            screen12.addToComponents(Lit7238, Lit7247, Lit7245, lambda$Fn1466);
        }
        screen12.Horizontal_Arrangement34 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7235, Lit7248, Lit7249, lambda$Fn1467), consumer);
        } else {
            screen12.addToComponents(Lit7235, Lit7250, Lit7249, lambda$Fn1468);
        }
        screen12.Slider1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7249, Lit7251, Lit7252, lambda$Fn1469), consumer);
        } else {
            screen12.addToComponents(Lit7249, Lit7259, Lit7252, lambda$Fn1470);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7263, screen12.Slider1$PositionChanged);
        } else {
            screen12.addToFormEnvironment(Lit7263, screen12.Slider1$PositionChanged);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Slider1", "PositionChanged");
        } else {
            screen12.addToEvents(Lit7252, Lit7264);
        }
        screen12.Label66 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7249, Lit7265, Lit7266, lambda$Fn1471), consumer);
        } else {
            screen12.addToComponents(Lit7249, Lit7268, Lit7266, lambda$Fn1472);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7269, screen12.Label66$Click);
        } else {
            screen12.addToFormEnvironment(Lit7269, screen12.Label66$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Label66", "Click");
        } else {
            screen12.addToEvents(Lit7266, Lit5555);
        }
        screen12.cvTheme = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7270, Lit7271, lambda$Fn1473), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7272, Lit7271, lambda$Fn1474);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7275, screen12.cvTheme$Click);
        } else {
            screen12.addToFormEnvironment(Lit7275, screen12.cvTheme$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvTheme", "Click");
        } else {
            screen12.addToEvents(Lit7271, Lit5555);
        }
        screen12.Horizontal_Arrangement51 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7271, Lit7276, Lit7277, lambda$Fn1475), consumer);
        } else {
            screen12.addToComponents(Lit7271, Lit7278, Lit7277, lambda$Fn1476);
        }
        screen12.swtDarkmode = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7277, Lit7279, Lit7273, lambda$Fn1477), consumer);
        } else {
            screen12.addToComponents(Lit7277, Lit7282, Lit7273, lambda$Fn1478);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7283, screen12.swtDarkmode$Changed);
        } else {
            screen12.addToFormEnvironment(Lit7283, screen12.swtDarkmode$Changed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "swtDarkmode", "Changed");
        } else {
            screen12.addToEvents(Lit7273, Lit5823);
        }
        screen12.vaBackupRestore = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7284, Lit1445, lambda$Fn1479), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7285, Lit1445, lambda$Fn1480);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7287, screen12.vaBackupRestore$Click);
        } else {
            screen12.addToFormEnvironment(Lit7287, screen12.vaBackupRestore$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "vaBackupRestore", "Click");
        } else {
            screen12.addToEvents(Lit1445, Lit5555);
        }
        screen12.cvBackup = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1445, Lit7288, Lit7289, lambda$Fn1481), consumer);
        } else {
            screen12.addToComponents(Lit1445, Lit7290, Lit7289, lambda$Fn1482);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7291, screen12.cvBackup$Click);
        } else {
            screen12.addToFormEnvironment(Lit7291, screen12.cvBackup$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvBackup", "Click");
        } else {
            screen12.addToEvents(Lit7289, Lit5555);
        }
        screen12.Horizontal_Arrangement35 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7289, Lit7292, Lit7293, lambda$Fn1483), consumer);
        } else {
            screen12.addToComponents(Lit7289, Lit7294, Lit7293, lambda$Fn1484);
        }
        screen12.Label67 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7293, Lit7295, Lit7296, lambda$Fn1485), consumer);
        } else {
            screen12.addToComponents(Lit7293, Lit7298, Lit7296, lambda$Fn1486);
        }
        screen12.Label68 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7293, Lit7299, Lit7300, lambda$Fn1487), consumer);
        } else {
            screen12.addToComponents(Lit7293, Lit7302, Lit7300, lambda$Fn1488);
        }
        screen12.chkBackup = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1445, Lit7303, Lit5507, lambda$Fn1489), consumer);
        } else {
            screen12.addToComponents(Lit1445, Lit7305, Lit5507, lambda$Fn1490);
        }
        screen12.cvRestore = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1445, Lit7306, Lit7307, lambda$Fn1491), consumer);
        } else {
            screen12.addToComponents(Lit1445, Lit7308, Lit7307, lambda$Fn1492);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7309, screen12.cvRestore$Click);
        } else {
            screen12.addToFormEnvironment(Lit7309, screen12.cvRestore$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvRestore", "Click");
        } else {
            screen12.addToEvents(Lit7307, Lit5555);
        }
        screen12.Horizontal_Arrangement36 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7307, Lit7310, Lit7311, lambda$Fn1493), consumer);
        } else {
            screen12.addToComponents(Lit7307, Lit7312, Lit7311, lambda$Fn1494);
        }
        screen12.Label69 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7311, Lit7313, Lit7314, lambda$Fn1495), consumer);
        } else {
            screen12.addToComponents(Lit7311, Lit7316, Lit7314, lambda$Fn1496);
        }
        screen12.Label70 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7311, Lit7317, Lit7318, lambda$Fn1497), consumer);
        } else {
            screen12.addToComponents(Lit7311, Lit7320, Lit7318, lambda$Fn1498);
        }
        screen12.cvLogout = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7321, Lit7322, lambda$Fn1499), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7323, Lit7322, lambda$Fn1500);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7324, screen12.cvLogout$Click);
        } else {
            screen12.addToFormEnvironment(Lit7324, screen12.cvLogout$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvLogout", "Click");
        } else {
            screen12.addToEvents(Lit7322, Lit5555);
        }
        screen12.Horizontal_Arrangement37 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7322, Lit7325, Lit7326, lambda$Fn1501), consumer);
        } else {
            screen12.addToComponents(Lit7322, Lit7327, Lit7326, lambda$Fn1502);
        }
        screen12.Label71 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7326, Lit7328, Lit7329, lambda$Fn1503), consumer);
        } else {
            screen12.addToComponents(Lit7326, Lit7331, Lit7329, lambda$Fn1504);
        }
        screen12.Label72 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7326, Lit7332, Lit7333, lambda$Fn1505), consumer);
        } else {
            screen12.addToComponents(Lit7326, Lit7335, Lit7333, lambda$Fn1506);
        }
        screen12.cvClearData = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7336, Lit7337, lambda$Fn1507), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7338, Lit7337, lambda$Fn1508);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7339, screen12.cvClearData$Click);
        } else {
            screen12.addToFormEnvironment(Lit7339, screen12.cvClearData$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvClearData", "Click");
        } else {
            screen12.addToEvents(Lit7337, Lit5555);
        }
        screen12.Horizontal_Arrangement38 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7337, Lit7340, Lit7341, lambda$Fn1509), consumer);
        } else {
            screen12.addToComponents(Lit7337, Lit7342, Lit7341, lambda$Fn1510);
        }
        screen12.Label73 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7341, Lit7343, Lit7344, lambda$Fn1511), consumer);
        } else {
            screen12.addToComponents(Lit7341, Lit7346, Lit7344, lambda$Fn1512);
        }
        screen12.Label74 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7341, Lit7347, Lit7348, lambda$Fn1513), consumer);
        } else {
            screen12.addToComponents(Lit7341, Lit7350, Lit7348, lambda$Fn1514);
        }
        screen12.cvSettings = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7351, Lit7352, lambda$Fn1515), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7353, Lit7352, lambda$Fn1516);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7355, screen12.cvSettings$Click);
        } else {
            screen12.addToFormEnvironment(Lit7355, screen12.cvSettings$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvSettings", "Click");
        } else {
            screen12.addToEvents(Lit7352, Lit5555);
        }
        screen12.Horizontal_Arrangement54 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7352, Lit7356, Lit7357, lambda$Fn1517), consumer);
        } else {
            screen12.addToComponents(Lit7352, Lit7358, Lit7357, lambda$Fn1518);
        }
        screen12.Label123 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7357, Lit7359, Lit7360, lambda$Fn1519), consumer);
        } else {
            screen12.addToComponents(Lit7357, Lit7362, Lit7360, lambda$Fn1520);
        }
        screen12.Label124 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7357, Lit7363, Lit7364, lambda$Fn1521), consumer);
        } else {
            screen12.addToComponents(Lit7357, Lit7366, Lit7364, lambda$Fn1522);
        }
        screen12.chkNavBar = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7367, Lit568, lambda$Fn1523), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7368, Lit568, lambda$Fn1524);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7370, screen12.chkNavBar$Changed);
        } else {
            screen12.addToFormEnvironment(Lit7370, screen12.chkNavBar$Changed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "chkNavBar", "Changed");
        } else {
            screen12.addToEvents(Lit568, Lit5823);
        }
        screen12.lblVersion = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7371, Lit5485, lambda$Fn1525), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7373, Lit5485, lambda$Fn1526);
        }
        screen12.lVersion = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit6992, Lit7374, Lit7375, lambda$Fn1527), consumer);
        } else {
            screen12.addToComponents(Lit6992, Lit7377, Lit7375, lambda$Fn1528);
        }
        screen12.vaTools = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit7378, Lit3634, lambda$Fn1529), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit7379, Lit3634, lambda$Fn1530);
        }
        screen12.Label97 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3634, Lit7380, Lit7381, lambda$Fn1531), consumer);
        } else {
            screen12.addToComponents(Lit3634, Lit7384, Lit7381, lambda$Fn1532);
        }
        screen12.cvFiiDii = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3634, Lit7385, Lit7386, lambda$Fn1533), consumer);
        } else {
            screen12.addToComponents(Lit3634, Lit7388, Lit7386, lambda$Fn1534);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7390, screen12.cvFiiDii$Click);
        } else {
            screen12.addToFormEnvironment(Lit7390, screen12.cvFiiDii$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvFiiDii", "Click");
        } else {
            screen12.addToEvents(Lit7386, Lit5555);
        }
        screen12.Horizontal_Arrangement45 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7386, Lit7391, Lit7392, lambda$Fn1535), consumer);
        } else {
            screen12.addToComponents(Lit7386, Lit7393, Lit7392, lambda$Fn1536);
        }
        screen12.Label91 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7392, Lit7394, Lit7395, lambda$Fn1537), consumer);
        } else {
            screen12.addToComponents(Lit7392, Lit7397, Lit7395, lambda$Fn1538);
        }
        screen12.Label92 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7392, Lit7398, Lit7399, lambda$Fn1539), consumer);
        } else {
            screen12.addToComponents(Lit7392, Lit7401, Lit7399, lambda$Fn1540);
        }
        screen12.Label93 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7392, Lit7402, Lit7403, lambda$Fn1541), consumer);
        } else {
            screen12.addToComponents(Lit7392, Lit7405, Lit7403, lambda$Fn1542);
        }
        screen12.cvRecommend = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3634, Lit7406, Lit7407, lambda$Fn1543), consumer);
        } else {
            screen12.addToComponents(Lit3634, Lit7409, Lit7407, lambda$Fn1544);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7410, screen12.cvRecommend$Click);
        } else {
            screen12.addToFormEnvironment(Lit7410, screen12.cvRecommend$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvRecommend", "Click");
        } else {
            screen12.addToEvents(Lit7407, Lit5555);
        }
        screen12.Horizontal_Arrangement46 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7407, Lit7411, Lit7412, lambda$Fn1545), consumer);
        } else {
            screen12.addToComponents(Lit7407, Lit7413, Lit7412, lambda$Fn1546);
        }
        screen12.Label94 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7412, Lit7414, Lit7415, lambda$Fn1547), consumer);
        } else {
            screen12.addToComponents(Lit7412, Lit7417, Lit7415, lambda$Fn1548);
        }
        screen12.Label95 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7412, Lit7418, Lit7419, lambda$Fn1549), consumer);
        } else {
            screen12.addToComponents(Lit7412, Lit7421, Lit7419, lambda$Fn1550);
        }
        screen12.Label96 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7412, Lit7422, Lit7423, lambda$Fn1551), consumer);
        } else {
            screen12.addToComponents(Lit7412, Lit7425, Lit7423, lambda$Fn1552);
        }
        screen12.cvScanner = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3634, Lit7426, Lit7427, lambda$Fn1553), consumer);
        } else {
            screen12.addToComponents(Lit3634, Lit7429, Lit7427, lambda$Fn1554);
        }
        screen12.Horizontal_Arrangement52 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7427, Lit7430, Lit7431, lambda$Fn1555), consumer);
        } else {
            screen12.addToComponents(Lit7427, Lit7432, Lit7431, lambda$Fn1556);
        }
        screen12.Label115 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7431, Lit7433, Lit7434, lambda$Fn1557), consumer);
        } else {
            screen12.addToComponents(Lit7431, Lit7436, Lit7434, lambda$Fn1558);
        }
        screen12.Label116 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7431, Lit7437, Lit7438, lambda$Fn1559), consumer);
        } else {
            screen12.addToComponents(Lit7431, Lit7440, Lit7438, lambda$Fn1560);
        }
        screen12.Label117 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7431, Lit7441, Lit7442, lambda$Fn1561), consumer);
        } else {
            screen12.addToComponents(Lit7431, Lit7444, Lit7442, lambda$Fn1562);
        }
        screen12.cvYoutube = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3634, Lit7445, Lit7446, lambda$Fn1563), consumer);
        } else {
            screen12.addToComponents(Lit3634, Lit7448, Lit7446, lambda$Fn1564);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7450, screen12.cvYoutube$Click);
        } else {
            screen12.addToFormEnvironment(Lit7450, screen12.cvYoutube$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvYoutube", "Click");
        } else {
            screen12.addToEvents(Lit7446, Lit5555);
        }
        screen12.Horizontal_Arrangement56 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7446, Lit7451, Lit7452, lambda$Fn1565), consumer);
        } else {
            screen12.addToComponents(Lit7446, Lit7453, Lit7452, lambda$Fn1566);
        }
        screen12.Label109 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7452, Lit7454, Lit7455, lambda$Fn1567), consumer);
        } else {
            screen12.addToComponents(Lit7452, Lit7457, Lit7455, lambda$Fn1568);
        }
        screen12.Label110 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7452, Lit7458, Lit7459, lambda$Fn1569), consumer);
        } else {
            screen12.addToComponents(Lit7452, Lit7461, Lit7459, lambda$Fn1570);
        }
        screen12.Label111 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7452, Lit7462, Lit7463, lambda$Fn1571), consumer);
        } else {
            screen12.addToComponents(Lit7452, Lit7465, Lit7463, lambda$Fn1572);
        }
        screen12.cvinstagram = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3634, Lit7466, Lit7467, lambda$Fn1573), consumer);
        } else {
            screen12.addToComponents(Lit3634, Lit7469, Lit7467, lambda$Fn1574);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7471, screen12.cvinstagram$Click);
        } else {
            screen12.addToFormEnvironment(Lit7471, screen12.cvinstagram$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvinstagram", "Click");
        } else {
            screen12.addToEvents(Lit7467, Lit5555);
        }
        screen12.Horizontal_Arrangement57 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7467, Lit7472, Lit7473, lambda$Fn1575), consumer);
        } else {
            screen12.addToComponents(Lit7467, Lit7474, Lit7473, lambda$Fn1576);
        }
        screen12.Label112 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7473, Lit7475, Lit7476, lambda$Fn1577), consumer);
        } else {
            screen12.addToComponents(Lit7473, Lit7478, Lit7476, lambda$Fn1578);
        }
        screen12.Label113 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7473, Lit7479, Lit7480, lambda$Fn1579), consumer);
        } else {
            screen12.addToComponents(Lit7473, Lit7482, Lit7480, lambda$Fn1580);
        }
        screen12.Label114 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7473, Lit7483, Lit7484, lambda$Fn1581), consumer);
        } else {
            screen12.addToComponents(Lit7473, Lit7486, Lit7484, lambda$Fn1582);
        }
        screen12.cvHowtouse = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3634, Lit7487, Lit7488, lambda$Fn1583), consumer);
        } else {
            screen12.addToComponents(Lit3634, Lit7490, Lit7488, lambda$Fn1584);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7491, screen12.cvHowtouse$Click);
        } else {
            screen12.addToFormEnvironment(Lit7491, screen12.cvHowtouse$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvHowtouse", "Click");
        } else {
            screen12.addToEvents(Lit7488, Lit5555);
        }
        screen12.Horizontal_Arrangement53 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7488, Lit7492, Lit7493, lambda$Fn1585), consumer);
        } else {
            screen12.addToComponents(Lit7488, Lit7494, Lit7493, lambda$Fn1586);
        }
        screen12.Label118 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7493, Lit7495, Lit7496, lambda$Fn1587), consumer);
        } else {
            screen12.addToComponents(Lit7493, Lit7498, Lit7496, lambda$Fn1588);
        }
        screen12.Label119 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7493, Lit7499, Lit7500, lambda$Fn1589), consumer);
        } else {
            screen12.addToComponents(Lit7493, Lit7502, Lit7500, lambda$Fn1590);
        }
        screen12.Label120 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7493, Lit7503, Lit7504, lambda$Fn1591), consumer);
        } else {
            screen12.addToComponents(Lit7493, Lit7506, Lit7504, lambda$Fn1592);
        }
        screen12.cvBasketOrder = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit3634, Lit7507, Lit7508, lambda$Fn1593), consumer);
        } else {
            screen12.addToComponents(Lit3634, Lit7510, Lit7508, lambda$Fn1594);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7511, screen12.cvBasketOrder$Click);
        } else {
            screen12.addToFormEnvironment(Lit7511, screen12.cvBasketOrder$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvBasketOrder", "Click");
        } else {
            screen12.addToEvents(Lit7508, Lit5555);
        }
        screen12.Horizontal_Arrangement50 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7508, Lit7512, Lit7513, lambda$Fn1595), consumer);
        } else {
            screen12.addToComponents(Lit7508, Lit7514, Lit7513, lambda$Fn1596);
        }
        screen12.Label106 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7513, Lit7515, Lit7516, lambda$Fn1597), consumer);
        } else {
            screen12.addToComponents(Lit7513, Lit7518, Lit7516, lambda$Fn1598);
        }
        screen12.Label107 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7513, Lit7519, Lit7520, lambda$Fn1599), consumer);
        } else {
            screen12.addToComponents(Lit7513, Lit7522, Lit7520, lambda$Fn1600);
        }
        screen12.Label108 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7513, Lit7523, Lit7524, lambda$Fn1601), consumer);
        } else {
            screen12.addToComponents(Lit7513, Lit7526, Lit7524, lambda$Fn1602);
        }
        screen12.vaUpgrade = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit171, Lit7527, Lit7528, lambda$Fn1603), consumer);
        } else {
            screen12.addToComponents(Lit171, Lit7529, Lit7528, lambda$Fn1604);
        }
        screen12.cvUpgrade = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7528, Lit7530, Lit1444, lambda$Fn1605), consumer);
        } else {
            screen12.addToComponents(Lit7528, Lit7532, Lit1444, lambda$Fn1606);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7534, screen12.cvUpgrade$Click);
        } else {
            screen12.addToFormEnvironment(Lit7534, screen12.cvUpgrade$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "cvUpgrade", "Click");
        } else {
            screen12.addToEvents(Lit1444, Lit5555);
        }
        screen12.Horizontal_Arrangement39 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit1444, Lit7535, Lit7536, lambda$Fn1607), consumer);
        } else {
            screen12.addToComponents(Lit1444, Lit7537, Lit7536, lambda$Fn1608);
        }
        screen12.Label75 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7536, Lit7538, Lit7539, lambda$Fn1609), consumer);
        } else {
            screen12.addToComponents(Lit7536, Lit7541, Lit7539, lambda$Fn1610);
        }
        screen12.Label76 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7536, Lit7542, Lit7543, lambda$Fn1611), consumer);
        } else {
            screen12.addToComponents(Lit7536, Lit7545, Lit7543, lambda$Fn1612);
        }
        screen12.Facebook_Banner1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7528, Lit7546, Lit1436, lambda$Fn1613), consumer);
        } else {
            screen12.addToComponents(Lit7528, Lit7547, Lit1436, lambda$Fn1614);
        }
        screen12.Spacer41 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7528, Lit7548, Lit7549, lambda$Fn1615), consumer);
        } else {
            screen12.addToComponents(Lit7528, Lit7550, Lit7549, lambda$Fn1616);
        }
        screen12.Label51 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7528, Lit7551, Lit7552, lambda$Fn1617), consumer);
        } else {
            screen12.addToComponents(Lit7528, Lit7555, Lit7552, lambda$Fn1618);
        }
        screen12.Spacer40 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7528, Lit7556, Lit7557, lambda$Fn1619), consumer);
        } else {
            screen12.addToComponents(Lit7528, Lit7558, Lit7557, lambda$Fn1620);
        }
        screen12.haButtons = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7528, Lit7559, Lit604, lambda$Fn1621), consumer);
        } else {
            screen12.addToComponents(Lit7528, Lit7561, Lit604, lambda$Fn1622);
        }
        screen12.Bottom_Navigation1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit604, Lit7562, Lit7563, lambda$Fn1623), consumer);
        } else {
            screen12.addToComponents(Lit604, Lit7564, Lit7563, lambda$Fn1624);
        }
        screen12.vsaLoginMain = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit7565, Lit544, lambda$Fn1625), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit7568, Lit544, lambda$Fn1626);
        }
        screen12.lblIntroBack = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit544, Lit7569, Lit5506, lambda$Fn1627), consumer);
        } else {
            screen12.addToComponents(Lit544, Lit7570, Lit5506, lambda$Fn1628);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7571, screen12.lblIntroBack$Click);
        } else {
            screen12.addToFormEnvironment(Lit7571, screen12.lblIntroBack$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblIntroBack", "Click");
        } else {
            screen12.addToEvents(Lit5506, Lit5555);
        }
        screen12.vaIntro = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit544, Lit7572, Lit560, lambda$Fn1629), consumer);
        } else {
            screen12.addToComponents(Lit544, Lit7574, Lit560, lambda$Fn1630);
        }
        screen12.Spacer10 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7575, Lit7576, lambda$Fn1631), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7577, Lit7576, lambda$Fn1632);
        }
        screen12.Image2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7578, Lit7579, lambda$Fn1633), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7580, Lit7579, lambda$Fn1634);
        }
        screen12.Spacer47 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7581, Lit7582, lambda$Fn1635), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7583, Lit7582, lambda$Fn1636);
        }
        screen12.Label13 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7584, Lit7585, lambda$Fn1637), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7587, Lit7585, lambda$Fn1638);
        }
        screen12.Spacer48 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7588, Lit7589, lambda$Fn1639), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7590, Lit7589, lambda$Fn1640);
        }
        screen12.Label14 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7591, Lit7592, lambda$Fn1641), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7594, Lit7592, lambda$Fn1642);
        }
        screen12.haLogin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7595, Lit7596, lambda$Fn1643), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7599, Lit7596, lambda$Fn1644);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7602, screen12.haLogin$Click);
        } else {
            screen12.addToFormEnvironment(Lit7602, screen12.haLogin$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "haLogin", "Click");
        } else {
            screen12.addToEvents(Lit7596, Lit5555);
        }
        screen12.Label15 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7596, Lit7603, Lit7604, lambda$Fn1645), consumer);
        } else {
            screen12.addToComponents(Lit7596, Lit7606, Lit7604, lambda$Fn1646);
        }
        screen12.Label22 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7596, Lit7607, Lit7608, lambda$Fn1647), consumer);
        } else {
            screen12.addToComponents(Lit7596, Lit7610, Lit7608, lambda$Fn1648);
        }
        screen12.Label23 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7611, Lit7612, lambda$Fn1649), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7614, Lit7612, lambda$Fn1650);
        }
        screen12.haSignUp = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7615, Lit7616, lambda$Fn1651), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7618, Lit7616, lambda$Fn1652);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7621, screen12.haSignUp$Click);
        } else {
            screen12.addToFormEnvironment(Lit7621, screen12.haSignUp$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "haSignUp", "Click");
        } else {
            screen12.addToEvents(Lit7616, Lit5555);
        }
        screen12.Label24 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7616, Lit7622, Lit7623, lambda$Fn1653), consumer);
        } else {
            screen12.addToComponents(Lit7616, Lit7625, Lit7623, lambda$Fn1654);
        }
        screen12.Label29 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7616, Lit7626, Lit7627, lambda$Fn1655), consumer);
        } else {
            screen12.addToComponents(Lit7616, Lit7629, Lit7627, lambda$Fn1656);
        }
        screen12.Label31 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7630, Lit7631, lambda$Fn1657), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7633, Lit7631, lambda$Fn1658);
        }
        screen12.Spacer49 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7634, Lit7635, lambda$Fn1659), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7636, Lit7635, lambda$Fn1660);
        }
        screen12.Label36 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7637, Lit7638, lambda$Fn1661), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7640, Lit7638, lambda$Fn1662);
        }
        screen12.Spacer50 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7641, Lit7642, lambda$Fn1663), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7643, Lit7642, lambda$Fn1664);
        }
        screen12.Label39 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7644, Lit548, lambda$Fn1665), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7646, Lit548, lambda$Fn1666);
        }
        screen12.Spacer51 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit560, Lit7647, Lit7648, lambda$Fn1667), consumer);
        } else {
            screen12.addToComponents(Lit560, Lit7649, Lit7648, lambda$Fn1668);
        }
        screen12.Facebook_Banner2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit544, Lit7650, Lit564, lambda$Fn1669), consumer);
        } else {
            screen12.addToComponents(Lit544, Lit7651, Lit564, lambda$Fn1670);
        }
        screen12.vaSignUp = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit544, Lit7652, Lit561, lambda$Fn1671), consumer);
        } else {
            screen12.addToComponents(Lit544, Lit7655, Lit561, lambda$Fn1672);
        }
        screen12.lblHeader = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7656, Lit7657, lambda$Fn1673), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7658, Lit7657, lambda$Fn1674);
        }
        screen12.mtxtName = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7659, Lit1599, lambda$Fn1675), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7660, Lit1599, lambda$Fn1676);
        }
        screen12.mtxtPhone = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7661, Lit1601, lambda$Fn1677), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7662, Lit1601, lambda$Fn1678);
        }
        screen12.mtxtEmailSignup = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7663, Lit7619, lambda$Fn1679), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7664, Lit7619, lambda$Fn1680);
        }
        screen12.mtxtPwd = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7665, Lit7620, lambda$Fn1681), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7670, Lit7620, lambda$Fn1682);
        }
        screen12.mbtnSignUp = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7671, Lit7672, lambda$Fn1683), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7673, Lit7672, lambda$Fn1684);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7691, screen12.mbtnSignUp$Click);
        } else {
            screen12.addToFormEnvironment(Lit7691, screen12.mbtnSignUp$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnSignUp", "Click");
        } else {
            screen12.addToEvents(Lit7672, Lit5555);
        }
        screen12.Label3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7692, Lit7693, lambda$Fn1687), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7694, Lit7693, lambda$Fn1688);
        }
        screen12.mbtnGoogle = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7695, Lit7696, lambda$Fn1689), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7700, Lit7696, lambda$Fn1690);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7703, screen12.mbtnGoogle$Click);
        } else {
            screen12.addToFormEnvironment(Lit7703, screen12.mbtnGoogle$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnGoogle", "Click");
        } else {
            screen12.addToEvents(Lit7696, Lit5555);
        }
        screen12.Horizontal_Arrangement2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit561, Lit7704, Lit7705, lambda$Fn1691), consumer);
        } else {
            screen12.addToComponents(Lit561, Lit7706, Lit7705, lambda$Fn1692);
        }
        screen12.Label5 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7705, Lit7707, Lit7708, lambda$Fn1693), consumer);
        } else {
            screen12.addToComponents(Lit7705, Lit7709, Lit7708, lambda$Fn1694);
        }
        screen12.lblLogin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7705, Lit7710, Lit7711, lambda$Fn1695), consumer);
        } else {
            screen12.addToComponents(Lit7705, Lit7714, Lit7711, lambda$Fn1696);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7715, screen12.lblLogin$Click);
        } else {
            screen12.addToFormEnvironment(Lit7715, screen12.lblLogin$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblLogin", "Click");
        } else {
            screen12.addToEvents(Lit7711, Lit5555);
        }
        screen12.vaForgot = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit544, Lit7716, Lit563, lambda$Fn1697), consumer);
        } else {
            screen12.addToComponents(Lit544, Lit7719, Lit563, lambda$Fn1698);
        }
        screen12.Spacer52 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit563, Lit7720, Lit7721, lambda$Fn1699), consumer);
        } else {
            screen12.addToComponents(Lit563, Lit7722, Lit7721, lambda$Fn1700);
        }
        screen12.lblHeader2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit563, Lit7723, Lit7724, lambda$Fn1701), consumer);
        } else {
            screen12.addToComponents(Lit563, Lit7725, Lit7724, lambda$Fn1702);
        }
        screen12.mtxtEmailForgot = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit563, Lit7726, Lit1422, lambda$Fn1703), consumer);
        } else {
            screen12.addToComponents(Lit563, Lit7727, Lit1422, lambda$Fn1704);
        }
        screen12.Label43 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit563, Lit7728, Lit7729, lambda$Fn1705), consumer);
        } else {
            screen12.addToComponents(Lit563, Lit7730, Lit7729, lambda$Fn1706);
        }
        screen12.Horizontal_Arrangement7 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit563, Lit7731, Lit7732, lambda$Fn1707), consumer);
        } else {
            screen12.addToComponents(Lit563, Lit7733, Lit7732, lambda$Fn1708);
        }
        screen12.mbtnForgotBack = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7732, Lit7734, Lit7735, lambda$Fn1709), consumer);
        } else {
            screen12.addToComponents(Lit7732, Lit7736, Lit7735, lambda$Fn1710);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7737, screen12.mbtnForgotBack$Click);
        } else {
            screen12.addToFormEnvironment(Lit7737, screen12.mbtnForgotBack$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnForgotBack", "Click");
        } else {
            screen12.addToEvents(Lit7735, Lit5555);
        }
        screen12.mbtnGetLink = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7732, Lit7738, Lit7739, lambda$Fn1711), consumer);
        } else {
            screen12.addToComponents(Lit7732, Lit7742, Lit7739, lambda$Fn1712);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7749, screen12.mbtnGetLink$Click);
        } else {
            screen12.addToFormEnvironment(Lit7749, screen12.mbtnGetLink$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnGetLink", "Click");
        } else {
            screen12.addToEvents(Lit7739, Lit5555);
        }
        screen12.vaLogin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit544, Lit7750, Lit562, lambda$Fn1715), consumer);
        } else {
            screen12.addToComponents(Lit544, Lit7753, Lit562, lambda$Fn1716);
        }
        screen12.lblHeader3 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit562, Lit7754, Lit7755, lambda$Fn1717), consumer);
        } else {
            screen12.addToComponents(Lit562, Lit7756, Lit7755, lambda$Fn1718);
        }
        screen12.mtxtEmailLogin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit562, Lit7757, Lit7600, lambda$Fn1719), consumer);
        } else {
            screen12.addToComponents(Lit562, Lit7758, Lit7600, lambda$Fn1720);
        }
        screen12.mtxtPwdLogin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit562, Lit7759, Lit7601, lambda$Fn1721), consumer);
        } else {
            screen12.addToComponents(Lit562, Lit7762, Lit7601, lambda$Fn1722);
        }
        screen12.lblForgot = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit562, Lit7763, Lit7764, lambda$Fn1723), consumer);
        } else {
            screen12.addToComponents(Lit562, Lit7766, Lit7764, lambda$Fn1724);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7767, screen12.lblForgot$Click);
        } else {
            screen12.addToFormEnvironment(Lit7767, screen12.lblForgot$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblForgot", "Click");
        } else {
            screen12.addToEvents(Lit7764, Lit5555);
        }
        screen12.mbtnLogin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit562, Lit7768, Lit7769, lambda$Fn1725), consumer);
        } else {
            screen12.addToComponents(Lit562, Lit7770, Lit7769, lambda$Fn1726);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7781, screen12.mbtnLogin$Click);
        } else {
            screen12.addToFormEnvironment(Lit7781, screen12.mbtnLogin$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnLogin", "Click");
        } else {
            screen12.addToEvents(Lit7769, Lit5555);
        }
        screen12.Label9 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit562, Lit7782, Lit7783, lambda$Fn1729), consumer);
        } else {
            screen12.addToComponents(Lit562, Lit7784, Lit7783, lambda$Fn1730);
        }
        screen12.mbtnGoogle1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit562, Lit7785, Lit7786, lambda$Fn1731), consumer);
        } else {
            screen12.addToComponents(Lit562, Lit7789, Lit7786, lambda$Fn1732);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7791, screen12.mbtnGoogle1$Click);
        } else {
            screen12.addToFormEnvironment(Lit7791, screen12.mbtnGoogle1$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "mbtnGoogle1", "Click");
        } else {
            screen12.addToEvents(Lit7786, Lit5555);
        }
        screen12.Horizontal_Arrangement8 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit562, Lit7792, Lit7793, lambda$Fn1733), consumer);
        } else {
            screen12.addToComponents(Lit562, Lit7794, Lit7793, lambda$Fn1734);
        }
        screen12.Label49 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7793, Lit7795, Lit7796, lambda$Fn1735), consumer);
        } else {
            screen12.addToComponents(Lit7793, Lit7797, Lit7796, lambda$Fn1736);
        }
        screen12.lblSignup = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit7793, Lit7798, Lit7799, lambda$Fn1737), consumer);
        } else {
            screen12.addToComponents(Lit7793, Lit7801, Lit7799, lambda$Fn1738);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7802, screen12.lblSignup$Click);
        } else {
            screen12.addToFormEnvironment(Lit7802, screen12.lblSignup$Click);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "lblSignup", "Click");
        } else {
            screen12.addToEvents(Lit7799, Lit5555);
        }
        screen12.DC1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit7803, Lit741, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit7804, Lit741, Boolean.FALSE);
        }
        screen12.AlphaDialog1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit7805, Lit1655, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit7806, Lit1655, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7809, screen12.AlphaDialog1$OnDismiss);
        } else {
            screen12.addToFormEnvironment(Lit7809, screen12.AlphaDialog1$OnDismiss);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "AlphaDialog1", "OnDismiss");
        } else {
            screen12.addToEvents(Lit1655, Lit7810);
        }
        screen12.BubbleTabBar1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit7811, Lit591, lambda$Fn1739), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit7820, Lit591, lambda$Fn1740);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit7821, screen12.BubbleTabBar1$OnSelected);
        } else {
            screen12.addToFormEnvironment(Lit7821, screen12.BubbleTabBar1$OnSelected);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "BubbleTabBar1", "OnSelected");
        } else {
            screen12.addToEvents(Lit591, Lit7822);
        }
        screen12.Notifier1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit7823, Lit4905, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit7824, Lit4905, Boolean.FALSE);
        }
        screen12.Web1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit7825, Lit150, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit7826, Lit150, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8166, screen12.Web1$GotText);
        } else {
            screen12.addToFormEnvironment(Lit8166, screen12.Web1$GotText);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Web1", "GotText");
        } else {
            screen12.addToEvents(Lit150, Lit8167);
        }
        screen12.Security1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8168, Lit2537, lambda$Fn1755), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8170, Lit2537, lambda$Fn1756);
        }
        screen12.Web2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8171, Lit1365, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8172, Lit1365, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8286, screen12.Web2$GotText);
        } else {
            screen12.addToFormEnvironment(Lit8286, screen12.Web2$GotText);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Web2", "GotText");
        } else {
            screen12.addToEvents(Lit1365, Lit8167);
        }
        screen12.DC2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8287, Lit4009, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8288, Lit4009, Boolean.FALSE);
        }
        screen12.TinyDBLogin = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8289, Lit160, lambda$Fn1768), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8291, Lit160, lambda$Fn1769);
        }
        screen12.AlphaDialog2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8292, Lit2789, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8293, Lit2789, Boolean.FALSE);
        }
        screen12.Clock1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8294, Lit198, lambda$Fn1770), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8295, Lit198, lambda$Fn1771);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8297, screen12.Clock1$Timer);
        } else {
            screen12.addToFormEnvironment(Lit8297, screen12.Clock1$Timer);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Clock1", "Timer");
        } else {
            screen12.addToEvents(Lit198, Lit8298);
        }
        screen12.Tiny_DB1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8299, Lit156, lambda$Fn1772), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8300, Lit156, lambda$Fn1773);
        }
        screen12.Bottom_Sheet1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8301, Lit245, lambda$Fn1774), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8303, Lit245, lambda$Fn1775);
        }
        screen12.Activity_Starter1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8304, Lit1659, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8305, Lit1659, Boolean.FALSE);
        }
        screen12.CustomWebView1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8306, Lit3009, lambda$Fn1776), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8308, Lit3009, lambda$Fn1777);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8317, screen12.CustomWebView1$WebViewStringChanged);
        } else {
            screen12.addToFormEnvironment(Lit8317, screen12.CustomWebView1$WebViewStringChanged);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "CustomWebView1", "WebViewStringChanged");
        } else {
            screen12.addToEvents(Lit3009, Lit8318);
        }
        screen12.Speech_Recognizer1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8319, Lit6801, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8320, Lit6801, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8325, screen12.Speech_Recognizer1$AfterGettingText);
        } else {
            screen12.addToFormEnvironment(Lit8325, screen12.Speech_Recognizer1$AfterGettingText);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Speech_Recognizer1", "AfterGettingText");
        } else {
            screen12.addToEvents(Lit6801, Lit8326);
        }
        screen12.Chrome_Custom_Tab1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8327, Lit6676, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8328, Lit6676, Boolean.FALSE);
        }
        screen12.ViewToolTip1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8329, Lit8330, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8331, Lit8330, Boolean.FALSE);
        }
        screen12.Animations1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8332, Lit8333, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8334, Lit8333, Boolean.FALSE);
        }
        screen12.Device_Info1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8335, Lit468, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8336, Lit468, Boolean.FALSE);
        }
        screen12.Async_Task1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8337, Lit728, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8338, Lit728, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8349, screen12.Async_Task1$CallFinishedWithResult);
        } else {
            screen12.addToFormEnvironment(Lit8349, screen12.Async_Task1$CallFinishedWithResult);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Async_Task1", "CallFinishedWithResult");
        } else {
            screen12.addToEvents(Lit728, Lit8350);
        }
        screen12.Sharing1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8351, Lit7115, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8352, Lit7115, Boolean.FALSE);
        }
        screen12.DevYbPopupMenu1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8353, Lit6415, lambda$Fn1778), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8355, Lit6415, lambda$Fn1779);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8364, screen12.DevYbPopupMenu1$OnMenuItemClick);
        } else {
            screen12.addToFormEnvironment(Lit8364, screen12.DevYbPopupMenu1$OnMenuItemClick);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "DevYbPopupMenu1", "OnMenuItemClick");
        } else {
            screen12.addToEvents(Lit6415, Lit8365);
        }
        screen12.Firebase_Auth1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8366, Lit204, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8367, Lit204, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8369, screen12.Firebase_Auth1$GoogleSignInSuccess);
        } else {
            screen12.addToFormEnvironment(Lit8369, screen12.Firebase_Auth1$GoogleSignInSuccess);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Firebase_Auth1", "GoogleSignInSuccess");
        } else {
            screen12.addToEvents(Lit204, Lit8370);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8372, screen12.Firebase_Auth1$GoogleSignInFailed);
        } else {
            screen12.addToFormEnvironment(Lit8372, screen12.Firebase_Auth1$GoogleSignInFailed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Firebase_Auth1", "GoogleSignInFailed");
        } else {
            screen12.addToEvents(Lit204, Lit8373);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8375, screen12.Firebase_Auth1$FailedToInitialize);
        } else {
            screen12.addToFormEnvironment(Lit8375, screen12.Firebase_Auth1$FailedToInitialize);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Firebase_Auth1", "FailedToInitialize");
        } else {
            screen12.addToEvents(Lit204, Lit8376);
        }
        screen12.FirebaseCore1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8377, Lit5463, lambda$Fn1780), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8378, Lit5463, lambda$Fn1781);
        }
        screen12.StyleTextUtils1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8379, Lit546, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8380, Lit546, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8384, screen12.StyleTextUtils1$TextClicked);
        } else {
            screen12.addToFormEnvironment(Lit8384, screen12.StyleTextUtils1$TextClicked);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "StyleTextUtils1", "TextClicked");
        } else {
            screen12.addToEvents(Lit546, Lit8385);
        }
        screen12.View_Utils1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8386, Lit8343, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8387, Lit8343, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8391, screen12.View_Utils1$ComponentSavedAsImage);
        } else {
            screen12.addToFormEnvironment(Lit8391, screen12.View_Utils1$ComponentSavedAsImage);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "View_Utils1", "ComponentSavedAsImage");
        } else {
            screen12.addToEvents(Lit8343, Lit8392);
        }
        screen12.ImageUtil1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8393, Lit8394, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8395, Lit8394, Boolean.FALSE);
        }
        screen12.Beautify1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8396, Lit8397, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8398, Lit8397, Boolean.FALSE);
        }
        screen12.Facebook_Interstitial1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8399, Lit1464, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8400, Lit1464, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8403, screen12.Facebook_Interstitial1$AdDisplayed);
        } else {
            screen12.addToFormEnvironment(Lit8403, screen12.Facebook_Interstitial1$AdDisplayed);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Facebook_Interstitial1", "AdDisplayed");
        } else {
            screen12.addToEvents(Lit1464, Lit8404);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8405, screen12.Facebook_Interstitial1$AdLoaded);
        } else {
            screen12.addToFormEnvironment(Lit8405, screen12.Facebook_Interstitial1$AdLoaded);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Facebook_Interstitial1", "AdLoaded");
        } else {
            screen12.addToEvents(Lit1464, Lit8406);
        }
        screen12.NotificationStyle2 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8407, Lit622, lambda$Fn1782), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8413, Lit622, lambda$Fn1783);
        }
        screen12.WebSocketConnector1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8414, Lit1380, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8415, Lit1380, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8418, screen12.WebSocketConnector1$ErrorOccurred);
        } else {
            screen12.addToFormEnvironment(Lit8418, screen12.WebSocketConnector1$ErrorOccurred);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "WebSocketConnector1", "ErrorOccurred");
        } else {
            screen12.addToEvents(Lit1380, Lit5520);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8419, screen12.WebSocketConnector1$MessageReceived);
        } else {
            screen12.addToFormEnvironment(Lit8419, screen12.WebSocketConnector1$MessageReceived);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "WebSocketConnector1", "MessageReceived");
        } else {
            screen12.addToEvents(Lit1380, Lit8420);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8421, screen12.WebSocketConnector1$Connected);
        } else {
            screen12.addToFormEnvironment(Lit8421, screen12.WebSocketConnector1$Connected);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "WebSocketConnector1", "Connected");
        } else {
            screen12.addToEvents(Lit1380, Lit8422);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8424, screen12.WebSocketConnector1$Disconnected);
        } else {
            screen12.addToFormEnvironment(Lit8424, screen12.WebSocketConnector1$Disconnected);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "WebSocketConnector1", "Disconnected");
        } else {
            screen12.addToEvents(Lit1380, Lit8425);
        }
        screen12.Onesingal_Push1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8426, Lit1694, lambda$Fn1784), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8428, Lit1694, lambda$Fn1785);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8441, screen12.Onesingal_Push1$OpenedNotification);
        } else {
            screen12.addToFormEnvironment(Lit8441, screen12.Onesingal_Push1$OpenedNotification);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Onesingal_Push1", "OpenedNotification");
        } else {
            screen12.addToEvents(Lit1694, Lit8442);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8452, screen12.Onesingal_Push1$ReceivedNotification);
        } else {
            screen12.addToFormEnvironment(Lit8452, screen12.Onesingal_Push1$ReceivedNotification);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "Onesingal_Push1", "ReceivedNotification");
        } else {
            screen12.addToEvents(Lit1694, Lit8453);
        }
        screen12.DevsTool1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8454, Lit7683, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8455, Lit7683, Boolean.FALSE);
        }
        screen12.In$MnApp_Update1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8456, Lit8457, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8458, Lit8457, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8464, screen12.In$MnApp_Update1$UpdateAvailable);
        } else {
            screen12.addToFormEnvironment(Lit8464, screen12.In$MnApp_Update1$UpdateAvailable);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "In-App_Update1", "UpdateAvailable");
        } else {
            screen12.addToEvents(Lit8457, Lit8465);
        }
        screen12.Firebase_Analytics1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8466, Lit5481, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8467, Lit5481, Boolean.FALSE);
        }
        screen12.ScreenOrientationFix1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8468, Lit8469, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8470, Lit8469, Boolean.FALSE);
        }
        screen12.AppSettings1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8471, Lit242, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8472, Lit242, Boolean.FALSE);
        }
        screen12.ScrollHandler1 = null;
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            Values.writeValues(runtime.addComponentWithinRepl(Lit0, Lit8473, Lit5496, Boolean.FALSE), consumer);
        } else {
            screen12.addToComponents(Lit0, Lit8474, Lit5496, Boolean.FALSE);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            runtime.addToCurrentFormEnvironment(Lit8477, screen12.ScrollHandler1$OnVScroll);
        } else {
            screen12.addToFormEnvironment(Lit8477, screen12.ScrollHandler1$OnVScroll);
        }
        if (runtime.$Stthis$Mnis$Mnthe$Mnrepl$St != Boolean.FALSE) {
            EventDispatcher.registerEventForDelegation((HandlesEventDispatching) runtime.$Stthis$Mnform$St, "ScrollHandler1", "OnVScroll");
        } else {
            screen12.addToEvents(Lit5496, Lit8478);
        }
        runtime.initRuntime();
    }

    static Object lambda4(Object obj) {
        SimpleSymbol simpleSymbol = Lit5;
        SimpleSymbol simpleSymbol2 = Lit6;
        ModuleMethod moduleMethod = strings.string$Mnappend;
        Object apply2 = runtime.get$Mnproperty.apply2(Lit5, Lit6);
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(moduleMethod, LList.list3(apply2, "\n", obj), Lit8, "join"), Lit9);
    }

    static Procedure lambda5() {
        return lambda$Fn5;
    }

    static Object lambda6(Object obj) {
        SimpleSymbol simpleSymbol = Lit5;
        SimpleSymbol simpleSymbol2 = Lit6;
        ModuleMethod moduleMethod = strings.string$Mnappend;
        Object apply2 = runtime.get$Mnproperty.apply2(Lit5, Lit6);
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(moduleMethod, LList.list3(apply2, "\n", obj), Lit10, "join"), Lit9);
    }

    static Object lambda7() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda13() {
        return runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit18, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit20, "dictionary lookup");
    }

    static Procedure lambda14() {
        return lambda$Fn14;
    }

    static Object lambda15() {
        return runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit18, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit21, "dictionary lookup");
    }

    static Object lambda16() {
        return runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0013\u001500\u00151\t\u001d5\bKY)\u0000\u001dT\f\nO\u0010\u0018\u0016\u0015T<M+\b\nY\u0013E5?_\u0007K\u0019\u000b", "uzouejit"), Lit24, "deobfuscate text");
    }

    static Object lambda34() {
        return runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("h2<>:\u001e\u0012\u0015|\u001e\n\u0002)\u00016[\u0005\u001e\u0001[\u000bK\u001f*\b/\u0006\u0003='\u001c$4#B>\":\u001f\u0003'\u001c\u001a9", "uppqkjqq"), Lit44, "deobfuscate text");
    }

    static Object lambda37() {
        return runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("z\r\u001a\u0012>\u0012p<w6u?\t\u001f4\u00162\u0018W9\u001d\u001b-6\u001a9!\n\u0000<\u000b\u0014\f\n;\u000b9\u0005\n.P/:\u001c", "ggzzsxdj"), Lit49, "deobfuscate text");
    }

    static Object lambda43() {
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mndictionary;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Stocks", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("jnzqp5%<m`iNL\u0019[E\u001d\\\u000f\u001eROS\fYJW[_NL\\}IKSUFIV\u0005D\u0014v8?39&e;)07;-='y\u0007\u0018\u0002m('=#$-;e\u0010\u000b\u0001\u000eV\u0000>6\u0016]\u000e\u001f\u0018\u001f\u0006E\n\u0014\u0016\u0013\u001b\u001d\u0006\u000e2\f7\u0007\u000f\u0016\u001b\u000f\u0000WC", "hsffejnp"), Lit67, "deobfuscate text")), Lit68, "make a pair"));
        LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("fno", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("joris/'2gqu|a)sk3w-&u\u007f\u007f(iGARCN\u007fSGdFRZ^\rK\u0015\u0006WI]UJF\\LiZUWNDS6e8.68!c44:,>(0/l\u0010\u0012\u001db# ?&7-*`\u0014\u0003\u001bV\u001f8(\nA\u001b\u0003\u0012\n\u0000_\u001c\u0006\t\u0005\u0011\f\n\u001a.\u0014(\u0015\u000f\t\u001d\u0011\u001cKV", "zlpltf"), Lit69, "deobfuscate text")), Lit70, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Index", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ucpva?8:B]SI]\u0013FC\u0002Q\u0005\u0019CEN\nFKCMQ^`Y\\CE\tD\u0014\u0018T&,3,.\u0002?\"$) %m0?&=>\")?b\u0011\u000e\u0018x7#5(2;\u0011@??95@\u0001\f\u0013\u0011\u0005\u0016*\u000e\u000b\u0011\u0016\u000f\u000b\t2\u0010\u0015\u0011\u0014K\u001d;!\n", "zqabqgvu"), Lit71, "deobfuscate text")), Lit72, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Future", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("`itsi19(}wsvk'}a9q+\u001cOAA\u0012SAGXI@qYMb@H@@\u0013Q\u000f\u0000QCW[DLVJo /)0>)0c2$86+i22 6 6*5j\u0016\u0018\u0017l-*5 1\u0017\u0010^*9!P\u00192\"\u0004OD\u0011B\t\r\u000e\u000e\u0004\u0011\u001b\t5\u000f8\b\r\u001cKV", "zlpltf"), Lit73, "deobfuscate text")), Lit74, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ETF", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("f}qab+7\u0018QCR^^\u0007IQ\u0011O\u0004\u000e@QA\bUUBZRJoKO]D\u001eG\u0000\u00176522;-\u00160077!2n$0$. #><v\u001e\u001c\u000bf646<=\u0019\u0002^>(:!O\u0013\u001f\r\u0010\u0012\u0015>\u0018\u0015\u000f\u0002\b\n&\u0016\u0018\u0003\rF\u001e85\f", "hlarspxh"), Lit75, "deobfuscate text")), Lit76, "make a pair"));
        return runtime.callYailPrimitive(moduleMethod, list1, Lit77, "make a dictionary");
    }

    static Object lambda46() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list4(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Stocks", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("fbvut1!\u0000Q\\UJH\u001d_I\u0011P\u0003\u001aVKW\u0010UJENDPySOBC\nQ\u001a\u0001.5-5/;\f&(7(&&x>&<.?$**l\b\u0004\u000by1  &+\u0001\u0002A9<,;Y\u000b\u001f\u0012\u0017\u0006\u0003$\u000e\r\u000f\u001d\u000f\u001e0\f\u000e\u001b\rY\u0019,#\u0016", "hsffejnp"), Lit90, "deobfuscate text")), Lit91, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Option", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("IB]DP\n\u0000\u0017DLJAB\fTN\u0010Z\u0002\u000bVZX\rJZ^O +\u00186$\t)?9;j.v{/9-+/+%//! o$\u001b\u001a\n(i\u0006\u001d\u0003\u0004\u001d\u001d\u0000\u0000X\u001d\u0013\u001d\u001e\t>\u001f\u0014\u0006\u0003\u0012\u001a\u0005\t1\u0014\u000eH\u0013> \u0006", "zlpltf"), Lit92, "deobfuscate text")), Lit93, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Index", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ucpva?8:B]SI]\u0013FC\u0002Q\u0005\u0019CEN\nFKCMQ^`Y\\CE\tD\u0014\u0018T&,3,.\u0002?\"$) %m0?&=>\")?b\u0011\u000e\u0018x7#5(2;\u0011@??95@\u0001\f\u0013\u0011\u0005\u0016*\u000e\u000b\u0011\u0016\u000f\u000b\t2\u0010\u0015\u0011\u0014K\u001d;!\n", "zqabqgvu"), Lit94, "deobfuscate text")), Lit95, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Future", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("IB]DP\n\u0000\u0017DLJAB\fTN\u0010Z\u0002\u000bVZX\rJZ^O +\u00186$\t)?9;j.v{/9-+/+%//! o$\u001b\u001a\n(i\u0006\u001d\u0003\u0004\u001d\u001d\u0000\u0000X\u001d\u0013\u001d\u001e\t>\u001f\u0014\u0006\u0003\u0012\u001a\u0005\t1\u0014\u000eH\u0013> \u0006", "zlpltf"), Lit96, "deobfuscate text")), Lit97, "make a pair")), Lit98, "make a dictionary");
    }

    static Object lambda49() {
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mndictionary;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Stocks", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\b\r\u000f2\u001c\u0000\u0014\u001e\u001e)\u0001\n\u0003\u000e", "hsffejnp"), Lit115, "deobfuscate text")), Lit116, "make a pair"));
        LList.chain1(LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Option", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0011\t", "zlpltf"), Lit117, "deobfuscate text")), Lit118, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Index", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001a\u000f\b6\b\r\f\u001b\f+\u0006\u000e\u0017\u0003", "zqabqgvu"), Lit119, "deobfuscate text")), Lit120, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Scheme", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0002\u0018\u0000\u000f\u001b\u0004,\u001f\u0018\u001e\u0005", "zqabqgvu"), Lit121, "deobfuscate text")), Lit122, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Future", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\t\f", "biatqsc"), Lit123, "deobfuscate text")), Lit124, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ETF", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001a\u000f\b6\b\r\f\u001b\f+\u0006\u000e\u0017\u0003", "zqabqgvu"), Lit125, "deobfuscate text")), Lit126, "make a pair"));
        return runtime.callYailPrimitive(moduleMethod, list1, Lit127, "make a dictionary");
    }

    static Object lambda56() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
    }

    static Object lambda58() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda59() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
    }

    static Object lambda61() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static IntNum lambda62() {
        return Lit141;
    }

    public class frame0 extends ModuleBody {
        Object $Choice;
        Object $id;
        Object $list;
        Object $x;
        final ModuleMethod lambda$Fn65 = new ModuleMethod(this, 1, null, 0);
        final ModuleMethod lambda$Fn66 = new ModuleMethod(this, 2, null, 0);
        final ModuleMethod lambda$Fn68 = new ModuleMethod(this, 3, null, 0);
        final ModuleMethod lambda$Fn69 = new ModuleMethod(this, 4, null, 0);
        final ModuleMethod proc$Fn70 = new ModuleMethod(this, 5, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn71 = new ModuleMethod(this, 6, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 1 ? i != 2 ? i != 3 ? i != 4 ? super.apply0(moduleMethod) : lambda70() : lambda69() : lambda67() : lambda66();
        }

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            int i = moduleMethod.selector;
            return i != 5 ? i != 6 ? super.apply1(moduleMethod, obj) : lambda72proc(obj) : lambda71proc(obj);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 1 && i != 2 && i != 3 && i != 4) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 5 && i != 6) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda68proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit30, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("BASKET", runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit153), ""), Screen1.Lit154, "lookup in pairs")), Screen1.Lit155, "=") == Boolean.FALSE) {
                return Values.empty;
            }
            SimpleSymbol simpleSymbol = Screen1.Lit156;
            SimpleSymbol simpleSymbol2 = Screen1.Lit157;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit158);
        }

        Object lambda66() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$id;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit146), Screen1.Lit147, "=");
        }

        Object lambda67() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$Choice;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit148), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "Delete"), Screen1.Lit149, "=");
        }

        Object lambda69() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$id;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit174), Screen1.Lit175, "=");
        }

        Object lambda70() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$Choice;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit148), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "Yes"), Screen1.Lit176, "=");
        }

        public Object lambda71proc(Object obj) {
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2), Screen1.Lit178), ""), Screen1.Lit179, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("PENDING,ACTIVE,BASKET"), Screen1.Lit180, "list from csv row")), Screen1.Lit181, "is in list?") == Boolean.FALSE) {
                return Values.empty;
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", OSOutcomeConstants.OUTCOME_ID), Screen1.Lit182, "make a list");
            SimpleSymbol simpleSymbol = Screen1.Lit150;
            SimpleSymbol simpleSymbol2 = Screen1.Lit151;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj3, runtime.callYailPrimitive(moduleMethod2, LList.list3(callYailPrimitive, runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj2), Screen1.Lit183), ""), Screen1.Lit184, "dictionary recursive lookup")), Screen1.Lit185, "add items to list");
        }

        public Object lambda72proc(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mnnot;
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnmember$Qu;
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit186, "dictionary lookup");
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive, obj3), Screen1.Lit187, "is in list?")), Screen1.Lit188, "not") == Boolean.FALSE) {
                return Boolean.FALSE;
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnremove$Mnitem$Ex;
            Object obj4 = this.$list;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit163), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnindex;
            ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod5, LList.list3(OSOutcomeConstants.OUTCOME_ID, obj2, ""), Screen1.Lit189, "dictionary lookup");
            ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnwalk;
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Screen1.Lit190, "make a list");
            Object obj5 = this.$list;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit163), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod3, LList.list2(obj4, runtime.callYailPrimitive(moduleMethod4, LList.list2(callYailPrimitive2, runtime.callYailPrimitive(moduleMethod6, LList.list2(callYailPrimitive3, obj5), Screen1.Lit191, "list by walking key path in dictionary")), Screen1.Lit192, "index in list")), Screen1.Lit193, "remove list item");
        }
    }

    public class frame1 extends ModuleBody {
        Object $Choice;
        Object $id;
        Object $list;
        Object $x;
        final ModuleMethod lambda$Fn74 = new ModuleMethod(this, 7, null, 0);
        final ModuleMethod lambda$Fn75 = new ModuleMethod(this, 8, null, 0);
        final ModuleMethod lambda$Fn77 = new ModuleMethod(this, 9, null, 0);
        final ModuleMethod lambda$Fn78 = new ModuleMethod(this, 10, null, 0);
        final ModuleMethod proc$Fn79 = new ModuleMethod(this, 11, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn80 = new ModuleMethod(this, 12, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 7:
                    return lambda75();
                case 8:
                    return lambda76();
                case 9:
                    return lambda78();
                case 10:
                    return lambda79();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            int i = moduleMethod.selector;
            return i != 11 ? i != 12 ? super.apply1(moduleMethod, obj) : lambda81proc(obj) : lambda80proc(obj);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 7:
                case 8:
                case 9:
                case 10:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 11 && i != 12) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda77proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit30, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("BASKET", runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit250), ""), Screen1.Lit251, "lookup in pairs")), Screen1.Lit252, "=") == Boolean.FALSE) {
                return Values.empty;
            }
            SimpleSymbol simpleSymbol = Screen1.Lit156;
            SimpleSymbol simpleSymbol2 = Screen1.Lit157;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit253);
        }

        Object lambda75() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$id;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit146), Screen1.Lit248, "=");
        }

        Object lambda76() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$Choice;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit148), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "Delete"), Screen1.Lit249, "=");
        }

        Object lambda78() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$id;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit174), Screen1.Lit261, "=");
        }

        Object lambda79() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$Choice;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit148), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "Yes"), Screen1.Lit262, "=");
        }

        public Object lambda80proc(Object obj) {
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2), Screen1.Lit264), ""), Screen1.Lit265, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("PENDING,ACTIVE,BASKET"), Screen1.Lit266, "list from csv row")), Screen1.Lit267, "is in list?") == Boolean.FALSE) {
                return Values.empty;
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", OSOutcomeConstants.OUTCOME_ID), Screen1.Lit268, "make a list");
            SimpleSymbol simpleSymbol = Screen1.Lit150;
            SimpleSymbol simpleSymbol2 = Screen1.Lit151;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj3, runtime.callYailPrimitive(moduleMethod2, LList.list3(callYailPrimitive, runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj2), Screen1.Lit269), ""), Screen1.Lit270, "dictionary recursive lookup")), Screen1.Lit271, "add items to list");
        }

        public Object lambda81proc(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mnnot;
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnmember$Qu;
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit272, "dictionary lookup");
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive, obj3), Screen1.Lit273, "is in list?")), Screen1.Lit274, "not") == Boolean.FALSE) {
                return Boolean.FALSE;
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnremove$Mnitem$Ex;
            Object obj4 = this.$list;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit163), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnindex;
            ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod5, LList.list3(OSOutcomeConstants.OUTCOME_ID, obj2, ""), Screen1.Lit275, "dictionary lookup");
            ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnwalk;
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Screen1.Lit276, "make a list");
            Object obj5 = this.$list;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit163), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod3, LList.list2(obj4, runtime.callYailPrimitive(moduleMethod4, LList.list2(callYailPrimitive2, runtime.callYailPrimitive(moduleMethod6, LList.list2(callYailPrimitive3, obj5), Screen1.Lit277, "list by walking key path in dictionary")), Screen1.Lit278, "index in list")), Screen1.Lit279, "remove list item");
        }
    }

    static Object lambda64() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda65(Object obj, Object obj2) {
        ApplyToArgs applyToArgs;
        SimpleSymbol simpleSymbol;
        ApplyToArgs applyToArgs2;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Object lookupGlobalVarInCurrentFormEnvironment2;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        Pair list2;
        PairWithPosition pairWithPosition;
        SimpleSymbol simpleSymbol4;
        frame0 frame0Var = new frame0();
        frame0Var.$id = obj;
        frame0Var.$Choice = obj2;
        if (runtime.processAndDelayed$V(new Object[]{frame0Var.lambda$Fn65, frame0Var.lambda$Fn66}) != Boolean.FALSE) {
            runtime.yailForEach(proc$Fn67, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
            Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit162);
            boolean z = callComponentMethod instanceof Package;
            runtime.callYailPrimitive(runtime.yail$Mnlist$Mnremove$Mnitem$Ex, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit30, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "basketid"), Lit164, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit165)), Lit166, "list by walking key path in dictionary")), Lit167, "index in list")), Lit168, "remove list item");
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("BASKET", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : callComponentMethod), Lit170);
            runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.TRUE, Lit173);
        } else {
            if (runtime.processAndDelayed$V(new Object[]{frame0Var.lambda$Fn68, frame0Var.lambda$Fn69}) != Boolean.FALSE) {
                Object callComponentMethod2 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit177);
                frame0Var.$x = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
                frame0Var.$list = callComponentMethod2;
                ModuleMethod moduleMethod = frame0Var.proc$Fn70;
                runtime.yailForEach(frame0Var.proc$Fn70, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
                ModuleMethod moduleMethod2 = frame0Var.proc$Fn71;
                runtime.yailForEach(frame0Var.proc$Fn71, frame0Var.$list instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : frame0Var.$list);
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("Watchlist", frame0Var.$list instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : frame0Var.$list), Lit194);
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Successfully deleted");
                applyToArgs = Scheme.applyToArgs;
                simpleSymbol = Lit196;
            } else {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame0Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame0Var.$Choice, "Delete"), Lit197, "=") != Boolean.FALSE) {
                    runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
                    Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit200, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit38, runtime.$Stthe$Mnnull$Mnvalue$St));
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame0Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame0Var.$Choice, "Log out"), Lit202, "=") != Boolean.FALSE) {
                        runtime.callComponentMethod(Lit160, Lit157, LList.list1(OutcomeEventsTable.COLUMN_NAME_SESSION), Lit203);
                        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
                        runtime.callComponentMethod(Lit204, Lit205, LList.Empty, LList.Empty);
                        applyToArgs2 = Scheme.applyToArgs;
                        simpleSymbol4 = Lit206;
                        lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol4, runtime.$Stthe$Mnnull$Mnvalue$St);
                        lookupGlobalVarInCurrentFormEnvironment2 = Boolean.TRUE;
                        applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment, lookupGlobalVarInCurrentFormEnvironment2);
                    } else {
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame0Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame0Var.$Choice, "Top Up"), Lit207, "=") == Boolean.FALSE) {
                            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame0Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame0Var.$Choice, "Reset data"), Lit226, "=") != Boolean.FALSE) {
                                runtime.callComponentMethod(Lit156, Lit227, LList.Empty, LList.Empty);
                                runtime.callComponentMethod(Lit160, Lit157, LList.list1("Watchlist"), Lit228);
                                runtime.callComponentMethod(Lit160, Lit157, LList.list1("balance"), Lit229);
                                runtime.callComponentMethod(Lit160, Lit169, LList.list2("fund", Lit230), Lit231);
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
                                runtime.setAndCoerceProperty$Ex(Lit232, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), Lit141), Lit9);
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
                            } else {
                                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame0Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame0Var.$Choice, "Restore"), Lit236, "=") != Boolean.FALSE) {
                                    applyToArgs2 = Scheme.applyToArgs;
                                    lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit237, runtime.$Stthe$Mnnull$Mnvalue$St);
                                    lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit37, runtime.$Stthe$Mnnull$Mnvalue$St);
                                    applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment, lookupGlobalVarInCurrentFormEnvironment2);
                                } else {
                                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame0Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame0Var.$Choice, "Yes"), Lit238, "=") != Boolean.FALSE) {
                                        applyToArgs = Scheme.applyToArgs;
                                        simpleSymbol = Lit239;
                                    } else {
                                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame0Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame0Var.$Choice, "Discard"), Lit240, "=") != Boolean.FALSE) {
                                            runtime.addGlobalVarToCurrentFormEnvironment(Lit139, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"));
                                        } else {
                                            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame0Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame0Var.$Choice, "Enable"), Lit241, "=") != Boolean.FALSE) {
                                                runtime.callComponentMethod(Lit242, Lit243, LList.list1("com.mkapps.virtualtrading"), Lit244);
                                            }
                                        }
                                    }
                                }
                            }
                        } else if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit208), runtime.callComponentMethod(Lit160, Lit161, LList.list2("maxfund", Lit209), Lit210)), Lit211, ">=") != Boolean.FALSE) {
                            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Cannot TopUp as max margin already used. Try exiting ACTIVE orders to increase margin");
                        } else {
                            if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit212), Lit213), Lit214, "+"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("maxfund", Lit215), Lit216)), Lit217, ">") != Boolean.FALSE) {
                                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Reach the max allowed funds.");
                                simpleSymbol2 = Lit160;
                                simpleSymbol3 = Lit169;
                                list2 = LList.list2("fund", runtime.callComponentMethod(simpleSymbol2, Lit161, LList.list2("maxfund", Lit218), Lit219));
                                pairWithPosition = Lit220;
                            } else {
                                simpleSymbol2 = Lit160;
                                simpleSymbol3 = Lit169;
                                list2 = LList.list2("fund", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit221), Lit222), Lit223, "+"));
                                pairWithPosition = Lit224;
                            }
                            runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, list2, pairWithPosition);
                            applyToArgs = Scheme.applyToArgs;
                            simpleSymbol = Lit225;
                        }
                    }
                }
                applyToArgs2 = Scheme.applyToArgs;
                simpleSymbol4 = Lit201;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol4, runtime.$Stthe$Mnnull$Mnvalue$St);
                lookupGlobalVarInCurrentFormEnvironment2 = Boolean.TRUE;
                applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment, lookupGlobalVarInCurrentFormEnvironment2);
            }
            applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        return runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
    }

    static Procedure lambda73() {
        return lambda$Fn73;
    }

    static Object lambda74(Object obj, Object obj2) {
        ApplyToArgs applyToArgs;
        SimpleSymbol simpleSymbol;
        ApplyToArgs applyToArgs2;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Object lookupGlobalVarInCurrentFormEnvironment2;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        Pair list2;
        PairWithPosition pairWithPosition;
        SimpleSymbol simpleSymbol4;
        frame1 frame1Var = new frame1();
        frame1Var.$id = obj;
        frame1Var.$Choice = obj2;
        if (runtime.processAndDelayed$V(new Object[]{frame1Var.lambda$Fn74, frame1Var.lambda$Fn75}) != Boolean.FALSE) {
            runtime.yailForEach(proc$Fn76, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
            Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit254);
            boolean z = callComponentMethod instanceof Package;
            runtime.callYailPrimitive(runtime.yail$Mnlist$Mnremove$Mnitem$Ex, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit30, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "basketid"), Lit255, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit256)), Lit257, "list by walking key path in dictionary")), Lit258, "index in list")), Lit259, "remove list item");
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("BASKET", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : callComponentMethod), Lit260);
            runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.TRUE, Lit173);
        } else {
            if (runtime.processAndDelayed$V(new Object[]{frame1Var.lambda$Fn77, frame1Var.lambda$Fn78}) != Boolean.FALSE) {
                Object callComponentMethod2 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit263);
                frame1Var.$x = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
                frame1Var.$list = callComponentMethod2;
                ModuleMethod moduleMethod = frame1Var.proc$Fn79;
                runtime.yailForEach(frame1Var.proc$Fn79, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
                ModuleMethod moduleMethod2 = frame1Var.proc$Fn80;
                runtime.yailForEach(frame1Var.proc$Fn80, frame1Var.$list instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : frame1Var.$list);
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("Watchlist", frame1Var.$list instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : frame1Var.$list), Lit280);
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Successfully deleted");
                applyToArgs = Scheme.applyToArgs;
                simpleSymbol = Lit196;
            } else {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame1Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame1Var.$Choice, "Delete"), Lit281, "=") != Boolean.FALSE) {
                    runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
                    Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit200, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit38, runtime.$Stthe$Mnnull$Mnvalue$St));
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame1Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame1Var.$Choice, "Log out"), Lit282, "=") != Boolean.FALSE) {
                        runtime.callComponentMethod(Lit160, Lit157, LList.list1(OutcomeEventsTable.COLUMN_NAME_SESSION), Lit283);
                        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
                        runtime.callComponentMethod(Lit204, Lit205, LList.Empty, LList.Empty);
                        applyToArgs2 = Scheme.applyToArgs;
                        simpleSymbol4 = Lit206;
                        lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol4, runtime.$Stthe$Mnnull$Mnvalue$St);
                        lookupGlobalVarInCurrentFormEnvironment2 = Boolean.TRUE;
                        applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment, lookupGlobalVarInCurrentFormEnvironment2);
                    } else {
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame1Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame1Var.$Choice, "Top Up"), Lit284, "=") == Boolean.FALSE) {
                            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame1Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame1Var.$Choice, "Reset data"), Lit297, "=") != Boolean.FALSE) {
                                runtime.callComponentMethod(Lit156, Lit227, LList.Empty, LList.Empty);
                                runtime.callComponentMethod(Lit160, Lit157, LList.list1("Watchlist"), Lit298);
                                runtime.callComponentMethod(Lit160, Lit157, LList.list1("balance"), Lit299);
                                runtime.callComponentMethod(Lit160, Lit169, LList.list2("fund", Lit230), Lit300);
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
                                runtime.setAndCoerceProperty$Ex(Lit232, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), Lit141), Lit9);
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
                            } else {
                                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame1Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame1Var.$Choice, "Restore"), Lit301, "=") != Boolean.FALSE) {
                                    applyToArgs2 = Scheme.applyToArgs;
                                    lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit237, runtime.$Stthe$Mnnull$Mnvalue$St);
                                    lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit37, runtime.$Stthe$Mnnull$Mnvalue$St);
                                    applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment, lookupGlobalVarInCurrentFormEnvironment2);
                                } else {
                                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame1Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame1Var.$Choice, "Yes"), Lit302, "=") != Boolean.FALSE) {
                                        applyToArgs = Scheme.applyToArgs;
                                        simpleSymbol = Lit239;
                                    } else {
                                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame1Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame1Var.$Choice, "Discard"), Lit303, "=") != Boolean.FALSE) {
                                            runtime.addGlobalVarToCurrentFormEnvironment(Lit139, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"));
                                        } else {
                                            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame1Var.$Choice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit148), " is not bound in the current context"), "Unbound Variable") : frame1Var.$Choice, "Enable"), Lit304, "=") != Boolean.FALSE) {
                                                runtime.callComponentMethod(Lit242, Lit243, LList.list1("com.mkapps.virtualtrading"), Lit305);
                                            }
                                        }
                                    }
                                }
                            }
                        } else if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit285), runtime.callComponentMethod(Lit160, Lit161, LList.list2("maxfund", Lit209), Lit286)), Lit287, ">=") != Boolean.FALSE) {
                            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Cannot TopUp as max margin already used. Try exiting ACTIVE orders to increase margin");
                        } else {
                            if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit288), Lit213), Lit289, "+"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("maxfund", Lit215), Lit290)), Lit291, ">") != Boolean.FALSE) {
                                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Reach the max allowed funds.");
                                simpleSymbol2 = Lit160;
                                simpleSymbol3 = Lit169;
                                list2 = LList.list2("fund", runtime.callComponentMethod(simpleSymbol2, Lit161, LList.list2("maxfund", Lit218), Lit292));
                                pairWithPosition = Lit293;
                            } else {
                                simpleSymbol2 = Lit160;
                                simpleSymbol3 = Lit169;
                                list2 = LList.list2("fund", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit294), Lit222), Lit295, "+"));
                                pairWithPosition = Lit296;
                            }
                            runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, list2, pairWithPosition);
                            applyToArgs = Scheme.applyToArgs;
                            simpleSymbol = Lit225;
                        }
                    }
                }
                applyToArgs2 = Scheme.applyToArgs;
                simpleSymbol4 = Lit201;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol4, runtime.$Stthe$Mnnull$Mnvalue$St);
                lookupGlobalVarInCurrentFormEnvironment2 = Boolean.TRUE;
                applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment, lookupGlobalVarInCurrentFormEnvironment2);
            }
            applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        return runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
    }

    static IntNum lambda82() {
        return Lit141;
    }

    static Object lambda84() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static IntNum lambda85() {
        return Lit141;
    }

    static Object lambda87() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda88(Object obj) {
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit313);
        ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnindex;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list3("basketid", runtime.callYailPrimitive(moduleMethod2, LList.list2(callComponentMethod, runtime.callYailPrimitive(moduleMethod3, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "name"), Lit315, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit316)), Lit317, "list by walking key path in dictionary")), Lit318, "index in list")), Lit319, "select list item"), "None"), Lit320, "dictionary lookup");
    }

    static Procedure lambda89() {
        return lambda$Fn89;
    }

    static Object lambda90(Object obj) {
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit321);
        ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnindex;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list3("basketid", runtime.callYailPrimitive(moduleMethod2, LList.list2(callComponentMethod, runtime.callYailPrimitive(moduleMethod3, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "name"), Lit322, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit323)), Lit324, "list by walking key path in dictionary")), Lit325, "index in list")), Lit326, "select list item"), "None"), Lit327, "dictionary lookup");
    }

    static IntNum lambda91() {
        return Lit141;
    }

    static Object lambda92() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
    }

    static Object lambda93() {
        return runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("None,", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "name"), Lit331, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit332)), Lit333, "list by walking key path in dictionary")), Lit334, "list to csv row"), "\"", ""), Lit335, "replace all"), ",Create New"), Lit336, "join"), ",,", ","), Lit337, "replace all");
    }

    static Procedure lambda94() {
        return lambda$Fn94;
    }

    static Object lambda95() {
        return runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("None,", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "name"), Lit338, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit339)), Lit340, "list by walking key path in dictionary")), Lit341, "list to csv row"), "\"", ""), Lit342, "replace all"), ",Create New"), Lit343, "join"), ",,", ","), Lit344, "replace all");
    }

    static IntNum lambda96() {
        return Lit141;
    }

    static Object lambda97() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
    }

    static IntNum lambda98() {
        return Lit141;
    }

    static Procedure lambda100() {
        return lambda$Fn100;
    }

    static Object lambda101(Object obj) {
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit355);
        ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnindex;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list3("name", runtime.callYailPrimitive(moduleMethod2, LList.list2(callComponentMethod, runtime.callYailPrimitive(moduleMethod3, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "basketid"), Lit356, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit357)), Lit358, "list by walking key path in dictionary")), Lit359, "index in list")), Lit360, "select list item"), "None"), Lit361, "dictionary lookup");
    }

    static Object lambda99(Object obj) {
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit348);
        ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnindex;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list3("name", runtime.callYailPrimitive(moduleMethod2, LList.list2(callComponentMethod, runtime.callYailPrimitive(moduleMethod3, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "basketid"), Lit349, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("BASKET", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit350)), Lit351, "list by walking key path in dictionary")), Lit352, "index in list")), Lit353, "select list item"), "None"), Lit354, "dictionary lookup");
    }

    static Object lambda102() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
    }

    static Object lambda103() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list3(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("All", ""), Lit368, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Stocks", "&entity_type=stocks"), Lit369, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("F&O", "&entity_type=fno"), Lit370, "make a pair")), Lit371, "make a dictionary");
    }

    static Object lambda104() {
        Object obj;
        Object obj2;
        char c;
        char c2;
        Object obj3;
        char c3;
        Object obj4;
        char c4;
        Object obj5;
        Object obj6;
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        ModuleMethod moduleMethod2;
        SimpleSymbol simpleSymbol2;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.processAndDelayed$V(new Object[]{lambda$Fn104, lambda$Fn105}) != Boolean.FALSE) {
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,PRC,ADV"), Lit376, "list from csv row")), Lit377, "is in list?") != Boolean.FALSE) {
                moduleMethod2 = runtime.get$Mnproperty;
                simpleSymbol2 = Lit378;
            } else {
                moduleMethod2 = runtime.get$Mnproperty;
                simpleSymbol2 = Lit379;
            }
            obj = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment2, moduleMethod2.apply2(simpleSymbol2, Lit6));
        } else {
            obj = Lit141;
        }
        if (runtime.processAndDelayed$V(new Object[]{lambda$Fn106, lambda$Fn107}) != Boolean.FALSE) {
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,PRC,ADV"), Lit381, "list from csv row")), Lit382, "is in list?") != Boolean.FALSE) {
                moduleMethod = runtime.get$Mnproperty;
                simpleSymbol = Lit378;
            } else {
                moduleMethod = runtime.get$Mnproperty;
                simpleSymbol = Lit379;
            }
            obj2 = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment3, moduleMethod.apply2(simpleSymbol, Lit6));
        } else {
            obj2 = Lit141;
        }
        Object callYailPrimitive = runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit383, Lit6)), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit18, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit384, "dictionary lookup")), Lit385, "*");
        SimpleSymbol simpleSymbol3 = Lit386;
        SimpleSymbol simpleSymbol4 = Lit6;
        ModuleMethod moduleMethod3 = strings.string$Mnappend;
        ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit387, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
        boolean z = lookupGlobalVarInCurrentFormEnvironment instanceof Package;
        if (z) {
            c = 1;
            lookupGlobalVarInCurrentFormEnvironment = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 1;
        }
        objArr[c] = runtime.callYailPrimitive(moduleMethod5, LList.list3("entity_type", lookupGlobalVarInCurrentFormEnvironment, ""), Lit388, "dictionary lookup");
        boolean z2 = obj2 instanceof Package;
        if (z2) {
            Object[] objArr2 = new Object[3];
            objArr2[0] = "The variable ";
            objArr2[c] = runtime.getDisplayRepresentation(Lit389);
            c2 = 2;
            objArr2[2] = " is not bound in the current context";
            obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            c2 = 2;
            obj3 = obj2;
        }
        objArr[c2] = obj3;
        boolean z3 = obj instanceof Package;
        Object obj7 = obj;
        if (z3) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        }
        objArr[3] = obj;
        boolean z4 = callYailPrimitive instanceof Package;
        Object obj8 = obj2;
        objArr[4] = z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive;
        runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, runtime.callYailPrimitive(moduleMethod3, LList.list2("₹", runtime.callYailPrimitive(moduleMethod4, LList.list3("total_tax", applyToArgs3.applyN(objArr), ""), Lit392, "dictionary lookup")), Lit393, "join"), Lit9);
        SimpleSymbol simpleSymbol5 = Lit329;
        ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
        Object[] objArr3 = new Object[5];
        objArr3[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit387, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnlookup;
        if (z) {
            c3 = 1;
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        } else {
            c3 = 1;
            obj4 = lookupGlobalVarInCurrentFormEnvironment;
        }
        objArr3[c3] = runtime.callYailPrimitive(moduleMethod6, LList.list3("entity_type", obj4, ""), Lit394, "dictionary lookup");
        if (z2) {
            Object[] objArr4 = new Object[3];
            objArr4[0] = "The variable ";
            objArr4[c3] = runtime.getDisplayRepresentation(Lit389);
            c4 = 2;
            objArr4[2] = " is not bound in the current context";
            obj5 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
        } else {
            c4 = 2;
            obj5 = obj8;
        }
        objArr3[c4] = obj5;
        if (z3) {
            Object[] objArr5 = new Object[3];
            objArr5[0] = "The variable ";
            objArr5[1] = runtime.getDisplayRepresentation(Lit390);
            objArr5[c4] = " is not bound in the current context";
            obj6 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj6 = obj7;
        }
        objArr3[3] = obj6;
        if (z4) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable");
        }
        objArr3[4] = callYailPrimitive;
        return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol5, applyToArgs4.applyN(objArr3));
    }

    static Object lambda105() {
        return runtime.get$Mnproperty.apply2(Lit373, Lit172);
    }

    static Object lambda106() {
        return runtime.get$Mnproperty.apply2(Lit374, Lit375);
    }

    static Object lambda107() {
        return runtime.get$Mnproperty.apply2(Lit373, Lit172);
    }

    static Object lambda108() {
        return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit380, "not");
    }

    static Procedure lambda109() {
        return lambda$Fn109;
    }

    static Object lambda110() {
        Object obj;
        Object obj2;
        char c;
        char c2;
        Object obj3;
        char c3;
        Object obj4;
        char c4;
        Object obj5;
        Object obj6;
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        ModuleMethod moduleMethod2;
        SimpleSymbol simpleSymbol2;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.processAndDelayed$V(new Object[]{lambda$Fn110, lambda$Fn111}) != Boolean.FALSE) {
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,PRC,ADV"), Lit395, "list from csv row")), Lit396, "is in list?") != Boolean.FALSE) {
                moduleMethod2 = runtime.get$Mnproperty;
                simpleSymbol2 = Lit378;
            } else {
                moduleMethod2 = runtime.get$Mnproperty;
                simpleSymbol2 = Lit379;
            }
            obj = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment2, moduleMethod2.apply2(simpleSymbol2, Lit6));
        } else {
            obj = Lit141;
        }
        if (runtime.processAndDelayed$V(new Object[]{lambda$Fn112, lambda$Fn113}) != Boolean.FALSE) {
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,PRC,ADV"), Lit398, "list from csv row")), Lit399, "is in list?") != Boolean.FALSE) {
                moduleMethod = runtime.get$Mnproperty;
                simpleSymbol = Lit378;
            } else {
                moduleMethod = runtime.get$Mnproperty;
                simpleSymbol = Lit379;
            }
            obj2 = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment3, moduleMethod.apply2(simpleSymbol, Lit6));
        } else {
            obj2 = Lit141;
        }
        Object callYailPrimitive = runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit383, Lit6)), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit18, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit400, "dictionary lookup")), Lit401, "*");
        SimpleSymbol simpleSymbol3 = Lit386;
        SimpleSymbol simpleSymbol4 = Lit6;
        ModuleMethod moduleMethod3 = strings.string$Mnappend;
        ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit387, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
        boolean z = lookupGlobalVarInCurrentFormEnvironment instanceof Package;
        if (z) {
            c = 1;
            lookupGlobalVarInCurrentFormEnvironment = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 1;
        }
        objArr[c] = runtime.callYailPrimitive(moduleMethod5, LList.list3("entity_type", lookupGlobalVarInCurrentFormEnvironment, ""), Lit402, "dictionary lookup");
        boolean z2 = obj2 instanceof Package;
        if (z2) {
            Object[] objArr2 = new Object[3];
            objArr2[0] = "The variable ";
            objArr2[c] = runtime.getDisplayRepresentation(Lit389);
            c2 = 2;
            objArr2[2] = " is not bound in the current context";
            obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            c2 = 2;
            obj3 = obj2;
        }
        objArr[c2] = obj3;
        boolean z3 = obj instanceof Package;
        Object obj7 = obj;
        if (z3) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        }
        objArr[3] = obj;
        boolean z4 = callYailPrimitive instanceof Package;
        Object obj8 = obj2;
        objArr[4] = z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive;
        runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, runtime.callYailPrimitive(moduleMethod3, LList.list2("₹", runtime.callYailPrimitive(moduleMethod4, LList.list3("total_tax", applyToArgs3.applyN(objArr), ""), Lit403, "dictionary lookup")), Lit404, "join"), Lit9);
        SimpleSymbol simpleSymbol5 = Lit329;
        ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
        Object[] objArr3 = new Object[5];
        objArr3[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit387, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnlookup;
        if (z) {
            c3 = 1;
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        } else {
            c3 = 1;
            obj4 = lookupGlobalVarInCurrentFormEnvironment;
        }
        objArr3[c3] = runtime.callYailPrimitive(moduleMethod6, LList.list3("entity_type", obj4, ""), Lit405, "dictionary lookup");
        if (z2) {
            Object[] objArr4 = new Object[3];
            objArr4[0] = "The variable ";
            objArr4[c3] = runtime.getDisplayRepresentation(Lit389);
            c4 = 2;
            objArr4[2] = " is not bound in the current context";
            obj5 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
        } else {
            c4 = 2;
            obj5 = obj8;
        }
        objArr3[c4] = obj5;
        if (z3) {
            Object[] objArr5 = new Object[3];
            objArr5[0] = "The variable ";
            objArr5[1] = runtime.getDisplayRepresentation(Lit390);
            objArr5[c4] = " is not bound in the current context";
            obj6 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj6 = obj7;
        }
        objArr3[3] = obj6;
        if (z4) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable");
        }
        objArr3[4] = callYailPrimitive;
        return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol5, applyToArgs4.applyN(objArr3));
    }

    static Object lambda111() {
        return runtime.get$Mnproperty.apply2(Lit373, Lit172);
    }

    static Object lambda112() {
        return runtime.get$Mnproperty.apply2(Lit374, Lit375);
    }

    static Object lambda113() {
        return runtime.get$Mnproperty.apply2(Lit373, Lit172);
    }

    static Object lambda114() {
        return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit397, "not");
    }

    static Object lambda115() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
    }

    public class frame extends ModuleBody {
        Screen1 $main;

        @Override
        public int match3(ModuleMethod moduleMethod, Object obj, Object obj2, Object obj3, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i == 295) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 296) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 550) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 551) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 624) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 625) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 661) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 662) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 708) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 1932) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 328) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 329) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 350) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 351) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 358) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 359) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 367) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 368) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 418) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 419) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 442) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 443) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 507) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 508) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 510) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 511) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i == 523) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.proc = moduleMethod;
                callContext.pc = 3;
                return 0;
            }
            if (i != 524) {
                return super.match3(moduleMethod, obj, obj2, obj3, callContext);
            }
            callContext.value1 = obj;
            callContext.value2 = obj2;
            callContext.value3 = obj3;
            callContext.proc = moduleMethod;
            callContext.pc = 3;
            return 0;
        }

        @Override
        public int matchN(ModuleMethod moduleMethod, Object[] objArr, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i == 395) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 396) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 412) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 413) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 436) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 437) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 439) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 440) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 556) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 557) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 696) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i == 697) {
                callContext.values = objArr;
                callContext.proc = moduleMethod;
                callContext.pc = 5;
                return 0;
            }
            if (i != 1936) {
                return super.matchN(moduleMethod, objArr, callContext);
            }
            callContext.values = objArr;
            callContext.proc = moduleMethod;
            callContext.pc = 5;
            return 0;
        }

        @Override
        public Object apply3(ModuleMethod moduleMethod, Object obj, Object obj2, Object obj3) {
            int i = moduleMethod.selector;
            if (i == 295) {
                return Screen1.lambda119(obj, obj2, obj3);
            }
            if (i == 296) {
                return Screen1.lambda121(obj, obj2, obj3);
            }
            if (i == 550) {
                return Screen1.lambda454(obj, obj2, obj3);
            }
            if (i == 551) {
                return Screen1.lambda456(obj, obj2, obj3);
            }
            if (i == 624) {
                return Screen1.lambda542(obj, obj2, obj3);
            }
            if (i == 625) {
                return Screen1.lambda544(obj, obj2, obj3);
            }
            if (i == 661) {
                return this.$main.any$NiotronMaterialTextBox$OnFocusChange(obj, obj2, obj3);
            }
            if (i == 662) {
                return this.$main.any$NiotronMaterialTextBox$OnTextChange(obj, obj2, obj3);
            }
            if (i == 708) {
                return this.$main.Screen1$PermissionDenied(obj, obj2, obj3);
            }
            if (i == 1932) {
                return this.$main.Async_Task1$CallFinishedWithResult(obj, obj2, obj3);
            }
            if (i == 328) {
                return Screen1.lambda166(obj, obj2, obj3);
            }
            if (i == 329) {
                return Screen1.lambda170(obj, obj2, obj3);
            }
            if (i == 350) {
                return Screen1.lambda198(obj, obj2, obj3);
            }
            if (i == 351) {
                return Screen1.lambda200(obj, obj2, obj3);
            }
            if (i == 358) {
                return Screen1.lambda208(obj, obj2, obj3);
            }
            if (i == 359) {
                return Screen1.lambda210(obj, obj2, obj3);
            }
            if (i == 367) {
                return Screen1.lambda217(obj, obj2, obj3);
            }
            if (i == 368) {
                return Screen1.lambda219(obj, obj2, obj3);
            }
            if (i == 418) {
                return Screen1.lambda294(obj, obj2, obj3);
            }
            if (i == 419) {
                return Screen1.lambda296(obj, obj2, obj3);
            }
            if (i == 442) {
                return Screen1.lambda318(obj, obj2, obj3);
            }
            if (i == 443) {
                return Screen1.lambda321(obj, obj2, obj3);
            }
            if (i == 507) {
                return Screen1.lambda399(obj, obj2, obj3);
            }
            if (i == 508) {
                return Screen1.lambda402(obj, obj2, obj3);
            }
            if (i == 510) {
                return Screen1.lambda404(obj, obj2, obj3);
            }
            if (i == 511) {
                return Screen1.lambda406(obj, obj2, obj3);
            }
            if (i == 523) {
                return Screen1.lambda417(obj, obj2, obj3);
            }
            if (i == 524) {
                return Screen1.lambda419(obj, obj2, obj3);
            }
            return super.apply3(moduleMethod, obj, obj2, obj3);
        }

        @Override
        public Object apply2(ModuleMethod moduleMethod, Object obj, Object obj2) {
            switch (moduleMethod.selector) {
                case 175:
                    try {
                        this.$main.addToFormEnvironment((Symbol) obj, obj2);
                        return Values.empty;
                    } catch (ClassCastException e) {
                        throw new WrongType(e, "add-to-form-environment", 1, obj);
                    }
                case 176:
                    try {
                        return this.$main.lookupInFormEnvironment((Symbol) obj, obj2);
                    } catch (ClassCastException e2) {
                        throw new WrongType(e2, "lookup-in-form-environment", 1, obj);
                    }
                case 179:
                    try {
                        this.$main.addToGlobalVarEnvironment((Symbol) obj, obj2);
                        return Values.empty;
                    } catch (ClassCastException e3) {
                        throw new WrongType(e3, "add-to-global-var-environment", 1, obj);
                    }
                case 180:
                    this.$main.addToEvents(obj, obj2);
                    return Values.empty;
                case 182:
                    this.$main.addToGlobalVars(obj, obj2);
                    return Values.empty;
                case 188:
                    return this.$main.lookupHandler(obj, obj2);
                case Telnet.DONT:
                    return Screen1.lambda65(obj, obj2);
                case 256:
                    return Screen1.lambda74(obj, obj2);
                case 301:
                    return Screen1.lambda125(obj, obj2);
                case 302:
                    return Screen1.lambda127(obj, obj2);
                case 324:
                    return Screen1.lambda162(obj, obj2);
                case 325:
                    return Screen1.lambda164(obj, obj2);
                case 364:
                    return Screen1.lambda214(obj, obj2);
                case 365:
                    return Screen1.lambda216(obj, obj2);
                case 370:
                    return Screen1.lambda220(obj, obj2);
                case 371:
                    return Screen1.lambda222(obj, obj2);
                case 489:
                    return Screen1.lambda373(obj, obj2);
                case 490:
                    return Screen1.lambda375(obj, obj2);
                case 495:
                    return Screen1.lambda379(obj, obj2);
                case 496:
                    return Screen1.lambda381(obj, obj2);
                case 504:
                    return Screen1.lambda390(obj, obj2);
                case 505:
                    return Screen1.lambda395(obj, obj2);
                case 531:
                    return Screen1.lambda427(obj, obj2);
                case 532:
                    return Screen1.lambda429(obj, obj2);
                case 534:
                    return Screen1.lambda430(obj, obj2);
                case 535:
                    return Screen1.lambda432(obj, obj2);
                case 553:
                    return Screen1.lambda457(obj, obj2);
                case 554:
                    return Screen1.lambda459(obj, obj2);
                case 559:
                    return Screen1.lambda463(obj, obj2);
                case 560:
                    return Screen1.lambda465(obj, obj2);
                case 585:
                    return Screen1.lambda497(obj, obj2);
                case 586:
                    return Screen1.lambda499(obj, obj2);
                case 588:
                    return Screen1.lambda500(obj, obj2);
                case 589:
                    return Screen1.lambda502(obj, obj2);
                case 594:
                    return Screen1.lambda506(obj, obj2);
                case 595:
                    return Screen1.lambda508(obj, obj2);
                case 627:
                    return Screen1.lambda545(obj, obj2);
                case 628:
                    return Screen1.lambda547(obj, obj2);
                case 651:
                    return this.$main.any$HorizontalArrangement$LongClick(obj, obj2);
                case 652:
                    return this.$main.any$HorizontalArrangement$Click(obj, obj2);
                case 658:
                    return this.$main.any$Label$Click(obj, obj2);
                case 659:
                    return this.$main.any$NiotronCardView$Click(obj, obj2);
                case 660:
                    return this.$main.any$NiotronCardView$LongClick(obj, obj2);
                case 665:
                    return this.$main.any$VerticalArrangement$Click(obj, obj2);
                case 701:
                    return this.$main.Screen1$OtherScreenClosed(obj, obj2);
                case 732:
                    return this.$main.Material_Toggle_Button1$Click(obj, obj2);
                case 1931:
                    return this.$main.Speech_Recognizer1$AfterGettingText(obj, obj2);
                case 1941:
                    return this.$main.StyleTextUtils1$TextClicked(obj, obj2);
                case 1955:
                    return this.$main.In$MnApp_Update1$UpdateAvailable(obj, obj2);
                default:
                    return super.apply2(moduleMethod, obj, obj2);
            }
        }

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            switch (moduleMethod.selector) {
                case 172:
                    return this.$main.getSimpleName(obj);
                case 173:
                    try {
                        this.$main.onCreate((Bundle) obj);
                        return Values.empty;
                    } catch (ClassCastException e) {
                        throw new WrongType(e, "onCreate", 1, obj);
                    }
                case 174:
                    this.$main.androidLogForm(obj);
                    return Values.empty;
                case 176:
                    try {
                        return this.$main.lookupInFormEnvironment((Symbol) obj);
                    } catch (ClassCastException e2) {
                        throw new WrongType(e2, "lookup-in-form-environment", 1, obj);
                    }
                case 178:
                    try {
                        return this.$main.isBoundInFormEnvironment((Symbol) obj) ? Boolean.TRUE : Boolean.FALSE;
                    } catch (ClassCastException e3) {
                        throw new WrongType(e3, "is-bound-in-form-environment", 1, obj);
                    }
                case 183:
                    this.$main.addToFormDoAfterCreation(obj);
                    return Values.empty;
                case 184:
                    this.$main.sendError(obj);
                    return Values.empty;
                case 185:
                    this.$main.processException(obj);
                    return Values.empty;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_PAUSE:
                    return Screen1.lambda4(obj);
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_STOP:
                    return Screen1.lambda6(obj);
                case Telnet.DO:
                    return frame0.lambda68proc(obj);
                case 255:
                    return frame1.lambda77proc(obj);
                case 264:
                    return Screen1.lambda88(obj);
                case 265:
                    return Screen1.lambda90(obj);
                case 275:
                    return Screen1.lambda99(obj);
                case 276:
                    return Screen1.lambda101(obj);
                case 304:
                    return frame2.lambda129proc(obj);
                case 305:
                    return frame2.lambda130proc(obj);
                case 306:
                    return frame2.lambda132proc(obj);
                case 307:
                    return Screen1.lambda128(obj);
                case 308:
                    return frame3.lambda135proc(obj);
                case 309:
                    return frame3.lambda136proc(obj);
                case 310:
                    return frame3.lambda138proc(obj);
                case 311:
                    return Screen1.lambda134(obj);
                case 313:
                    return Screen1.lambda139(obj);
                case 314:
                    return Screen1.lambda141(obj);
                case 319:
                    return frame4.lambda146proc(obj);
                case 321:
                    return frame6.lambda155proc(obj);
                case 334:
                    return Screen1.lambda176(obj);
                case 335:
                    return Screen1.lambda179(obj);
                case 345:
                    return Screen1.lambda187(obj);
                case 348:
                    return Screen1.lambda193(obj);
                case 353:
                    return frame14.lambda202proc(obj);
                case 354:
                    return Screen1.lambda201(obj);
                case 355:
                    return frame15.lambda206proc(obj);
                case 356:
                    return Screen1.lambda205(obj);
                case 361:
                    return Screen1.lambda211(obj);
                case 362:
                    return Screen1.lambda213(obj);
                case 373:
                    return Screen1.lambda223(obj);
                case 374:
                    return Screen1.lambda225(obj);
                case 376:
                    return Screen1.lambda226(obj);
                case 377:
                    return Screen1.lambda228(obj);
                case 382:
                    return frame20.lambda235proc(obj);
                case 383:
                    return frame20.lambda236proc(obj);
                case 385:
                    return frame23.lambda247proc(obj);
                case 386:
                    return frame23.lambda248proc(obj);
                case 389:
                    return Screen1.lambda257(obj);
                case 390:
                    return Screen1.lambda259(obj);
                case 398:
                    return Screen1.lambda267proc(obj);
                case 400:
                    return Screen1.lambda270proc(obj);
                case 403:
                    return Screen1.lambda271(obj);
                case 404:
                    return Screen1.lambda273(obj);
                case ErrorMessages.ERROR_NXT_INVALID_FILE_NAME:
                    return Screen1.lambda274(obj);
                case ErrorMessages.ERROR_NXT_INVALID_MOTOR_PORT:
                    return Screen1.lambda277(obj);
                case TypedValues.CycleType.TYPE_WAVE_OFFSET:
                    return Screen1.lambda300(obj);
                case TypedValues.CycleType.TYPE_WAVE_PHASE:
                    return Screen1.lambda302(obj);
                case 427:
                    return Screen1.lambda303(obj);
                case 428:
                    return Screen1.lambda305(obj);
                case 430:
                    return Screen1.lambda306(obj);
                case 431:
                    return Screen1.lambda308(obj);
                case 433:
                    return Screen1.lambda309(obj);
                case 434:
                    return Screen1.lambda311(obj);
                case 445:
                    return Screen1.lambda324proc(obj);
                case 447:
                    return Screen1.lambda327proc(obj);
                case 459:
                    return Screen1.lambda328(obj);
                case 469:
                    return Screen1.lambda342(obj);
                case 498:
                    return Screen1.lambda382(obj);
                case 499:
                    return Screen1.lambda385(obj);
                case 520:
                    return Screen1.lambda414(obj);
                case 521:
                    return Screen1.lambda416(obj);
                case 527:
                    return Screen1.lambda420(obj);
                case 529:
                    return Screen1.lambda424(obj);
                case 537:
                    return Screen1.lambda433(obj);
                case 538:
                    return Screen1.lambda435(obj);
                case 540:
                    return frame42.lambda437proc(obj);
                case 542:
                    return Screen1.lambda436(obj);
                case 543:
                    return frame43.lambda442proc(obj);
                case 545:
                    return Screen1.lambda441(obj);
                case 547:
                    return Screen1.lambda445(obj);
                case 548:
                    return Screen1.lambda450(obj);
                case 581:
                    return Screen1.lambda486(obj);
                case 583:
                    return Screen1.lambda492(obj);
                case 602:
                    return Screen1.lambda512(obj);
                case TypedValues.MotionType.TYPE_ANIMATE_RELATIVE_TO:
                    return Screen1.lambda516(obj);
                case TypedValues.MotionType.TYPE_DRAW_PATH:
                    return Screen1.lambda520proc(obj);
                case TypedValues.MotionType.TYPE_POLAR_RELATIVETO:
                    return Screen1.lambda519(obj);
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_TYPE:
                    return Screen1.lambda527proc(obj);
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_ID:
                    return Screen1.lambda526(obj);
                case 617:
                    return Screen1.lambda536proc(obj);
                case 618:
                    return Screen1.lambda537proc(obj);
                case 619:
                    return Screen1.lambda535(obj);
                case 620:
                    return Screen1.lambda540proc(obj);
                case 621:
                    return Screen1.lambda541proc(obj);
                case 622:
                    return Screen1.lambda539(obj);
                case 631:
                    return Screen1.lambda549proc(obj);
                case 632:
                    return Screen1.lambda548(obj);
                case 634:
                    return Screen1.lambda554proc(obj);
                case 635:
                    return Screen1.lambda553(obj);
                case 639:
                    return Screen1.lambda558proc(obj);
                case 640:
                    return Screen1.lambda565proc(obj);
                case 641:
                    return Screen1.lambda557(obj);
                case 644:
                    return Screen1.lambda568proc(obj);
                case 645:
                    return Screen1.lambda575proc(obj);
                case 646:
                    return Screen1.lambda567(obj);
                case 648:
                    return Screen1.lambda576(obj);
                case 649:
                    return Screen1.lambda578(obj);
                case 653:
                    return frame58.lambda580proc(obj);
                case 654:
                    return Screen1.lambda579(obj);
                case 655:
                    return frame59.lambda584proc(obj);
                case 656:
                    return Screen1.lambda583(obj);
                case 685:
                    return frame63.lambda613proc(obj);
                case 687:
                    return frame65.lambda627proc(obj);
                case 720:
                    return this.$main.txtSearch$OnTextChange(obj);
                case 735:
                    return this.$main.tabSearch$Selected(obj);
                case 740:
                    return this.$main.Web_View2$WebViewStringChange(obj);
                case ErrorMessages.ERROR_SOUND_RECORDER_ILLEGAL_STOP:
                    return this.$main.Web_View3$AfterJavaScriptEvaluated(obj);
                case ErrorMessages.ERROR_SOUND_RECORDER_MAX_DURATION_REACHED:
                    return this.$main.Web_View3$ProgressChanged(obj);
                case 822:
                    return this.$main.txtLTP$OnTextChange(obj);
                case 834:
                    return this.$main.spnBasket$AfterSelecting(obj);
                case 872:
                    return this.$main.mtxtQty$OnTextChange(obj);
                case 915:
                    return this.$main.mtxtSL$OnFocusChange(obj);
                case 916:
                    return this.$main.mtxtSL$OnTextChange(obj);
                case 919:
                    return this.$main.mtxtSLP$OnFocusChange(obj);
                case 920:
                    return this.$main.mtxtSLP$OnTextChange(obj);
                case 928:
                    return this.$main.mtxtTGT$OnFocusChange(obj);
                case 929:
                    return this.$main.mtxtTGT$OnTextChange(obj);
                case 932:
                    return this.$main.mtxtTGTP$OnFocusChange(obj);
                case 933:
                    return this.$main.mtxtTGTP$OnTextChange(obj);
                case 1312:
                    return this.$main.wvBanner$WebViewStringChange(obj);
                case 1384:
                    return this.$main.Tab_Layout1$Selected(obj);
                case 1608:
                    return this.$main.Slider1$PositionChanged(obj);
                case 1909:
                    return this.$main.BubbleTabBar1$OnSelected(obj);
                case 1910:
                    return frame68.lambda1745proc(obj);
                case 1915:
                    return frame71.lambda1761proc(obj);
                case 1917:
                    return frame71.lambda1762proc(obj);
                case 1930:
                    return this.$main.CustomWebView1$WebViewStringChanged(obj);
                case 1935:
                    return this.$main.DevYbPopupMenu1$OnMenuItemClick(obj);
                case 1937:
                    return this.$main.Firebase_Auth1$GoogleSignInFailed(obj);
                case 1938:
                    return this.$main.Firebase_Auth1$FailedToInitialize(obj);
                case 1942:
                    return this.$main.View_Utils1$ComponentSavedAsImage(obj);
                case 1947:
                    return this.$main.WebSocketConnector1$ErrorOccurred(obj);
                case 1948:
                    return this.$main.WebSocketConnector1$MessageReceived(obj);
                case 1949:
                    return this.$main.WebSocketConnector1$Connected(obj);
                case 1950:
                    return this.$main.WebSocketConnector1$Disconnected(obj);
                case 1956:
                    return this.$main.ScrollHandler1$OnVScroll(obj);
                default:
                    return super.apply1(moduleMethod, obj);
            }
        }

        @Override
        public Object apply4(ModuleMethod moduleMethod, Object obj, Object obj2, Object obj3, Object obj4) {
            int i = moduleMethod.selector;
            if (i == 181) {
                this.$main.addToComponents(obj, obj2, obj3, obj4);
                return Values.empty;
            }
            if (i == 664) {
                return this.$main.any$NiotronMaterialToggleButton$Click(obj, obj2, obj3, obj4);
            }
            if (i == 707) {
                return this.$main.Screen1$ErrorOccurred(obj, obj2, obj3, obj4);
            }
            if (i == 1912) {
                return this.$main.Web1$GotText(obj, obj2, obj3, obj4);
            }
            if (i == 1918) {
                return this.$main.Web2$GotText(obj, obj2, obj3, obj4);
            }
            if (i == 186) {
                try {
                    try {
                        try {
                            try {
                                return this.$main.dispatchEvent((Component) obj, (String) obj2, (String) obj3, (Object[]) obj4) ? Boolean.TRUE : Boolean.FALSE;
                            } catch (ClassCastException e) {
                                throw new WrongType(e, "dispatchEvent", 4, obj4);
                            }
                        } catch (ClassCastException e2) {
                            throw new WrongType(e2, "dispatchEvent", 3, obj3);
                        }
                    } catch (ClassCastException e3) {
                        throw new WrongType(e3, "dispatchEvent", 2, obj2);
                    }
                } catch (ClassCastException e4) {
                    throw new WrongType(e4, "dispatchEvent", 1, obj);
                }
            }
            if (i == 187) {
                try {
                    try {
                        try {
                            try {
                                this.$main.dispatchGenericEvent((Component) obj, (String) obj2, obj3 != Boolean.FALSE, (Object[]) obj4);
                                return Values.empty;
                            } catch (ClassCastException e5) {
                                throw new WrongType(e5, "dispatchGenericEvent", 4, obj4);
                            }
                        } catch (ClassCastException e6) {
                            throw new WrongType(e6, "dispatchGenericEvent", 3, obj3);
                        }
                    } catch (ClassCastException e7) {
                        throw new WrongType(e7, "dispatchGenericEvent", 2, obj2);
                    }
                } catch (ClassCastException e8) {
                    throw new WrongType(e8, "dispatchGenericEvent", 1, obj);
                }
            }
            if (i == 379) {
                return Screen1.lambda229(obj, obj2, obj3, obj4);
            }
            if (i == 380) {
                return Screen1.lambda232(obj, obj2, obj3, obj4);
            }
            if (i == 591) {
                return Screen1.lambda503(obj, obj2, obj3, obj4);
            }
            if (i == 592) {
                return Screen1.lambda505(obj, obj2, obj3, obj4);
            }
            if (i != 682) {
                return i != 683 ? i != 1953 ? i != 1954 ? super.apply4(moduleMethod, obj, obj2, obj3, obj4) : this.$main.Onesingal_Push1$ReceivedNotification(obj, obj2, obj3, obj4) : this.$main.Onesingal_Push1$OpenedNotification(obj, obj2, obj3, obj4) : Screen1.lambda611(obj, obj2, obj3, obj4);
            }
            return Screen1.lambda609(obj, obj2, obj3, obj4);
        }

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_DIALOG_FLAG:
                    return Screen1.lambda2();
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_SEEK:
                    this.$main.$define();
                    return Values.empty;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_PLAY:
                    return Screen1.lambda3();
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_PAUSE:
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_STOP:
                case Telnet.DO:
                case Telnet.DONT:
                case 255:
                case 256:
                case 264:
                case 265:
                case 275:
                case 276:
                case 295:
                case 296:
                case 301:
                case 302:
                case 304:
                case 305:
                case 306:
                case 307:
                case 308:
                case 309:
                case 310:
                case 311:
                case 313:
                case 314:
                case 319:
                case 321:
                case 324:
                case 325:
                case 328:
                case 329:
                case 334:
                case 335:
                case 345:
                case 348:
                case 350:
                case 351:
                case 353:
                case 354:
                case 355:
                case 356:
                case 358:
                case 359:
                case 361:
                case 362:
                case 364:
                case 365:
                case 367:
                case 368:
                case 370:
                case 371:
                case 373:
                case 374:
                case 376:
                case 377:
                case 379:
                case 380:
                case 382:
                case 383:
                case 385:
                case 386:
                case 389:
                case 390:
                case 395:
                case 396:
                case 398:
                case 400:
                case 403:
                case 404:
                case ErrorMessages.ERROR_NXT_INVALID_FILE_NAME:
                case ErrorMessages.ERROR_NXT_INVALID_MOTOR_PORT:
                case ErrorMessages.ERROR_NXT_COULD_NOT_DECODE_ELEMENT:
                case ErrorMessages.ERROR_NXT_COULD_NOT_FIT_ELEMENT_IN_BYTE:
                case ErrorMessages.ERROR_NXT_CANNOT_DETECT_LIGHT:
                case ErrorMessages.ERROR_NXT_INVALID_GENERATE_COLOR:
                case TypedValues.CycleType.TYPE_WAVE_OFFSET:
                case TypedValues.CycleType.TYPE_WAVE_PHASE:
                case 427:
                case 428:
                case 430:
                case 431:
                case 433:
                case 434:
                case 436:
                case 437:
                case 439:
                case 440:
                case 442:
                case 443:
                case 445:
                case 447:
                case 459:
                case 469:
                case 489:
                case 490:
                case 495:
                case 496:
                case 498:
                case 499:
                case 504:
                case 505:
                case 507:
                case 508:
                case 510:
                case 511:
                case 520:
                case 521:
                case 523:
                case 524:
                case 527:
                case 529:
                case 531:
                case 532:
                case 534:
                case 535:
                case 537:
                case 538:
                case 540:
                case 542:
                case 543:
                case 545:
                case 547:
                case 548:
                case 550:
                case 551:
                case 553:
                case 554:
                case 556:
                case 557:
                case 559:
                case 560:
                case 581:
                case 583:
                case 585:
                case 586:
                case 588:
                case 589:
                case 591:
                case 592:
                case 594:
                case 595:
                case 602:
                case TypedValues.MotionType.TYPE_ANIMATE_RELATIVE_TO:
                case TypedValues.MotionType.TYPE_DRAW_PATH:
                case TypedValues.MotionType.TYPE_POLAR_RELATIVETO:
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_TYPE:
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_ID:
                case 617:
                case 618:
                case 619:
                case 620:
                case 621:
                case 622:
                case 624:
                case 625:
                case 627:
                case 628:
                case 631:
                case 632:
                case 634:
                case 635:
                case 639:
                case 640:
                case 641:
                case 644:
                case 645:
                case 646:
                case 648:
                case 649:
                case 651:
                case 652:
                case 653:
                case 654:
                case 655:
                case 656:
                case 658:
                case 659:
                case 660:
                case 661:
                case 662:
                case 664:
                case 665:
                case 682:
                case 683:
                case 685:
                case 687:
                case 696:
                case 697:
                case 701:
                case 707:
                case ErrorMessages.ERROR_MEDIA_FILE_ERROR:
                case 720:
                case 732:
                case 735:
                case 740:
                case ErrorMessages.ERROR_SOUND_RECORDER_ILLEGAL_STOP:
                case ErrorMessages.ERROR_SOUND_RECORDER_MAX_DURATION_REACHED:
                case 822:
                case 834:
                case 872:
                case 915:
                case 916:
                case 919:
                case 920:
                case 928:
                case 929:
                case 932:
                case 933:
                case 1312:
                case 1384:
                case 1608:
                case 1909:
                case 1910:
                case 1912:
                case 1915:
                case 1917:
                case 1918:
                case 1930:
                case 1931:
                case 1932:
                case 1935:
                case 1936:
                case 1937:
                case 1938:
                case 1941:
                case 1942:
                case 1947:
                case 1948:
                case 1949:
                case 1950:
                default:
                    return super.apply0(moduleMethod);
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_SOURCE:
                    return Screen1.lambda5();
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_FULLSCREEN:
                    return Screen1.lambda7();
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_DURATION:
                    return Screen1.lambda8();
                case 197:
                    return Screen1.lambda9();
                case 198:
                    return Screen1.lambda10();
                case 199:
                    return Screen1.lambda11();
                case 200:
                    return Screen1.lambda12();
                case ErrorMessages.ERROR_CAMERA_NO_IMAGE_RETURNED:
                    return Screen1.lambda13();
                case ErrorMessages.ERROR_NO_CAMERA_PERMISSION:
                    return Screen1.lambda15();
                case 203:
                    return Screen1.lambda14();
                case 204:
                    return Screen1.lambda16();
                case 205:
                    return Screen1.lambda17();
                case 206:
                    return Screen1.lambda18();
                case 207:
                    return Screen1.lambda19();
                case 208:
                    return Screen1.lambda20();
                case 209:
                    return Screen1.lambda21();
                case 210:
                    return Screen1.lambda22();
                case 211:
                    return Screen1.lambda23();
                case 212:
                    return Screen1.lambda24();
                case YaVersion.YOUNG_ANDROID_VERSION:
                    return Screen1.lambda25();
                case 214:
                    return Screen1.lambda26();
                case 215:
                    return Screen1.lambda27();
                case 216:
                    return Screen1.lambda28();
                case 217:
                    return Screen1.lambda29();
                case 218:
                    return Screen1.lambda30();
                case 219:
                    return Screen1.lambda31();
                case 220:
                    return Screen1.lambda32();
                case 221:
                    return Screen1.lambda33();
                case 222:
                    return Screen1.lambda34();
                case 223:
                    return Screen1.lambda35();
                case 224:
                    return Screen1.lambda36();
                case 225:
                    return Screen1.lambda37();
                case 226:
                    return Screen1.lambda38();
                case 227:
                    return Screen1.lambda39();
                case 228:
                    return Screen1.lambda40();
                case 229:
                    return Screen1.lambda41();
                case 230:
                    return Screen1.lambda42();
                case 231:
                    return Screen1.lambda43();
                case 232:
                    return Screen1.lambda44();
                case 233:
                    return Screen1.lambda45();
                case 234:
                    return Screen1.lambda46();
                case 235:
                    return Screen1.lambda47();
                case 236:
                    return Screen1.lambda48();
                case 237:
                    return Screen1.lambda49();
                case 238:
                    return Screen1.lambda50();
                case 239:
                    return Screen1.lambda51();
                case 240:
                    return Screen1.lambda52();
                case LispEscapeFormat.ESCAPE_NORMAL:
                    return Screen1.lambda53();
                case LispEscapeFormat.ESCAPE_ALL:
                    return Screen1.lambda54();
                case 243:
                    return Screen1.lambda55();
                case 244:
                    return Screen1.lambda56();
                case 245:
                    return Screen1.lambda57();
                case 246:
                    return Screen1.lambda58();
                case 247:
                    return Screen1.lambda59();
                case 248:
                    return Screen1.lambda60();
                case 249:
                    return Screen1.lambda61();
                case ItemTouchHelper.Callback.DEFAULT_SWIPE_ANIMATION_DURATION:
                    return Screen1.lambda62();
                case Telnet.WILL:
                    return Screen1.lambda63();
                case Telnet.WONT:
                    return Screen1.lambda64();
                case 257:
                    return Screen1.lambda73();
                case 258:
                    return Screen1.lambda82();
                case 259:
                    return Screen1.lambda83();
                case 260:
                    return Screen1.lambda84();
                case 261:
                    return Screen1.lambda85();
                case 262:
                    return Screen1.lambda86();
                case 263:
                    return Screen1.lambda87();
                case 266:
                    return Screen1.lambda89();
                case 267:
                    return Screen1.lambda91();
                case 268:
                    return Screen1.lambda92();
                case 269:
                    return Screen1.lambda93();
                case 270:
                    return Screen1.lambda95();
                case 271:
                    return Screen1.lambda94();
                case 272:
                    return Screen1.lambda96();
                case 273:
                    return Screen1.lambda97();
                case 274:
                    return Screen1.lambda98();
                case 277:
                    return Screen1.lambda100();
                case 278:
                    return Screen1.lambda102();
                case 279:
                    return Screen1.lambda103();
                case 280:
                    return Screen1.lambda105();
                case 281:
                    return Screen1.lambda106();
                case 282:
                    return Screen1.lambda107();
                case 283:
                    return Screen1.lambda108();
                case 284:
                    return Screen1.lambda104();
                case 285:
                    return Screen1.lambda111();
                case 286:
                    return Screen1.lambda112();
                case 287:
                    return Screen1.lambda113();
                case 288:
                    return Screen1.lambda114();
                case 289:
                    return Screen1.lambda110();
                case 290:
                    return Screen1.lambda109();
                case 291:
                    return Screen1.lambda115();
                case 292:
                    return Screen1.lambda116();
                case 293:
                    return Screen1.lambda118();
                case 294:
                    return Screen1.lambda117();
                case 297:
                    return Screen1.lambda120();
                case 298:
                    return Screen1.lambda122();
                case 299:
                    return Screen1.lambda124();
                case 300:
                    return Screen1.lambda123();
                case 303:
                    return Screen1.lambda126();
                case 312:
                    return Screen1.lambda133();
                case 315:
                    return Screen1.lambda140();
                case TypedValues.AttributesType.TYPE_PATH_ROTATE:
                    return Screen1.lambda142();
                case TypedValues.AttributesType.TYPE_EASING:
                    return Screen1.lambda144();
                case TypedValues.AttributesType.TYPE_PIVOT_TARGET:
                    return Screen1.lambda143();
                case ScreenDensityUtil.DEFAULT_NORMAL_SHORT_DIMENSION:
                    return Screen1.lambda145();
                case 322:
                    return Screen1.lambda154();
                case 323:
                    return Screen1.lambda153();
                case 326:
                    return Screen1.lambda163();
                case 327:
                    return Screen1.lambda165();
                case 330:
                    return Screen1.lambda169();
                case 331:
                    return Screen1.lambda173();
                case 332:
                    return Screen1.lambda175();
                case 333:
                    return Screen1.lambda174();
                case 336:
                    return Screen1.lambda178();
                case 337:
                    return Screen1.lambda181();
                case 338:
                    return Screen1.lambda183();
                case 339:
                    return Screen1.lambda182();
                case 340:
                    return Screen1.lambda184();
                case 341:
                    return Screen1.lambda186();
                case 342:
                    return Screen1.lambda185();
                case 343:
                    return frame12.lambda188();
                case 344:
                    return frame12.lambda191();
                case 346:
                    return frame13.lambda194();
                case 347:
                    return frame13.lambda197();
                case 349:
                    return Screen1.lambda192();
                case 352:
                    return Screen1.lambda199();
                case 357:
                    return Screen1.lambda204();
                case 360:
                    return Screen1.lambda209();
                case 363:
                    return Screen1.lambda212();
                case 366:
                    return Screen1.lambda215();
                case 369:
                    return Screen1.lambda218();
                case 372:
                    return Screen1.lambda221();
                case 375:
                    return Screen1.lambda224();
                case 378:
                    return Screen1.lambda227();
                case 381:
                    return Screen1.lambda231();
                case 384:
                    return Screen1.lambda234();
                case 387:
                    return Screen1.lambda246();
                case 388:
                    return Screen1.lambda245();
                case 391:
                    return Screen1.lambda258();
                case 392:
                    return Screen1.lambda260();
                case 393:
                    return Screen1.lambda262();
                case 394:
                    return Screen1.lambda261();
                case 397:
                    return Screen1.lambda264();
                case 399:
                    return Screen1.lambda266();
                case 401:
                    return Screen1.lambda269();
                case 402:
                    return Screen1.lambda268();
                case ErrorMessages.ERROR_NXT_INVALID_PROGRAM_NAME:
                    return Screen1.lambda272();
                case ErrorMessages.ERROR_NXT_INVALID_SENSOR_PORT:
                    return Screen1.lambda276();
                case ErrorMessages.ERROR_NXT_INVALID_MAILBOX:
                    return Screen1.lambda279();
                case ErrorMessages.ERROR_NXT_MESSAGE_TOO_LONG:
                    return Screen1.lambda284();
                case ErrorMessages.ERROR_NXT_DATA_TOO_LARGE:
                    return Screen1.lambda283();
                case ErrorMessages.ERROR_NXT_INVALID_SOURCE_ARGUMENT:
                    return Screen1.lambda289();
                case ErrorMessages.ERROR_NXT_INVALID_DESTINATION_ARGUMENT:
                    return Screen1.lambda291();
                case 416:
                    return Screen1.lambda293();
                case ErrorMessages.ERROR_NXT_CANNOT_DETECT_COLOR:
                    return Screen1.lambda292();
                case 420:
                    return Screen1.lambda295();
                case 421:
                    return Screen1.lambda297();
                case 422:
                    return Screen1.lambda299();
                case 423:
                    return Screen1.lambda298();
                case 426:
                    return Screen1.lambda301();
                case 429:
                    return Screen1.lambda304();
                case 432:
                    return Screen1.lambda307();
                case 435:
                    return Screen1.lambda310();
                case 438:
                    return Screen1.lambda313();
                case 441:
                    return Screen1.lambda316();
                case 444:
                    return Screen1.lambda320();
                case 446:
                    return Screen1.lambda323();
                case 448:
                    return Screen1.lambda326();
                case 449:
                    return Screen1.lambda325();
                case 450:
                    return frame32.lambda329();
                case 451:
                    return frame32.lambda331();
                case 452:
                    return frame32.lambda333();
                case 453:
                    return frame32.lambda334();
                case 454:
                    return frame32.lambda335();
                case 455:
                    return frame32.lambda336();
                case 456:
                    return frame32.lambda337();
                case 457:
                    return frame32.lambda338();
                case 458:
                    return frame32.lambda339();
                case 460:
                    return frame33.lambda343();
                case 461:
                    return frame33.lambda345();
                case 462:
                    return frame33.lambda347();
                case 463:
                    return frame33.lambda348();
                case 464:
                    return frame33.lambda349();
                case 465:
                    return frame33.lambda350();
                case 466:
                    return frame33.lambda351();
                case 467:
                    return frame33.lambda352();
                case 468:
                    return frame33.lambda353();
                case 470:
                    return Screen1.lambda341();
                case 471:
                    return Screen1.lambda357();
                case 472:
                    return Screen1.lambda358();
                case 473:
                    return Screen1.lambda356();
                case 474:
                    return Screen1.lambda359();
                case 475:
                    return Screen1.lambda355();
                case 476:
                    return Screen1.lambda363();
                case 477:
                    return Screen1.lambda364();
                case 478:
                    return Screen1.lambda362();
                case 479:
                    return Screen1.lambda365();
                case 480:
                    return Screen1.lambda361();
                case 481:
                    return Screen1.lambda360();
                case 482:
                    return Screen1.lambda366();
                case 483:
                    return Screen1.lambda368();
                case 484:
                    return Screen1.lambda367();
                case 485:
                    return Screen1.lambda369();
                case 486:
                    return Screen1.lambda370();
                case 487:
                    return Screen1.lambda372();
                case 488:
                    return Screen1.lambda371();
                case 491:
                    return Screen1.lambda374();
                case 492:
                    return Screen1.lambda376();
                case 493:
                    return Screen1.lambda378();
                case 494:
                    return Screen1.lambda377();
                case 497:
                    return Screen1.lambda380();
                case ServiceStarter.ERROR_UNKNOWN:
                    return Screen1.lambda384();
                case 501:
                    return Screen1.lambda387();
                case 502:
                    return Screen1.lambda389();
                case 503:
                    return Screen1.lambda388();
                case 506:
                    return Screen1.lambda394();
                case 509:
                    return Screen1.lambda401();
                case 512:
                    return Screen1.lambda405();
                case 513:
                    return Screen1.lambda408();
                case ErrorMessages.ERROR_BLUETOOTH_COULD_NOT_FIT_ELEMENT_IN_BYTE:
                    return Screen1.lambda409();
                case ErrorMessages.ERROR_BLUETOOTH_NOT_CONNECTED_TO_DEVICE:
                    return Screen1.lambda407();
                case ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_WRITE:
                    return Screen1.lambda412();
                case ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_READ:
                    return Screen1.lambda413();
                case ErrorMessages.ERROR_BLUETOOTH_END_OF_STREAM:
                    return Screen1.lambda411();
                case ErrorMessages.ERROR_BLUETOOTH_UNSUPPORTED_ENCODING:
                    return Screen1.lambda410();
                case 522:
                    return Screen1.lambda415();
                case 525:
                    return Screen1.lambda418();
                case 526:
                    return frame40.lambda422();
                case 528:
                    return frame41.lambda426();
                case 530:
                    return Screen1.lambda423();
                case 533:
                    return Screen1.lambda428();
                case 536:
                    return Screen1.lambda431();
                case 539:
                    return Screen1.lambda434();
                case 541:
                    return frame42.lambda439();
                case 544:
                    return frame43.lambda444();
                case 546:
                    return Screen1.lambda440();
                case 549:
                    return Screen1.lambda449();
                case 552:
                    return Screen1.lambda455();
                case 555:
                    return Screen1.lambda458();
                case 558:
                    return Screen1.lambda461();
                case 561:
                    return Screen1.lambda464();
                case 562:
                    return Screen1.lambda466();
                case 563:
                    return Screen1.lambda468();
                case 564:
                    return Screen1.lambda467();
                case 565:
                    return Screen1.lambda469();
                case 566:
                    return Screen1.lambda471();
                case 567:
                    return Screen1.lambda470();
                case 568:
                    return Screen1.lambda472();
                case 569:
                    return Screen1.lambda474();
                case 570:
                    return Screen1.lambda473();
                case 571:
                    return Screen1.lambda475();
                case 572:
                    return Screen1.lambda478();
                case 573:
                    return Screen1.lambda477();
                case 574:
                    return Screen1.lambda480();
                case 575:
                    return Screen1.lambda482();
                case 576:
                    return Screen1.lambda481();
                case 577:
                    return Screen1.lambda483();
                case 578:
                    return Screen1.lambda485();
                case 579:
                    return Screen1.lambda484();
                case 580:
                    return frame50.lambda487();
                case 582:
                    return frame51.lambda493();
                case 584:
                    return Screen1.lambda491();
                case 587:
                    return Screen1.lambda498();
                case 590:
                    return Screen1.lambda501();
                case 593:
                    return Screen1.lambda504();
                case 596:
                    return Screen1.lambda507();
                case 597:
                    return Screen1.lambda509();
                case 598:
                    return Screen1.lambda511();
                case 599:
                    return Screen1.lambda510();
                case 600:
                    return Screen1.lambda513();
                case 601:
                    return Screen1.lambda514();
                case TypedValues.MotionType.TYPE_EASING:
                    return Screen1.lambda517();
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR:
                    return Screen1.lambda518();
                case TypedValues.MotionType.TYPE_ANIMATE_CIRCLEANGLE_TO:
                    return Screen1.lambda515();
                case TypedValues.MotionType.TYPE_PATHMOTION_ARC:
                    return frame52.lambda524();
                case TypedValues.MotionType.TYPE_QUANTIZE_MOTIONSTEPS:
                    return frame53.lambda531();
                case 613:
                    return Screen1.lambda525();
                case 614:
                    return Screen1.lambda532();
                case 615:
                    return Screen1.lambda534();
                case 616:
                    return Screen1.lambda533();
                case 623:
                    return Screen1.lambda538();
                case 626:
                    return Screen1.lambda543();
                case 629:
                    return Screen1.lambda546();
                case 630:
                    return frame54.lambda551();
                case 633:
                    return frame55.lambda556();
                case 636:
                    return Screen1.lambda552();
                case 637:
                    return frame56.lambda562();
                case 638:
                    return frame56.lambda564();
                case 642:
                    return frame57.lambda572();
                case 643:
                    return frame57.lambda574();
                case 647:
                    return Screen1.lambda566();
                case 650:
                    return Screen1.lambda577();
                case 657:
                    return Screen1.lambda582();
                case 663:
                    return frame62.lambda590();
                case 666:
                    return Screen1.lambda593();
                case 667:
                    return Screen1.lambda595();
                case 668:
                    return Screen1.lambda594();
                case 669:
                    return Screen1.lambda596();
                case 670:
                    return Screen1.lambda598();
                case 671:
                    return Screen1.lambda597();
                case 672:
                    return Screen1.lambda599();
                case 673:
                    return Screen1.lambda601();
                case 674:
                    return Screen1.lambda600();
                case 675:
                    return Screen1.lambda602();
                case 676:
                    return Screen1.lambda603();
                case 677:
                    return Screen1.lambda605();
                case 678:
                    return Screen1.lambda604();
                case 679:
                    return Screen1.lambda606();
                case 680:
                    return Screen1.lambda607();
                case 681:
                    return Screen1.lambda608();
                case 684:
                    return Screen1.lambda610();
                case 686:
                    return Screen1.lambda612();
                case 688:
                    return Screen1.lambda626();
                case 689:
                    return Screen1.lambda625();
                case 690:
                    return Screen1.lambda639();
                case 691:
                    return Screen1.lambda640();
                case 692:
                    return Screen1.lambda641();
                case 693:
                    return Screen1.lambda642();
                case 694:
                    return Screen1.lambda643();
                case 695:
                    return Screen1.lambda644();
                case 698:
                    return Screen1.lambda646();
                case 699:
                    return Screen1.lambda648();
                case TypedValues.TransitionType.TYPE_DURATION:
                    return this.$main.Screen1$Initialize();
                case 702:
                    return Screen1.lambda649();
                case ErrorMessages.ERROR_UNABLE_TO_PLAY_MEDIA:
                    return Screen1.lambda650();
                case 704:
                    return Screen1.lambda651();
                case 705:
                    return Screen1.lambda652();
                case 706:
                    return this.$main.Screen1$BackPressed();
                case ErrorMessages.ERROR_UNABLE_TO_FOCUS_MEDIA:
                    return Screen1.lambda653();
                case ErrorMessages.ERROR_SOUND_NOT_READY:
                    return Screen1.lambda654();
                case ErrorMessages.ERROR_OUT_OF_MEMORY_LOADING_MEDIA:
                    return Screen1.lambda655();
                case ErrorMessages.ERROR_PLAYER_INVALID_VOLUME:
                    return Screen1.lambda656();
                case 713:
                    return Screen1.lambda657();
                case 714:
                    return Screen1.lambda658();
                case 715:
                    return Screen1.lambda659();
                case 716:
                    return Screen1.lambda660();
                case 717:
                    return this.$main.lblSearchBack$Click();
                case 718:
                    return Screen1.lambda661();
                case 719:
                    return Screen1.lambda662();
                case 721:
                    return Screen1.lambda663();
                case 722:
                    return Screen1.lambda664();
                case 723:
                    return this.$main.Label121$Click();
                case 724:
                    return Screen1.lambda665();
                case 725:
                    return Screen1.lambda666();
                case 726:
                    return this.$main.lblMic2$Click();
                case 727:
                    return Screen1.lambda667();
                case 728:
                    return Screen1.lambda668();
                case 729:
                    return this.$main.btnMicSearch$Click();
                case 730:
                    return Screen1.lambda669();
                case 731:
                    return Screen1.lambda670();
                case 733:
                    return Screen1.lambda671();
                case 734:
                    return Screen1.lambda672();
                case 736:
                    return Screen1.lambda673();
                case 737:
                    return Screen1.lambda674();
                case 738:
                    return Screen1.lambda675();
                case 739:
                    return Screen1.lambda676();
                case 741:
                    return Screen1.lambda677();
                case 742:
                    return Screen1.lambda678();
                case 743:
                    return Screen1.lambda679();
                case 744:
                    return Screen1.lambda680();
                case 745:
                    return this.$main.mbtnSCancel$Click();
                case 746:
                    return Screen1.lambda681();
                case 747:
                    return Screen1.lambda682();
                case 748:
                    return Screen1.lambda683();
                case 749:
                    return Screen1.lambda684();
                case 750:
                    return Screen1.lambda685();
                case 751:
                    return Screen1.lambda686();
                case 752:
                    return Screen1.lambda687();
                case 753:
                    return Screen1.lambda688();
                case 754:
                    return Screen1.lambda689();
                case 755:
                    return Screen1.lambda690();
                case 756:
                    return Screen1.lambda691();
                case 757:
                    return Screen1.lambda692();
                case 758:
                    return Screen1.lambda693();
                case 759:
                    return Screen1.lambda694();
                case 760:
                    return Screen1.lambda695();
                case 761:
                    return Screen1.lambda696();
                case 762:
                    return Screen1.lambda697();
                case 763:
                    return Screen1.lambda698();
                case 764:
                    return Screen1.lambda699();
                case 765:
                    return Screen1.lambda700();
                case 766:
                    return Screen1.lambda701();
                case 767:
                    return Screen1.lambda702();
                case 768:
                    return Screen1.lambda703();
                case 769:
                    return Screen1.lambda704();
                case 770:
                    return Screen1.lambda705();
                case 771:
                    return Screen1.lambda706();
                case 772:
                    return Screen1.lambda707();
                case 773:
                    return Screen1.lambda708();
                case 774:
                    return Screen1.lambda709();
                case 775:
                    return Screen1.lambda710();
                case 776:
                    return Screen1.lambda711();
                case 777:
                    return Screen1.lambda712();
                case 778:
                    return Screen1.lambda713();
                case 779:
                    return Screen1.lambda714();
                case 780:
                    return Screen1.lambda715();
                case 781:
                    return Screen1.lambda716();
                case 782:
                    return this.$main.cv11$Click();
                case 783:
                    return Screen1.lambda717();
                case 784:
                    return Screen1.lambda718();
                case 785:
                    return Screen1.lambda719();
                case 786:
                    return Screen1.lambda720();
                case 787:
                    return this.$main.cv12$Click();
                case 788:
                    return Screen1.lambda721();
                case 789:
                    return Screen1.lambda722();
                case 790:
                    return Screen1.lambda723();
                case 791:
                    return Screen1.lambda724();
                case 792:
                    return Screen1.lambda725();
                case 793:
                    return Screen1.lambda726();
                case 794:
                    return Screen1.lambda727();
                case 795:
                    return Screen1.lambda728();
                case 796:
                    return this.$main.lblShowBack$Click();
                case 797:
                    return Screen1.lambda729();
                case 798:
                    return Screen1.lambda730();
                case 799:
                    return Screen1.lambda731();
                case 800:
                    return Screen1.lambda732();
                case ErrorMessages.ERROR_SOUND_RECORDER:
                    return Screen1.lambda733();
                case ErrorMessages.ERROR_SOUND_RECORDER_CANNOT_CREATE:
                    return Screen1.lambda734();
                case ErrorMessages.ERROR_SOUND_RECORDER_MAX_FILESIZE_REACHED:
                    return Screen1.lambda735();
                case ErrorMessages.ERROR_SOUND_NO_PERMISSION:
                    return Screen1.lambda736();
                case 807:
                    return Screen1.lambda737();
                case 808:
                    return Screen1.lambda738();
                case 809:
                    return Screen1.lambda739();
                case 810:
                    return Screen1.lambda740();
                case 811:
                    return this.$main.lblBuySellBack$Click();
                case 812:
                    return Screen1.lambda741();
                case 813:
                    return Screen1.lambda742();
                case 814:
                    return Screen1.lambda743();
                case 815:
                    return Screen1.lambda744();
                case 816:
                    return Screen1.lambda745();
                case 817:
                    return Screen1.lambda746();
                case 818:
                    return Screen1.lambda747();
                case 819:
                    return Screen1.lambda748();
                case 820:
                    return Screen1.lambda749();
                case 821:
                    return Screen1.lambda750();
                case 823:
                    return Screen1.lambda751();
                case 824:
                    return Screen1.lambda752();
                case 825:
                    return Screen1.lambda753();
                case 826:
                    return Screen1.lambda754();
                case 827:
                    return this.$main.cvbasketBuySell$Click();
                case 828:
                    return Screen1.lambda755();
                case 829:
                    return Screen1.lambda756();
                case 830:
                    return Screen1.lambda757();
                case 831:
                    return Screen1.lambda758();
                case 832:
                    return Screen1.lambda759();
                case 833:
                    return Screen1.lambda760();
                case 835:
                    return Screen1.lambda761();
                case 836:
                    return Screen1.lambda762();
                case 837:
                    return Screen1.lambda763();
                case 838:
                    return Screen1.lambda764();
                case 839:
                    return Screen1.lambda765();
                case 840:
                    return Screen1.lambda766();
                case 841:
                    return this.$main.swtBuySell$Changed();
                case 842:
                    return Screen1.lambda767();
                case 843:
                    return Screen1.lambda768();
                case 844:
                    return Screen1.lambda769();
                case 845:
                    return Screen1.lambda770();
                case 846:
                    return Screen1.lambda771();
                case 847:
                    return Screen1.lambda772();
                case 848:
                    return Screen1.lambda773();
                case 849:
                    return Screen1.lambda774();
                case 850:
                    return Screen1.lambda775();
                case 851:
                    return Screen1.lambda776();
                case 852:
                    return Screen1.lambda777();
                case 853:
                    return Screen1.lambda778();
                case 854:
                    return Screen1.lambda779();
                case 855:
                    return Screen1.lambda780();
                case 856:
                    return Screen1.lambda781();
                case 857:
                    return Screen1.lambda782();
                case 858:
                    return Screen1.lambda783();
                case 859:
                    return Screen1.lambda784();
                case 860:
                    return Screen1.lambda785();
                case 861:
                    return Screen1.lambda786();
                case 862:
                    return Screen1.lambda787();
                case 863:
                    return Screen1.lambda788();
                case 864:
                    return Screen1.lambda789();
                case 865:
                    return Screen1.lambda790();
                case 866:
                    return Screen1.lambda791();
                case 867:
                    return Screen1.lambda792();
                case 868:
                    return Screen1.lambda793();
                case 869:
                    return Screen1.lambda794();
                case 870:
                    return Screen1.lambda795();
                case 871:
                    return Screen1.lambda796();
                case 873:
                    return Screen1.lambda797();
                case 874:
                    return Screen1.lambda798();
                case 875:
                    return Screen1.lambda799();
                case 876:
                    return Screen1.lambda800();
                case 877:
                    return Screen1.lambda801();
                case 878:
                    return Screen1.lambda802();
                case 879:
                    return Screen1.lambda803();
                case 880:
                    return Screen1.lambda804();
                case 881:
                    return Screen1.lambda805();
                case 882:
                    return Screen1.lambda806();
                case 883:
                    return Screen1.lambda807();
                case 884:
                    return Screen1.lambda808();
                case 885:
                    return Screen1.lambda809();
                case 886:
                    return Screen1.lambda810();
                case 887:
                    return Screen1.lambda811();
                case 888:
                    return Screen1.lambda812();
                case 889:
                    return Screen1.lambda813();
                case 890:
                    return Screen1.lambda814();
                case 891:
                    return Screen1.lambda815();
                case 892:
                    return Screen1.lambda816();
                case 893:
                    return Screen1.lambda817();
                case 894:
                    return Screen1.lambda818();
                case 895:
                    return Screen1.lambda819();
                case 896:
                    return Screen1.lambda820();
                case 897:
                    return Screen1.lambda821();
                case 898:
                    return Screen1.lambda822();
                case 899:
                    return Screen1.lambda823();
                case TypedValues.Custom.TYPE_INT:
                    return Screen1.lambda824();
                case 901:
                    return Screen1.lambda825();
                case 902:
                    return Screen1.lambda826();
                case 903:
                    return Screen1.lambda827();
                case 904:
                    return Screen1.lambda828();
                case 905:
                    return Screen1.lambda829();
                case 906:
                    return Screen1.lambda830();
                case ErrorMessages.ERROR_ACTIONBAR_NOT_SUPPORTED:
                    return this.$main.vaSLTGT$Click();
                case ErrorMessages.ERROR_PERMISSION_DENIED:
                    return Screen1.lambda831();
                case 909:
                    return Screen1.lambda832();
                case 910:
                    return this.$main.Switch1$Changed();
                case 911:
                    return Screen1.lambda833();
                case 912:
                    return Screen1.lambda834();
                case 913:
                    return Screen1.lambda835();
                case 914:
                    return Screen1.lambda836();
                case 917:
                    return Screen1.lambda837();
                case 918:
                    return Screen1.lambda838();
                case 921:
                    return Screen1.lambda839();
                case 922:
                    return Screen1.lambda840();
                case 923:
                    return this.$main.Switch2$Changed();
                case 924:
                    return Screen1.lambda841();
                case 925:
                    return Screen1.lambda842();
                case 926:
                    return Screen1.lambda843();
                case 927:
                    return Screen1.lambda844();
                case 930:
                    return Screen1.lambda845();
                case 931:
                    return Screen1.lambda846();
                case 934:
                    return Screen1.lambda847();
                case 935:
                    return Screen1.lambda848();
                case 936:
                    return Screen1.lambda849();
                case 937:
                    return Screen1.lambda850();
                case 938:
                    return Screen1.lambda851();
                case 939:
                    return Screen1.lambda852();
                case 940:
                    return Screen1.lambda853();
                case 941:
                    return Screen1.lambda854();
                case 942:
                    return Screen1.lambda855();
                case 943:
                    return Screen1.lambda856();
                case 944:
                    return Screen1.lambda857();
                case 945:
                    return Screen1.lambda858();
                case 946:
                    return Screen1.lambda859();
                case 947:
                    return Screen1.lambda860();
                case 948:
                    return Screen1.lambda861();
                case 949:
                    return Screen1.lambda862();
                case 950:
                    return Screen1.lambda863();
                case 951:
                    return Screen1.lambda864();
                case 952:
                    return Screen1.lambda865();
                case 953:
                    return Screen1.lambda866();
                case 954:
                    return Screen1.lambda867();
                case 955:
                    return Screen1.lambda868();
                case 956:
                    return Screen1.lambda869();
                case 957:
                    return Screen1.lambda870();
                case 958:
                    return Screen1.lambda871();
                case 959:
                    return Screen1.lambda872();
                case 960:
                    return Screen1.lambda873();
                case 961:
                    return Screen1.lambda874();
                case 962:
                    return Screen1.lambda875();
                case 963:
                    return Screen1.lambda876();
                case 964:
                    return this.$main.btnUpdate$Click();
                case 965:
                    return Screen1.lambda882();
                case 966:
                    return Screen1.lambda883();
                case 967:
                    return this.$main.btnBuySellExit$Click();
                case 968:
                    return Screen1.lambda884();
                case 969:
                    return Screen1.lambda885();
                case 970:
                    return this.$main.btnSubmit$Click();
                case 971:
                    return Screen1.lambda886();
                case 972:
                    return Screen1.lambda887();
                case 973:
                    return this.$main.btnSubmitBasket$Click();
                case 974:
                    return Screen1.lambda888();
                case 975:
                    return Screen1.lambda889();
                case 976:
                    return Screen1.lambda890();
                case 977:
                    return Screen1.lambda891();
                case 978:
                    return Screen1.lambda892();
                case 979:
                    return Screen1.lambda893();
                case 980:
                    return Screen1.lambda894();
                case 981:
                    return Screen1.lambda895();
                case 982:
                    return Screen1.lambda896();
                case 983:
                    return Screen1.lambda897();
                case 984:
                    return Screen1.lambda898();
                case 985:
                    return Screen1.lambda899();
                case 986:
                    return Screen1.lambda900();
                case 987:
                    return Screen1.lambda901();
                case 988:
                    return this.$main.lblShare$Click();
                case 989:
                    return Screen1.lambda902();
                case 990:
                    return Screen1.lambda903();
                case 991:
                    return Screen1.lambda904();
                case 992:
                    return Screen1.lambda905();
                case 993:
                    return Screen1.lambda906();
                case 994:
                    return Screen1.lambda907();
                case 995:
                    return Screen1.lambda908();
                case 996:
                    return Screen1.lambda909();
                case 997:
                    return Screen1.lambda910();
                case 998:
                    return Screen1.lambda911();
                case RoomDatabase.MAX_BIND_PARAMETER_CNT:
                    return this.$main.btnBuy$Click();
                case 1000:
                    return Screen1.lambda912();
                case 1001:
                    return Screen1.lambda913();
                case 1002:
                    return Screen1.lambda914();
                case 1003:
                    return Screen1.lambda915();
                case 1004:
                    return this.$main.btnSell$Click();
                case GeofenceStatusCodes.GEOFENCE_REQUEST_TOO_FREQUENT:
                    return Screen1.lambda916();
                case PointerIconCompat.TYPE_CELL:
                    return Screen1.lambda917();
                case PointerIconCompat.TYPE_CROSSHAIR:
                    return Screen1.lambda918();
                case PointerIconCompat.TYPE_TEXT:
                    return Screen1.lambda919();
                case PointerIconCompat.TYPE_VERTICAL_TEXT:
                    return Screen1.lambda920();
                case PointerIconCompat.TYPE_ALIAS:
                    return Screen1.lambda921();
                case PointerIconCompat.TYPE_COPY:
                    return Screen1.lambda922();
                case PointerIconCompat.TYPE_NO_DROP:
                    return Screen1.lambda923();
                case PointerIconCompat.TYPE_ALL_SCROLL:
                    return Screen1.lambda924();
                case PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW:
                    return Screen1.lambda925();
                case PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW:
                    return Screen1.lambda926();
                case PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW:
                    return Screen1.lambda927();
                case PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW:
                    return Screen1.lambda928();
                case PointerIconCompat.TYPE_ZOOM_IN:
                    return Screen1.lambda929();
                case PointerIconCompat.TYPE_ZOOM_OUT:
                    return Screen1.lambda930();
                case PointerIconCompat.TYPE_GRAB:
                    return Screen1.lambda931();
                case PointerIconCompat.TYPE_GRABBING:
                    return Screen1.lambda932();
                case 1022:
                    return Screen1.lambda933();
                case 1023:
                    return Screen1.lambda934();
                case 1024:
                    return Screen1.lambda935();
                case InputDeviceCompat.SOURCE_GAMEPAD:
                    return Screen1.lambda936();
                case 1026:
                    return Screen1.lambda937();
                case 1027:
                    return Screen1.lambda938();
                case 1028:
                    return Screen1.lambda939();
                case 1029:
                    return Screen1.lambda940();
                case 1030:
                    return Screen1.lambda941();
                case 1031:
                    return this.$main.upt_btn$Click();
                case 1032:
                    return Screen1.lambda942();
                case 1033:
                    return Screen1.lambda943();
                case 1034:
                    return this.$main.cancel_btn$Click();
                case 1035:
                    return Screen1.lambda944();
                case 1036:
                    return Screen1.lambda945();
                case 1037:
                    return this.$main.exit_btn$Click();
                case 1038:
                    return Screen1.lambda946();
                case 1039:
                    return Screen1.lambda947();
                case 1040:
                    return Screen1.lambda948();
                case 1041:
                    return Screen1.lambda949();
                case 1042:
                    return Screen1.lambda950();
                case 1043:
                    return Screen1.lambda951();
                case 1044:
                    return Screen1.lambda952();
                case 1045:
                    return Screen1.lambda953();
                case 1046:
                    return Screen1.lambda954();
                case 1047:
                    return Screen1.lambda955();
                case 1048:
                    return this.$main.vaWV$Click();
                case 1049:
                    return Screen1.lambda956();
                case 1050:
                    return Screen1.lambda957();
                case 1051:
                    return this.$main.haTechnicals$Click();
                case 1052:
                    return Screen1.lambda958();
                case 1053:
                    return Screen1.lambda959();
                case 1054:
                    return Screen1.lambda960();
                case 1055:
                    return Screen1.lambda961();
                case 1056:
                    return Screen1.lambda962();
                case 1057:
                    return Screen1.lambda963();
                case 1058:
                    return Screen1.lambda964();
                case 1059:
                    return Screen1.lambda965();
                case 1060:
                    return Screen1.lambda966();
                case 1061:
                    return Screen1.lambda967();
                case 1062:
                    return Screen1.lambda968();
                case 1063:
                    return Screen1.lambda969();
                case 1064:
                    return Screen1.lambda970();
                case 1065:
                    return Screen1.lambda971();
                case 1066:
                    return Screen1.lambda972();
                case 1067:
                    return Screen1.lambda973();
                case 1068:
                    return Screen1.lambda974();
                case 1069:
                    return Screen1.lambda975();
                case 1070:
                    return Screen1.lambda976();
                case 1071:
                    return Screen1.lambda977();
                case 1072:
                    return Screen1.lambda978();
                case 1073:
                    return Screen1.lambda979();
                case 1074:
                    return Screen1.lambda980();
                case 1075:
                    return Screen1.lambda981();
                case 1076:
                    return Screen1.lambda982();
                case 1077:
                    return Screen1.lambda983();
                case 1078:
                    return Screen1.lambda984();
                case 1079:
                    return Screen1.lambda985();
                case 1080:
                    return Screen1.lambda986();
                case 1081:
                    return Screen1.lambda987();
                case 1082:
                    return Screen1.lambda988();
                case 1083:
                    return Screen1.lambda989();
                case 1084:
                    return Screen1.lambda990();
                case 1085:
                    return Screen1.lambda991();
                case 1086:
                    return Screen1.lambda992();
                case 1087:
                    return Screen1.lambda993();
                case 1088:
                    return Screen1.lambda994();
                case 1089:
                    return Screen1.lambda995();
                case 1090:
                    return Screen1.lambda996();
                case 1091:
                    return Screen1.lambda997();
                case 1092:
                    return Screen1.lambda998();
                case 1093:
                    return Screen1.lambda999();
                case 1094:
                    return this.$main.btn_optionchain$Click();
                case 1095:
                    return Screen1.lambda1000();
                case 1096:
                    return Screen1.lambda1001();
                case 1097:
                    return Screen1.lambda1002();
                case 1098:
                    return Screen1.lambda1003();
                case 1099:
                    return this.$main.btn_futures$Click();
                case 1100:
                    return Screen1.lambda1004();
                case ErrorMessages.ERROR_WEB_UNABLE_TO_GET:
                    return Screen1.lambda1005();
                case ErrorMessages.ERROR_WEB_UNSUPPORTED_ENCODING:
                    return Screen1.lambda1006();
                case 1103:
                    return Screen1.lambda1007();
                case 1104:
                    return Screen1.lambda1008();
                case ErrorMessages.ERROR_WEB_JSON_TEXT_DECODE_FAILED:
                    return Screen1.lambda1009();
                case ErrorMessages.ERROR_WEB_HTML_TEXT_DECODE_FAILED:
                    return Screen1.lambda1010();
                case ErrorMessages.ERROR_PHONE_UNSUPPORTED_CONTACT_PICKER:
                    return Screen1.lambda1011();
                case ErrorMessages.ERROR_PHONE_UNSUPPORTED_SEARCH_IN_CONTACT_PICKING:
                    return Screen1.lambda1012();
                case ErrorMessages.ERROR_WEB_MALFORMED_URL:
                    return Screen1.lambda1013();
                case ErrorMessages.ERROR_WEB_REQUEST_HEADER_NOT_LIST:
                    return Screen1.lambda1014();
                case ErrorMessages.ERROR_WEB_REQUEST_HEADER_NOT_TWO_ELEMENTS:
                    return Screen1.lambda1015();
                case ErrorMessages.ERROR_WEB_BUILD_REQUEST_DATA_NOT_LIST:
                    return Screen1.lambda1016();
                case ErrorMessages.ERROR_WEB_BUILD_REQUEST_DATA_NOT_TWO_ELEMENTS:
                    return Screen1.lambda1017();
                case ErrorMessages.ERROR_WEB_UNABLE_TO_DELETE:
                    return Screen1.lambda1018();
                case ErrorMessages.ERROR_WEB_XML_TEXT_DECODE_FAILED:
                    return Screen1.lambda1019();
                case ErrorMessages.ERROR_NO_READ_CONTACTS_PERMISSION:
                    return Screen1.lambda1020();
                case ErrorMessages.ERROR_WEB_REQUEST_TIMED_OUT:
                    return Screen1.lambda1021();
                case ErrorMessages.ERROR_WEB_JSON_TEXT_ENCODE_FAILED:
                    return Screen1.lambda1022();
                case 1119:
                    return Screen1.lambda1023();
                case 1120:
                    return this.$main.mbtnSaveFund$Click();
                case 1121:
                    return Screen1.lambda1024();
                case 1122:
                    return Screen1.lambda1025();
                case 1123:
                    return Screen1.lambda1026();
                case 1124:
                    return Screen1.lambda1027();
                case 1125:
                    return Screen1.lambda1028();
                case 1126:
                    return Screen1.lambda1029();
                case 1127:
                    return this.$main.lblOptionchainBack$Click();
                case 1128:
                    return Screen1.lambda1030();
                case 1129:
                    return Screen1.lambda1031();
                case 1130:
                    return Screen1.lambda1032();
                case 1131:
                    return Screen1.lambda1033();
                case 1132:
                    return Screen1.lambda1034();
                case 1133:
                    return Screen1.lambda1035();
                case 1134:
                    return this.$main.cvExpiryDt$Click();
                case 1135:
                    return Screen1.lambda1036();
                case 1136:
                    return Screen1.lambda1037();
                case 1137:
                    return Screen1.lambda1038();
                case 1138:
                    return Screen1.lambda1039();
                case 1139:
                    return Screen1.lambda1040();
                case 1140:
                    return Screen1.lambda1041();
                case 1141:
                    return Screen1.lambda1042();
                case 1142:
                    return Screen1.lambda1043();
                case 1143:
                    return Screen1.lambda1044();
                case 1144:
                    return Screen1.lambda1045();
                case 1145:
                    return Screen1.lambda1046();
                case 1146:
                    return Screen1.lambda1047();
                case 1147:
                    return Screen1.lambda1048();
                case 1148:
                    return Screen1.lambda1049();
                case 1149:
                    return Screen1.lambda1050();
                case 1150:
                    return Screen1.lambda1051();
                case 1151:
                    return Screen1.lambda1052();
                case 1152:
                    return Screen1.lambda1053();
                case 1153:
                    return Screen1.lambda1054();
                case 1154:
                    return Screen1.lambda1055();
                case 1155:
                    return Screen1.lambda1056();
                case 1156:
                    return Screen1.lambda1057();
                case 1157:
                    return Screen1.lambda1058();
                case 1158:
                    return Screen1.lambda1059();
                case 1159:
                    return Screen1.lambda1060();
                case 1160:
                    return Screen1.lambda1061();
                case 1161:
                    return Screen1.lambda1062();
                case 1162:
                    return Screen1.lambda1063();
                case 1163:
                    return Screen1.lambda1064();
                case 1164:
                    return Screen1.lambda1065();
                case 1165:
                    return Screen1.lambda1066();
                case 1166:
                    return Screen1.lambda1067();
                case 1167:
                    return Screen1.lambda1068();
                case 1168:
                    return Screen1.lambda1069();
                case 1169:
                    return Screen1.lambda1070();
                case 1170:
                    return Screen1.lambda1071();
                case 1171:
                    return Screen1.lambda1072();
                case 1172:
                    return Screen1.lambda1073();
                case 1173:
                    return Screen1.lambda1074();
                case 1174:
                    return Screen1.lambda1075();
                case 1175:
                    return Screen1.lambda1076();
                case 1176:
                    return Screen1.lambda1077();
                case 1177:
                    return Screen1.lambda1078();
                case 1178:
                    return Screen1.lambda1079();
                case 1179:
                    return Screen1.lambda1080();
                case 1180:
                    return Screen1.lambda1081();
                case 1181:
                    return Screen1.lambda1082();
                case 1182:
                    return Screen1.lambda1083();
                case 1183:
                    return Screen1.lambda1084();
                case 1184:
                    return Screen1.lambda1085();
                case 1185:
                    return Screen1.lambda1086();
                case 1186:
                    return Screen1.lambda1087();
                case 1187:
                    return this.$main.r1$Click();
                case 1188:
                    return Screen1.lambda1088();
                case 1189:
                    return Screen1.lambda1089();
                case 1190:
                    return this.$main.r2$Click();
                case 1191:
                    return Screen1.lambda1090();
                case 1192:
                    return Screen1.lambda1091();
                case 1193:
                    return this.$main.r3$Click();
                case 1194:
                    return Screen1.lambda1092();
                case 1195:
                    return Screen1.lambda1093();
                case 1196:
                    return this.$main.r4$Click();
                case 1197:
                    return Screen1.lambda1094();
                case 1198:
                    return Screen1.lambda1095();
                case 1199:
                    return this.$main.r5$Click();
                case 1200:
                    return Screen1.lambda1096();
                case ErrorMessages.ERROR_CAMCORDER_NO_CLIP_RETURNED:
                    return Screen1.lambda1097();
                case 1202:
                    return Screen1.lambda1098();
                case 1203:
                    return Screen1.lambda1099();
                case 1204:
                    return this.$main.mBtnRatingSubmit$Click();
                case 1205:
                    return Screen1.lambda1100();
                case 1206:
                    return Screen1.lambda1101();
                case 1207:
                    return Screen1.lambda1102();
                case 1208:
                    return Screen1.lambda1103();
                case 1209:
                    return Screen1.lambda1104();
                case 1210:
                    return Screen1.lambda1105();
                case 1211:
                    return this.$main.mbtnBackupData$Click();
                case 1212:
                    return Screen1.lambda1106();
                case 1213:
                    return Screen1.lambda1107();
                case 1214:
                    return this.$main.btnAppVersion$Click();
                case 1215:
                    return Screen1.lambda1108();
                case 1216:
                    return Screen1.lambda1109();
                case 1217:
                    return Screen1.lambda1110();
                case 1218:
                    return Screen1.lambda1111();
                case 1219:
                    return Screen1.lambda1112();
                case 1220:
                    return Screen1.lambda1113();
                case 1221:
                    return Screen1.lambda1114();
                case 1222:
                    return Screen1.lambda1115();
                case 1223:
                    return this.$main.Label50$Click();
                case 1224:
                    return Screen1.lambda1116();
                case 1225:
                    return Screen1.lambda1117();
                case 1226:
                    return Screen1.lambda1118();
                case 1227:
                    return Screen1.lambda1119();
                case 1228:
                    return this.$main.lblrecommendRefresh$Click();
                case 1229:
                    return Screen1.lambda1120();
                case 1230:
                    return Screen1.lambda1121();
                case 1231:
                    return Screen1.lambda1122();
                case 1232:
                    return Screen1.lambda1123();
                case 1233:
                    return Screen1.lambda1124();
                case 1234:
                    return Screen1.lambda1125();
                case 1235:
                    return Screen1.lambda1126();
                case 1236:
                    return Screen1.lambda1127();
                case 1237:
                    return this.$main.cvAds$Click();
                case 1238:
                    return Screen1.lambda1128();
                case 1239:
                    return Screen1.lambda1129();
                case 1240:
                    return Screen1.lambda1130();
                case 1241:
                    return Screen1.lambda1131();
                case 1242:
                    return Screen1.lambda1132();
                case 1243:
                    return Screen1.lambda1133();
                case 1244:
                    return Screen1.lambda1134();
                case 1245:
                    return Screen1.lambda1135();
                case 1246:
                    return Screen1.lambda1136();
                case 1247:
                    return Screen1.lambda1137();
                case 1248:
                    return Screen1.lambda1138();
                case 1249:
                    return Screen1.lambda1139();
                case 1250:
                    return Screen1.lambda1140();
                case 1251:
                    return Screen1.lambda1141();
                case 1252:
                    return Screen1.lambda1142();
                case 1253:
                    return Screen1.lambda1143();
                case 1254:
                    return Screen1.lambda1144();
                case 1255:
                    return Screen1.lambda1145();
                case 1256:
                    return Screen1.lambda1146();
                case 1257:
                    return Screen1.lambda1147();
                case 1258:
                    return Screen1.lambda1148();
                case 1259:
                    return Screen1.lambda1149();
                case 1260:
                    return Screen1.lambda1150();
                case 1261:
                    return Screen1.lambda1151();
                case 1262:
                    return Screen1.lambda1152();
                case 1263:
                    return Screen1.lambda1153();
                case 1264:
                    return Screen1.lambda1154();
                case 1265:
                    return Screen1.lambda1155();
                case 1266:
                    return Screen1.lambda1156();
                case 1267:
                    return Screen1.lambda1157();
                case 1268:
                    return Screen1.lambda1158();
                case 1269:
                    return Screen1.lambda1159();
                case 1270:
                    return this.$main.lblMenu$Click();
                case 1271:
                    return Screen1.lambda1160();
                case 1272:
                    return Screen1.lambda1161();
                case 1273:
                    return Screen1.lambda1162();
                case 1274:
                    return Screen1.lambda1163();
                case 1275:
                    return this.$main.lblHelp$Click();
                case 1276:
                    return Screen1.lambda1164();
                case 1277:
                    return Screen1.lambda1165();
                case 1278:
                    return this.$main.lblNotification$Click();
                case 1279:
                    return Screen1.lambda1166();
                case 1280:
                    return Screen1.lambda1167();
                case 1281:
                    return this.$main.lblMarket$Click();
                case 1282:
                    return Screen1.lambda1168();
                case 1283:
                    return Screen1.lambda1169();
                case 1284:
                    return Screen1.lambda1170();
                case 1285:
                    return Screen1.lambda1171();
                case 1286:
                    return Screen1.lambda1172();
                case 1287:
                    return Screen1.lambda1173();
                case 1288:
                    return Screen1.lambda1174();
                case 1289:
                    return Screen1.lambda1175();
                case 1290:
                    return this.$main.haW1$Click();
                case 1291:
                    return Screen1.lambda1176();
                case 1292:
                    return Screen1.lambda1177();
                case 1293:
                    return Screen1.lambda1178();
                case 1294:
                    return Screen1.lambda1179();
                case 1295:
                    return Screen1.lambda1180();
                case 1296:
                    return Screen1.lambda1181();
                case 1297:
                    return Screen1.lambda1182();
                case 1298:
                    return Screen1.lambda1183();
                case 1299:
                    return Screen1.lambda1184();
                case 1300:
                    return Screen1.lambda1185();
                case ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_UNAVAILBLE:
                    return this.$main.haW2$Click();
                case ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_CANT_EXIT:
                    return Screen1.lambda1186();
                case ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_UNSUPPORTED:
                    return Screen1.lambda1187();
                case 1304:
                    return Screen1.lambda1188();
                case 1305:
                    return Screen1.lambda1189();
                case 1306:
                    return Screen1.lambda1190();
                case 1307:
                    return Screen1.lambda1191();
                case 1308:
                    return Screen1.lambda1192();
                case 1309:
                    return Screen1.lambda1193();
                case 1310:
                    return Screen1.lambda1194();
                case 1311:
                    return Screen1.lambda1195();
                case 1313:
                    return Screen1.lambda1196();
                case 1314:
                    return Screen1.lambda1197();
                case 1315:
                    return Screen1.lambda1198();
                case 1316:
                    return Screen1.lambda1199();
                case 1317:
                    return Screen1.lambda1200();
                case 1318:
                    return Screen1.lambda1201();
                case 1319:
                    return Screen1.lambda1202();
                case 1320:
                    return Screen1.lambda1203();
                case 1321:
                    return Screen1.lambda1204();
                case 1322:
                    return Screen1.lambda1205();
                case 1323:
                    return Screen1.lambda1206();
                case 1324:
                    return Screen1.lambda1207();
                case 1325:
                    return Screen1.lambda1208();
                case 1326:
                    return Screen1.lambda1209();
                case 1327:
                    return Screen1.lambda1210();
                case 1328:
                    return Screen1.lambda1211();
                case 1329:
                    return Screen1.lambda1212();
                case 1330:
                    return Screen1.lambda1213();
                case 1331:
                    return this.$main.lblNewBasket$Click();
                case 1332:
                    return Screen1.lambda1214();
                case 1333:
                    return Screen1.lambda1215();
                case 1334:
                    return Screen1.lambda1216();
                case 1335:
                    return Screen1.lambda1217();
                case 1336:
                    return Screen1.lambda1218();
                case 1337:
                    return Screen1.lambda1219();
                case 1338:
                    return Screen1.lambda1220();
                case 1339:
                    return Screen1.lambda1221();
                case 1340:
                    return Screen1.lambda1222();
                case 1341:
                    return Screen1.lambda1223();
                case 1342:
                    return Screen1.lambda1224();
                case 1343:
                    return Screen1.lambda1225();
                case 1344:
                    return this.$main.cvSearch$Click();
                case 1345:
                    return Screen1.lambda1226();
                case 1346:
                    return Screen1.lambda1227();
                case 1347:
                    return Screen1.lambda1228();
                case 1348:
                    return Screen1.lambda1229();
                case 1349:
                    return Screen1.lambda1230();
                case 1350:
                    return Screen1.lambda1231();
                case 1351:
                    return Screen1.lambda1232();
                case 1352:
                    return Screen1.lambda1233();
                case 1353:
                    return Screen1.lambda1234();
                case 1354:
                    return Screen1.lambda1235();
                case 1355:
                    return this.$main.lblMic$Click();
                case 1356:
                    return Screen1.lambda1236();
                case 1357:
                    return Screen1.lambda1237();
                case 1358:
                    return Screen1.lambda1238();
                case 1359:
                    return Screen1.lambda1239();
                case 1360:
                    return this.$main.btnMic$Click();
                case 1361:
                    return Screen1.lambda1240();
                case 1362:
                    return Screen1.lambda1241();
                case 1363:
                    return Screen1.lambda1242();
                case 1364:
                    return Screen1.lambda1243();
                case 1365:
                    return this.$main.Swipe_Refresh_Layout1$OnPageRefresh();
                case 1366:
                    return Screen1.lambda1244();
                case 1367:
                    return Screen1.lambda1245();
                case 1368:
                    return Screen1.lambda1246();
                case 1369:
                    return Screen1.lambda1247();
                case 1370:
                    return this.$main.lblWatchlistClear$Click();
                case 1371:
                    return Screen1.lambda1248();
                case 1372:
                    return Screen1.lambda1249();
                case 1373:
                    return Screen1.lambda1250();
                case 1374:
                    return Screen1.lambda1251();
                case 1375:
                    return this.$main.vaNoWatchlist$Click();
                case 1376:
                    return Screen1.lambda1252();
                case 1377:
                    return Screen1.lambda1253();
                case 1378:
                    return Screen1.lambda1254();
                case 1379:
                    return Screen1.lambda1255();
                case 1380:
                    return Screen1.lambda1256();
                case 1381:
                    return Screen1.lambda1257();
                case 1382:
                    return Screen1.lambda1258();
                case 1383:
                    return Screen1.lambda1259();
                case 1385:
                    return Screen1.lambda1260();
                case 1386:
                    return Screen1.lambda1261();
                case 1387:
                    return Screen1.lambda1262();
                case 1388:
                    return Screen1.lambda1263();
                case 1389:
                    return Screen1.lambda1264();
                case 1390:
                    return Screen1.lambda1265();
                case 1391:
                    return Screen1.lambda1266();
                case 1392:
                    return Screen1.lambda1267();
                case 1393:
                    return Screen1.lambda1268();
                case 1394:
                    return Screen1.lambda1269();
                case 1395:
                    return Screen1.lambda1270();
                case 1396:
                    return Screen1.lambda1271();
                case 1397:
                    return Screen1.lambda1272();
                case 1398:
                    return Screen1.lambda1273();
                case 1399:
                    return Screen1.lambda1274();
                case 1400:
                    return Screen1.lambda1275();
                case ErrorMessages.ERROR_BAD_VALUE_FOR_HORIZONTAL_ALIGNMENT:
                    return Screen1.lambda1276();
                case ErrorMessages.ERROR_BAD_VALUE_FOR_VERTICAL_ALIGNMENT:
                    return Screen1.lambda1277();
                case 1403:
                    return Screen1.lambda1278();
                case 1404:
                    return Screen1.lambda1279();
                case 1405:
                    return Screen1.lambda1280();
                case 1406:
                    return Screen1.lambda1281();
                case 1407:
                    return Screen1.lambda1282();
                case 1408:
                    return Screen1.lambda1283();
                case 1409:
                    return Screen1.lambda1284();
                case 1410:
                    return Screen1.lambda1285();
                case 1411:
                    return Screen1.lambda1286();
                case 1412:
                    return Screen1.lambda1287();
                case 1413:
                    return Screen1.lambda1288();
                case 1414:
                    return Screen1.lambda1289();
                case 1415:
                    return Screen1.lambda1290();
                case 1416:
                    return Screen1.lambda1291();
                case 1417:
                    return Screen1.lambda1292();
                case 1418:
                    return Screen1.lambda1293();
                case 1419:
                    return Screen1.lambda1294();
                case 1420:
                    return Screen1.lambda1295();
                case 1421:
                    return Screen1.lambda1296();
                case 1422:
                    return Screen1.lambda1297();
                case 1423:
                    return Screen1.lambda1298();
                case 1424:
                    return Screen1.lambda1299();
                case 1425:
                    return Screen1.lambda1300();
                case 1426:
                    return Screen1.lambda1301();
                case 1427:
                    return Screen1.lambda1302();
                case 1428:
                    return Screen1.lambda1303();
                case 1429:
                    return Screen1.lambda1304();
                case 1430:
                    return Screen1.lambda1305();
                case 1431:
                    return Screen1.lambda1306();
                case 1432:
                    return Screen1.lambda1307();
                case 1433:
                    return Screen1.lambda1308();
                case 1434:
                    return Screen1.lambda1309();
                case 1435:
                    return Screen1.lambda1310();
                case 1436:
                    return Screen1.lambda1311();
                case 1437:
                    return Screen1.lambda1312();
                case 1438:
                    return Screen1.lambda1313();
                case 1439:
                    return Screen1.lambda1314();
                case OneSignalRemoteParams.DEFAULT_INDIRECT_ATTRIBUTION_WINDOW:
                    return Screen1.lambda1315();
                case 1441:
                    return this.$main.lblSquareOff$Click();
                case 1442:
                    return Screen1.lambda1316();
                case 1443:
                    return Screen1.lambda1317();
                case 1444:
                    return Screen1.lambda1318();
                case 1445:
                    return Screen1.lambda1319();
                case 1446:
                    return Screen1.lambda1320();
                case 1447:
                    return Screen1.lambda1321();
                case 1448:
                    return Screen1.lambda1322();
                case 1449:
                    return Screen1.lambda1323();
                case 1450:
                    return Screen1.lambda1324();
                case 1451:
                    return Screen1.lambda1325();
                case 1452:
                    return Screen1.lambda1326();
                case 1453:
                    return Screen1.lambda1327();
                case 1454:
                    return Screen1.lambda1328();
                case 1455:
                    return Screen1.lambda1329();
                case 1456:
                    return Screen1.lambda1330();
                case 1457:
                    return Screen1.lambda1331();
                case 1458:
                    return Screen1.lambda1332();
                case 1459:
                    return Screen1.lambda1333();
                case 1460:
                    return Screen1.lambda1334();
                case 1461:
                    return Screen1.lambda1335();
                case 1462:
                    return Screen1.lambda1336();
                case 1463:
                    return Screen1.lambda1337();
                case 1464:
                    return Screen1.lambda1338();
                case 1465:
                    return Screen1.lambda1339();
                case 1466:
                    return Screen1.lambda1340();
                case 1467:
                    return Screen1.lambda1341();
                case 1468:
                    return Screen1.lambda1342();
                case 1469:
                    return Screen1.lambda1343();
                case 1470:
                    return Screen1.lambda1344();
                case 1471:
                    return Screen1.lambda1345();
                case 1472:
                    return Screen1.lambda1346();
                case 1473:
                    return Screen1.lambda1347();
                case 1474:
                    return Screen1.lambda1348();
                case 1475:
                    return Screen1.lambda1349();
                case 1476:
                    return Screen1.lambda1350();
                case 1477:
                    return Screen1.lambda1351();
                case 1478:
                    return Screen1.lambda1352();
                case 1479:
                    return Screen1.lambda1353();
                case 1480:
                    return this.$main.mbtnTopUp$Click();
                case 1481:
                    return Screen1.lambda1354();
                case 1482:
                    return Screen1.lambda1355();
                case 1483:
                    return this.$main.mbtnSetFunds$Click();
                case 1484:
                    return Screen1.lambda1356();
                case 1485:
                    return Screen1.lambda1357();
                case 1486:
                    return Screen1.lambda1358();
                case 1487:
                    return Screen1.lambda1359();
                case 1488:
                    return Screen1.lambda1360();
                case 1489:
                    return Screen1.lambda1361();
                case 1490:
                    return Screen1.lambda1362();
                case 1491:
                    return Screen1.lambda1363();
                case 1492:
                    return Screen1.lambda1364();
                case 1493:
                    return Screen1.lambda1365();
                case 1494:
                    return Screen1.lambda1366();
                case 1495:
                    return Screen1.lambda1367();
                case 1496:
                    return Screen1.lambda1368();
                case 1497:
                    return Screen1.lambda1369();
                case 1498:
                    return Screen1.lambda1370();
                case 1499:
                    return Screen1.lambda1371();
                case ConnectionResult.DRIVE_EXTERNAL_STORAGE_REQUIRED:
                    return Screen1.lambda1372();
                case ErrorMessages.ERROR_NO_SCANNER_FOUND:
                    return Screen1.lambda1373();
                case 1502:
                    return Screen1.lambda1374();
                case 1503:
                    return Screen1.lambda1375();
                case 1504:
                    return Screen1.lambda1376();
                case 1505:
                    return Screen1.lambda1377();
                case 1506:
                    return Screen1.lambda1378();
                case 1507:
                    return Screen1.lambda1379();
                case 1508:
                    return Screen1.lambda1380();
                case 1509:
                    return Screen1.lambda1381();
                case 1510:
                    return Screen1.lambda1382();
                case 1511:
                    return Screen1.lambda1383();
                case 1512:
                    return Screen1.lambda1384();
                case 1513:
                    return Screen1.lambda1385();
                case 1514:
                    return Screen1.lambda1386();
                case 1515:
                    return Screen1.lambda1387();
                case 1516:
                    return Screen1.lambda1388();
                case 1517:
                    return Screen1.lambda1389();
                case 1518:
                    return Screen1.lambda1390();
                case 1519:
                    return Screen1.lambda1391();
                case 1520:
                    return Screen1.lambda1392();
                case 1521:
                    return Screen1.lambda1393();
                case 1522:
                    return Screen1.lambda1394();
                case 1523:
                    return Screen1.lambda1395();
                case 1524:
                    return Screen1.lambda1396();
                case 1525:
                    return Screen1.lambda1397();
                case 1526:
                    return Screen1.lambda1398();
                case 1527:
                    return Screen1.lambda1399();
                case 1528:
                    return this.$main.cvLearn$Click();
                case 1529:
                    return Screen1.lambda1400();
                case 1530:
                    return Screen1.lambda1401();
                case 1531:
                    return Screen1.lambda1402();
                case 1532:
                    return Screen1.lambda1403();
                case 1533:
                    return Screen1.lambda1404();
                case 1534:
                    return Screen1.lambda1405();
                case 1535:
                    return this.$main.cvInvite$Click();
                case 1536:
                    return Screen1.lambda1406();
                case 1537:
                    return Screen1.lambda1407();
                case 1538:
                    return Screen1.lambda1408();
                case 1539:
                    return Screen1.lambda1409();
                case 1540:
                    return Screen1.lambda1410();
                case 1541:
                    return Screen1.lambda1411();
                case 1542:
                    return this.$main.cvPrivacy$Click();
                case 1543:
                    return Screen1.lambda1412();
                case 1544:
                    return Screen1.lambda1413();
                case 1545:
                    return Screen1.lambda1414();
                case 1546:
                    return Screen1.lambda1415();
                case 1547:
                    return Screen1.lambda1416();
                case 1548:
                    return Screen1.lambda1417();
                case 1549:
                    return this.$main.cvContact$Click();
                case 1550:
                    return Screen1.lambda1418();
                case 1551:
                    return Screen1.lambda1419();
                case 1552:
                    return Screen1.lambda1420();
                case 1553:
                    return Screen1.lambda1421();
                case 1554:
                    return Screen1.lambda1422();
                case 1555:
                    return Screen1.lambda1423();
                case 1556:
                    return Screen1.lambda1424();
                case 1557:
                    return Screen1.lambda1425();
                case 1558:
                    return Screen1.lambda1426();
                case 1559:
                    return Screen1.lambda1427();
                case 1560:
                    return Screen1.lambda1428();
                case 1561:
                    return Screen1.lambda1429();
                case 1562:
                    return Screen1.lambda1430();
                case 1563:
                    return Screen1.lambda1431();
                case 1564:
                    return Screen1.lambda1432();
                case 1565:
                    return Screen1.lambda1433();
                case 1566:
                    return Screen1.lambda1434();
                case 1567:
                    return Screen1.lambda1435();
                case 1568:
                    return Screen1.lambda1436();
                case 1569:
                    return Screen1.lambda1437();
                case 1570:
                    return this.$main.cvReports$Click();
                case 1571:
                    return Screen1.lambda1438();
                case 1572:
                    return Screen1.lambda1439();
                case 1573:
                    return Screen1.lambda1440();
                case 1574:
                    return Screen1.lambda1441();
                case 1575:
                    return Screen1.lambda1442();
                case 1576:
                    return Screen1.lambda1443();
                case 1577:
                    return this.$main.cvNews$Click();
                case 1578:
                    return Screen1.lambda1444();
                case 1579:
                    return Screen1.lambda1445();
                case 1580:
                    return Screen1.lambda1446();
                case 1581:
                    return Screen1.lambda1447();
                case 1582:
                    return Screen1.lambda1448();
                case 1583:
                    return Screen1.lambda1449();
                case 1584:
                    return this.$main.cvSupport$Click();
                case 1585:
                    return Screen1.lambda1450();
                case 1586:
                    return Screen1.lambda1451();
                case 1587:
                    return Screen1.lambda1452();
                case 1588:
                    return Screen1.lambda1453();
                case 1589:
                    return Screen1.lambda1454();
                case 1590:
                    return Screen1.lambda1455();
                case 1591:
                    return this.$main.cvRate$Click();
                case 1592:
                    return Screen1.lambda1456();
                case 1593:
                    return Screen1.lambda1457();
                case 1594:
                    return Screen1.lambda1458();
                case 1595:
                    return Screen1.lambda1459();
                case 1596:
                    return Screen1.lambda1460();
                case 1597:
                    return Screen1.lambda1461();
                case 1598:
                    return Screen1.lambda1462();
                case 1599:
                    return Screen1.lambda1463();
                case 1600:
                    return Screen1.lambda1464();
                case ErrorMessages.ERROR_CANNOT_SAVE_IMAGE:
                    return Screen1.lambda1465();
                case ErrorMessages.ERROR_CANNOT_COPY_MEDIA:
                    return Screen1.lambda1466();
                case 1603:
                    return Screen1.lambda1467();
                case 1604:
                    return Screen1.lambda1468();
                case 1605:
                    return Screen1.lambda1469();
                case 1606:
                    return Screen1.lambda1470();
                case 1607:
                    return Screen1.lambda1471();
                case 1609:
                    return Screen1.lambda1472();
                case 1610:
                    return Screen1.lambda1473();
                case 1611:
                    return this.$main.Label66$Click();
                case 1612:
                    return Screen1.lambda1474();
                case 1613:
                    return Screen1.lambda1475();
                case 1614:
                    return this.$main.cvTheme$Click();
                case 1615:
                    return Screen1.lambda1476();
                case 1616:
                    return Screen1.lambda1477();
                case 1617:
                    return Screen1.lambda1478();
                case 1618:
                    return Screen1.lambda1479();
                case 1619:
                    return this.$main.swtDarkmode$Changed();
                case 1620:
                    return Screen1.lambda1480();
                case 1621:
                    return Screen1.lambda1481();
                case 1622:
                    return this.$main.vaBackupRestore$Click();
                case 1623:
                    return Screen1.lambda1482();
                case 1624:
                    return Screen1.lambda1483();
                case 1625:
                    return this.$main.cvBackup$Click();
                case 1626:
                    return Screen1.lambda1484();
                case 1627:
                    return Screen1.lambda1485();
                case 1628:
                    return Screen1.lambda1486();
                case 1629:
                    return Screen1.lambda1487();
                case 1630:
                    return Screen1.lambda1488();
                case 1631:
                    return Screen1.lambda1489();
                case 1632:
                    return Screen1.lambda1490();
                case 1633:
                    return Screen1.lambda1491();
                case 1634:
                    return Screen1.lambda1492();
                case 1635:
                    return Screen1.lambda1493();
                case 1636:
                    return this.$main.cvRestore$Click();
                case 1637:
                    return Screen1.lambda1494();
                case 1638:
                    return Screen1.lambda1495();
                case 1639:
                    return Screen1.lambda1496();
                case 1640:
                    return Screen1.lambda1497();
                case 1641:
                    return Screen1.lambda1498();
                case 1642:
                    return Screen1.lambda1499();
                case 1643:
                    return Screen1.lambda1500();
                case 1644:
                    return Screen1.lambda1501();
                case 1645:
                    return this.$main.cvLogout$Click();
                case 1646:
                    return Screen1.lambda1502();
                case 1647:
                    return Screen1.lambda1503();
                case 1648:
                    return Screen1.lambda1504();
                case 1649:
                    return Screen1.lambda1505();
                case 1650:
                    return Screen1.lambda1506();
                case 1651:
                    return Screen1.lambda1507();
                case 1652:
                    return Screen1.lambda1508();
                case 1653:
                    return Screen1.lambda1509();
                case 1654:
                    return this.$main.cvClearData$Click();
                case 1655:
                    return Screen1.lambda1510();
                case 1656:
                    return Screen1.lambda1511();
                case 1657:
                    return Screen1.lambda1512();
                case 1658:
                    return Screen1.lambda1513();
                case 1659:
                    return Screen1.lambda1514();
                case 1660:
                    return Screen1.lambda1515();
                case 1661:
                    return Screen1.lambda1516();
                case 1662:
                    return Screen1.lambda1517();
                case 1663:
                    return this.$main.cvSettings$Click();
                case 1664:
                    return Screen1.lambda1518();
                case 1665:
                    return Screen1.lambda1519();
                case 1666:
                    return Screen1.lambda1520();
                case 1667:
                    return Screen1.lambda1521();
                case 1668:
                    return Screen1.lambda1522();
                case 1669:
                    return Screen1.lambda1523();
                case 1670:
                    return Screen1.lambda1524();
                case 1671:
                    return Screen1.lambda1525();
                case 1672:
                    return this.$main.chkNavBar$Changed();
                case 1673:
                    return Screen1.lambda1526();
                case 1674:
                    return Screen1.lambda1527();
                case 1675:
                    return Screen1.lambda1528();
                case 1676:
                    return Screen1.lambda1529();
                case 1677:
                    return Screen1.lambda1530();
                case 1678:
                    return Screen1.lambda1531();
                case 1679:
                    return Screen1.lambda1532();
                case 1680:
                    return Screen1.lambda1533();
                case 1681:
                    return Screen1.lambda1534();
                case 1682:
                    return Screen1.lambda1535();
                case 1683:
                    return this.$main.cvFiiDii$Click();
                case 1684:
                    return Screen1.lambda1536();
                case 1685:
                    return Screen1.lambda1537();
                case 1686:
                    return Screen1.lambda1538();
                case 1687:
                    return Screen1.lambda1539();
                case 1688:
                    return Screen1.lambda1540();
                case 1689:
                    return Screen1.lambda1541();
                case 1690:
                    return Screen1.lambda1542();
                case 1691:
                    return Screen1.lambda1543();
                case 1692:
                    return Screen1.lambda1544();
                case 1693:
                    return Screen1.lambda1545();
                case 1694:
                    return this.$main.cvRecommend$Click();
                case 1695:
                    return Screen1.lambda1546();
                case 1696:
                    return Screen1.lambda1547();
                case 1697:
                    return Screen1.lambda1548();
                case 1698:
                    return Screen1.lambda1549();
                case 1699:
                    return Screen1.lambda1550();
                case 1700:
                    return Screen1.lambda1551();
                case ErrorMessages.ERROR_BAD_VALUE_FOR_TEXT_RECEIVING:
                    return Screen1.lambda1552();
                case ErrorMessages.ERROR_NO_SMS_PERMISSION:
                    return Screen1.lambda1553();
                case ErrorMessages.ERROR_NO_SMS_RECEIVE_PERMISSION:
                    return Screen1.lambda1554();
                case 1704:
                    return Screen1.lambda1555();
                case 1705:
                    return Screen1.lambda1556();
                case 1706:
                    return Screen1.lambda1557();
                case 1707:
                    return Screen1.lambda1558();
                case 1708:
                    return Screen1.lambda1559();
                case 1709:
                    return Screen1.lambda1560();
                case 1710:
                    return Screen1.lambda1561();
                case 1711:
                    return Screen1.lambda1562();
                case 1712:
                    return Screen1.lambda1563();
                case 1713:
                    return Screen1.lambda1564();
                case 1714:
                    return Screen1.lambda1565();
                case 1715:
                    return this.$main.cvYoutube$Click();
                case 1716:
                    return Screen1.lambda1566();
                case 1717:
                    return Screen1.lambda1567();
                case 1718:
                    return Screen1.lambda1568();
                case 1719:
                    return Screen1.lambda1569();
                case 1720:
                    return Screen1.lambda1570();
                case 1721:
                    return Screen1.lambda1571();
                case 1722:
                    return Screen1.lambda1572();
                case 1723:
                    return Screen1.lambda1573();
                case 1724:
                    return Screen1.lambda1574();
                case 1725:
                    return Screen1.lambda1575();
                case 1726:
                    return this.$main.cvinstagram$Click();
                case 1727:
                    return Screen1.lambda1576();
                case 1728:
                    return Screen1.lambda1577();
                case 1729:
                    return Screen1.lambda1578();
                case 1730:
                    return Screen1.lambda1579();
                case 1731:
                    return Screen1.lambda1580();
                case 1732:
                    return Screen1.lambda1581();
                case 1733:
                    return Screen1.lambda1582();
                case 1734:
                    return Screen1.lambda1583();
                case 1735:
                    return Screen1.lambda1584();
                case 1736:
                    return Screen1.lambda1585();
                case 1737:
                    return this.$main.cvHowtouse$Click();
                case 1738:
                    return Screen1.lambda1586();
                case 1739:
                    return Screen1.lambda1587();
                case 1740:
                    return Screen1.lambda1588();
                case 1741:
                    return Screen1.lambda1589();
                case 1742:
                    return Screen1.lambda1590();
                case 1743:
                    return Screen1.lambda1591();
                case 1744:
                    return Screen1.lambda1592();
                case 1745:
                    return Screen1.lambda1593();
                case 1746:
                    return Screen1.lambda1594();
                case 1747:
                    return Screen1.lambda1595();
                case 1748:
                    return this.$main.cvBasketOrder$Click();
                case 1749:
                    return Screen1.lambda1596();
                case 1750:
                    return Screen1.lambda1597();
                case 1751:
                    return Screen1.lambda1598();
                case 1752:
                    return Screen1.lambda1599();
                case 1753:
                    return Screen1.lambda1600();
                case 1754:
                    return Screen1.lambda1601();
                case 1755:
                    return Screen1.lambda1602();
                case 1756:
                    return Screen1.lambda1603();
                case 1757:
                    return Screen1.lambda1604();
                case 1758:
                    return Screen1.lambda1605();
                case 1759:
                    return Screen1.lambda1606();
                case 1760:
                    return Screen1.lambda1607();
                case 1761:
                    return this.$main.cvUpgrade$Click();
                case 1762:
                    return Screen1.lambda1608();
                case 1763:
                    return Screen1.lambda1609();
                case 1764:
                    return Screen1.lambda1610();
                case 1765:
                    return Screen1.lambda1611();
                case 1766:
                    return Screen1.lambda1612();
                case 1767:
                    return Screen1.lambda1613();
                case 1768:
                    return Screen1.lambda1614();
                case 1769:
                    return Screen1.lambda1615();
                case 1770:
                    return Screen1.lambda1616();
                case 1771:
                    return Screen1.lambda1617();
                case 1772:
                    return Screen1.lambda1618();
                case 1773:
                    return Screen1.lambda1619();
                case 1774:
                    return Screen1.lambda1620();
                case 1775:
                    return Screen1.lambda1621();
                case 1776:
                    return Screen1.lambda1622();
                case 1777:
                    return Screen1.lambda1623();
                case 1778:
                    return Screen1.lambda1624();
                case 1779:
                    return Screen1.lambda1625();
                case 1780:
                    return Screen1.lambda1626();
                case 1781:
                    return Screen1.lambda1627();
                case 1782:
                    return Screen1.lambda1628();
                case 1783:
                    return Screen1.lambda1629();
                case 1784:
                    return this.$main.lblIntroBack$Click();
                case 1785:
                    return Screen1.lambda1630();
                case 1786:
                    return Screen1.lambda1631();
                case 1787:
                    return Screen1.lambda1632();
                case 1788:
                    return Screen1.lambda1633();
                case 1789:
                    return Screen1.lambda1634();
                case 1790:
                    return Screen1.lambda1635();
                case 1791:
                    return Screen1.lambda1636();
                case 1792:
                    return Screen1.lambda1637();
                case 1793:
                    return Screen1.lambda1638();
                case 1794:
                    return Screen1.lambda1639();
                case 1795:
                    return Screen1.lambda1640();
                case 1796:
                    return Screen1.lambda1641();
                case 1797:
                    return Screen1.lambda1642();
                case 1798:
                    return Screen1.lambda1643();
                case 1799:
                    return Screen1.lambda1644();
                case 1800:
                    return Screen1.lambda1645();
                case ErrorMessages.ERROR_REPL_SECURITY_ERROR:
                    return this.$main.haLogin$Click();
                case 1802:
                    return Screen1.lambda1646();
                case 1803:
                    return Screen1.lambda1647();
                case 1804:
                    return Screen1.lambda1648();
                case 1805:
                    return Screen1.lambda1649();
                case 1806:
                    return Screen1.lambda1650();
                case 1807:
                    return Screen1.lambda1651();
                case 1808:
                    return Screen1.lambda1652();
                case 1809:
                    return Screen1.lambda1653();
                case 1810:
                    return this.$main.haSignUp$Click();
                case 1811:
                    return Screen1.lambda1654();
                case 1812:
                    return Screen1.lambda1655();
                case 1813:
                    return Screen1.lambda1656();
                case 1814:
                    return Screen1.lambda1657();
                case 1815:
                    return Screen1.lambda1658();
                case 1816:
                    return Screen1.lambda1659();
                case 1817:
                    return Screen1.lambda1660();
                case 1818:
                    return Screen1.lambda1661();
                case 1819:
                    return Screen1.lambda1662();
                case 1820:
                    return Screen1.lambda1663();
                case 1821:
                    return Screen1.lambda1664();
                case 1822:
                    return Screen1.lambda1665();
                case 1823:
                    return Screen1.lambda1666();
                case 1824:
                    return Screen1.lambda1667();
                case 1825:
                    return Screen1.lambda1668();
                case 1826:
                    return Screen1.lambda1669();
                case 1827:
                    return Screen1.lambda1670();
                case 1828:
                    return Screen1.lambda1671();
                case 1829:
                    return Screen1.lambda1672();
                case 1830:
                    return Screen1.lambda1673();
                case 1831:
                    return Screen1.lambda1674();
                case 1832:
                    return Screen1.lambda1675();
                case 1833:
                    return Screen1.lambda1676();
                case 1834:
                    return Screen1.lambda1677();
                case 1835:
                    return Screen1.lambda1678();
                case 1836:
                    return Screen1.lambda1679();
                case 1837:
                    return Screen1.lambda1680();
                case 1838:
                    return Screen1.lambda1681();
                case 1839:
                    return Screen1.lambda1682();
                case 1840:
                    return Screen1.lambda1683();
                case 1841:
                    return Screen1.lambda1684();
                case 1842:
                    return Screen1.lambda1685();
                case 1843:
                    return Screen1.lambda1686();
                case 1844:
                    return Screen1.lambda1687();
                case 1845:
                    return this.$main.mbtnSignUp$Click();
                case 1846:
                    return Screen1.lambda1688();
                case 1847:
                    return Screen1.lambda1689();
                case 1848:
                    return Screen1.lambda1690();
                case 1849:
                    return Screen1.lambda1691();
                case 1850:
                    return this.$main.mbtnGoogle$Click();
                case 1851:
                    return Screen1.lambda1692();
                case 1852:
                    return Screen1.lambda1693();
                case 1853:
                    return Screen1.lambda1694();
                case 1854:
                    return Screen1.lambda1695();
                case 1855:
                    return Screen1.lambda1696();
                case 1856:
                    return Screen1.lambda1697();
                case 1857:
                    return this.$main.lblLogin$Click();
                case 1858:
                    return Screen1.lambda1698();
                case 1859:
                    return Screen1.lambda1699();
                case 1860:
                    return Screen1.lambda1700();
                case 1861:
                    return Screen1.lambda1701();
                case 1862:
                    return Screen1.lambda1702();
                case 1863:
                    return Screen1.lambda1703();
                case 1864:
                    return Screen1.lambda1704();
                case 1865:
                    return Screen1.lambda1705();
                case 1866:
                    return Screen1.lambda1706();
                case 1867:
                    return Screen1.lambda1707();
                case 1868:
                    return Screen1.lambda1708();
                case 1869:
                    return Screen1.lambda1709();
                case 1870:
                    return Screen1.lambda1710();
                case 1871:
                    return Screen1.lambda1711();
                case 1872:
                    return this.$main.mbtnForgotBack$Click();
                case 1873:
                    return Screen1.lambda1712();
                case 1874:
                    return Screen1.lambda1713();
                case 1875:
                    return Screen1.lambda1714();
                case 1876:
                    return Screen1.lambda1715();
                case 1877:
                    return this.$main.mbtnGetLink$Click();
                case 1878:
                    return Screen1.lambda1716();
                case 1879:
                    return Screen1.lambda1717();
                case 1880:
                    return Screen1.lambda1718();
                case 1881:
                    return Screen1.lambda1719();
                case 1882:
                    return Screen1.lambda1720();
                case 1883:
                    return Screen1.lambda1721();
                case 1884:
                    return Screen1.lambda1722();
                case 1885:
                    return Screen1.lambda1723();
                case 1886:
                    return Screen1.lambda1724();
                case 1887:
                    return Screen1.lambda1725();
                case 1888:
                    return this.$main.lblForgot$Click();
                case 1889:
                    return Screen1.lambda1726();
                case 1890:
                    return Screen1.lambda1727();
                case 1891:
                    return Screen1.lambda1728();
                case 1892:
                    return Screen1.lambda1729();
                case 1893:
                    return this.$main.mbtnLogin$Click();
                case 1894:
                    return Screen1.lambda1730();
                case 1895:
                    return Screen1.lambda1731();
                case 1896:
                    return Screen1.lambda1732();
                case 1897:
                    return Screen1.lambda1733();
                case 1898:
                    return this.$main.mbtnGoogle1$Click();
                case 1899:
                    return Screen1.lambda1734();
                case 1900:
                    return Screen1.lambda1735();
                case ErrorMessages.ERROR_BAD_VALUE_FOR_ACCELEROMETER_SENSITIVITY:
                    return Screen1.lambda1736();
                case 1902:
                    return Screen1.lambda1737();
                case 1903:
                    return Screen1.lambda1738();
                case 1904:
                    return Screen1.lambda1739();
                case 1905:
                    return this.$main.lblSignup$Click();
                case 1906:
                    return this.$main.AlphaDialog1$OnDismiss();
                case 1907:
                    return Screen1.lambda1740();
                case 1908:
                    return Screen1.lambda1741();
                case 1911:
                    return frame68.lambda1749();
                case 1913:
                    return Screen1.lambda1756();
                case 1914:
                    return Screen1.lambda1757();
                case 1916:
                    return frame73.lambda1763();
                case 1919:
                    return Screen1.lambda1769();
                case 1920:
                    return Screen1.lambda1770();
                case 1921:
                    return Screen1.lambda1771();
                case 1922:
                    return Screen1.lambda1772();
                case 1923:
                    return this.$main.Clock1$Timer();
                case 1924:
                    return Screen1.lambda1773();
                case 1925:
                    return Screen1.lambda1774();
                case 1926:
                    return Screen1.lambda1775();
                case 1927:
                    return Screen1.lambda1776();
                case 1928:
                    return Screen1.lambda1777();
                case 1929:
                    return Screen1.lambda1778();
                case 1933:
                    return Screen1.lambda1779();
                case 1934:
                    return Screen1.lambda1780();
                case 1939:
                    return Screen1.lambda1781();
                case 1940:
                    return Screen1.lambda1782();
                case 1943:
                    return this.$main.Facebook_Interstitial1$AdDisplayed();
                case 1944:
                    return this.$main.Facebook_Interstitial1$AdLoaded();
                case 1945:
                    return Screen1.lambda1783();
                case 1946:
                    return Screen1.lambda1784();
                case 1951:
                    return Screen1.lambda1785();
                case 1952:
                    return Screen1.lambda1786();
            }
        }

        @Override
        public Object applyN(ModuleMethod moduleMethod, Object[] objArr) {
            int i = moduleMethod.selector;
            if (i == 395) {
                return Screen1.lambda263(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5], objArr[6], objArr[7], objArr[8], objArr[9]);
            }
            if (i == 396) {
                return Screen1.lambda265(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5], objArr[6], objArr[7], objArr[8], objArr[9]);
            }
            if (i == 412) {
                return Screen1.lambda288(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5]);
            }
            if (i == 413) {
                return Screen1.lambda290(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5]);
            }
            if (i == 436) {
                return Screen1.lambda312(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5]);
            }
            if (i == 437) {
                return Screen1.lambda314(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5]);
            }
            if (i == 439) {
                return Screen1.lambda315(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5]);
            }
            if (i == 440) {
                return Screen1.lambda317(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5]);
            }
            if (i == 556) {
                return Screen1.lambda460(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5], objArr[6], objArr[7], objArr[8]);
            }
            if (i == 557) {
                return Screen1.lambda462(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4], objArr[5], objArr[6], objArr[7], objArr[8]);
            }
            if (i != 696) {
                return i != 697 ? i != 1936 ? super.applyN(moduleMethod, objArr) : this.$main.Firebase_Auth1$GoogleSignInSuccess(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4]) : Screen1.lambda647(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4]);
            }
            return Screen1.lambda645(objArr[0], objArr[1], objArr[2], objArr[3], objArr[4]);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_DIALOG_FLAG:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_SEEK:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_PLAY:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_PAUSE:
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_STOP:
                case Telnet.DO:
                case Telnet.DONT:
                case 255:
                case 256:
                case 264:
                case 265:
                case 275:
                case 276:
                case 295:
                case 296:
                case 301:
                case 302:
                case 304:
                case 305:
                case 306:
                case 307:
                case 308:
                case 309:
                case 310:
                case 311:
                case 313:
                case 314:
                case 319:
                case 321:
                case 324:
                case 325:
                case 328:
                case 329:
                case 334:
                case 335:
                case 345:
                case 348:
                case 350:
                case 351:
                case 353:
                case 354:
                case 355:
                case 356:
                case 358:
                case 359:
                case 361:
                case 362:
                case 364:
                case 365:
                case 367:
                case 368:
                case 370:
                case 371:
                case 373:
                case 374:
                case 376:
                case 377:
                case 379:
                case 380:
                case 382:
                case 383:
                case 385:
                case 386:
                case 389:
                case 390:
                case 395:
                case 396:
                case 398:
                case 400:
                case 403:
                case 404:
                case ErrorMessages.ERROR_NXT_INVALID_FILE_NAME:
                case ErrorMessages.ERROR_NXT_INVALID_MOTOR_PORT:
                case ErrorMessages.ERROR_NXT_COULD_NOT_DECODE_ELEMENT:
                case ErrorMessages.ERROR_NXT_COULD_NOT_FIT_ELEMENT_IN_BYTE:
                case ErrorMessages.ERROR_NXT_CANNOT_DETECT_LIGHT:
                case ErrorMessages.ERROR_NXT_INVALID_GENERATE_COLOR:
                case TypedValues.CycleType.TYPE_WAVE_OFFSET:
                case TypedValues.CycleType.TYPE_WAVE_PHASE:
                case 427:
                case 428:
                case 430:
                case 431:
                case 433:
                case 434:
                case 436:
                case 437:
                case 439:
                case 440:
                case 442:
                case 443:
                case 445:
                case 447:
                case 459:
                case 469:
                case 489:
                case 490:
                case 495:
                case 496:
                case 498:
                case 499:
                case 504:
                case 505:
                case 507:
                case 508:
                case 510:
                case 511:
                case 520:
                case 521:
                case 523:
                case 524:
                case 527:
                case 529:
                case 531:
                case 532:
                case 534:
                case 535:
                case 537:
                case 538:
                case 540:
                case 542:
                case 543:
                case 545:
                case 547:
                case 548:
                case 550:
                case 551:
                case 553:
                case 554:
                case 556:
                case 557:
                case 559:
                case 560:
                case 581:
                case 583:
                case 585:
                case 586:
                case 588:
                case 589:
                case 591:
                case 592:
                case 594:
                case 595:
                case 602:
                case TypedValues.MotionType.TYPE_ANIMATE_RELATIVE_TO:
                case TypedValues.MotionType.TYPE_DRAW_PATH:
                case TypedValues.MotionType.TYPE_POLAR_RELATIVETO:
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_TYPE:
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_ID:
                case 617:
                case 618:
                case 619:
                case 620:
                case 621:
                case 622:
                case 624:
                case 625:
                case 627:
                case 628:
                case 631:
                case 632:
                case 634:
                case 635:
                case 639:
                case 640:
                case 641:
                case 644:
                case 645:
                case 646:
                case 648:
                case 649:
                case 651:
                case 652:
                case 653:
                case 654:
                case 655:
                case 656:
                case 658:
                case 659:
                case 660:
                case 661:
                case 662:
                case 664:
                case 665:
                case 682:
                case 683:
                case 685:
                case 687:
                case 696:
                case 697:
                case 701:
                case 707:
                case ErrorMessages.ERROR_MEDIA_FILE_ERROR:
                case 720:
                case 732:
                case 735:
                case 740:
                case ErrorMessages.ERROR_SOUND_RECORDER_ILLEGAL_STOP:
                case ErrorMessages.ERROR_SOUND_RECORDER_MAX_DURATION_REACHED:
                case 822:
                case 834:
                case 872:
                case 915:
                case 916:
                case 919:
                case 920:
                case 928:
                case 929:
                case 932:
                case 933:
                case 1312:
                case 1384:
                case 1608:
                case 1909:
                case 1910:
                case 1912:
                case 1915:
                case 1917:
                case 1918:
                case 1930:
                case 1931:
                case 1932:
                case 1935:
                case 1936:
                case 1937:
                case 1938:
                case 1941:
                case 1942:
                case 1947:
                case 1948:
                case 1949:
                case 1950:
                default:
                    return super.match0(moduleMethod, callContext);
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_SOURCE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_FULLSCREEN:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_DURATION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 197:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 198:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 199:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 200:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_CAMERA_NO_IMAGE_RETURNED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NO_CAMERA_PERMISSION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 203:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 204:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 205:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 206:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 207:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 208:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 209:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 210:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 211:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 212:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case YaVersion.YOUNG_ANDROID_VERSION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 214:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 215:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 216:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 217:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 218:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 219:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 220:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 221:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 222:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 223:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 224:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 225:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 226:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 227:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 228:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 229:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 230:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 231:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 232:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 233:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 234:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 235:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 236:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 237:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 238:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 239:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 240:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case LispEscapeFormat.ESCAPE_NORMAL:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case LispEscapeFormat.ESCAPE_ALL:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 243:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 244:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 245:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 246:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 247:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 248:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 249:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ItemTouchHelper.Callback.DEFAULT_SWIPE_ANIMATION_DURATION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case Telnet.WILL:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case Telnet.WONT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 257:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 258:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 259:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 260:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 261:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 262:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 263:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 266:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 267:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 268:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 269:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 270:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 271:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 272:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 273:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 274:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 277:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 278:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 279:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 280:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 281:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 282:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 283:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 284:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 285:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 286:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 287:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 288:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 289:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 290:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 291:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 292:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 293:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 294:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 297:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 298:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 299:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 300:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 303:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 312:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 315:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.AttributesType.TYPE_PATH_ROTATE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.AttributesType.TYPE_EASING:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.AttributesType.TYPE_PIVOT_TARGET:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ScreenDensityUtil.DEFAULT_NORMAL_SHORT_DIMENSION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 322:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 323:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 326:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 327:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 330:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 331:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 332:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 333:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 336:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 337:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 338:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 339:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 340:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 341:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 342:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 343:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 344:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 346:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 347:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 349:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 352:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 357:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 360:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 363:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 366:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 369:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 372:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 375:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 378:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 381:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 384:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 387:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 388:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 391:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 392:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 393:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 394:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 397:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 399:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 401:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 402:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NXT_INVALID_PROGRAM_NAME:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NXT_INVALID_SENSOR_PORT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NXT_INVALID_MAILBOX:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NXT_MESSAGE_TOO_LONG:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NXT_DATA_TOO_LARGE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NXT_INVALID_SOURCE_ARGUMENT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NXT_INVALID_DESTINATION_ARGUMENT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 416:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NXT_CANNOT_DETECT_COLOR:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 420:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 421:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 422:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 423:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 426:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 429:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 432:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 435:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 438:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 441:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 444:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 446:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 448:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 449:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 450:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 451:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 452:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 453:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 454:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 455:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 456:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 457:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 458:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 460:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 461:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 462:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 463:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 464:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 465:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 466:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 467:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 468:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 470:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 471:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 472:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 473:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 474:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 475:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 476:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 477:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 478:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 479:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 480:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 481:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 482:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 483:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 484:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 485:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 486:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 487:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 488:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 491:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 492:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 493:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 494:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 497:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ServiceStarter.ERROR_UNKNOWN:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 501:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 502:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 503:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 506:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 509:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 512:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 513:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BLUETOOTH_COULD_NOT_FIT_ELEMENT_IN_BYTE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BLUETOOTH_NOT_CONNECTED_TO_DEVICE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_WRITE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BLUETOOTH_UNABLE_TO_READ:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BLUETOOTH_END_OF_STREAM:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BLUETOOTH_UNSUPPORTED_ENCODING:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 522:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 525:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 526:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 528:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 530:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 533:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 536:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 539:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 541:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 544:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 546:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 549:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 552:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 555:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 558:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 561:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 562:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 563:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 564:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 565:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 566:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 567:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 568:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 569:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 570:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 571:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 572:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 573:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 574:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 575:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 576:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 577:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 578:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 579:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 580:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 582:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 584:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 587:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 590:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 593:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 596:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 597:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 598:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 599:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 600:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 601:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.MotionType.TYPE_EASING:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.MotionType.TYPE_ANIMATE_CIRCLEANGLE_TO:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.MotionType.TYPE_PATHMOTION_ARC:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.MotionType.TYPE_QUANTIZE_MOTIONSTEPS:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 613:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 614:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 615:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 616:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 623:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 626:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 629:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 630:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 633:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 636:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 637:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 638:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 642:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 643:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 647:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 650:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 657:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 663:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 666:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 667:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 668:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 669:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 670:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 671:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 672:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 673:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 674:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 675:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 676:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 677:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 678:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 679:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 680:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 681:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 684:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 686:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 688:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 689:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 690:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 691:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 692:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 693:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 694:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 695:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 698:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 699:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.TransitionType.TYPE_DURATION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 702:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_UNABLE_TO_PLAY_MEDIA:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 704:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 705:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 706:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_UNABLE_TO_FOCUS_MEDIA:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_SOUND_NOT_READY:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_OUT_OF_MEMORY_LOADING_MEDIA:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_PLAYER_INVALID_VOLUME:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 713:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 714:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 715:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 716:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 717:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 718:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 719:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 721:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 722:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 723:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 724:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 725:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 726:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 727:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 728:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 729:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 730:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 731:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 733:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 734:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 736:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 737:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 738:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 739:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 741:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 742:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 743:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 744:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 745:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 746:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 747:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 748:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 749:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 750:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 751:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 752:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 753:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 754:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 755:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 756:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 757:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 758:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 759:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 760:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 761:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 762:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 763:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 764:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 765:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 766:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 767:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 768:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 769:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 770:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 771:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 772:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 773:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 774:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 775:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 776:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 777:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 778:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 779:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 780:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 781:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 782:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 783:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 784:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 785:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 786:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 787:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 788:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 789:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 790:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 791:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 792:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 793:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 794:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 795:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 796:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 797:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 798:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 799:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 800:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_SOUND_RECORDER:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_SOUND_RECORDER_CANNOT_CREATE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_SOUND_RECORDER_MAX_FILESIZE_REACHED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_SOUND_NO_PERMISSION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 807:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 808:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 809:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 810:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 811:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 812:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 813:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 814:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 815:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 816:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 817:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 818:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 819:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 820:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 821:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 823:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 824:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 825:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 826:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 827:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 828:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 829:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 830:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 831:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 832:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 833:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 835:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 836:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 837:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 838:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 839:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 840:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 841:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 842:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 843:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 844:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 845:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 846:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 847:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 848:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 849:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 850:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 851:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 852:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 853:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 854:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 855:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 856:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 857:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 858:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 859:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 860:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 861:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 862:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 863:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 864:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 865:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 866:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 867:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 868:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 869:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 870:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 871:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 873:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 874:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 875:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 876:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 877:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 878:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 879:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 880:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 881:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 882:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 883:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 884:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 885:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 886:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 887:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 888:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 889:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 890:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 891:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 892:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 893:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 894:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 895:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 896:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 897:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 898:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 899:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case TypedValues.Custom.TYPE_INT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 901:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 902:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 903:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 904:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 905:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 906:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_ACTIONBAR_NOT_SUPPORTED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_PERMISSION_DENIED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 909:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 910:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 911:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 912:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 913:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 914:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 917:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 918:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 921:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 922:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 923:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 924:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 925:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 926:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 927:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 930:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 931:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 934:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 935:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 936:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 937:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 938:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 939:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 940:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 941:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 942:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 943:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 944:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 945:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 946:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 947:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 948:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 949:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 950:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 951:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 952:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 953:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 954:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 955:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 956:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 957:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 958:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 959:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 960:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 961:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 962:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 963:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 964:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 965:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 966:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 967:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 968:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 969:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 970:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 971:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 972:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 973:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 974:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 975:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 976:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 977:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 978:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 979:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 980:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 981:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 982:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 983:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 984:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 985:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 986:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 987:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 988:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 989:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 990:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 991:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 992:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 993:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 994:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 995:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 996:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 997:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 998:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case RoomDatabase.MAX_BIND_PARAMETER_CNT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1000:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1001:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1002:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1003:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1004:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case GeofenceStatusCodes.GEOFENCE_REQUEST_TOO_FREQUENT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_CELL:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_CROSSHAIR:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_TEXT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_VERTICAL_TEXT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_ALIAS:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_COPY:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_NO_DROP:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_ALL_SCROLL:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_HORIZONTAL_DOUBLE_ARROW:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_VERTICAL_DOUBLE_ARROW:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_TOP_RIGHT_DIAGONAL_DOUBLE_ARROW:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_TOP_LEFT_DIAGONAL_DOUBLE_ARROW:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_ZOOM_IN:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_ZOOM_OUT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_GRAB:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case PointerIconCompat.TYPE_GRABBING:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1022:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1023:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1024:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case InputDeviceCompat.SOURCE_GAMEPAD:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1026:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1027:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1028:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1029:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1030:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1031:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1032:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1033:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1034:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1035:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1036:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1037:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1038:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1039:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1040:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1041:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1042:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1043:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1044:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1045:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1046:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1047:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1048:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1049:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1050:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1051:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1052:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1053:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1054:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1055:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1056:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1057:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1058:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1059:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1060:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1061:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1062:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1063:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1064:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1065:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1066:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1067:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1068:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1069:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1070:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1071:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1072:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1073:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1074:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1075:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1076:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1077:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1078:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1079:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1080:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1081:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1082:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1083:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1084:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1085:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1086:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1087:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1088:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1089:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1090:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1091:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1092:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1093:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1094:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1095:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1096:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1097:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1098:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1099:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1100:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_UNABLE_TO_GET:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_UNSUPPORTED_ENCODING:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1103:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1104:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_JSON_TEXT_DECODE_FAILED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_HTML_TEXT_DECODE_FAILED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_PHONE_UNSUPPORTED_CONTACT_PICKER:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_PHONE_UNSUPPORTED_SEARCH_IN_CONTACT_PICKING:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_MALFORMED_URL:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_REQUEST_HEADER_NOT_LIST:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_REQUEST_HEADER_NOT_TWO_ELEMENTS:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_BUILD_REQUEST_DATA_NOT_LIST:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_BUILD_REQUEST_DATA_NOT_TWO_ELEMENTS:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_UNABLE_TO_DELETE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_XML_TEXT_DECODE_FAILED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NO_READ_CONTACTS_PERMISSION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_REQUEST_TIMED_OUT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_WEB_JSON_TEXT_ENCODE_FAILED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1119:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1120:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1121:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1122:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1123:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1124:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1125:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1126:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1127:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1128:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1129:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1130:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1131:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1132:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1133:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1134:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1135:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1136:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1137:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1138:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1139:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1140:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1141:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1142:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1143:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1144:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1145:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1146:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1147:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1148:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1149:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1150:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1151:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1152:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1153:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1154:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1155:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1156:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1157:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1158:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1159:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1160:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1161:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1162:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1163:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1164:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1165:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1166:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1167:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1168:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1169:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1170:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1171:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1172:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1173:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1174:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1175:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1176:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1177:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1178:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1179:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1180:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1181:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1182:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1183:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1184:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1185:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1186:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1187:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1188:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1189:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1190:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1191:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1192:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1193:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1194:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1195:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1196:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1197:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1198:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1199:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1200:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_CAMCORDER_NO_CLIP_RETURNED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1202:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1203:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1204:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1205:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1206:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1207:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1208:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1209:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1210:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1211:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1212:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1213:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1214:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1215:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1216:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1217:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1218:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1219:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1220:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1221:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1222:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1223:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1224:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1225:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1226:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1227:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1228:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1229:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1230:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1231:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1232:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1233:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1234:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1235:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1236:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1237:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1238:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1239:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1240:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1241:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1242:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1243:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1244:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1245:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1246:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1247:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1248:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1249:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1250:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1251:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1252:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1253:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1254:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1255:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1256:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1257:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1258:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1259:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1260:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1261:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1262:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1263:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1264:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1265:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1266:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1267:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1268:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1269:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1270:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1271:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1272:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1273:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1274:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1275:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1276:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1277:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1278:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1279:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1280:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1281:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1282:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1283:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1284:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1285:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1286:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1287:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1288:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1289:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1290:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1291:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1292:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1293:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1294:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1295:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1296:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1297:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1298:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1299:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1300:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_UNAVAILBLE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_CANT_EXIT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_VIDEOPLAYER_FULLSCREEN_UNSUPPORTED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1304:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1305:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1306:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1307:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1308:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1309:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1310:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1311:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1313:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1314:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1315:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1316:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1317:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1318:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1319:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1320:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1321:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1322:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1323:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1324:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1325:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1326:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1327:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1328:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1329:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1330:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1331:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1332:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1333:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1334:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1335:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1336:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1337:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1338:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1339:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1340:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1341:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1342:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1343:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1344:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1345:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1346:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1347:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1348:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1349:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1350:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1351:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1352:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1353:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1354:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1355:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1356:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1357:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1358:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1359:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1360:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1361:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1362:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1363:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1364:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1365:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1366:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1367:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1368:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1369:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1370:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1371:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1372:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1373:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1374:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1375:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1376:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1377:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1378:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1379:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1380:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1381:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1382:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1383:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1385:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1386:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1387:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1388:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1389:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1390:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1391:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1392:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1393:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1394:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1395:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1396:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1397:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1398:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1399:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1400:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BAD_VALUE_FOR_HORIZONTAL_ALIGNMENT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BAD_VALUE_FOR_VERTICAL_ALIGNMENT:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1403:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1404:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1405:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1406:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1407:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1408:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1409:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1410:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1411:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1412:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1413:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1414:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1415:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1416:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1417:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1418:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1419:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1420:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1421:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1422:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1423:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1424:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1425:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1426:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1427:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1428:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1429:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1430:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1431:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1432:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1433:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1434:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1435:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1436:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1437:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1438:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1439:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case OneSignalRemoteParams.DEFAULT_INDIRECT_ATTRIBUTION_WINDOW:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1441:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1442:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1443:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1444:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1445:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1446:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1447:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1448:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1449:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1450:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1451:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1452:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1453:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1454:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1455:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1456:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1457:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1458:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1459:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1460:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1461:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1462:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1463:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1464:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1465:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1466:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1467:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1468:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1469:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1470:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1471:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1472:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1473:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1474:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1475:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1476:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1477:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1478:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1479:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1480:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1481:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1482:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1483:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1484:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1485:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1486:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1487:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1488:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1489:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1490:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1491:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1492:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1493:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1494:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1495:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1496:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1497:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1498:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1499:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ConnectionResult.DRIVE_EXTERNAL_STORAGE_REQUIRED:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NO_SCANNER_FOUND:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1502:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1503:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1504:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1505:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1506:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1507:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1508:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1509:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1510:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1511:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1512:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1513:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1514:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1515:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1516:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1517:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1518:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1519:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1520:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1521:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1522:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1523:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1524:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1525:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1526:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1527:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1528:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1529:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1530:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1531:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1532:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1533:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1534:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1535:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1536:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1537:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1538:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1539:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1540:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1541:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1542:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1543:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1544:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1545:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1546:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1547:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1548:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1549:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1550:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1551:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1552:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1553:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1554:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1555:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1556:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1557:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1558:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1559:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1560:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1561:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1562:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1563:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1564:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1565:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1566:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1567:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1568:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1569:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1570:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1571:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1572:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1573:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1574:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1575:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1576:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1577:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1578:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1579:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1580:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1581:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1582:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1583:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1584:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1585:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1586:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1587:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1588:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1589:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1590:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1591:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1592:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1593:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1594:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1595:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1596:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1597:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1598:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1599:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1600:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_CANNOT_SAVE_IMAGE:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_CANNOT_COPY_MEDIA:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1603:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1604:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1605:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1606:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1607:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1609:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1610:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1611:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1612:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1613:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1614:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1615:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1616:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1617:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1618:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1619:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1620:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1621:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1622:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1623:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1624:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1625:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1626:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1627:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1628:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1629:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1630:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1631:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1632:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1633:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1634:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1635:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1636:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1637:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1638:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1639:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1640:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1641:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1642:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1643:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1644:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1645:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1646:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1647:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1648:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1649:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1650:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1651:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1652:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1653:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1654:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1655:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1656:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1657:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1658:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1659:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1660:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1661:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1662:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1663:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1664:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1665:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1666:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1667:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1668:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1669:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1670:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1671:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1672:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1673:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1674:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1675:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1676:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1677:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1678:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1679:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1680:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1681:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1682:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1683:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1684:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1685:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1686:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1687:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1688:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1689:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1690:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1691:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1692:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1693:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1694:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1695:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1696:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1697:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1698:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1699:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1700:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BAD_VALUE_FOR_TEXT_RECEIVING:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NO_SMS_PERMISSION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_NO_SMS_RECEIVE_PERMISSION:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1704:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1705:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1706:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1707:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1708:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1709:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1710:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1711:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1712:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1713:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1714:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1715:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1716:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1717:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1718:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1719:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1720:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1721:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1722:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1723:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1724:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1725:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1726:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1727:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1728:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1729:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1730:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1731:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1732:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1733:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1734:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1735:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1736:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1737:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1738:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1739:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1740:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1741:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1742:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1743:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1744:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1745:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1746:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1747:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1748:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1749:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1750:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1751:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1752:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1753:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1754:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1755:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1756:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1757:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1758:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1759:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1760:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1761:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1762:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1763:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1764:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1765:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1766:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1767:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1768:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1769:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1770:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1771:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1772:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1773:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1774:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1775:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1776:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1777:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1778:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1779:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1780:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1781:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1782:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1783:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1784:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1785:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1786:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1787:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1788:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1789:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1790:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1791:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1792:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1793:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1794:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1795:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1796:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1797:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1798:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1799:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1800:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_REPL_SECURITY_ERROR:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1802:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1803:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1804:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1805:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1806:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1807:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1808:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1809:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1810:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1811:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1812:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1813:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1814:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1815:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1816:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1817:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1818:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1819:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1820:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1821:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1822:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1823:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1824:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1825:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1826:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1827:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1828:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1829:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1830:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1831:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1832:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1833:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1834:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1835:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1836:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1837:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1838:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1839:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1840:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1841:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1842:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1843:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1844:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1845:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1846:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1847:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1848:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1849:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1850:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1851:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1852:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1853:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1854:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1855:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1856:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1857:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1858:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1859:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1860:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1861:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1862:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1863:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1864:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1865:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1866:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1867:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1868:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1869:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1870:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1871:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1872:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1873:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1874:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1875:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1876:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1877:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1878:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1879:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1880:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1881:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1882:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1883:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1884:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1885:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1886:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1887:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1888:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1889:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1890:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1891:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1892:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1893:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1894:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1895:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1896:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1897:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1898:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1899:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1900:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case ErrorMessages.ERROR_BAD_VALUE_FOR_ACCELEROMETER_SENSITIVITY:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1902:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1903:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1904:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1905:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1906:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1907:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1908:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1911:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1913:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1914:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1916:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1919:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1920:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1921:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1922:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1923:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1924:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1925:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1926:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1927:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1928:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1929:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1933:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1934:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1939:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1940:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1943:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1944:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1945:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1946:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1951:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                case 1952:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
            }
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 172:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 173:
                    if (!(obj instanceof Screen1)) {
                        return -786431;
                    }
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 174:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 176:
                    if (!(obj instanceof Symbol)) {
                        return -786431;
                    }
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 178:
                    if (!(obj instanceof Symbol)) {
                        return -786431;
                    }
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 183:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 184:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 185:
                    if (!(obj instanceof Screen1)) {
                        return -786431;
                    }
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_PAUSE:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case FullScreenVideoUtil.FULLSCREEN_VIDEO_ACTION_STOP:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case Telnet.DO:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 255:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 264:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 265:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 275:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 276:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 304:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 305:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 306:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 307:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 308:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 309:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 310:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 311:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 313:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 314:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 319:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 321:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 334:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 335:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 345:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 348:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 353:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 354:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 355:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 356:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 361:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 362:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 373:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 374:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 376:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 377:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 382:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 383:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 385:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 386:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 389:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 390:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 398:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 400:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 403:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 404:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case ErrorMessages.ERROR_NXT_INVALID_FILE_NAME:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case ErrorMessages.ERROR_NXT_INVALID_MOTOR_PORT:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case TypedValues.CycleType.TYPE_WAVE_OFFSET:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case TypedValues.CycleType.TYPE_WAVE_PHASE:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 427:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 428:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 430:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 431:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 433:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 434:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 445:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 447:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 459:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 469:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 498:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 499:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 520:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 521:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 527:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 529:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 537:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 538:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 540:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 542:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 543:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 545:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 547:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 548:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 581:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 583:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 602:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case TypedValues.MotionType.TYPE_ANIMATE_RELATIVE_TO:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case TypedValues.MotionType.TYPE_DRAW_PATH:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case TypedValues.MotionType.TYPE_POLAR_RELATIVETO:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_TYPE:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case TypedValues.MotionType.TYPE_QUANTIZE_INTERPOLATOR_ID:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 617:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 618:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 619:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 620:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 621:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 622:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 631:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 632:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 634:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 635:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 639:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 640:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 641:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 644:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 645:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 646:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 648:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 649:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 653:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 654:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 655:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 656:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 685:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 687:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 720:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 735:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 740:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case ErrorMessages.ERROR_SOUND_RECORDER_ILLEGAL_STOP:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case ErrorMessages.ERROR_SOUND_RECORDER_MAX_DURATION_REACHED:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 822:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 834:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 872:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 915:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 916:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 919:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 920:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 928:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 929:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 932:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 933:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1312:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1384:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1608:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1909:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1910:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1915:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1917:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1930:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1935:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1937:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1938:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1942:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1947:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1948:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1949:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1950:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                case 1956:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                default:
                    return super.match1(moduleMethod, obj, callContext);
            }
        }

        @Override
        public int match2(ModuleMethod moduleMethod, Object obj, Object obj2, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 175:
                    if (!(obj instanceof Symbol)) {
                        return -786431;
                    }
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 176:
                    if (!(obj instanceof Symbol)) {
                        return -786431;
                    }
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 179:
                    if (!(obj instanceof Symbol)) {
                        return -786431;
                    }
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 180:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 182:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 188:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case Telnet.DONT:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 256:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 301:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 302:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 324:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 325:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 364:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 365:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 370:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 371:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 489:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 490:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 495:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 496:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 504:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 505:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 531:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 532:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 534:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 535:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 553:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 554:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 559:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 560:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 585:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 586:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 588:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 589:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 594:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 595:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 627:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 628:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 651:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 652:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 658:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 659:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 660:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 665:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 701:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 732:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 1931:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 1941:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                case 1955:
                    callContext.value1 = obj;
                    callContext.value2 = obj2;
                    callContext.proc = moduleMethod;
                    callContext.pc = 2;
                    return 0;
                default:
                    return super.match2(moduleMethod, obj, obj2, callContext);
            }
        }

        @Override
        public int match4(ModuleMethod moduleMethod, Object obj, Object obj2, Object obj3, Object obj4, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i == 181) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 664) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 707) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 1912) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 1918) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 186) {
                if (!(obj instanceof Screen1)) {
                    return -786431;
                }
                callContext.value1 = obj;
                if (!(obj2 instanceof Component)) {
                    return -786430;
                }
                callContext.value2 = obj2;
                if (!(obj3 instanceof String)) {
                    return -786429;
                }
                callContext.value3 = obj3;
                if (!(obj4 instanceof String)) {
                    return -786428;
                }
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 187) {
                if (!(obj instanceof Screen1)) {
                    return -786431;
                }
                callContext.value1 = obj;
                if (!(obj2 instanceof Component)) {
                    return -786430;
                }
                callContext.value2 = obj2;
                if (!(obj3 instanceof String)) {
                    return -786429;
                }
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 379) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 380) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 591) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 592) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 682) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 683) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i == 1953) {
                callContext.value1 = obj;
                callContext.value2 = obj2;
                callContext.value3 = obj3;
                callContext.value4 = obj4;
                callContext.proc = moduleMethod;
                callContext.pc = 4;
                return 0;
            }
            if (i != 1954) {
                return super.match4(moduleMethod, obj, obj2, obj3, obj4, callContext);
            }
            callContext.value1 = obj;
            callContext.value2 = obj2;
            callContext.value3 = obj3;
            callContext.value4 = obj4;
            callContext.proc = moduleMethod;
            callContext.pc = 4;
            return 0;
        }
    }

    static Object lambda116() {
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "checkver started");
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("«§´º§÷âì¯\u0084\u009b\u0081Â\u0092\u009a\u0094\u0094\u008f\u0095Ô\u0087\u0092\u0090Ü\u0088\u008b\u009a\u0087\u009d\u0081\u0096\u0083\u0086\u0096\u0094\u0099Û\u0089Â\u0086Ä9HSOM8*eQqE~pV'*PJ{*ubskx0?\u007fxUE8\u001dtb|s~yjVd\u0002KQd|PB[le\u0010\\\u0013FvzE`cWqH)j\"{4\u001d+8\r2h\f2\u001e\u0005+\u000b\u0007*\u00104,d3&\"u3$)~s[MA\\FMOCE\u0003\u0013\n\u001a\u0011\u0016F\u000f\u001a\u0017\u0019C\n\u001e\u0017\u0003\u0015\u001eI\u000e\u001e\u0015", "ktfopnob"), Lit409, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
    }

    static Procedure lambda117() {
        return lambda$Fn117;
    }

    static Object lambda118() {
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "checkver started");
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("«§´º§÷âì¯\u0084\u009b\u0081Â\u0092\u009a\u0094\u0094\u008f\u0095Ô\u0087\u0092\u0090Ü\u0088\u008b\u009a\u0087\u009d\u0081\u0096\u0083\u0086\u0096\u0094\u0099Û\u0089Â\u0086Ä9HSOM8*eQqE~pV'*PJ{*ubskx0?\u007fxUE8\u001dtb|s~yjVd\u0002KQd|PB[le\u0010\\\u0013FvzE`cWqH)j\"{4\u001d+8\r2h\f2\u001e\u0005+\u000b\u0007*\u00104,d3&\"u3$)~s[MA\\FMOCE\u0003\u0013\n\u001a\u0011\u0016F\u000f\u001a\u0017\u0019C\n\u001e\u0017\u0003\u0015\u001eI\u000e\u001e\u0015", "ktfopnob"), Lit410, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
    }

    static Object lambda119(Object obj, Object obj2, Object obj3) {
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        Object obj6;
        Object obj7;
        char c4;
        char c5;
        char c6;
        Object obj8;
        Object obj9;
        char c7;
        Object obj10;
        Object obj11;
        boolean z;
        Object obj12;
        Object callYailPrimitive;
        Object apply4;
        char c8;
        char c9;
        char c10;
        Object obj13;
        Object obj14;
        int i;
        char c11;
        char c12;
        char c13;
        Object obj15;
        char c14;
        char c15;
        Object obj16 = obj;
        Object callComponentMethod = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit412);
        runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St);
        boolean z2 = callComponentMethod instanceof Package;
        Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit414, "dictionary lookup"));
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit415, "dictionary lookup"), "PENDING"), Lit416, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            if (obj16 instanceof Package) {
                obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit417), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod, LList.list3("EntryLTP", signalRuntimeError, obj16), Lit418, "set value for key in dictionary to value");
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            SimpleSymbol simpleSymbol = Lit198;
            runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryTS", signalRuntimeError2, runtime.callComponentMethod(simpleSymbol, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit421)), Lit422, "set value for key in dictionary to value");
            callYailPrimitive = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), "PENDING", "ACTIVE"), Lit423, "replace all");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "ACTIVE"), Lit424, "set value for key in dictionary to value");
            apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "Entry {transtype} {sid} {TotQty} Qty for {EntryLTP} \nat {EntryTS}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,EntryLTP,EntryTS"), Lit426, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod);
            z = z2;
            obj12 = "";
        } else {
            boolean z3 = obj16 instanceof Package;
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("ExitLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit417), " is not bound in the current context"), "Unbound Variable") : obj16), Lit427, "set value for key in dictionary to value");
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError3 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            SimpleSymbol simpleSymbol2 = Lit198;
            runtime.callYailPrimitive(moduleMethod3, LList.list3("ExitTS", signalRuntimeError3, runtime.callComponentMethod(simpleSymbol2, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol2, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit428)), Lit429, "set value for key in dictionary to value");
            ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnset$Mnpair;
            if (z2) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable");
                obj4 = obj3;
            } else {
                obj4 = obj3;
                obj5 = callComponentMethod;
            }
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod4, LList.list3("EXITTYPE", obj5, obj4), Lit431, "set value for key in dictionary to value");
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (z2) {
                c = 0;
                c3 = 1;
                c2 = 2;
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 0;
                c2 = 2;
                c3 = 1;
                obj6 = callComponentMethod;
            }
            if (z3) {
                Object[] objArr = new Object[3];
                objArr[c] = "The variable ";
                objArr[c3] = runtime.getDisplayRepresentation(Lit417);
                objArr[c2] = " is not bound in the current context";
                obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            } else {
                obj7 = obj;
            }
            Object apply3 = applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, obj6, obj7);
            ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError4 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            MultiplyOp multiplyOp = MultiplyOp.$St;
            ModuleMethod moduleMethod6 = runtime.yail$Mndivide;
            boolean z4 = apply3 instanceof Package;
            if (z4) {
                c6 = 0;
                c5 = 1;
                c4 = 2;
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 2;
                c5 = 1;
                c6 = 0;
                obj8 = apply3;
            }
            if (z3) {
                Object[] objArr2 = new Object[3];
                objArr2[c6] = "The variable ";
                objArr2[c5] = runtime.getDisplayRepresentation(Lit417);
                objArr2[c4] = " is not bound in the current context";
                obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            } else {
                obj9 = obj;
            }
            runtime.callYailPrimitive(moduleMethod5, LList.list3("totPLPCR", signalRuntimeError4, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod6, LList.list2(obj8, obj9), Lit434, "yail-divide"), Lit435), Lit436, "*"))), Lit437, "set value for key in dictionary to value");
            ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError5 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object[] objArr3 = new Object[5];
            objArr3[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit387, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr3[1] = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit438, "dictionary lookup");
            Object obj17 = apply2;
            if (obj17 instanceof Package) {
                c7 = 2;
                obj17 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit439), " is not bound in the current context"), "Unbound Variable");
            } else {
                c7 = 2;
            }
            objArr3[c7] = obj17;
            if (z3) {
                Object[] objArr4 = new Object[3];
                objArr4[0] = "The variable ";
                objArr4[1] = runtime.getDisplayRepresentation(Lit417);
                objArr4[c7] = " is not bound in the current context";
                obj10 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
            } else {
                obj10 = obj;
            }
            objArr3[3] = obj10;
            objArr3[4] = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit440, "dictionary lookup"));
            runtime.callYailPrimitive(moduleMethod7, LList.list3("brokerage", signalRuntimeError5, applyToArgs3.applyN(objArr3)), Lit441, "set value for key in dictionary to value");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("totPL", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit442, "dictionary lookup"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable") : apply3), Lit443, "*")), Lit444, "set value for key in dictionary to value");
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ordertype", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "MKT"), Lit445, "dictionary lookup"), "MKT"), Lit446, "=") != Boolean.FALSE) {
                SimpleSymbol simpleSymbol3 = Lit129;
                ModuleMethod moduleMethod8 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
                ModuleMethod moduleMethod9 = runtime.make$Mnyail$Mnlist;
                Pair list1 = LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit447));
                obj11 = "set value for key in dictionary to value";
                Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit448, "dictionary lookup");
                Object apply32 = Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit19), Lit450, "dictionary lookup"), Lit19);
                ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnlookup;
                Object signalRuntimeError6 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
                z = z2;
                obj12 = "";
                LList.chain4(list1, callYailPrimitive2, apply32, applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(moduleMethod10, LList.list3("Qty", signalRuntimeError6, obj12), Lit451, "dictionary lookup")), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable") : apply3);
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(moduleMethod9, list1, Lit452, "make a list"), "-"), Lit453, "join with separator"));
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("fund", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit454), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit455, "dictionary lookup"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable") : apply3), Lit456, "*")), Lit457, "+")), Lit458);
            } else {
                obj11 = "set value for key in dictionary to value";
                z = z2;
                obj12 = "";
            }
            callYailPrimitive = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), "ACTIVE", "INACTIVE"), Lit459, "replace all");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3(NotificationCompat.CATEGORY_STATUS, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "INACTIVE"), Lit460, obj11);
            apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "Exit {transtype} {sid} {TotQty} Qty for {ExitLTP} \nat {ExitTS} \nTotal P/L: {totPL}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,ExitLTP,ExitTS,totPL"), Lit461, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod);
        }
        runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit156, Lit157, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit462);
        SimpleSymbol simpleSymbol4 = Lit156;
        SimpleSymbol simpleSymbol5 = Lit169;
        boolean z5 = callYailPrimitive instanceof Package;
        if (z5) {
            c8 = 0;
            c10 = 1;
            c9 = 2;
            obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            c8 = 0;
            c9 = 2;
            c10 = 1;
            obj13 = callYailPrimitive;
        }
        if (z) {
            Object[] objArr5 = new Object[3];
            objArr5[c8] = "The variable ";
            objArr5[c10] = runtime.getDisplayRepresentation(Lit413);
            objArr5[c9] = " is not bound in the current context";
            obj14 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj14 = callComponentMethod;
        }
        runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list2(obj13, obj14), Lit464);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
        Object[] objArr6 = new Object[7];
        objArr6[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr6[1] = "I";
        objArr6[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr6[3] = "Orders";
        objArr6[4] = "DateTime|TagKey|TagValue|userid|deviceid";
        ModuleMethod moduleMethod11 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod12 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol6 = Lit198;
        Pair list12 = LList.list1(runtime.callComponentMethod(simpleSymbol6, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol6, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss.SSS"), Lit466));
        if (z5) {
            i = 3;
            c11 = 0;
            c13 = 1;
            c12 = 2;
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            i = 3;
            c11 = 0;
            c12 = 2;
            c13 = 1;
        }
        if (z) {
            Object[] objArr7 = new Object[i];
            objArr7[c11] = "The variable ";
            objArr7[c13] = runtime.getDisplayRepresentation(Lit413);
            objArr7[c12] = " is not bound in the current context";
            obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr7), "Unbound Variable");
        } else {
            obj15 = callComponentMethod;
        }
        Object obj18 = obj12;
        LList.chain4(list12, callYailPrimitive, obj15, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
        objArr6[5] = runtime.callYailPrimitive(moduleMethod11, LList.list2(runtime.callYailPrimitive(moduleMethod12, list12, Lit470, "make a list"), "|"), Lit471, "join with separator");
        objArr6[6] = "DateTime";
        applyToArgs5.applyN(objArr6);
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit15, runtime.$Stthe$Mnnull$Mnvalue$St) == Boolean.FALSE) {
            return Values.empty;
        }
        ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
        Object[] objArr8 = new Object[6];
        objArr8[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit472, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr8[1] = Lit473;
        Object obj19 = obj2;
        if (obj19 instanceof Package) {
            c14 = 2;
            obj19 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        } else {
            c14 = 2;
        }
        objArr8[c14] = obj19;
        if (apply4 instanceof Package) {
            c15 = 3;
            Object[] objArr9 = new Object[3];
            objArr9[0] = "The variable ";
            objArr9[1] = runtime.getDisplayRepresentation(Lit475);
            objArr9[c14] = " is not bound in the current context";
            apply4 = runtime.signalRuntimeError(strings.stringAppend(objArr9), "Unbound Variable");
        } else {
            c15 = 3;
        }
        objArr8[c15] = apply4;
        objArr8[4] = Boolean.TRUE;
        objArr8[5] = obj18;
        applyToArgs6.applyN(objArr8);
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.FALSE);
    }

    static Procedure lambda120() {
        return lambda$Fn120;
    }

    static Object lambda121(Object obj, Object obj2, Object obj3) {
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        Object obj6;
        Object obj7;
        char c4;
        char c5;
        char c6;
        Object obj8;
        Object obj9;
        char c7;
        Object obj10;
        Object obj11;
        boolean z;
        Object obj12;
        Object callYailPrimitive;
        Object apply4;
        char c8;
        char c9;
        char c10;
        Object obj13;
        Object obj14;
        int i;
        char c11;
        char c12;
        char c13;
        Object obj15;
        char c14;
        char c15;
        Object obj16 = obj;
        Object callComponentMethod = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit476);
        runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St);
        boolean z2 = callComponentMethod instanceof Package;
        Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit477, "dictionary lookup"));
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit478, "dictionary lookup"), "PENDING"), Lit479, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            if (obj16 instanceof Package) {
                obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit417), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod, LList.list3("EntryLTP", signalRuntimeError, obj16), Lit480, "set value for key in dictionary to value");
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            SimpleSymbol simpleSymbol = Lit198;
            runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryTS", signalRuntimeError2, runtime.callComponentMethod(simpleSymbol, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit481)), Lit482, "set value for key in dictionary to value");
            callYailPrimitive = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), "PENDING", "ACTIVE"), Lit483, "replace all");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "ACTIVE"), Lit484, "set value for key in dictionary to value");
            apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "Entry {transtype} {sid} {TotQty} Qty for {EntryLTP} \nat {EntryTS}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,EntryLTP,EntryTS"), Lit485, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod);
            z = z2;
            obj12 = "";
        } else {
            boolean z3 = obj16 instanceof Package;
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("ExitLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit417), " is not bound in the current context"), "Unbound Variable") : obj16), Lit486, "set value for key in dictionary to value");
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError3 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            SimpleSymbol simpleSymbol2 = Lit198;
            runtime.callYailPrimitive(moduleMethod3, LList.list3("ExitTS", signalRuntimeError3, runtime.callComponentMethod(simpleSymbol2, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol2, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit487)), Lit488, "set value for key in dictionary to value");
            ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnset$Mnpair;
            if (z2) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable");
                obj4 = obj3;
            } else {
                obj4 = obj3;
                obj5 = callComponentMethod;
            }
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod4, LList.list3("EXITTYPE", obj5, obj4), Lit489, "set value for key in dictionary to value");
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (z2) {
                c = 0;
                c3 = 1;
                c2 = 2;
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 0;
                c2 = 2;
                c3 = 1;
                obj6 = callComponentMethod;
            }
            if (z3) {
                Object[] objArr = new Object[3];
                objArr[c] = "The variable ";
                objArr[c3] = runtime.getDisplayRepresentation(Lit417);
                objArr[c2] = " is not bound in the current context";
                obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            } else {
                obj7 = obj;
            }
            Object apply3 = applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, obj6, obj7);
            ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError4 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            MultiplyOp multiplyOp = MultiplyOp.$St;
            ModuleMethod moduleMethod6 = runtime.yail$Mndivide;
            boolean z4 = apply3 instanceof Package;
            if (z4) {
                c6 = 0;
                c5 = 1;
                c4 = 2;
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 2;
                c5 = 1;
                c6 = 0;
                obj8 = apply3;
            }
            if (z3) {
                Object[] objArr2 = new Object[3];
                objArr2[c6] = "The variable ";
                objArr2[c5] = runtime.getDisplayRepresentation(Lit417);
                objArr2[c4] = " is not bound in the current context";
                obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            } else {
                obj9 = obj;
            }
            runtime.callYailPrimitive(moduleMethod5, LList.list3("totPLPCR", signalRuntimeError4, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod6, LList.list2(obj8, obj9), Lit490, "yail-divide"), Lit435), Lit491, "*"))), Lit492, "set value for key in dictionary to value");
            ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError5 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object[] objArr3 = new Object[5];
            objArr3[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit387, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr3[1] = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit493, "dictionary lookup");
            Object obj17 = apply2;
            if (obj17 instanceof Package) {
                c7 = 2;
                obj17 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit439), " is not bound in the current context"), "Unbound Variable");
            } else {
                c7 = 2;
            }
            objArr3[c7] = obj17;
            if (z3) {
                Object[] objArr4 = new Object[3];
                objArr4[0] = "The variable ";
                objArr4[1] = runtime.getDisplayRepresentation(Lit417);
                objArr4[c7] = " is not bound in the current context";
                obj10 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
            } else {
                obj10 = obj;
            }
            objArr3[3] = obj10;
            objArr3[4] = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit494, "dictionary lookup"));
            runtime.callYailPrimitive(moduleMethod7, LList.list3("brokerage", signalRuntimeError5, applyToArgs3.applyN(objArr3)), Lit495, "set value for key in dictionary to value");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("totPL", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit496, "dictionary lookup"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable") : apply3), Lit497, "*")), Lit498, "set value for key in dictionary to value");
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ordertype", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "MKT"), Lit499, "dictionary lookup"), "MKT"), Lit500, "=") != Boolean.FALSE) {
                SimpleSymbol simpleSymbol3 = Lit129;
                ModuleMethod moduleMethod8 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
                ModuleMethod moduleMethod9 = runtime.make$Mnyail$Mnlist;
                Pair list1 = LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit501));
                obj11 = "set value for key in dictionary to value";
                Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit502, "dictionary lookup");
                Object apply32 = Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit19), Lit503, "dictionary lookup"), Lit19);
                ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnlookup;
                Object signalRuntimeError6 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
                z = z2;
                obj12 = "";
                LList.chain4(list1, callYailPrimitive2, apply32, applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(moduleMethod10, LList.list3("Qty", signalRuntimeError6, obj12), Lit504, "dictionary lookup")), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable") : apply3);
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(moduleMethod9, list1, Lit505, "make a list"), "-"), Lit506, "join with separator"));
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("fund", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit507), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit508, "dictionary lookup"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable") : apply3), Lit509, "*")), Lit510, "+")), Lit511);
            } else {
                obj11 = "set value for key in dictionary to value";
                z = z2;
                obj12 = "";
            }
            callYailPrimitive = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), "ACTIVE", "INACTIVE"), Lit512, "replace all");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3(NotificationCompat.CATEGORY_STATUS, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "INACTIVE"), Lit513, obj11);
            apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "Exit {transtype} {sid} {TotQty} Qty for {ExitLTP} \nat {ExitTS} \nTotal P/L: {totPL}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,ExitLTP,ExitTS,totPL"), Lit514, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : callComponentMethod);
        }
        runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit156, Lit157, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit515);
        SimpleSymbol simpleSymbol4 = Lit156;
        SimpleSymbol simpleSymbol5 = Lit169;
        boolean z5 = callYailPrimitive instanceof Package;
        if (z5) {
            c8 = 0;
            c10 = 1;
            c9 = 2;
            obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            c8 = 0;
            c9 = 2;
            c10 = 1;
            obj13 = callYailPrimitive;
        }
        if (z) {
            Object[] objArr5 = new Object[3];
            objArr5[c8] = "The variable ";
            objArr5[c10] = runtime.getDisplayRepresentation(Lit413);
            objArr5[c9] = " is not bound in the current context";
            obj14 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj14 = callComponentMethod;
        }
        runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list2(obj13, obj14), Lit516);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
        Object[] objArr6 = new Object[7];
        objArr6[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr6[1] = "I";
        objArr6[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr6[3] = "Orders";
        objArr6[4] = "DateTime|TagKey|TagValue|userid|deviceid";
        ModuleMethod moduleMethod11 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod12 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol6 = Lit198;
        Pair list12 = LList.list1(runtime.callComponentMethod(simpleSymbol6, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol6, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss.SSS"), Lit517));
        if (z5) {
            i = 3;
            c11 = 0;
            c13 = 1;
            c12 = 2;
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            i = 3;
            c11 = 0;
            c12 = 2;
            c13 = 1;
        }
        if (z) {
            Object[] objArr7 = new Object[i];
            objArr7[c11] = "The variable ";
            objArr7[c13] = runtime.getDisplayRepresentation(Lit413);
            objArr7[c12] = " is not bound in the current context";
            obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr7), "Unbound Variable");
        } else {
            obj15 = callComponentMethod;
        }
        Object obj18 = obj12;
        LList.chain4(list12, callYailPrimitive, obj15, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
        objArr6[5] = runtime.callYailPrimitive(moduleMethod11, LList.list2(runtime.callYailPrimitive(moduleMethod12, list12, Lit518, "make a list"), "|"), Lit519, "join with separator");
        objArr6[6] = "DateTime";
        applyToArgs5.applyN(objArr6);
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit15, runtime.$Stthe$Mnnull$Mnvalue$St) == Boolean.FALSE) {
            return Values.empty;
        }
        ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
        Object[] objArr8 = new Object[6];
        objArr8[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit472, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr8[1] = Lit473;
        Object obj19 = obj2;
        if (obj19 instanceof Package) {
            c14 = 2;
            obj19 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        } else {
            c14 = 2;
        }
        objArr8[c14] = obj19;
        if (apply4 instanceof Package) {
            c15 = 3;
            Object[] objArr9 = new Object[3];
            objArr9[0] = "The variable ";
            objArr9[1] = runtime.getDisplayRepresentation(Lit475);
            objArr9[c14] = " is not bound in the current context";
            apply4 = runtime.signalRuntimeError(strings.stringAppend(objArr9), "Unbound Variable");
        } else {
            c15 = 3;
        }
        objArr8[c15] = apply4;
        objArr8[4] = Boolean.TRUE;
        objArr8[5] = obj18;
        applyToArgs6.applyN(objArr8);
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.FALSE);
    }

    static Object lambda122() {
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit33, Boolean.FALSE);
    }

    static Procedure lambda123() {
        return lambda$Fn123;
    }

    static Object lambda124() {
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit33, Boolean.FALSE);
    }

    public class frame2 extends ModuleBody {
        Object $icons;
        Object $label;
        final ModuleMethod lambda$Fn130 = new ModuleMethod(this, 13, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 13 ? lambda131(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 13) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda129proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit160;
            SimpleSymbol simpleSymbol2 = Screen1.Lit157;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit541);
        }

        public static Object lambda130proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit583;
            SimpleSymbol simpleSymbol2 = Screen1.Lit584;
            boolean z = obj instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list3(signalRuntimeError, "", runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("All,Stocks,Option Chain,F&O"), Screen1.Lit585, "list from csv row")), Screen1.Lit586, "index in list")), Screen1.Lit587);
        }

        public static Object lambda132proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit614;
            SimpleSymbol simpleSymbol2 = Screen1.Lit584;
            boolean z = obj instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list3(signalRuntimeError, "", runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Pending,Active,History"), Screen1.Lit618, "list from csv row")), Screen1.Lit619, "index in list")), Screen1.Lit620);
        }

        Object lambda131(Object obj) {
            char c;
            char c2;
            Object obj2;
            SimpleSymbol simpleSymbol = Screen1.Lit591;
            SimpleSymbol simpleSymbol2 = Screen1.Lit592;
            Object obj3 = obj;
            boolean z = obj3 instanceof Package;
            Pair list1 = LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit593), " is not bound in the current context"), "Unbound Variable") : obj3);
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj4 = this.$label;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit594), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2(obj4, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit593), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit595, "select list item");
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj5 = this.$icons;
            if (obj5 instanceof Package) {
                c2 = 1;
                c = 2;
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit596), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 2;
                c2 = 1;
            }
            if (z) {
                Object[] objArr = new Object[3];
                objArr[0] = "The variable ";
                objArr[c2] = runtime.getDisplayRepresentation(Screen1.Lit593);
                objArr[c] = " is not bound in the current context";
                obj2 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            } else {
                obj2 = obj3;
            }
            Pair chain4 = LList.chain4(list1, callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list2(obj5, obj2), Screen1.Lit597, "select list item"), Boolean.TRUE, runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("33,150,242"), Screen1.Lit598, "list from csv row")), Screen1.Lit599, "make-color"));
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            if (z) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit593), " is not bound in the current context"), "Unbound Variable");
            }
            LList.chain1(chain4, runtime.callYailPrimitive(moduleMethod3, LList.list2(obj3, Screen1.Lit19), Screen1.Lit600, "="));
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, list1, Screen1.Lit601);
        }
    }

    public class frame3 extends ModuleBody {
        Object $icons;
        Object $label;
        final ModuleMethod lambda$Fn136 = new ModuleMethod(this, 14, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 14 ? lambda137(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 14) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda135proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit160;
            SimpleSymbol simpleSymbol2 = Screen1.Lit157;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit653);
        }

        public static Object lambda136proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit583;
            SimpleSymbol simpleSymbol2 = Screen1.Lit584;
            boolean z = obj instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list3(signalRuntimeError, "", runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("All,Stocks,Option Chain,F&O"), Screen1.Lit674, "list from csv row")), Screen1.Lit675, "index in list")), Screen1.Lit676);
        }

        public static Object lambda138proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit614;
            SimpleSymbol simpleSymbol2 = Screen1.Lit584;
            boolean z = obj instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list3(signalRuntimeError, "", runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Pending,Active,History"), Screen1.Lit691, "list from csv row")), Screen1.Lit692, "index in list")), Screen1.Lit693);
        }

        Object lambda137(Object obj) {
            char c;
            char c2;
            Object obj2;
            SimpleSymbol simpleSymbol = Screen1.Lit591;
            SimpleSymbol simpleSymbol2 = Screen1.Lit592;
            Object obj3 = obj;
            boolean z = obj3 instanceof Package;
            Pair list1 = LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit593), " is not bound in the current context"), "Unbound Variable") : obj3);
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj4 = this.$label;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit594), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2(obj4, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit593), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit680, "select list item");
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj5 = this.$icons;
            if (obj5 instanceof Package) {
                c2 = 1;
                c = 2;
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit596), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 2;
                c2 = 1;
            }
            if (z) {
                Object[] objArr = new Object[3];
                objArr[0] = "The variable ";
                objArr[c2] = runtime.getDisplayRepresentation(Screen1.Lit593);
                objArr[c] = " is not bound in the current context";
                obj2 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            } else {
                obj2 = obj3;
            }
            Pair chain4 = LList.chain4(list1, callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list2(obj5, obj2), Screen1.Lit681, "select list item"), Boolean.TRUE, runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("33,150,242"), Screen1.Lit682, "list from csv row")), Screen1.Lit683, "make-color"));
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            if (z) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit593), " is not bound in the current context"), "Unbound Variable");
            }
            LList.chain1(chain4, runtime.callYailPrimitive(moduleMethod3, LList.list2(obj3, Screen1.Lit19), Screen1.Lit684, "="));
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, list1, Screen1.Lit685);
        }
    }

    static Object lambda125(Object obj, Object obj2) {
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr[1] = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit523, "make a list")), Lit524, "make a list");
        objArr[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("S^_^]\u0012\n\u0000ZFF8\"9).?54251!q$=<!*%,729e-!%j9bm\"\u0015\u0015\u001f\b\u0019\u001f\tA\r\u0017\u001f\u001b6\r%\u001a\u0012\u000e0\f\u0014\b\u001d\u0004\u001c\nW\u000e\n\n_", "qccihmal"), Lit525, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit526, "join");
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod2 = runtime.make$Mndictionary$Mnpair;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit527), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2("email", obj), Lit528, "make a pair");
        ModuleMethod moduleMethod3 = runtime.make$Mndictionary$Mnpair;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit529), " is not bound in the current context"), "Unbound Variable");
        }
        objArr[3] = runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, runtime.callYailPrimitive(moduleMethod3, LList.list2("password", obj2), Lit530, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("returnSecureToken", Boolean.TRUE), Lit531, "make a pair")), Lit532, "make a dictionary");
        objArr[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
        return applyToArgs.applyN(objArr);
    }

    static Procedure lambda126() {
        return lambda$Fn126;
    }

    static Object lambda127(Object obj, Object obj2) {
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr[1] = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit533, "make a list")), Lit534, "make a list");
        objArr[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("S^_^]\u0012\n\u0000ZFF8\"9).?54251!q$=<!*%,729e-!%j9bm\"\u0015\u0015\u001f\b\u0019\u001f\tA\r\u0017\u001f\u001b6\r%\u001a\u0012\u000e0\f\u0014\b\u001d\u0004\u001c\nW\u000e\n\n_", "qccihmal"), Lit535, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit536, "join");
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod2 = runtime.make$Mndictionary$Mnpair;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit527), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2("email", obj), Lit537, "make a pair");
        ModuleMethod moduleMethod3 = runtime.make$Mndictionary$Mnpair;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit529), " is not bound in the current context"), "Unbound Variable");
        }
        objArr[3] = runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, runtime.callYailPrimitive(moduleMethod3, LList.list2("password", obj2), Lit538, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("returnSecureToken", Boolean.TRUE), Lit539, "make a pair")), Lit540, "make a dictionary");
        objArr[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
        return applyToArgs.applyN(objArr);
    }

    static Object lambda128(Object obj) {
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        Pair list2;
        PairWithPosition pairWithPosition;
        frame2 frame2Var = new frame2();
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "login started");
        runtime.yailForEach(proc$Fn128, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Darkmode,Level1BG,Level2BG,Level3BG,Level4BG,HighlightText,LightText,WVBG,WVBG2"), Lit542, "list from csv row"));
        runtime.setAndCoerceProperty$Ex(Lit543, Lit172, Boolean.FALSE, Lit173);
        boolean z = obj instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit544, Lit172, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") : obj, Lit173);
        if (!z ? obj == Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") == Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit546, Lit547, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit548)), Lit549);
            SimpleSymbol simpleSymbol3 = Lit546;
            SimpleSymbol simpleSymbol4 = Lit550;
            Pair list1 = LList.list1(runtime.lookupInCurrentFormEnvironment(Lit548));
            LList.chain4(list1, runtime.callYailPrimitive(strings.string$Mnlength, LList.list1("By continuing, you agree to our  "), Lit551, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), runtime.callYailPrimitive(strings.string$Mnlength, LList.list1("By continuing, you agree to our Terms and Conditions "), Lit552, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit553, Boolean.TRUE);
            runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, list1, Lit554);
            SimpleSymbol simpleSymbol5 = Lit546;
            SimpleSymbol simpleSymbol6 = Lit550;
            Pair list12 = LList.list1(runtime.lookupInCurrentFormEnvironment(Lit548));
            LList.chain4(list12, runtime.callYailPrimitive(strings.string$Mnlength, LList.list1("By continuing, you agree to our Terms and Conditions &  "), Lit555, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), runtime.callYailPrimitive(strings.string$Mnlength, LList.list1("By continuing, you agree to our Terms and Conditions & Privacy Policy "), Lit556, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit557, Boolean.TRUE);
            runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, list12, Lit558);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit559, "https://docs.google.com/drawings/d/e/2PACX-1vROKjyRC83EqGYd1Mk3wC21Zt76Y8DOqev-Bc3N1SCAXKcO5bt5SNQInyH66oJOYIrKy71aJydPAArf/pub?w=530&h=960", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit560, Lit172, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit561, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit563, Lit172, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit564, Lit565, LList.list2("2874111402869826_3109941925953438", FacebookBannerSize.StandardBanner), Lit566);
            return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "Login Window");
        }
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.FALSE), Lit567) == Boolean.FALSE) {
            runtime.callComponentMethod(Lit160, Lit157, LList.list1(OutcomeEventsTable.COLUMN_NAME_SESSION), Lit652);
            return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit206, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
        }
        runtime.setAndCoerceProperty$Ex(Lit0, Lit559, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit568, Lit569, runtime.callComponentMethod(Lit160, Lit161, LList.list2("NAVBAR", Boolean.FALSE), Lit570), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit571, Boolean.TRUE, Lit173);
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\\X_AY\u0013\u0006\u0002RSNN\f?$#%1:6?85)$z0&?n 5=c\u000608\",9s\u001416!\u0014\u0002\u0006K;\u001e\u00157\u0018\u000b\u0016\t\u0000 \u001d\u0013\u0015\u0014\u0016[^[D_PE_JSVJ", "xgaxbnoh"), Lit572, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
        runtime.setAndCoerceProperty$Ex(Lit467, Lit6, runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit573)), Lit574, "downcase"), Lit9);
        SimpleSymbol simpleSymbol7 = Lit575;
        SimpleSymbol simpleSymbol8 = Lit6;
        ModuleMethod moduleMethod = runtime.string$Mnto$Mnupper$Mncase;
        ModuleMethod moduleMethod2 = runtime.string$Mnsubstring;
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("NAME", ""), Lit576)), Lit577, "is text empty?") != Boolean.FALSE) {
            simpleSymbol = Lit160;
            simpleSymbol2 = Lit161;
            list2 = LList.list2("EMAIL", "");
            pairWithPosition = Lit578;
        } else {
            simpleSymbol = Lit160;
            simpleSymbol2 = Lit161;
            list2 = LList.list2("NAME", "");
            pairWithPosition = Lit579;
        }
        Object callComponentMethod = runtime.callComponentMethod(simpleSymbol, simpleSymbol2, list2, pairWithPosition);
        IntNum intNum = Lit19;
        runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list3(callComponentMethod, intNum, intNum), Lit580, "segment")), Lit581, "upcase"), Lit9);
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "session active");
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit582, runtime.$Stthe$Mnnull$Mnvalue$St));
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit133, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
            runtime.yailForEach(proc$Fn129, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("All,Stocks,Option Chain,F&O"), Lit588, "list from csv row"));
            runtime.addGlobalVarToCurrentFormEnvironment(Lit133, Boolean.FALSE);
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4("Watchlist", "Trades", "Tools", "Profile"), Lit589, "make a list");
            frame2Var.$icons = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4("bookmarks.png", "briefcase.png", "magic.png", "person.png"), Lit590, "make a list");
            frame2Var.$label = callYailPrimitive;
            ModuleMethod moduleMethod3 = frame2Var.lambda$Fn130;
            IntNum intNum2 = Lit19;
            runtime.yailForRange(moduleMethod3, intNum2, Lit602, intNum2);
            runtime.callComponentMethod(Lit591, Lit603, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit604)), Lit605);
            runtime.callComponentMethod(Lit606, Lit607, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit608)), Lit609);
            runtime.callComponentMethod(Lit606, Lit607, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit610)), Lit611);
            runtime.callComponentMethod(Lit606, Lit607, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit612)), Lit613);
            runtime.callComponentMethod(Lit614, Lit615, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit606)), Lit616);
            runtime.callComponentMethod(Lit614, Lit617, LList.Empty, LList.Empty);
            runtime.yailForEach(proc$Fn131, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Pending,Active,History"), Lit621, "list from csv row"));
            if (runtime.callComponentMethod(Lit622, Lit623, LList.Empty, LList.Empty) == Boolean.FALSE) {
                runtime.callComponentMethod(Lit622, Lit624, LList.Empty, LList.Empty);
            }
            runtime.callComponentMethod(Lit591, Lit625, LList.list1(Lit19), Lit626);
            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit627, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19);
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit628, runtime.$Stthe$Mnnull$Mnvalue$St));
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit629, runtime.$Stthe$Mnnull$Mnvalue$St));
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
            ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
            SimpleSymbol simpleSymbol9 = Lit198;
            Pair list13 = LList.list1(runtime.callComponentMethod(simpleSymbol9, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol9, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss az"), Lit630));
            LList.chain1(LList.chain4(LList.chain4(list13, "", "", runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit631), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty)), runtime.callComponentMethod(Lit160, Lit161, LList.list2("MOBILE", ""), Lit632), runtime.callComponentMethod(Lit468, Lit633, LList.Empty, LList.Empty), runtime.callComponentMethod(Lit468, Lit634, LList.Empty, LList.Empty), runtime.callComponentMethod(Lit204, Lit635, LList.Empty, LList.Empty)), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.get$Mnproperty.apply2(Lit0, Lit636), runtime.get$Mnproperty.apply2(Lit0, Lit637)), Lit638, "join"));
            applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St), "I", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit47, runtime.$Stthe$Mnnull$Mnvalue$St), "user", "date|subscribed|playerid|emailid|deviceid|phone|androidversion|devicemodel|firebaseusername|appversion", runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(moduleMethod5, list13, Lit639, "make a list"), "|"), Lit640, "join with separator"), "playerid"});
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit641, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        runtime.callComponentMethod(Lit0, Lit642, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit591, Lit625, LList.list1(Lit19), Lit643);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("loginCount", Lit19), Lit644), Lit645), Lit646, ">=") == Boolean.FALSE) {
            return runtime.callComponentMethod(Lit160, Lit169, LList.list2("loginCount", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("loginCount", Lit19), Lit649), Lit19), Lit650, "+")), Lit651);
        }
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("loginCount", Lit19), Lit647);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit648, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda133() {
        return lambda$Fn133;
    }

    static Object lambda134(Object obj) {
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        Pair list2;
        PairWithPosition pairWithPosition;
        frame3 frame3Var = new frame3();
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "login started");
        runtime.yailForEach(proc$Fn134, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Darkmode,Level1BG,Level2BG,Level3BG,Level4BG,HighlightText,LightText,WVBG,WVBG2"), Lit654, "list from csv row"));
        runtime.setAndCoerceProperty$Ex(Lit543, Lit172, Boolean.FALSE, Lit173);
        boolean z = obj instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit544, Lit172, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") : obj, Lit173);
        if (!z ? obj == Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") == Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit546, Lit547, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit548)), Lit655);
            SimpleSymbol simpleSymbol3 = Lit546;
            SimpleSymbol simpleSymbol4 = Lit550;
            Pair list1 = LList.list1(runtime.lookupInCurrentFormEnvironment(Lit548));
            LList.chain4(list1, runtime.callYailPrimitive(strings.string$Mnlength, LList.list1("By continuing, you agree to our  "), Lit656, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), runtime.callYailPrimitive(strings.string$Mnlength, LList.list1("By continuing, you agree to our Terms and Conditions "), Lit657, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit553, Boolean.TRUE);
            runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, list1, Lit658);
            SimpleSymbol simpleSymbol5 = Lit546;
            SimpleSymbol simpleSymbol6 = Lit550;
            Pair list12 = LList.list1(runtime.lookupInCurrentFormEnvironment(Lit548));
            LList.chain4(list12, runtime.callYailPrimitive(strings.string$Mnlength, LList.list1("By continuing, you agree to our Terms and Conditions &  "), Lit659, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), runtime.callYailPrimitive(strings.string$Mnlength, LList.list1("By continuing, you agree to our Terms and Conditions & Privacy Policy "), Lit660, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit557, Boolean.TRUE);
            runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, list12, Lit661);
            runtime.setAndCoerceProperty$Ex(Lit0, Lit559, "https://docs.google.com/drawings/d/e/2PACX-1vROKjyRC83EqGYd1Mk3wC21Zt76Y8DOqev-Bc3N1SCAXKcO5bt5SNQInyH66oJOYIrKy71aJydPAArf/pub?w=530&h=960", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit560, Lit172, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit561, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit563, Lit172, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit564, Lit565, LList.list2("2874111402869826_3109941925953438", FacebookBannerSize.StandardBanner), Lit662);
            return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "Login Window");
        }
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.FALSE), Lit663) == Boolean.FALSE) {
            runtime.callComponentMethod(Lit160, Lit157, LList.list1(OutcomeEventsTable.COLUMN_NAME_SESSION), Lit709);
            return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit206, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
        }
        runtime.setAndCoerceProperty$Ex(Lit0, Lit559, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit568, Lit569, runtime.callComponentMethod(Lit160, Lit161, LList.list2("NAVBAR", Boolean.FALSE), Lit664), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit571, Boolean.TRUE, Lit173);
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\\X_AY\u0013\u0006\u0002RSNN\f?$#%1:6?85)$z0&?n 5=c\u000608\",9s\u001416!\u0014\u0002\u0006K;\u001e\u00157\u0018\u000b\u0016\t\u0000 \u001d\u0013\u0015\u0014\u0016[^[D_PE_JSVJ", "xgaxbnoh"), Lit665, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
        runtime.setAndCoerceProperty$Ex(Lit467, Lit6, runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit666)), Lit667, "downcase"), Lit9);
        SimpleSymbol simpleSymbol7 = Lit575;
        SimpleSymbol simpleSymbol8 = Lit6;
        ModuleMethod moduleMethod = runtime.string$Mnto$Mnupper$Mncase;
        ModuleMethod moduleMethod2 = runtime.string$Mnsubstring;
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("NAME", ""), Lit668)), Lit669, "is text empty?") != Boolean.FALSE) {
            simpleSymbol = Lit160;
            simpleSymbol2 = Lit161;
            list2 = LList.list2("EMAIL", "");
            pairWithPosition = Lit670;
        } else {
            simpleSymbol = Lit160;
            simpleSymbol2 = Lit161;
            list2 = LList.list2("NAME", "");
            pairWithPosition = Lit671;
        }
        Object callComponentMethod = runtime.callComponentMethod(simpleSymbol, simpleSymbol2, list2, pairWithPosition);
        IntNum intNum = Lit19;
        runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list3(callComponentMethod, intNum, intNum), Lit672, "segment")), Lit673, "upcase"), Lit9);
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "session active");
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit582, runtime.$Stthe$Mnnull$Mnvalue$St));
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit133, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
            runtime.yailForEach(proc$Fn135, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("All,Stocks,Option Chain,F&O"), Lit677, "list from csv row"));
            runtime.addGlobalVarToCurrentFormEnvironment(Lit133, Boolean.FALSE);
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4("Watchlist", "Trades", "Tools", "Profile"), Lit678, "make a list");
            frame3Var.$icons = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4("bookmarks.png", "briefcase.png", "magic.png", "person.png"), Lit679, "make a list");
            frame3Var.$label = callYailPrimitive;
            ModuleMethod moduleMethod3 = frame3Var.lambda$Fn136;
            IntNum intNum2 = Lit19;
            runtime.yailForRange(moduleMethod3, intNum2, Lit602, intNum2);
            runtime.callComponentMethod(Lit591, Lit603, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit604)), Lit686);
            runtime.callComponentMethod(Lit606, Lit607, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit608)), Lit687);
            runtime.callComponentMethod(Lit606, Lit607, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit610)), Lit688);
            runtime.callComponentMethod(Lit606, Lit607, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit612)), Lit689);
            runtime.callComponentMethod(Lit614, Lit615, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit606)), Lit690);
            runtime.callComponentMethod(Lit614, Lit617, LList.Empty, LList.Empty);
            runtime.yailForEach(proc$Fn137, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Pending,Active,History"), Lit694, "list from csv row"));
            if (runtime.callComponentMethod(Lit622, Lit623, LList.Empty, LList.Empty) == Boolean.FALSE) {
                runtime.callComponentMethod(Lit622, Lit624, LList.Empty, LList.Empty);
            }
            runtime.callComponentMethod(Lit591, Lit625, LList.list1(Lit19), Lit695);
            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit627, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19);
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit628, runtime.$Stthe$Mnnull$Mnvalue$St));
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit629, runtime.$Stthe$Mnnull$Mnvalue$St));
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
            ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
            SimpleSymbol simpleSymbol9 = Lit198;
            Pair list13 = LList.list1(runtime.callComponentMethod(simpleSymbol9, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol9, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss az"), Lit696));
            LList.chain1(LList.chain4(LList.chain4(list13, "", "", runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit697), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty)), runtime.callComponentMethod(Lit160, Lit161, LList.list2("MOBILE", ""), Lit698), runtime.callComponentMethod(Lit468, Lit633, LList.Empty, LList.Empty), runtime.callComponentMethod(Lit468, Lit634, LList.Empty, LList.Empty), runtime.callComponentMethod(Lit204, Lit635, LList.Empty, LList.Empty)), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.get$Mnproperty.apply2(Lit0, Lit636), runtime.get$Mnproperty.apply2(Lit0, Lit637)), Lit699, "join"));
            applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St), "I", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit47, runtime.$Stthe$Mnnull$Mnvalue$St), "user", "date|subscribed|playerid|emailid|deviceid|phone|androidversion|devicemodel|firebaseusername|appversion", runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(moduleMethod5, list13, Lit700, "make a list"), "|"), Lit701, "join with separator"), "playerid"});
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit641, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        runtime.callComponentMethod(Lit0, Lit642, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit591, Lit625, LList.list1(Lit19), Lit702);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("loginCount", Lit19), Lit703), Lit645), Lit704, ">=") == Boolean.FALSE) {
            return runtime.callComponentMethod(Lit160, Lit169, LList.list2("loginCount", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("loginCount", Lit19), Lit706), Lit19), Lit707, "+")), Lit708);
        }
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("loginCount", Lit19), Lit705);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit648, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda139(Object obj) {
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.is$Mnnumber$Qu, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : obj), Lit710, "is a number?") == Boolean.FALSE) {
            obj = Lit141;
        } else if (z) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Lit711), Lit712, "format as decimal");
    }

    static Procedure lambda140() {
        return lambda$Fn140;
    }

    static Object lambda141(Object obj) {
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.is$Mnnumber$Qu, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : obj), Lit713, "is a number?") == Boolean.FALSE) {
            obj = Lit141;
        } else if (z) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Lit711), Lit714, "format as decimal");
    }

    public class frame4 extends ModuleBody {
        Object $idList;
        Object $tokens;
        Object $watchlist;
        Object $watchlist$1;
        final ModuleMethod proc$Fn146 = new ModuleMethod(this, 17, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn147 = new ModuleMethod(this, 18, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn148 = new ModuleMethod(this, 19, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn151 = new ModuleMethod(this, 20, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            switch (moduleMethod.selector) {
                case 17:
                    return lambda147proc(obj);
                case 18:
                    return lambda148proc(obj);
                case 19:
                    return lambda149proc(obj);
                case 20:
                    return lambda152proc(obj);
                default:
                    return super.apply1(moduleMethod, obj);
            }
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 17:
                case 18:
                case 19:
                case 20:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                default:
                    return super.match1(moduleMethod, obj, callContext);
            }
        }

        public static Object lambda146proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "W~"), Screen1.Lit740, "string contains") == Boolean.FALSE) {
                return Values.empty;
            }
            SimpleSymbol simpleSymbol = Screen1.Lit741;
            SimpleSymbol simpleSymbol2 = Screen1.Lit742;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit743);
        }

        public Object lambda147proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("stream_id", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit749, "lookup in pairs"), "_"), Screen1.Lit750, "string contains") != Boolean.FALSE) {
                return Boolean.FALSE;
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnremove$Mnitem$Ex;
            Object obj2 = this.$watchlist$1;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj3 = this.$watchlist$1;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, runtime.callYailPrimitive(moduleMethod2, LList.list2(obj, obj3), Screen1.Lit751, "index in list")), Screen1.Lit752, "remove list item");
            SimpleSymbol simpleSymbol = Screen1.Lit160;
            SimpleSymbol simpleSymbol2 = Screen1.Lit169;
            Object obj4 = this.$watchlist$1;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("Watchlist", obj4), Screen1.Lit753);
        }

        public Object lambda148proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit754, "string contains") == Boolean.FALSE) {
                return Boolean.FALSE;
            }
            Object callYailPrimitive = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit755, "split"), Screen1.Lit711), Screen1.Lit756, "select list item"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NFO", Screen1.Lit711), Screen1.Lit757, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NSE", Screen1.Lit19), Screen1.Lit758, "make a pair")), Screen1.Lit759, "make a dictionary"), Component.CHIP_TYPE_ACTION), Screen1.Lit760, "dictionary lookup"), GetNamedPart.CAST_METHOD_NAME, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit761, "split"), Screen1.Lit19), Screen1.Lit762, "select list item")), Screen1.Lit763, "join");
            Object callYailPrimitive2 = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit764, "split"), Screen1.Lit711), Screen1.Lit765, "select list item"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NFO", "NSE_FO"), Screen1.Lit766, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NSE", "NSE_EQ"), Screen1.Lit767, "make a pair")), Screen1.Lit768, "make a dictionary"), ""), Screen1.Lit769, "dictionary lookup"), "|", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit770, "split"), Screen1.Lit711), Screen1.Lit771, "select list item")), Screen1.Lit772, "join");
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$tokens;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit773), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.string$Mnempty$Qu;
            Object obj3 = this.$tokens;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit773), " is not bound in the current context"), "Unbound Variable");
            }
            String str = runtime.callYailPrimitive(moduleMethod2, LList.list1(obj3), Screen1.Lit774, "is text empty?") == Boolean.FALSE ? "," : "";
            boolean z2 = callYailPrimitive instanceof Package;
            this.$tokens = runtime.callYailPrimitive(moduleMethod, LList.list3(obj2, str, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit775), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit776, "join");
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnset$Mnpair;
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj4 = this.$watchlist$1;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnindex;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnwalk;
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Screen1.Lit777, "make a list");
            Object obj5 = this.$watchlist$1;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod3, LList.list3("token", runtime.callYailPrimitive(moduleMethod4, LList.list2(obj4, runtime.callYailPrimitive(moduleMethod5, LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod6, LList.list2(callYailPrimitive3, obj5), Screen1.Lit778, "list by walking key path in dictionary")), Screen1.Lit779, "index in list")), Screen1.Lit780, "select list item"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit775), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit781, "set value for key in dictionary to value");
            ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnset$Mnpair;
            ModuleMethod moduleMethod8 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj6 = this.$watchlist$1;
            if (obj6 instanceof Package) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod9 = runtime.yail$Mnlist$Mnindex;
            Object signalRuntimeError2 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnwalk;
            Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Screen1.Lit782, "make a list");
            Object obj7 = this.$watchlist$1;
            if (obj7 instanceof Package) {
                obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod8, LList.list2(obj6, runtime.callYailPrimitive(moduleMethod9, LList.list2(signalRuntimeError2, runtime.callYailPrimitive(moduleMethod10, LList.list2(callYailPrimitive4, obj7), Screen1.Lit783, "list by walking key path in dictionary")), Screen1.Lit784, "index in list")), Screen1.Lit785, "select list item");
            Object obj8 = callYailPrimitive2;
            if (obj8 instanceof Package) {
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit786), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod7, LList.list3("instrument", callYailPrimitive5, obj8), Screen1.Lit787, "set value for key in dictionary to value");
        }

        public Object lambda149proc(Object obj) {
            frame5 frame5Var = new frame5();
            frame5Var.staticLink = this;
            frame5Var.$item = obj;
            if (runtime.processAndDelayed$V(new Object[]{frame5Var.lambda$Fn149, frame5Var.lambda$Fn150}) == Boolean.FALSE) {
                return Boolean.FALSE;
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnremove$Mnitem$Ex;
            Object obj2 = this.$watchlist;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnindex;
            Object signalRuntimeError = frame5Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame5Var.$item;
            Object obj3 = this.$watchlist;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, runtime.callYailPrimitive(moduleMethod2, LList.list2(signalRuntimeError, obj3), Screen1.Lit810, "index in list")), Screen1.Lit811, "remove list item");
            SimpleSymbol simpleSymbol = Screen1.Lit160;
            SimpleSymbol simpleSymbol2 = Screen1.Lit169;
            Object obj4 = this.$watchlist;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("Watchlist", obj4), Screen1.Lit812);
        }

        public Object lambda152proc(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit813, "dictionary lookup");
            Object obj3 = this.$idList;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit814), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, obj3), Screen1.Lit815, "is in list?") == Boolean.FALSE) {
                ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
                Object obj4 = this.$idList;
                if (obj4 instanceof Package) {
                    obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit814), " is not bound in the current context"), "Unbound Variable");
                }
                runtime.callYailPrimitive(moduleMethod2, LList.list2(obj4, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit819, "dictionary lookup")), Screen1.Lit820, "add items to list");
                runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit821, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnalist$Mnto$Mndict, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2), Screen1.Lit822, "convert an alist to a dictionary")), Screen1.Lit823, "add items to list");
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit825, "dictionary lookup");
                if (z) {
                    obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
                }
                return applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive2, obj2, runtime.lookupInCurrentFormEnvironment(Screen1.Lit826));
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnremove$Mnitem$Ex;
            Object obj5 = this.$watchlist;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj6 = this.$watchlist;
            if (obj6 instanceof Package) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod3, LList.list2(obj5, runtime.callYailPrimitive(moduleMethod4, LList.list2(obj2, obj6), Screen1.Lit816, "index in list")), Screen1.Lit817, "remove list item");
            SimpleSymbol simpleSymbol = Screen1.Lit160;
            SimpleSymbol simpleSymbol2 = Screen1.Lit169;
            Object obj7 = this.$watchlist;
            if (obj7 instanceof Package) {
                obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("Watchlist", obj7), Screen1.Lit818);
        }
    }

    public class frame6 extends ModuleBody {
        Object $idList;
        Object $tokens;
        Object $watchlist;
        Object $watchlist$1;
        final ModuleMethod proc$Fn155 = new ModuleMethod(this, 23, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn156 = new ModuleMethod(this, 24, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn157 = new ModuleMethod(this, 25, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn160 = new ModuleMethod(this, 26, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            switch (moduleMethod.selector) {
                case 23:
                    return lambda156proc(obj);
                case 24:
                    return lambda157proc(obj);
                case 25:
                    return lambda158proc(obj);
                case 26:
                    return lambda161proc(obj);
                default:
                    return super.apply1(moduleMethod, obj);
            }
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 23:
                case 24:
                case 25:
                case 26:
                    callContext.value1 = obj;
                    callContext.proc = moduleMethod;
                    callContext.pc = 1;
                    return 0;
                default:
                    return super.match1(moduleMethod, obj, callContext);
            }
        }

        public static Object lambda155proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "W~"), Screen1.Lit830, "string contains") == Boolean.FALSE) {
                return Values.empty;
            }
            SimpleSymbol simpleSymbol = Screen1.Lit741;
            SimpleSymbol simpleSymbol2 = Screen1.Lit742;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit831);
        }

        public Object lambda156proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("stream_id", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit835, "lookup in pairs"), "_"), Screen1.Lit836, "string contains") != Boolean.FALSE) {
                return Boolean.FALSE;
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnremove$Mnitem$Ex;
            Object obj2 = this.$watchlist$1;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj3 = this.$watchlist$1;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, runtime.callYailPrimitive(moduleMethod2, LList.list2(obj, obj3), Screen1.Lit837, "index in list")), Screen1.Lit838, "remove list item");
            SimpleSymbol simpleSymbol = Screen1.Lit160;
            SimpleSymbol simpleSymbol2 = Screen1.Lit169;
            Object obj4 = this.$watchlist$1;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("Watchlist", obj4), Screen1.Lit839);
        }

        public Object lambda157proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit840, "string contains") == Boolean.FALSE) {
                return Boolean.FALSE;
            }
            Object callYailPrimitive = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit841, "split"), Screen1.Lit711), Screen1.Lit842, "select list item"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NFO", Screen1.Lit711), Screen1.Lit843, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NSE", Screen1.Lit19), Screen1.Lit844, "make a pair")), Screen1.Lit845, "make a dictionary"), Component.CHIP_TYPE_ACTION), Screen1.Lit846, "dictionary lookup"), GetNamedPart.CAST_METHOD_NAME, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit847, "split"), Screen1.Lit19), Screen1.Lit848, "select list item")), Screen1.Lit849, "join");
            Object callYailPrimitive2 = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit850, "split"), Screen1.Lit711), Screen1.Lit851, "select list item"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NFO", "NSE_FO"), Screen1.Lit852, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NSE", "NSE_EQ"), Screen1.Lit853, "make a pair")), Screen1.Lit854, "make a dictionary"), ""), Screen1.Lit855, "dictionary lookup"), "|", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "_"), Screen1.Lit856, "split"), Screen1.Lit711), Screen1.Lit857, "select list item")), Screen1.Lit858, "join");
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$tokens;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit773), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.string$Mnempty$Qu;
            Object obj3 = this.$tokens;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit773), " is not bound in the current context"), "Unbound Variable");
            }
            String str = runtime.callYailPrimitive(moduleMethod2, LList.list1(obj3), Screen1.Lit859, "is text empty?") == Boolean.FALSE ? "," : "";
            boolean z2 = callYailPrimitive instanceof Package;
            this.$tokens = runtime.callYailPrimitive(moduleMethod, LList.list3(obj2, str, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit775), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit860, "join");
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnset$Mnpair;
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj4 = this.$watchlist$1;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnindex;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnwalk;
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Screen1.Lit861, "make a list");
            Object obj5 = this.$watchlist$1;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod3, LList.list3("token", runtime.callYailPrimitive(moduleMethod4, LList.list2(obj4, runtime.callYailPrimitive(moduleMethod5, LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod6, LList.list2(callYailPrimitive3, obj5), Screen1.Lit862, "list by walking key path in dictionary")), Screen1.Lit863, "index in list")), Screen1.Lit864, "select list item"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit775), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit865, "set value for key in dictionary to value");
            ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnset$Mnpair;
            ModuleMethod moduleMethod8 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj6 = this.$watchlist$1;
            if (obj6 instanceof Package) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod9 = runtime.yail$Mnlist$Mnindex;
            Object signalRuntimeError2 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnwalk;
            Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Screen1.Lit866, "make a list");
            Object obj7 = this.$watchlist$1;
            if (obj7 instanceof Package) {
                obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod8, LList.list2(obj6, runtime.callYailPrimitive(moduleMethod9, LList.list2(signalRuntimeError2, runtime.callYailPrimitive(moduleMethod10, LList.list2(callYailPrimitive4, obj7), Screen1.Lit867, "list by walking key path in dictionary")), Screen1.Lit868, "index in list")), Screen1.Lit869, "select list item");
            Object obj8 = callYailPrimitive2;
            if (obj8 instanceof Package) {
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit786), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod7, LList.list3("instrument", callYailPrimitive5, obj8), Screen1.Lit870, "set value for key in dictionary to value");
        }

        public Object lambda158proc(Object obj) {
            frame7 frame7Var = new frame7();
            frame7Var.staticLink = this;
            frame7Var.$item = obj;
            if (runtime.processAndDelayed$V(new Object[]{frame7Var.lambda$Fn158, frame7Var.lambda$Fn159}) == Boolean.FALSE) {
                return Boolean.FALSE;
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnremove$Mnitem$Ex;
            Object obj2 = this.$watchlist;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnindex;
            Object signalRuntimeError = frame7Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame7Var.$item;
            Object obj3 = this.$watchlist;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, runtime.callYailPrimitive(moduleMethod2, LList.list2(signalRuntimeError, obj3), Screen1.Lit888, "index in list")), Screen1.Lit889, "remove list item");
            SimpleSymbol simpleSymbol = Screen1.Lit160;
            SimpleSymbol simpleSymbol2 = Screen1.Lit169;
            Object obj4 = this.$watchlist;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("Watchlist", obj4), Screen1.Lit890);
        }

        public Object lambda161proc(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit891, "dictionary lookup");
            Object obj3 = this.$idList;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit814), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, obj3), Screen1.Lit892, "is in list?") == Boolean.FALSE) {
                ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
                Object obj4 = this.$idList;
                if (obj4 instanceof Package) {
                    obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit814), " is not bound in the current context"), "Unbound Variable");
                }
                runtime.callYailPrimitive(moduleMethod2, LList.list2(obj4, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit896, "dictionary lookup")), Screen1.Lit897, "add items to list");
                runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit821, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnalist$Mnto$Mndict, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2), Screen1.Lit898, "convert an alist to a dictionary")), Screen1.Lit899, "add items to list");
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit900, "dictionary lookup");
                if (z) {
                    obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
                }
                return applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive2, obj2, runtime.lookupInCurrentFormEnvironment(Screen1.Lit826));
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnremove$Mnitem$Ex;
            Object obj5 = this.$watchlist;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj6 = this.$watchlist;
            if (obj6 instanceof Package) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod3, LList.list2(obj5, runtime.callYailPrimitive(moduleMethod4, LList.list2(obj2, obj6), Screen1.Lit893, "index in list")), Screen1.Lit894, "remove list item");
            SimpleSymbol simpleSymbol = Screen1.Lit160;
            SimpleSymbol simpleSymbol2 = Screen1.Lit169;
            Object obj7 = this.$watchlist;
            if (obj7 instanceof Package) {
                obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit746), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("Watchlist", obj7), Screen1.Lit895);
        }
    }

    static Object lambda142() {
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "ed_load started");
        if (runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("cguid", ""), Lit716), ""), Lit717, "not =") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit718, Lit719, Lit435, Lit720);
            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "existing cgui");
            runtime.addGlobalVarToCurrentFormEnvironment(Lit35, runtime.callComponentMethod(Lit160, Lit161, LList.list2("cguid", ""), Lit721));
            return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit206, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.FALSE), Lit722)), Lit723, "not"));
        }
        runtime.setAndCoerceProperty$Ex(Lit543, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit172, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit724, Lit725, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0005\t\u001c\u0013\u0005N_T\u0012\u0002\u0017E\u0010\t\u001e\u0002\u0010\f\u000f\u0016\u0007\b\u0014\u0003[\u0006\u001f\u0016A", "pasyolgm"), Lit726, "deobfuscate text")), Lit727);
        return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit730, "new_cguid"), Lit731);
    }

    static Procedure lambda143() {
        return lambda$Fn143;
    }

    static Object lambda144() {
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "ed_load started");
        if (runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("cguid", ""), Lit732), ""), Lit733, "not =") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit718, Lit719, Lit435, Lit720);
            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "existing cgui");
            runtime.addGlobalVarToCurrentFormEnvironment(Lit35, runtime.callComponentMethod(Lit160, Lit161, LList.list2("cguid", ""), Lit734));
            return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit206, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.FALSE), Lit735)), Lit736, "not"));
        }
        runtime.setAndCoerceProperty$Ex(Lit543, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit172, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit724, Lit725, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0005\t\u001c\u0013\u0005N_T\u0012\u0002\u0017E\u0010\t\u001e\u0002\u0010\f\u000f\u0016\u0007\b\u0014\u0003[\u0006\u001f\u0016A", "pasyolgm"), Lit737, "deobfuscate text")), Lit738);
        return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit730, "new_cguid"), Lit739);
    }

    public class frame5 extends ModuleBody {
        Object $item;
        final ModuleMethod lambda$Fn149 = new ModuleMethod(this, 15, null, 0);
        final ModuleMethod lambda$Fn150 = new ModuleMethod(this, 16, null, 0);
        frame4 staticLink;

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 15 ? i != 16 ? super.apply0(moduleMethod) : lambda151() : lambda150();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 15 && i != 16) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda150() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("entity_type", obj, ""), Screen1.Lit799, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option,Future"), Screen1.Lit800, "list from csv row")), Screen1.Lit801, "is in list?");
        }

        Object lambda151() {
            NumberCompare numberCompare = Scheme.numLss;
            SimpleSymbol simpleSymbol = Screen1.Lit198;
            SimpleSymbol simpleSymbol2 = Screen1.Lit802;
            SimpleSymbol simpleSymbol3 = Screen1.Lit198;
            SimpleSymbol simpleSymbol4 = Screen1.Lit803;
            Object callComponentMethod = runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty);
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit804, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list3("search_id", obj, "test-01-jan-'00"), Screen1.Lit805, "dictionary lookup");
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj2 = this.$item;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2(callComponentMethod, applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, obj2, "test 01 sep 00 call"), Screen1.Lit806, "dictionary lookup"))), Screen1.Lit807)), Screen1.Lit808), Screen1.Lit141), Screen1.Lit809, "<");
        }
    }

    public class frame7 extends ModuleBody {
        Object $item;
        final ModuleMethod lambda$Fn158 = new ModuleMethod(this, 21, null, 0);
        final ModuleMethod lambda$Fn159 = new ModuleMethod(this, 22, null, 0);
        frame6 staticLink;

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 21 ? i != 22 ? super.apply0(moduleMethod) : lambda160() : lambda159();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 21 && i != 22) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda159() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("entity_type", obj, ""), Screen1.Lit880, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option,Future"), Screen1.Lit881, "list from csv row")), Screen1.Lit882, "is in list?");
        }

        Object lambda160() {
            NumberCompare numberCompare = Scheme.numLss;
            SimpleSymbol simpleSymbol = Screen1.Lit198;
            SimpleSymbol simpleSymbol2 = Screen1.Lit802;
            SimpleSymbol simpleSymbol3 = Screen1.Lit198;
            SimpleSymbol simpleSymbol4 = Screen1.Lit803;
            Object callComponentMethod = runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty);
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit804, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list3("search_id", obj, "test-01-jan-'00"), Screen1.Lit883, "dictionary lookup");
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj2 = this.$item;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2(callComponentMethod, applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, obj2, "test 01 sep 00 call"), Screen1.Lit884, "dictionary lookup"))), Screen1.Lit885)), Screen1.Lit886), Screen1.Lit141), Screen1.Lit887, "<");
        }
    }

    static Object lambda145() {
        frame4 frame4Var = new frame4();
        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
        runtime.yailForEach(proc$Fn145, runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty));
        SimpleSymbol simpleSymbol = Lit135;
        frame4Var.$watchlist$1 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit745);
        frame4Var.$tokens = "";
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(frame4Var.$watchlist$1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame4Var.$watchlist$1), Lit747, "is list empty?")), Lit748, "not") != Boolean.FALSE) {
            ModuleMethod moduleMethod = frame4Var.proc$Fn146;
            runtime.yailForEach(frame4Var.proc$Fn146, frame4Var.$watchlist$1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame4Var.$watchlist$1);
            ModuleMethod moduleMethod2 = frame4Var.proc$Fn147;
            runtime.yailForEach(frame4Var.proc$Fn147, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Lit788, "make a list"), frame4Var.$watchlist$1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame4Var.$watchlist$1), Lit789, "list by walking key path in dictionary"));
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("Watchlist", frame4Var.$watchlist$1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame4Var.$watchlist$1), Lit790);
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, frame4Var.$tokens instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit773), " is not bound in the current context"), "Unbound Variable") : frame4Var.$tokens);
        runtime.setAndCoerceProperty$Ex(Lit791, Lit172, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit792)), Lit793, "is list empty?"), Lit173);
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit794);
        frame4Var.$idList = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
        frame4Var.$watchlist = callComponentMethod;
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(frame4Var.$watchlist instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame4Var.$watchlist), Lit796, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit797)), Lit798, "join"), Lit9);
        ModuleMethod moduleMethod3 = frame4Var.proc$Fn148;
        runtime.yailForEach(frame4Var.proc$Fn148, frame4Var.$watchlist instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame4Var.$watchlist);
        ModuleMethod moduleMethod4 = frame4Var.proc$Fn151;
        runtime.yailForEach(frame4Var.proc$Fn151, runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit827));
        return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit828, "Refresh"), Lit829);
    }

    static Procedure lambda153() {
        return lambda$Fn153;
    }

    static Object lambda154() {
        frame6 frame6Var = new frame6();
        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
        runtime.yailForEach(proc$Fn154, runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty));
        SimpleSymbol simpleSymbol = Lit135;
        frame6Var.$watchlist$1 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit832);
        frame6Var.$tokens = "";
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(frame6Var.$watchlist$1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame6Var.$watchlist$1), Lit833, "is list empty?")), Lit834, "not") != Boolean.FALSE) {
            ModuleMethod moduleMethod = frame6Var.proc$Fn155;
            runtime.yailForEach(frame6Var.proc$Fn155, frame6Var.$watchlist$1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame6Var.$watchlist$1);
            ModuleMethod moduleMethod2 = frame6Var.proc$Fn156;
            runtime.yailForEach(frame6Var.proc$Fn156, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Lit871, "make a list"), frame6Var.$watchlist$1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame6Var.$watchlist$1), Lit872, "list by walking key path in dictionary"));
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("Watchlist", frame6Var.$watchlist$1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame6Var.$watchlist$1), Lit873);
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, frame6Var.$tokens instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit773), " is not bound in the current context"), "Unbound Variable") : frame6Var.$tokens);
        runtime.setAndCoerceProperty$Ex(Lit791, Lit172, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit874)), Lit875, "is list empty?"), Lit173);
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit876);
        frame6Var.$idList = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
        frame6Var.$watchlist = callComponentMethod;
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(frame6Var.$watchlist instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame6Var.$watchlist), Lit877, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit878)), Lit879, "join"), Lit9);
        ModuleMethod moduleMethod3 = frame6Var.proc$Fn157;
        runtime.yailForEach(frame6Var.proc$Fn157, frame6Var.$watchlist instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : frame6Var.$watchlist);
        ModuleMethod moduleMethod4 = frame6Var.proc$Fn160;
        runtime.yailForEach(frame6Var.proc$Fn160, runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit901));
        return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit828, "Refresh"), Lit902);
    }

    static Object lambda162(Object obj, Object obj2) {
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr[1] = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit904, "make a list")), Lit905, "make a list");
        objArr[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("'*+\"!nvt.224.5%:+! .)-=e0)(-&) \u0003\u0006\rQ\u0011\u001d\u0019V\rVY\u0016\u0019\u0019\u0013\u0004\r\u000b\u001dU\u0011\u000b\u0003\u0007>\u0007Y\f\u000f\u0013Q", "qccihmal"), Lit906, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit907, "join");
        ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit527), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list3("{\"email\":\"[email]\",\"password\":\"[pwd]\",\"returnSecureToken\":true}", "[email]", obj), Lit908, "replace all");
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit529), " is not bound in the current context"), "Unbound Variable");
        }
        objArr[3] = runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, "[pwd]", obj2), Lit909, "replace all");
        objArr[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
        return applyToArgs.applyN(objArr);
    }

    static Procedure lambda163() {
        return lambda$Fn163;
    }

    static Object lambda164(Object obj, Object obj2) {
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr[1] = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit910, "make a list")), Lit911, "make a list");
        objArr[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("'*+\"!nvt.224.5%:+! .)-=e0)(-&) \u0003\u0006\rQ\u0011\u001d\u0019V\rVY\u0016\u0019\u0019\u0013\u0004\r\u000b\u001dU\u0011\u000b\u0003\u0007>\u0007Y\f\u000f\u0013Q", "qccihmal"), Lit912, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit913, "join");
        ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit527), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list3("{\"email\":\"[email]\",\"password\":\"[pwd]\",\"returnSecureToken\":true}", "[email]", obj), Lit914, "replace all");
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit529), " is not bound in the current context"), "Unbound Variable");
        }
        objArr[3] = runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, "[pwd]", obj2), Lit915, "replace all");
        objArr[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
        return applyToArgs.applyN(objArr);
    }

    static Object lambda165() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda166(Object obj, Object obj2, Object obj3) {
        Object signalRuntimeError;
        Object obj4;
        Object obj5;
        Object obj6;
        Object obj7;
        Object obj8;
        boolean z;
        Object obj9;
        Object obj10;
        Object obj11;
        Object obj12;
        frame8 frame8Var;
        SimpleSymbol simpleSymbol;
        Object obj13;
        Object obj14;
        Object obj15;
        Object callYailPrimitive;
        Object obj16;
        Object obj17;
        Object obj18;
        Object obj19;
        Object obj20;
        Object obj21;
        Object obj22;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        Object obj23;
        boolean z2;
        Object obj24;
        frame8 frame8Var2;
        Object obj25;
        frame8 frame8Var3;
        AddOp addOp;
        Pair list2;
        PairWithPosition pairWithPosition2;
        frame8 frame8Var4 = new frame8();
        frame8Var4.$jsonitem = obj2;
        boolean z3 = obj3 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.lookupInCurrentFormEnvironment(Lit826)), Lit918, "=") != Boolean.FALSE) {
            signalRuntimeError = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("W~", obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj), Lit919, "join");
        } else {
            signalRuntimeError = obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
        }
        SimpleSymbol simpleSymbol2 = Lit741;
        SimpleSymbol simpleSymbol3 = Lit742;
        ModuleMethod moduleMethod2 = strings.string$Mnappend;
        boolean z4 = signalRuntimeError instanceof Package;
        Object obj26 = signalRuntimeError;
        if (z4) {
            signalRuntimeError = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2("CV", signalRuntimeError), Lit920, "join")), Lit921);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit922, "join")), Lit923);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit924, "join")), Lit925);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit926, "join")), Lit927);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("line", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit928, "join")), Lit929);
        runtime.callComponentMethod(Lit741, Lit930, LList.list3(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.lookupInCurrentFormEnvironment(Lit931), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit932, "join")), Lit933);
        SimpleSymbol simpleSymbol4 = Lit741;
        runtime.callComponentMethod(simpleSymbol4, Lit930, LList.list3(runtime.callComponentMethod(simpleSymbol4, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit935, "join")), Lit936), runtime.lookupInCurrentFormEnvironment(Lit937), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit938, "join")), Lit939);
        SimpleSymbol simpleSymbol5 = Lit741;
        runtime.callComponentMethod(simpleSymbol5, Lit930, LList.list3(runtime.callComponentMethod(simpleSymbol5, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit940, "join")), Lit941), runtime.lookupInCurrentFormEnvironment(Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit943, "join")), Lit944);
        SimpleSymbol simpleSymbol6 = Lit741;
        runtime.callComponentMethod(simpleSymbol6, Lit930, LList.list3(runtime.callComponentMethod(simpleSymbol6, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit945, "join")), Lit946), runtime.lookupInCurrentFormEnvironment(Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit947, "join")), Lit948);
        SimpleSymbol simpleSymbol7 = Lit741;
        runtime.callComponentMethod(simpleSymbol7, Lit930, LList.list3(runtime.callComponentMethod(simpleSymbol7, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit949, "join")), Lit950), runtime.lookupInCurrentFormEnvironment(Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit951, "join")), Lit952);
        runtime.callComponentMethod(Lit741, Lit930, LList.list3(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.lookupInCurrentFormEnvironment(Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("line", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit953, "join")), Lit954);
        SimpleSymbol simpleSymbol8 = Lit741;
        runtime.callComponentMethod(simpleSymbol8, Lit955, LList.list2(runtime.callComponentMethod(simpleSymbol8, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit956, "join")), Lit957), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{ \t\"AlignHorizontal\": 3, \t\"ContentPaddingBottom\": 0, \t\"ContentPaddingTop\": 0, \t\"ContentPaddingLeft\": 0, \t\"ContentPaddingRight\": 0, \t\"CornerRadius\": 30, \t\"Width\": -2, \t\"Height\": -1, \t\"LongClickable\": \"True\", \t\"FullClickable\": \"True\", \t\"Elevation\": 0 }"), Lit958)), Lit959);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit960, "join")), Lit961), Lit962, Lit963, runtime.callComponentMethod(Lit160, Lit161, LList.list2("Level1BG", Lit964), Lit965), Lit720);
        SimpleSymbol simpleSymbol9 = Lit741;
        runtime.callComponentMethod(simpleSymbol9, Lit955, LList.list2(runtime.callComponentMethod(simpleSymbol9, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit966, "join")), Lit967), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{ \t\"AlignVertical\": 2, \t\"Height\": -2, \t\"Width\": -2 }"), Lit968)), Lit969);
        SimpleSymbol simpleSymbol10 = Lit741;
        runtime.callComponentMethod(simpleSymbol10, Lit955, LList.list2(runtime.callComponentMethod(simpleSymbol10, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit970, "join")), Lit971), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{ \t\"HTMLFormat\": \"True\", \t\"TextAlignment\": 0, \t\"Width\": -2 }"), Lit972)), Lit973);
        SimpleSymbol simpleSymbol11 = Lit741;
        runtime.callComponentMethod(simpleSymbol11, Lit955, LList.list2(runtime.callComponentMethod(simpleSymbol11, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit974, "join")), Lit975), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{ \t\"HTMLFormat\": \"True\", \t\"TextAlignment\": 2, \t\"Width\": -1 }"), Lit976)), Lit977);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit978, "join")), Lit979), Lit980, Lit981, runtime.callComponentMethod(Lit160, Lit161, LList.list2("exeFontSize", Lit982), Lit983), Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit984, "join")), Lit985), Lit980, Lit981, runtime.callComponentMethod(Lit160, Lit161, LList.list2("exeFontSize", Lit982), Lit986), Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit987, "join")), Lit988), Lit980, Lit989, runtime.callComponentMethod(Lit160, Lit161, LList.list2("HighlightText", Lit990), Lit991), Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit992, "join")), Lit993), Lit980, Lit989, runtime.callComponentMethod(Lit160, Lit161, LList.list2("HighlightText", Lit994), Lit995), Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("line", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit996, "join")), Lit997), Lit980, Lit989, runtime.callComponentMethod(Lit160, Lit161, LList.list2("LightText", Lit998), Lit999), Lit720);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.lookupInCurrentFormEnvironment(Lit826)), Lit1000, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnindex;
            obj6 = "line";
            obj5 = "=";
            Object signalRuntimeError2 = obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnwalk;
            obj7 = NotificationCompat.CATEGORY_STATUS;
            obj10 = "dictionary lookup";
            obj11 = "";
            obj4 = "list from csv row";
            Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2(signalRuntimeError2, runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1001, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1002)), Lit1003, "list by walking key path in dictionary")), Lit1004, "index in list");
            z = z4;
            boolean z5 = callYailPrimitive2 instanceof Package;
            runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1005, "join")), Lit1006), Lit980, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<br><big>{ticker}</big><br><small><font color=gray>{id} {type}</font></small><br>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{ticker},{id},{type}"), Lit1008, obj4), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE), Lit1009, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1010)), Lit1011, "list by walking key path in dictionary"), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1012), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit1013, "select list item"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1014, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1015)), Lit1016, "list by walking key path in dictionary"), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1012), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit1017, "select list item"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "entity_type"), Lit1018, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1019)), Lit1020, "list by walking key path in dictionary"), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1012), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit1021, "select list item")), Lit1022, "make a list")), Lit9);
            obj8 = "R";
            obj9 = "join";
            runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj8, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1023, obj9)), Lit1024), Lit980, Lit6, "<font color=gray>...</font>", Lit9);
        } else {
            obj4 = "list from csv row";
            obj5 = "=";
            obj6 = "line";
            obj7 = NotificationCompat.CATEGORY_STATUS;
            obj8 = "R";
            z = z4;
            obj9 = "join";
            obj10 = "dictionary lookup";
            obj11 = "";
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list3(runtime.lookupInCurrentFormEnvironment(Lit1025), runtime.lookupInCurrentFormEnvironment(Lit1026), runtime.lookupInCurrentFormEnvironment(Lit1027)), Lit1028, "make a list")), Lit1029, "is in list?") != Boolean.FALSE) {
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj8, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1030, obj9)), Lit1031), Lit980, Lit6, "<font color=gray>...</font>", Lit9);
                Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1032, obj9)), Lit1033);
                SimpleSymbol simpleSymbol12 = Lit980;
                SimpleSymbol simpleSymbol13 = Lit6;
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{lotsize},{ordertype},{qty},{transcolor},{transtype},{symbol},{type},{entryltp},{enterTS}"), Lit1034, obj4);
                ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
                ModuleMethod moduleMethod6 = strings.string$Mnappend;
                ModuleMethod moduleMethod7 = runtime.string$Mnempty$Qu;
                ModuleMethod moduleMethod8 = runtime.yail$Mndictionary$Mnlookup;
                obj12 = obj8;
                frame8Var = frame8Var4;
                if (frame8Var.$jsonitem instanceof Package) {
                    simpleSymbol = simpleSymbol12;
                    obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable");
                } else {
                    simpleSymbol = simpleSymbol12;
                    obj13 = frame8Var.$jsonitem;
                }
                obj14 = obj11;
                obj15 = obj10;
                if (runtime.callYailPrimitive(moduleMethod7, LList.list1(runtime.callYailPrimitive(moduleMethod8, LList.list3("lotSize", obj13, obj14), Lit1036, obj15)), Lit1037, "is text empty?") != Boolean.FALSE) {
                    callYailPrimitive = Component.CHIP_TYPE_ACTION;
                } else {
                    callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame8Var.$jsonitem, Component.CHIP_TYPE_ACTION), Lit1038, obj15);
                }
                Pair list1 = LList.list1(callYailPrimitive);
                obj16 = " is not bound in the current context";
                obj17 = "The variable ";
                LList.chain1(LList.chain4(list1, " ", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ordertype", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame8Var.$jsonitem, "MKT"), Lit1039, obj15), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list4(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("MKT", "MARKET"), Lit1040, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("PRC", "PRACTICE"), Lit1041, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("LMT", "LIMIT"), Lit1042, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ADV", "ADVANCED"), Lit1043, "make a pair")), Lit1044, "make a dictionary"), obj14), Lit1045, obj15), " ", obj14), obj14);
                Pair list12 = LList.list1(runtime.callYailPrimitive(moduleMethod6, list1, Lit1046, obj9));
                ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnlookup;
                ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnlookup;
                if (frame8Var.$jsonitem instanceof Package) {
                    obj18 = "Unbound Variable";
                    obj19 = runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18);
                } else {
                    obj18 = "Unbound Variable";
                    obj19 = frame8Var.$jsonitem;
                }
                obj20 = obj9;
                obj21 = obj7;
                obj22 = obj5;
                Pair chain4 = LList.chain4(list12, runtime.callYailPrimitive(moduleMethod9, LList.list3(runtime.callYailPrimitive(moduleMethod10, LList.list3(obj21, obj19, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit152), obj16), obj18) : obj, "O~", obj14), Lit1047, "replace all")), Lit1048), obj14), Lit1049, obj15)), Lit1050, obj15), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list4(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("INACTIVE", "<font color=#ff453a>CLOSED</font>"), Lit1051, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("PENDING", "<font color=#FFA500>OPEN</font>"), Lit1052, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ACTIVE", "<font color=#69ad30>ACTIVE</font>"), Lit1053, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("CANCELLED", "<font color=#ff453a>CANCELLED</font>"), Lit1054, "make a pair")), Lit1055, "make a dictionary"), obj14), Lit1056, obj15), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Qty", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1057, obj15), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1058, obj15), "BUY"), Lit1059, obj22) != Boolean.FALSE ? "#0096FF" : "red", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1060, obj15));
                Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("sid", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1061, obj15);
                Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("type", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1062, obj15);
                ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                if (runtime.processAndDelayed$V(new Object[]{frame8Var.lambda$Fn166, frame8Var.lambda$Fn167}) != Boolean.FALSE) {
                    moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                    list3 = LList.list3("pendingLTP", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14);
                    pairWithPosition = Lit1068;
                } else {
                    moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                    list3 = LList.list3("EntryLTP", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14);
                    pairWithPosition = Lit1069;
                }
                LList.chain4(chain4, callYailPrimitive4, callYailPrimitive5, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, obj15)), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryTS", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1070, obj15));
                obj23 = "make a list";
                runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol, simpleSymbol13, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<font color={transcolor}>{transtype}</font><font color=gray>&#160;&#160;{qty}&#160;&#160;/&#160;{lotsize}</font> {ordertype}</small><br>{symbol}<br><small><font color=gray>{type} Avg. </font></small>{entryltp}<br><small><font color=gray>{enterTS}</font></small>", callYailPrimitive3, runtime.callYailPrimitive(moduleMethod5, list12, Lit1071, obj23)), Lit9);
                z2 = obj instanceof Package;
                Object obj27 = obj23;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, !(frame8Var.$jsonitem instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(!z2 ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit152), obj16), obj18) : obj, "O~", obj14), Lit1072, "replace all")), Lit1073), obj14), Lit1074, obj15)), Lit1075, obj15), "INACTIVE"), Lit1076, obj22) == Boolean.FALSE) {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1077, obj15), "SELL"), Lit1078, obj22) != Boolean.FALSE) {
                        addOp = AddOp.$Mn;
                        list2 = LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1079, obj15)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1080, obj15)));
                        pairWithPosition2 = Lit1081;
                    } else {
                        addOp = AddOp.$Mn;
                        list2 = LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1082, obj15)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1083, obj15)));
                        pairWithPosition2 = Lit1084;
                    }
                    runtime.callYailPrimitive(addOp, list2, pairWithPosition2, "-");
                    Object obj28 = obj20;
                    Object callComponentMethod2 = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj12, z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1085, obj28)), Lit1086);
                    SimpleSymbol simpleSymbol14 = Lit980;
                    SimpleSymbol simpleSymbol15 = Lit6;
                    ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{PL},{LTP},{PLPCT},{TOTPL},{CLR}"), Lit1087, obj4);
                    ModuleMethod moduleMethod11 = runtime.make$Mnyail$Mnlist;
                    Pair list13 = LList.list1(obj14);
                    obj24 = obj28;
                    LList.chain4(list13, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1088, obj15)), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPLPCR", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1089, obj15), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1090, obj15)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, obj14), Lit1092, obj15)));
                    runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod2, simpleSymbol14, simpleSymbol15, applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, "<font color={CLR}>{TOTPL}</font><BR><font color=gray>{PL} ({PLPCT}%)</font><br><small><font color=gray>Exit LTP</font></small> {LTP}", callYailPrimitive6, runtime.callYailPrimitive(moduleMethod11, list13, Lit1093, obj27)), Lit9);
                    frame8Var3 = frame8Var;
                } else {
                    Object obj29 = obj12;
                    Object obj30 = obj4;
                    obj24 = obj20;
                    ModuleMethod moduleMethod12 = runtime.yail$Mnequal$Qu;
                    ModuleMethod moduleMethod13 = runtime.yail$Mndictionary$Mnlookup;
                    Object signalRuntimeError3 = frame8Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem;
                    ModuleMethod moduleMethod14 = runtime.yail$Mndictionary$Mnlookup;
                    SimpleSymbol simpleSymbol16 = Lit150;
                    SimpleSymbol simpleSymbol17 = Lit151;
                    ModuleMethod moduleMethod15 = runtime.string$Mnreplace$Mnall;
                    if (z2) {
                        frame8Var2 = frame8Var;
                        obj25 = runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit152), obj16), obj18);
                    } else {
                        frame8Var2 = frame8Var;
                        obj25 = obj;
                    }
                    if (runtime.callYailPrimitive(moduleMethod12, LList.list2(runtime.callYailPrimitive(moduleMethod13, LList.list3(obj21, signalRuntimeError3, runtime.callYailPrimitive(moduleMethod14, LList.list3(obj21, runtime.callComponentMethod(simpleSymbol16, simpleSymbol17, LList.list1(runtime.callYailPrimitive(moduleMethod15, LList.list3(obj25, "O~", obj14), Lit1094, "replace all")), Lit1095), obj14), Lit1096, obj15)), Lit1097, obj15), "CANCELLED"), Lit1098, obj22) != Boolean.FALSE) {
                        frame8Var3 = frame8Var2;
                        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj29, z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1099, obj24)), Lit1100), Lit980, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<BR><font color=gray>Lmt Amt<br>{pendingLTP}</font><small><font color=gray></font></small>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{pendingLTP},{LTP},{PLPCT},{TOTPL}"), Lit1101, obj30), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame8Var3.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var3.$jsonitem, obj14), Lit1102, obj15)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", frame8Var3.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var3.$jsonitem, obj14), Lit1103, obj15)), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPLPCR", frame8Var3.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var3.$jsonitem, obj14), Lit1104, obj15), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame8Var3.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var3.$jsonitem, obj14), Lit1105, obj15)), Lit1106, obj27)), Lit9);
                    } else {
                        frame8Var3 = frame8Var2;
                    }
                }
                Object obj31 = obj6;
                Object obj32 = obj24;
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj31, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1107, obj32)), Lit1108), Lit980, Lit963, Lit1109, Lit720);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj31, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1110, obj32)), Lit1111), Lit980, Lit1112, Lit19, Lit720);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj31, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1113, obj32)), Lit1114), Lit980, Lit1115, Lit1116, Lit720);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1117, obj32)), Lit1118), Lit980, Lit172, Boolean.FALSE, Lit173);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1119, obj32)), Lit1120), Lit980, Lit6, !(frame8Var3.$jsonitem instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var3.$jsonitem, Lit9);
                return runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj31, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1121, obj32)), Lit1122), Lit980, Lit6, obj14, Lit9);
            }
        }
        obj12 = obj8;
        obj16 = " is not bound in the current context";
        obj17 = "The variable ";
        obj20 = obj9;
        obj23 = "make a list";
        frame8Var = frame8Var4;
        obj22 = obj5;
        obj21 = obj7;
        obj15 = obj10;
        obj14 = obj11;
        obj18 = "Unbound Variable";
        z2 = obj instanceof Package;
        Object obj272 = obj23;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, !(frame8Var.$jsonitem instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var.$jsonitem, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(!z2 ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit152), obj16), obj18) : obj, "O~", obj14), Lit1072, "replace all")), Lit1073), obj14), Lit1074, obj15)), Lit1075, obj15), "INACTIVE"), Lit1076, obj22) == Boolean.FALSE) {
        }
        Object obj312 = obj6;
        Object obj322 = obj24;
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj312, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1107, obj322)), Lit1108), Lit980, Lit963, Lit1109, Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj312, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1110, obj322)), Lit1111), Lit980, Lit1112, Lit19, Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj312, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1113, obj322)), Lit1114), Lit980, Lit1115, Lit1116, Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1117, obj322)), Lit1118), Lit980, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1119, obj322)), Lit1120), Lit980, Lit6, !(frame8Var3.$jsonitem instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame8Var3.$jsonitem, Lit9);
        return runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj312, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1121, obj322)), Lit1122), Lit980, Lit6, obj14, Lit9);
    }

    static Procedure lambda169() {
        return lambda$Fn169;
    }

    static Object lambda170(Object obj, Object obj2, Object obj3) {
        Object signalRuntimeError;
        Object obj4;
        Object obj5;
        Object obj6;
        Object obj7;
        Object obj8;
        boolean z;
        Object obj9;
        Object obj10;
        Object obj11;
        Object obj12;
        frame9 frame9Var;
        SimpleSymbol simpleSymbol;
        Object obj13;
        Object obj14;
        Object obj15;
        Object callYailPrimitive;
        Object obj16;
        Object obj17;
        Object obj18;
        Object obj19;
        Object obj20;
        Object obj21;
        Object obj22;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        Object obj23;
        boolean z2;
        Object obj24;
        frame9 frame9Var2;
        Object obj25;
        frame9 frame9Var3;
        AddOp addOp;
        Pair list2;
        PairWithPosition pairWithPosition2;
        frame9 frame9Var4 = new frame9();
        frame9Var4.$jsonitem = obj2;
        boolean z3 = obj3 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.lookupInCurrentFormEnvironment(Lit826)), Lit1123, "=") != Boolean.FALSE) {
            signalRuntimeError = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("W~", obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj), Lit1124, "join");
        } else {
            signalRuntimeError = obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
        }
        SimpleSymbol simpleSymbol2 = Lit741;
        SimpleSymbol simpleSymbol3 = Lit742;
        ModuleMethod moduleMethod2 = strings.string$Mnappend;
        boolean z4 = signalRuntimeError instanceof Package;
        Object obj26 = signalRuntimeError;
        if (z4) {
            signalRuntimeError = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2("CV", signalRuntimeError), Lit1125, "join")), Lit1126);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1127, "join")), Lit1128);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1129, "join")), Lit1130);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1131, "join")), Lit1132);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("line", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1133, "join")), Lit1134);
        runtime.callComponentMethod(Lit741, Lit930, LList.list3(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.lookupInCurrentFormEnvironment(Lit931), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1135, "join")), Lit1136);
        SimpleSymbol simpleSymbol4 = Lit741;
        runtime.callComponentMethod(simpleSymbol4, Lit930, LList.list3(runtime.callComponentMethod(simpleSymbol4, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1137, "join")), Lit1138), runtime.lookupInCurrentFormEnvironment(Lit937), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1139, "join")), Lit1140);
        SimpleSymbol simpleSymbol5 = Lit741;
        runtime.callComponentMethod(simpleSymbol5, Lit930, LList.list3(runtime.callComponentMethod(simpleSymbol5, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1141, "join")), Lit1142), runtime.lookupInCurrentFormEnvironment(Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1143, "join")), Lit1144);
        SimpleSymbol simpleSymbol6 = Lit741;
        runtime.callComponentMethod(simpleSymbol6, Lit930, LList.list3(runtime.callComponentMethod(simpleSymbol6, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1145, "join")), Lit1146), runtime.lookupInCurrentFormEnvironment(Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1147, "join")), Lit1148);
        SimpleSymbol simpleSymbol7 = Lit741;
        runtime.callComponentMethod(simpleSymbol7, Lit930, LList.list3(runtime.callComponentMethod(simpleSymbol7, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1149, "join")), Lit1150), runtime.lookupInCurrentFormEnvironment(Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1151, "join")), Lit1152);
        runtime.callComponentMethod(Lit741, Lit930, LList.list3(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.lookupInCurrentFormEnvironment(Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("line", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1153, "join")), Lit1154);
        SimpleSymbol simpleSymbol8 = Lit741;
        runtime.callComponentMethod(simpleSymbol8, Lit955, LList.list2(runtime.callComponentMethod(simpleSymbol8, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1155, "join")), Lit1156), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{ \t\"AlignHorizontal\": 3, \t\"ContentPaddingBottom\": 0, \t\"ContentPaddingTop\": 0, \t\"ContentPaddingLeft\": 0, \t\"ContentPaddingRight\": 0, \t\"CornerRadius\": 30, \t\"Width\": -2, \t\"Height\": -1, \t\"LongClickable\": \"True\", \t\"FullClickable\": \"True\", \t\"Elevation\": 0 }"), Lit1157)), Lit1158);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1159, "join")), Lit1160), Lit962, Lit963, runtime.callComponentMethod(Lit160, Lit161, LList.list2("Level1BG", Lit964), Lit1161), Lit720);
        SimpleSymbol simpleSymbol9 = Lit741;
        runtime.callComponentMethod(simpleSymbol9, Lit955, LList.list2(runtime.callComponentMethod(simpleSymbol9, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1162, "join")), Lit1163), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{ \t\"AlignVertical\": 2, \t\"Height\": -2, \t\"Width\": -2 }"), Lit1164)), Lit1165);
        SimpleSymbol simpleSymbol10 = Lit741;
        runtime.callComponentMethod(simpleSymbol10, Lit955, LList.list2(runtime.callComponentMethod(simpleSymbol10, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1166, "join")), Lit1167), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{ \t\"HTMLFormat\": \"True\", \t\"TextAlignment\": 0, \t\"Width\": -2 }"), Lit1168)), Lit1169);
        SimpleSymbol simpleSymbol11 = Lit741;
        runtime.callComponentMethod(simpleSymbol11, Lit955, LList.list2(runtime.callComponentMethod(simpleSymbol11, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1170, "join")), Lit1171), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{ \t\"HTMLFormat\": \"True\", \t\"TextAlignment\": 2, \t\"Width\": -1 }"), Lit1172)), Lit1173);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1174, "join")), Lit1175), Lit980, Lit981, runtime.callComponentMethod(Lit160, Lit161, LList.list2("exeFontSize", Lit982), Lit1176), Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1177, "join")), Lit1178), Lit980, Lit981, runtime.callComponentMethod(Lit160, Lit161, LList.list2("exeFontSize", Lit982), Lit1179), Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1180, "join")), Lit1181), Lit980, Lit989, runtime.callComponentMethod(Lit160, Lit161, LList.list2("HighlightText", Lit990), Lit1182), Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1183, "join")), Lit1184), Lit980, Lit989, runtime.callComponentMethod(Lit160, Lit161, LList.list2("HighlightText", Lit994), Lit1185), Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("line", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1186, "join")), Lit1187), Lit980, Lit989, runtime.callComponentMethod(Lit160, Lit161, LList.list2("LightText", Lit998), Lit1188), Lit720);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.lookupInCurrentFormEnvironment(Lit826)), Lit1189, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnindex;
            obj6 = "line";
            obj5 = "=";
            Object signalRuntimeError2 = obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnwalk;
            obj7 = NotificationCompat.CATEGORY_STATUS;
            obj10 = "dictionary lookup";
            obj11 = "";
            obj4 = "list from csv row";
            Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2(signalRuntimeError2, runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1190, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1191)), Lit1192, "list by walking key path in dictionary")), Lit1193, "index in list");
            z = z4;
            boolean z5 = callYailPrimitive2 instanceof Package;
            runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1194, "join")), Lit1195), Lit980, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<br><big>{ticker}</big><br><small><font color=gray>{id} {type}</font></small><br>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{ticker},{id},{type}"), Lit1196, obj4), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE), Lit1197, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1198)), Lit1199, "list by walking key path in dictionary"), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1012), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit1200, "select list item"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1201, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1202)), Lit1203, "list by walking key path in dictionary"), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1012), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit1204, "select list item"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "entity_type"), Lit1205, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1206)), Lit1207, "list by walking key path in dictionary"), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1012), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit1208, "select list item")), Lit1209, "make a list")), Lit9);
            obj8 = "R";
            obj9 = "join";
            runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj8, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1210, obj9)), Lit1211), Lit980, Lit6, "<font color=gray>...</font>", Lit9);
        } else {
            obj4 = "list from csv row";
            obj5 = "=";
            obj6 = "line";
            obj7 = NotificationCompat.CATEGORY_STATUS;
            obj8 = "R";
            z = z4;
            obj9 = "join";
            obj10 = "dictionary lookup";
            obj11 = "";
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit917), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list3(runtime.lookupInCurrentFormEnvironment(Lit1025), runtime.lookupInCurrentFormEnvironment(Lit1026), runtime.lookupInCurrentFormEnvironment(Lit1027)), Lit1212, "make a list")), Lit1213, "is in list?") != Boolean.FALSE) {
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj8, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1214, obj9)), Lit1215), Lit980, Lit6, "<font color=gray>...</font>", Lit9);
                Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj26), Lit1216, obj9)), Lit1217);
                SimpleSymbol simpleSymbol12 = Lit980;
                SimpleSymbol simpleSymbol13 = Lit6;
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{lotsize},{ordertype},{qty},{transcolor},{transtype},{symbol},{type},{entryltp},{enterTS}"), Lit1218, obj4);
                ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
                ModuleMethod moduleMethod6 = strings.string$Mnappend;
                ModuleMethod moduleMethod7 = runtime.string$Mnempty$Qu;
                ModuleMethod moduleMethod8 = runtime.yail$Mndictionary$Mnlookup;
                obj12 = obj8;
                frame9Var = frame9Var4;
                if (frame9Var.$jsonitem instanceof Package) {
                    simpleSymbol = simpleSymbol12;
                    obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable");
                } else {
                    simpleSymbol = simpleSymbol12;
                    obj13 = frame9Var.$jsonitem;
                }
                obj14 = obj11;
                obj15 = obj10;
                if (runtime.callYailPrimitive(moduleMethod7, LList.list1(runtime.callYailPrimitive(moduleMethod8, LList.list3("lotSize", obj13, obj14), Lit1219, obj15)), Lit1220, "is text empty?") != Boolean.FALSE) {
                    callYailPrimitive = Component.CHIP_TYPE_ACTION;
                } else {
                    callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame9Var.$jsonitem, Component.CHIP_TYPE_ACTION), Lit1221, obj15);
                }
                Pair list1 = LList.list1(callYailPrimitive);
                obj16 = " is not bound in the current context";
                obj17 = "The variable ";
                LList.chain1(LList.chain4(list1, " ", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ordertype", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame9Var.$jsonitem, "MKT"), Lit1222, obj15), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list4(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("MKT", "MARKET"), Lit1223, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("PRC", "PRACTICE"), Lit1224, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("LMT", "LIMIT"), Lit1225, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ADV", "ADVANCED"), Lit1226, "make a pair")), Lit1227, "make a dictionary"), obj14), Lit1228, obj15), " ", obj14), obj14);
                Pair list12 = LList.list1(runtime.callYailPrimitive(moduleMethod6, list1, Lit1229, obj9));
                ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnlookup;
                ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnlookup;
                if (frame9Var.$jsonitem instanceof Package) {
                    obj18 = "Unbound Variable";
                    obj19 = runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18);
                } else {
                    obj18 = "Unbound Variable";
                    obj19 = frame9Var.$jsonitem;
                }
                obj20 = obj9;
                obj21 = obj7;
                obj22 = obj5;
                Pair chain4 = LList.chain4(list12, runtime.callYailPrimitive(moduleMethod9, LList.list3(runtime.callYailPrimitive(moduleMethod10, LList.list3(obj21, obj19, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit152), obj16), obj18) : obj, "O~", obj14), Lit1230, "replace all")), Lit1231), obj14), Lit1232, obj15)), Lit1233, obj15), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list4(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("INACTIVE", "<font color=#ff453a>CLOSED</font>"), Lit1234, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("PENDING", "<font color=#FFA500>OPEN</font>"), Lit1235, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ACTIVE", "<font color=#69ad30>ACTIVE</font>"), Lit1236, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("CANCELLED", "<font color=#ff453a>CANCELLED</font>"), Lit1237, "make a pair")), Lit1238, "make a dictionary"), obj14), Lit1239, obj15), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Qty", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1240, obj15), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1241, obj15), "BUY"), Lit1242, obj22) != Boolean.FALSE ? "#0096FF" : "red", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1243, obj15));
                Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("sid", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1244, obj15);
                Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("type", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1245, obj15);
                ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                if (runtime.processAndDelayed$V(new Object[]{frame9Var.lambda$Fn170, frame9Var.lambda$Fn171}) != Boolean.FALSE) {
                    moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                    list3 = LList.list3("pendingLTP", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14);
                    pairWithPosition = Lit1251;
                } else {
                    moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                    list3 = LList.list3("EntryLTP", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14);
                    pairWithPosition = Lit1252;
                }
                LList.chain4(chain4, callYailPrimitive4, callYailPrimitive5, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, obj15)), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryTS", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1253, obj15));
                obj23 = "make a list";
                runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol, simpleSymbol13, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<font color={transcolor}>{transtype}</font><font color=gray>&#160;&#160;{qty}&#160;&#160;/&#160;{lotsize}</font> {ordertype}</small><br>{symbol}<br><small><font color=gray>{type} Avg. </font></small>{entryltp}<br><small><font color=gray>{enterTS}</font></small>", callYailPrimitive3, runtime.callYailPrimitive(moduleMethod5, list12, Lit1254, obj23)), Lit9);
                z2 = obj instanceof Package;
                Object obj27 = obj23;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, !(frame9Var.$jsonitem instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(!z2 ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit152), obj16), obj18) : obj, "O~", obj14), Lit1255, "replace all")), Lit1256), obj14), Lit1257, obj15)), Lit1258, obj15), "INACTIVE"), Lit1259, obj22) == Boolean.FALSE) {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1260, obj15), "SELL"), Lit1261, obj22) != Boolean.FALSE) {
                        addOp = AddOp.$Mn;
                        list2 = LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1262, obj15)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1263, obj15)));
                        pairWithPosition2 = Lit1264;
                    } else {
                        addOp = AddOp.$Mn;
                        list2 = LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1265, obj15)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1266, obj15)));
                        pairWithPosition2 = Lit1267;
                    }
                    runtime.callYailPrimitive(addOp, list2, pairWithPosition2, "-");
                    Object obj28 = obj20;
                    Object callComponentMethod2 = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj12, z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1268, obj28)), Lit1269);
                    SimpleSymbol simpleSymbol14 = Lit980;
                    SimpleSymbol simpleSymbol15 = Lit6;
                    ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{PL},{LTP},{PLPCT},{TOTPL},{CLR}"), Lit1270, obj4);
                    ModuleMethod moduleMethod11 = runtime.make$Mnyail$Mnlist;
                    Pair list13 = LList.list1(obj14);
                    obj24 = obj28;
                    LList.chain4(list13, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1271, obj15)), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPLPCR", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1272, obj15), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1273, obj15)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, obj14), Lit1274, obj15)));
                    runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod2, simpleSymbol14, simpleSymbol15, applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, "<font color={CLR}>{TOTPL}</font><BR><font color=gray>{PL} ({PLPCT}%)</font><br><small><font color=gray>Exit LTP</font></small> {LTP}", callYailPrimitive6, runtime.callYailPrimitive(moduleMethod11, list13, Lit1275, obj27)), Lit9);
                    frame9Var3 = frame9Var;
                } else {
                    Object obj29 = obj12;
                    Object obj30 = obj4;
                    obj24 = obj20;
                    ModuleMethod moduleMethod12 = runtime.yail$Mnequal$Qu;
                    ModuleMethod moduleMethod13 = runtime.yail$Mndictionary$Mnlookup;
                    Object signalRuntimeError3 = frame9Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem;
                    ModuleMethod moduleMethod14 = runtime.yail$Mndictionary$Mnlookup;
                    SimpleSymbol simpleSymbol16 = Lit150;
                    SimpleSymbol simpleSymbol17 = Lit151;
                    ModuleMethod moduleMethod15 = runtime.string$Mnreplace$Mnall;
                    if (z2) {
                        frame9Var2 = frame9Var;
                        obj25 = runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit152), obj16), obj18);
                    } else {
                        frame9Var2 = frame9Var;
                        obj25 = obj;
                    }
                    if (runtime.callYailPrimitive(moduleMethod12, LList.list2(runtime.callYailPrimitive(moduleMethod13, LList.list3(obj21, signalRuntimeError3, runtime.callYailPrimitive(moduleMethod14, LList.list3(obj21, runtime.callComponentMethod(simpleSymbol16, simpleSymbol17, LList.list1(runtime.callYailPrimitive(moduleMethod15, LList.list3(obj25, "O~", obj14), Lit1276, "replace all")), Lit1277), obj14), Lit1278, obj15)), Lit1279, obj15), "CANCELLED"), Lit1280, obj22) != Boolean.FALSE) {
                        frame9Var3 = frame9Var2;
                        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj29, z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1281, obj24)), Lit1282), Lit980, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<BR><font color=gray>Lmt Amt<br>{pendingLTP}</font><small><font color=gray></font></small>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{pendingLTP},{LTP},{PLPCT},{TOTPL}"), Lit1283, obj30), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame9Var3.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var3.$jsonitem, obj14), Lit1284, obj15)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", frame9Var3.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var3.$jsonitem, obj14), Lit1285, obj15)), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPLPCR", frame9Var3.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var3.$jsonitem, obj14), Lit1286, obj15), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame9Var3.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var3.$jsonitem, obj14), Lit1287, obj15)), Lit1288, obj27)), Lit9);
                    } else {
                        frame9Var3 = frame9Var2;
                    }
                }
                Object obj31 = obj6;
                Object obj32 = obj24;
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj31, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1289, obj32)), Lit1290), Lit980, Lit963, Lit1109, Lit720);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj31, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1291, obj32)), Lit1292), Lit980, Lit1112, Lit19, Lit720);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj31, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1293, obj32)), Lit1294), Lit980, Lit1115, Lit1116, Lit720);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1295, obj32)), Lit1296), Lit980, Lit172, Boolean.FALSE, Lit173);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1297, obj32)), Lit1298), Lit980, Lit6, !(frame9Var3.$jsonitem instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var3.$jsonitem, Lit9);
                return runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj31, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1299, obj32)), Lit1300), Lit980, Lit6, obj14, Lit9);
            }
        }
        obj12 = obj8;
        obj16 = " is not bound in the current context";
        obj17 = "The variable ";
        obj20 = obj9;
        obj23 = "make a list";
        frame9Var = frame9Var4;
        obj22 = obj5;
        obj21 = obj7;
        obj15 = obj10;
        obj14 = obj11;
        obj18 = "Unbound Variable";
        z2 = obj instanceof Package;
        Object obj272 = obj23;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, !(frame9Var.$jsonitem instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var.$jsonitem, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj21, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(!z2 ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit152), obj16), obj18) : obj, "O~", obj14), Lit1255, "replace all")), Lit1256), obj14), Lit1257, obj15)), Lit1258, obj15), "INACTIVE"), Lit1259, obj22) == Boolean.FALSE) {
        }
        Object obj312 = obj6;
        Object obj322 = obj24;
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj312, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1289, obj322)), Lit1290), Lit980, Lit963, Lit1109, Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj312, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1291, obj322)), Lit1292), Lit980, Lit1112, Lit19, Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj312, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1293, obj322)), Lit1294), Lit980, Lit1115, Lit1116, Lit720);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1295, obj322)), Lit1296), Lit980, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1297, obj322)), Lit1298), Lit980, Lit6, !(frame9Var3.$jsonitem instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit1035), obj16), obj18) : frame9Var3.$jsonitem, Lit9);
        return runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj312, !z ? runtime.signalRuntimeError(strings.stringAppend(obj17, runtime.getDisplayRepresentation(Lit145), obj16), obj18) : obj26), Lit1299, obj322)), Lit1300), Lit980, Lit6, obj14, Lit9);
    }

    public class frame10 extends ModuleBody {
        Object $name;
        Object $x;
        final ModuleMethod proc$Fn176 = new ModuleMethod(this, 31, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 31) {
                return super.apply1(moduleMethod, obj);
            }
            lambda177proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 31) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda177proc(Object obj) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{x},{active},{img}"), Screen1.Lit1313, "list from csv row");
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            Object obj4 = this.$x;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            String str = runtime.callYailPrimitive(moduleMethod3, LList.list2(obj4, Screen1.Lit19), Screen1.Lit1314, "=") != Boolean.FALSE ? " active" : "";
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj5 = obj;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            this.$name = runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<div class=\"item{active}\"> <img onclick=\"myFunc('{x}')\" src=\"{img}\" style=\"width:100%;\"> </div>", callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list3(obj3, str, runtime.callYailPrimitive(moduleMethod4, LList.list2(obj5, Screen1.Lit19), Screen1.Lit1315, "select list item")), Screen1.Lit1316, "make a list"))), Screen1.Lit1317, "join");
            AddOp addOp = AddOp.$Pl;
            Object obj6 = this.$x;
            if (obj6 instanceof Package) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            this.$x = runtime.callYailPrimitive(addOp, LList.list2(obj6, Screen1.Lit19), Screen1.Lit1318, "+");
        }
    }

    public class frame11 extends ModuleBody {
        Object $name;
        Object $x;
        final ModuleMethod proc$Fn179 = new ModuleMethod(this, 32, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 32) {
                return super.apply1(moduleMethod, obj);
            }
            lambda180proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 32) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda180proc(Object obj) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{x},{active},{img}"), Screen1.Lit1330, "list from csv row");
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            Object obj4 = this.$x;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            String str = runtime.callYailPrimitive(moduleMethod3, LList.list2(obj4, Screen1.Lit19), Screen1.Lit1331, "=") != Boolean.FALSE ? " active" : "";
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj5 = obj;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            this.$name = runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<div class=\"item{active}\"> <img onclick=\"myFunc('{x}')\" src=\"{img}\" style=\"width:100%;\"> </div>", callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list3(obj3, str, runtime.callYailPrimitive(moduleMethod4, LList.list2(obj5, Screen1.Lit19), Screen1.Lit1332, "select list item")), Screen1.Lit1333, "make a list"))), Screen1.Lit1334, "join");
            AddOp addOp = AddOp.$Pl;
            Object obj6 = this.$x;
            if (obj6 instanceof Package) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            this.$x = runtime.callYailPrimitive(addOp, LList.list2(obj6, Screen1.Lit19), Screen1.Lit1335, "+");
        }
    }

    static Object lambda173() {
        return runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("cguid", ""), Lit1302), ""), Lit1303, "not =") != Boolean.FALSE ? runtime.addGlobalVarToCurrentFormEnvironment(Lit35, runtime.callComponentMethod(Lit160, Lit161, LList.list2("cguid", ""), Lit1304)) : Values.empty;
    }

    static Procedure lambda174() {
        return lambda$Fn174;
    }

    static Object lambda175() {
        return runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("cguid", ""), Lit1305), ""), Lit1306, "not =") != Boolean.FALSE ? runtime.addGlobalVarToCurrentFormEnvironment(Lit35, runtime.callComponentMethod(Lit160, Lit161, LList.list2("cguid", ""), Lit1307)) : Values.empty;
    }

    public class frame8 extends ModuleBody {
        Object $jsonitem;
        final ModuleMethod lambda$Fn166 = new ModuleMethod(this, 27, null, 0);
        final ModuleMethod lambda$Fn167 = new ModuleMethod(this, 28, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 27 ? i != 28 ? super.apply0(moduleMethod) : lambda168() : lambda167();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 27 && i != 28) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda167() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ordertype", obj, ""), Screen1.Lit1063, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Screen1.Lit1064, "list from csv row")), Screen1.Lit1065, "is in list?");
        }

        Object lambda168() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2("PENDING", runtime.callYailPrimitive(moduleMethod2, LList.list3(NotificationCompat.CATEGORY_STATUS, obj, ""), Screen1.Lit1066, "dictionary lookup")), Screen1.Lit1067, "=");
        }
    }

    public class frame9 extends ModuleBody {
        Object $jsonitem;
        final ModuleMethod lambda$Fn170 = new ModuleMethod(this, 29, null, 0);
        final ModuleMethod lambda$Fn171 = new ModuleMethod(this, 30, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 29 ? i != 30 ? super.apply0(moduleMethod) : lambda172() : lambda171();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 29 && i != 30) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda171() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ordertype", obj, ""), Screen1.Lit1246, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Screen1.Lit1247, "list from csv row")), Screen1.Lit1248, "is in list?");
        }

        Object lambda172() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2("PENDING", runtime.callYailPrimitive(moduleMethod2, LList.list3(NotificationCompat.CATEGORY_STATUS, obj, ""), Screen1.Lit1249, "dictionary lookup")), Screen1.Lit1250, "=");
        }
    }

    static Object lambda176(Object obj) {
        frame10 frame10Var = new frame10();
        SimpleSymbol simpleSymbol = Lit99;
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnfrom$Mncsv$Mntable;
        Object obj2 = obj;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod, LList.list1(obj2), Lit1310, "list from csv table"));
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit99, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1311, "is a list?") == Boolean.FALSE) {
            return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit1325, "getBanner"), Lit1326);
        }
        frame10Var.$x = Lit19;
        frame10Var.$name = "";
        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnremove$Mnitem$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit99, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit1312, "remove list item");
        ModuleMethod moduleMethod2 = frame10Var.proc$Fn176;
        runtime.yailForEach(frame10Var.proc$Fn176, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit99, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.callComponentMethod(Lit1319, Lit1320, LList.list1(Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<!DOCTYPE html> <html lang=\"en\"> <head>   <title>Bootstrap Example</title>   <meta charset=\"utf-8\">   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">   <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\">   <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js\"></script>   <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\"></script> </head> <body style=\"background-color:{BGCOLOR};\">  <div class=\"container\" style=\"width:100%;\">   <div id=\"myCarousel\" class=\"carousel slide\" data-ride=\"carousel\" style=\"width:100%;\">     <!-- Indicators -->       <!-- Wrapper for slides -->     <div class=\"carousel-inner\" style=\"width:100%;\">    {DATA}     </div>      <!-- Left and right controls -->     <a class=\"left carousel-control\" href=\"#myCarousel\" data-slide=\"prev\">       <span class=\"glyphicon glyphicon-chevron-left\"></span>       <span class=\"sr-only\">Previous</span>     </a>     <a class=\"right carousel-control\" href=\"#myCarousel\" data-slide=\"next\">       <span class=\"glyphicon glyphicon-chevron-right\"></span>       <span class=\"sr-only\">Next</span>     </a>   </div> </div> <script> function myFunc(x){  window.Niotron.setWebViewString(x); } </script> </body> </html>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{BGCOLOR},{DATA}"), Lit1321, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("WVBG", "white"), Lit1322), frame10Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame10Var.$name), Lit1323, "make a list"))), Lit1324);
    }

    static Procedure lambda178() {
        return lambda$Fn178;
    }

    static Object lambda179(Object obj) {
        frame11 frame11Var = new frame11();
        SimpleSymbol simpleSymbol = Lit99;
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnfrom$Mncsv$Mntable;
        Object obj2 = obj;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod, LList.list1(obj2), Lit1327, "list from csv table"));
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit99, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1328, "is a list?") == Boolean.FALSE) {
            return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit1325, "getBanner"), Lit1340);
        }
        frame11Var.$x = Lit19;
        frame11Var.$name = "";
        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnremove$Mnitem$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit99, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit1329, "remove list item");
        ModuleMethod moduleMethod2 = frame11Var.proc$Fn179;
        runtime.yailForEach(frame11Var.proc$Fn179, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit99, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.callComponentMethod(Lit1319, Lit1320, LList.list1(Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<!DOCTYPE html> <html lang=\"en\"> <head>   <title>Bootstrap Example</title>   <meta charset=\"utf-8\">   <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">   <link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css\">   <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js\"></script>   <script src=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js\"></script> </head> <body style=\"background-color:{BGCOLOR};\">  <div class=\"container\" style=\"width:100%;\">   <div id=\"myCarousel\" class=\"carousel slide\" data-ride=\"carousel\" style=\"width:100%;\">     <!-- Indicators -->       <!-- Wrapper for slides -->     <div class=\"carousel-inner\" style=\"width:100%;\">    {DATA}     </div>      <!-- Left and right controls -->     <a class=\"left carousel-control\" href=\"#myCarousel\" data-slide=\"prev\">       <span class=\"glyphicon glyphicon-chevron-left\"></span>       <span class=\"sr-only\">Previous</span>     </a>     <a class=\"right carousel-control\" href=\"#myCarousel\" data-slide=\"next\">       <span class=\"glyphicon glyphicon-chevron-right\"></span>       <span class=\"sr-only\">Next</span>     </a>   </div> </div> <script> function myFunc(x){  window.Niotron.setWebViewString(x); } </script> </body> </html>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{BGCOLOR},{DATA}"), Lit1336, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("WVBG", "white"), Lit1337), frame11Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame11Var.$name), Lit1338, "make a list"))), Lit1339);
    }

    static Object lambda181() {
        ApplyToArgs applyToArgs;
        SimpleSymbol simpleSymbol;
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\\X_AY\u0013\u0006\u0002RSNN\f?$#%1:6?85)$z0&?n 5=c\u000608\",9s\u001416!\u0014\u0002\u0006K;\u001e\u00157\u0018\u000b\u0016\t\u0000 \u001d\u0013\u0015\u0014\u0016[^[D_PE_JSVJ", "xgaxbnoh"), Lit1342, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1343)), Lit1344, "is list empty?")), Lit1345, "not") == Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
            if (runtime.callComponentMethod(Lit1380, Lit1381, LList.Empty, LList.Empty) != Boolean.FALSE) {
                applyToArgs = Scheme.applyToArgs;
                simpleSymbol = Lit1382;
            } else {
                applyToArgs = Scheme.applyToArgs;
                simpleSymbol = Lit628;
            }
            return applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit346, Lit19);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1346, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1347)), Lit1348, "list by walking key path in dictionary")), Lit1349, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit1350)), Lit1351, "join"), Lit9);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit362, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"));
        runtime.addGlobalVarToCurrentFormEnvironment(Lit345, Lit141);
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mnlist;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("accept-language", "en-GB,en-US;q=0.9,en;q=0.8"), Lit1352, "make a list"));
        LList.chain1(LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("Host", "groww.in"), Lit1353, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("sec-ch-ua", "\"Google Chrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\""), Lit1354, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("content-type", "application/json"), Lit1355, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"), Lit1356, "make a list")), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("sec-ch-ua-platform", "\"Windows\""), Lit1357, "make a list"));
        applyToArgs2.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(moduleMethod, list1, Lit1358, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("XCWDM\u000f\b\u0004INBR[\u000eKK\u001aT\u001d\bHU5a('117(\u00184;%:x$qf5:\u001b\" /+\u0017'(-!+\"+U\u0005\u001d\u0018\u0006\u0019\u0018\tP077=R\u0018\u0019\u001e\b\u000e\u001e;\u000e\u0006\n\u0016\u0013\u0004\n\u0012\u000f\u0000", "ecpfoeh"), Lit1359, "deobfuscate text"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("{\"exchangeAggReqMap\":{\"NSE\":{\"priceSymbolList\":[{stocks}],\"indexSymbolList\":[]},\"BSE\":{\"priceSymbolList\":[],\"indexSymbolList\":[]}}}", "{stocks}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1360, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1361)), Lit1362, "list by walking key path in dictionary")), Lit1363, "list to csv row")), Lit1364, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit1365)});
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
        Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("accept-language", "en-GB,en-US;q=0.9,en;q=0.8"), Lit1366, "make a list"));
        LList.chain1(LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("Host", "groww.in"), Lit1367, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("sec-ch-ua", "\"Google Chrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\""), Lit1368, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("content-type", "application/json"), Lit1369, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"), Lit1370, "make a list")), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("sec-ch-ua-platform", "\"Windows\""), Lit1371, "make a list"));
        return applyToArgs3.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(moduleMethod2, list12, Lit1372, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("hsgt}?\u0018\u0014Y^RBK\u001e[[\nD\r\u0018XEE\u0011XWAAGXhFE~OFVQv'i{*+\u001621%8\u000e 0></5g*#/.,!$#{\u000b\u001e\u0001g\t\u0018\n\u0017\u0011\u0011\u0005R2(<T\u001a\u001b\u0000\u0016\f\u001c=\u0019\u0011\u0006\t\u001d\u00126\u0002\r\u0012\u0002\u0019", "ecpfoeh"), Lit1373, "deobfuscate text"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1374, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1375)), Lit1376, "list by walking key path in dictionary"), runtime.lookupInCurrentFormEnvironment(Lit1365)});
    }

    static Procedure lambda182() {
        return lambda$Fn182;
    }

    static Object lambda183() {
        ApplyToArgs applyToArgs;
        SimpleSymbol simpleSymbol;
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\\X_AY\u0013\u0006\u0002RSNN\f?$#%1:6?85)$z0&?n 5=c\u000608\",9s\u001416!\u0014\u0002\u0006K;\u001e\u00157\u0018\u000b\u0016\t\u0000 \u001d\u0013\u0015\u0014\u0016[^[D_PE_JSVJ", "xgaxbnoh"), Lit1383, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1384)), Lit1385, "is list empty?")), Lit1386, "not") == Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
            if (runtime.callComponentMethod(Lit1380, Lit1381, LList.Empty, LList.Empty) != Boolean.FALSE) {
                applyToArgs = Scheme.applyToArgs;
                simpleSymbol = Lit1382;
            } else {
                applyToArgs = Scheme.applyToArgs;
                simpleSymbol = Lit628;
            }
            return applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit346, Lit19);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1387, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1388)), Lit1389, "list by walking key path in dictionary")), Lit1390, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit1391)), Lit1392, "join"), Lit9);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit362, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"));
        runtime.addGlobalVarToCurrentFormEnvironment(Lit345, Lit141);
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mnlist;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("accept-language", "en-GB,en-US;q=0.9,en;q=0.8"), Lit1393, "make a list"));
        LList.chain1(LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("Host", "groww.in"), Lit1394, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("sec-ch-ua", "\"Google Chrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\""), Lit1395, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("content-type", "application/json"), Lit1396, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"), Lit1397, "make a list")), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("sec-ch-ua-platform", "\"Windows\""), Lit1398, "make a list"));
        applyToArgs2.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(moduleMethod, list1, Lit1399, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("XCWDM\u000f\b\u0004INBR[\u000eKK\u001aT\u001d\bHU5a('117(\u00184;%:x$qf5:\u001b\" /+\u0017'(-!+\"+U\u0005\u001d\u0018\u0006\u0019\u0018\tP077=R\u0018\u0019\u001e\b\u000e\u001e;\u000e\u0006\n\u0016\u0013\u0004\n\u0012\u000f\u0000", "ecpfoeh"), Lit1400, "deobfuscate text"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("{\"exchangeAggReqMap\":{\"NSE\":{\"priceSymbolList\":[{stocks}],\"indexSymbolList\":[]},\"BSE\":{\"priceSymbolList\":[],\"indexSymbolList\":[]}}}", "{stocks}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1401, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1402)), Lit1403, "list by walking key path in dictionary")), Lit1404, "list to csv row")), Lit1405, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit1365)});
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
        Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("accept-language", "en-GB,en-US;q=0.9,en;q=0.8"), Lit1406, "make a list"));
        LList.chain1(LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("Host", "groww.in"), Lit1407, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("sec-ch-ua", "\"Google Chrome\";v=\"123\", \"Not:A-Brand\";v=\"8\", \"Chromium\";v=\"123\""), Lit1408, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("content-type", "application/json"), Lit1409, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("User-Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36"), Lit1410, "make a list")), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("sec-ch-ua-platform", "\"Windows\""), Lit1411, "make a list"));
        return applyToArgs3.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(moduleMethod2, list12, Lit1412, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("hsgt}?\u0018\u0014Y^RBK\u001e[[\nD\r\u0018XEE\u0011XWAAGXhFE~OFVQv'i{*+\u001621%8\u000e 0></5g*#/.,!$#{\u000b\u001e\u0001g\t\u0018\n\u0017\u0011\u0011\u0005R2(<T\u001a\u001b\u0000\u0016\f\u001c=\u0019\u0011\u0006\t\u001d\u00126\u0002\r\u0012\u0002\u0019", "ecpfoeh"), Lit1413, "deobfuscate text"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1414, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1415)), Lit1416, "list by walking key path in dictionary"), runtime.lookupInCurrentFormEnvironment(Lit1365)});
    }

    static Object lambda184() {
        return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit1418, "make a list")), Lit1419, "make a list"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("PWUZ^\f\u0011\u0002YOLLQ'2,<<>66/:s'4659;7510o)\";q;ad(!&\u0001\u0013\u001b\u001c\u0000K\t\u0018\b\n2\u000f\u0019:\u001d\u0011\u001bI\u000e\u001d\u001a\\1,&72;.0?", "thkceqxh"), Lit1420, "deobfuscate text"), "[API_KEY]", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1421, "replace all"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("{\"requestType\":\"PASSWORD_RESET\",\"email\":\"[email]\"}", "[email]", runtime.get$Mnproperty.apply2(Lit1422, Lit6)), Lit1423, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150)});
    }

    static Procedure lambda185() {
        return lambda$Fn185;
    }

    static Object lambda186() {
        return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit1424, "make a list")), Lit1425, "make a list"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("PWUZ^\f\u0011\u0002YOLLQ'2,<<>66/:s'4659;7510o)\";q;ad(!&\u0001\u0013\u001b\u001c\u0000K\t\u0018\b\n2\u000f\u0019:\u001d\u0011\u001bI\u000e\u001d\u001a\\1,&72;.0?", "thkceqxh"), Lit1426, "deobfuscate text"), "[API_KEY]", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1427, "replace all"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("{\"requestType\":\"PASSWORD_RESET\",\"email\":\"[email]\"}", "[email]", runtime.get$Mnproperty.apply2(Lit1422, Lit6)), Lit1428, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150)});
    }

    public class frame12 extends ModuleBody {
        Object $immediate;
        final ModuleMethod lambda$Fn189 = new ModuleMethod(this, 33, null, 0);
        final ModuleMethod lambda$Fn188 = new ModuleMethod(this, 34, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 33 ? i != 34 ? super.apply0(moduleMethod) : lambda189() : lambda190();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 33 && i != 34) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        static Object lambda188() {
            return runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit27, runtime.$Stthe$Mnnull$Mnvalue$St);
        }

        static Object lambda191() {
            return runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit1482, LList.list1(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit803, LList.list2(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit28, runtime.$Stthe$Mnnull$Mnvalue$St)), Screen1.Lit1483, "is text empty?") != Boolean.FALSE ? runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit1484, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), Screen1.Lit1485), Screen1.Lit1486) : runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit28, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty)), Screen1.Lit1487)), Screen1.Lit1488), Screen1.Lit1489), Screen1.Lit1490, ">=");
        }

        Object lambda189() {
            return runtime.processOrDelayed$V(new Object[]{this.lambda$Fn189, Screen1.lambda$Fn190});
        }

        Object lambda190() {
            Object obj = this.$immediate;
            return obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1481), " is not bound in the current context"), "Unbound Variable") : obj;
        }
    }

    public class frame13 extends ModuleBody {
        Object $immediate;
        final ModuleMethod lambda$Fn195 = new ModuleMethod(this, 35, null, 0);
        final ModuleMethod lambda$Fn194 = new ModuleMethod(this, 36, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 35 ? i != 36 ? super.apply0(moduleMethod) : lambda195() : lambda196();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 35 && i != 36) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        static Object lambda194() {
            return runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit27, runtime.$Stthe$Mnnull$Mnvalue$St);
        }

        static Object lambda197() {
            return runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit1482, LList.list1(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit803, LList.list2(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit28, runtime.$Stthe$Mnnull$Mnvalue$St)), Screen1.Lit1539, "is text empty?") != Boolean.FALSE ? runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit1484, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), Screen1.Lit1485), Screen1.Lit1540) : runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit28, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty)), Screen1.Lit1541)), Screen1.Lit1542), Screen1.Lit1489), Screen1.Lit1543, ">=");
        }

        Object lambda195() {
            return runtime.processOrDelayed$V(new Object[]{this.lambda$Fn195, Screen1.lambda$Fn196});
        }

        Object lambda196() {
            Object obj = this.$immediate;
            return obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1481), " is not bound in the current context"), "Unbound Variable") : obj;
        }
    }

    static Object lambda187(Object obj) {
        ModuleMethod moduleMethod;
        Pair list2;
        PairWithPosition pairWithPosition;
        ModuleMethod moduleMethod2;
        Pair list22;
        PairWithPosition pairWithPosition2;
        ModuleMethod moduleMethod3;
        Pair list23;
        PairWithPosition pairWithPosition3;
        ModuleMethod moduleMethod4;
        Pair list24;
        PairWithPosition pairWithPosition4;
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        frame12 frame12Var = new frame12();
        frame12Var.$immediate = obj;
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit6, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("#>/?", "wqlpzfjw"), Lit1430, "deobfuscate text"), Component.CHIP_TYPE_CHOICE), Lit1431), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{\"0\":\"FREE User\",\"1\":\"PRO User\",\"2\":\"BASIC User\",\"3\":\"PROPLUS User\"}"), Lit1432), "FREE User"), Lit1433, "dictionary lookup"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit172, Boolean.TRUE, Lit173);
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("14,", "bdbewacc"), Lit1434, "deobfuscate text"), Boolean.FALSE), Lit1435) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit1436, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1437, Lit1438, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("watchlistlength", Lit1439), Lit1440);
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("maxfund", Lit1441), Lit1442);
            runtime.setAndCoerceProperty$Ex(Lit1443, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1444, Lit172, Boolean.FALSE, Lit173);
            simpleSymbol = Lit1445;
            simpleSymbol2 = Lit1438;
        } else {
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("#>/?", "wqlpzfjw"), Lit1446, "deobfuscate text"), Lit141), Lit1447)), Lit711), Lit1448, "=") == Boolean.FALSE) {
                SimpleSymbol simpleSymbol3 = Lit1436;
                SimpleSymbol simpleSymbol4 = Lit565;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1452, "=") != Boolean.FALSE) {
                    moduleMethod = runtime.text$Mndeobfuscate;
                    list2 = LList.list2("bJFPUCZA\\@M_]O_$SY^FMQKWNV]FB[C]", "weizqkyj");
                    pairWithPosition = Lit1453;
                } else {
                    moduleMethod = runtime.text$Mndeobfuscate;
                    list2 = LList.list2("d}AP]FSD^OFZ]GXN9FWDE^AYI\\\\JF_IZ@", "weizqkyj");
                    pairWithPosition = Lit1454;
                }
                runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2(runtime.callYailPrimitive(moduleMethod, list2, pairWithPosition, "deobfuscate text"), FacebookBannerSize.StandardBanner), Lit1455);
                SimpleSymbol simpleSymbol5 = Lit564;
                SimpleSymbol simpleSymbol6 = Lit565;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1456, "=") != Boolean.FALSE) {
                    moduleMethod2 = runtime.text$Mndeobfuscate;
                    list22 = LList.list2("bJFPUCZA\\@M_]O_$SY^FMQJ[HRVIFQK\\", "weizqkyj");
                    pairWithPosition2 = Lit1457;
                } else {
                    moduleMethod2 = runtime.text$Mndeobfuscate;
                    list22 = LList.list2("d}AP]FSD^OFZ]GXN9FWDE^FQG_[EA\\N[N", "weizqkyj");
                    pairWithPosition2 = Lit1458;
                }
                runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2(runtime.callYailPrimitive(moduleMethod2, list22, pairWithPosition2, "deobfuscate text"), FacebookBannerSize.StandardBanner), Lit1459);
                runtime.setAndCoerceProperty$Ex(Lit1436, Lit172, Boolean.TRUE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit1437, Lit1438, Boolean.TRUE, Lit173);
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("watchlistlength", Lit645), Lit1460);
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("maxfund", Lit1461), Lit1462);
                runtime.setAndCoerceProperty$Ex(Lit1443, Lit172, Boolean.TRUE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit1444, Lit172, Boolean.TRUE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit1445, Lit1438, Boolean.TRUE, Lit173);
                if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit27, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1463, "not") != Boolean.FALSE) {
                    runtime.callComponentMethod(Lit1464, Lit1465, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1466, "=") != Boolean.FALSE ? runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("bJFPUCZA\\@M_]O_$T]UONTBSFRZI@YI^", "weizqkyj"), Lit1467, "deobfuscate text") : runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("d}AP]FSD^OFZ]GXN9G^CIQAXI]XLA_NZO", "weizqkyj"), Lit1468, "deobfuscate text")), Lit1469);
                    SimpleSymbol simpleSymbol7 = Lit1436;
                    SimpleSymbol simpleSymbol8 = Lit565;
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1470, "=") != Boolean.FALSE) {
                        moduleMethod3 = runtime.text$Mndeobfuscate;
                        list23 = LList.list2("bJFPUCZA\\@M_]O_$SY^FMQKWNV]FB[C]", "weizqkyj");
                        pairWithPosition3 = Lit1471;
                    } else {
                        moduleMethod3 = runtime.text$Mndeobfuscate;
                        list23 = LList.list2("d}AP]FSD^OFZ]GXN9FWDE^AYI\\\\JF_IZ@", "weizqkyj");
                        pairWithPosition3 = Lit1472;
                    }
                    runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list2(runtime.callYailPrimitive(moduleMethod3, list23, pairWithPosition3, "deobfuscate text"), FacebookBannerSize.StandardBanner), Lit1473);
                    SimpleSymbol simpleSymbol9 = Lit564;
                    SimpleSymbol simpleSymbol10 = Lit565;
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1474, "=") != Boolean.FALSE) {
                        moduleMethod4 = runtime.text$Mndeobfuscate;
                        list24 = LList.list2("bJFPUCZA\\@M_]O_$SY^FMQJ[HRVIFQK\\", "weizqkyj");
                        pairWithPosition4 = Lit1475;
                    } else {
                        moduleMethod4 = runtime.text$Mndeobfuscate;
                        list24 = LList.list2("d}AP]FSD^OFZ]GXN9FWDE^FQG_[EA\\N[N", "weizqkyj");
                        pairWithPosition4 = Lit1476;
                    }
                    runtime.callComponentMethod(simpleSymbol9, simpleSymbol10, LList.list2(runtime.callYailPrimitive(moduleMethod4, list24, pairWithPosition4, "deobfuscate text"), FacebookBannerSize.StandardBanner), Lit1477);
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit28, runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty));
                    runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callComponentMethod(Lit468, Lit1478, LList.Empty, LList.Empty), Lit1479), Lit1480, ">=");
                    Boolean bool = Boolean.FALSE;
                } else if (runtime.processAndDelayed$V(new Object[]{lambda$Fn187, frame12Var.lambda$Fn188}) != Boolean.FALSE) {
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit27, Boolean.FALSE);
                    runtime.callComponentMethod(Lit1464, Lit1491, LList.Empty, LList.Empty);
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit28, runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty));
                }
                runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1492)), Lit1493, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit1494)), Lit1495, "join"), Lit9);
                SimpleSymbol simpleSymbol11 = Lit1496;
                SimpleSymbol simpleSymbol12 = Lit6;
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                SimpleSymbol simpleSymbol13 = Lit160;
                SimpleSymbol simpleSymbol14 = Lit161;
                runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callComponentMethod(simpleSymbol13, simpleSymbol14, LList.list2("fund", runtime.callComponentMethod(simpleSymbol13, simpleSymbol14, LList.list2("maxfund", Lit1497), Lit1498)), Lit1499)), Lit9);
                SimpleSymbol simpleSymbol15 = Lit160;
                return runtime.callComponentMethod(simpleSymbol15, Lit169, LList.list2("fund", runtime.callComponentMethod(simpleSymbol15, Lit161, LList.list2("fund", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit1496, Lit6))), Lit1500)), Lit1501);
            }
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("maxfund", Lit1449), Lit1450);
            runtime.setAndCoerceProperty$Ex(Lit1436, Lit172, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("watchlistlength", Lit645), Lit1451);
            runtime.setAndCoerceProperty$Ex(Lit1437, Lit1438, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1443, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1429, Lit172, Boolean.TRUE, Lit173);
            simpleSymbol = Lit1444;
            simpleSymbol2 = Lit172;
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1492)), Lit1493, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit1494)), Lit1495, "join"), Lit9);
        SimpleSymbol simpleSymbol112 = Lit1496;
        SimpleSymbol simpleSymbol122 = Lit6;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        SimpleSymbol simpleSymbol132 = Lit160;
        SimpleSymbol simpleSymbol142 = Lit161;
        runtime.setAndCoerceProperty$Ex(simpleSymbol112, simpleSymbol122, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callComponentMethod(simpleSymbol132, simpleSymbol142, LList.list2("fund", runtime.callComponentMethod(simpleSymbol132, simpleSymbol142, LList.list2("maxfund", Lit1497), Lit1498)), Lit1499)), Lit9);
        SimpleSymbol simpleSymbol152 = Lit160;
        return runtime.callComponentMethod(simpleSymbol152, Lit169, LList.list2("fund", runtime.callComponentMethod(simpleSymbol152, Lit161, LList.list2("fund", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit1496, Lit6))), Lit1500)), Lit1501);
    }

    static Procedure lambda192() {
        return lambda$Fn192;
    }

    static Object lambda193(Object obj) {
        ModuleMethod moduleMethod;
        Pair list2;
        PairWithPosition pairWithPosition;
        ModuleMethod moduleMethod2;
        Pair list22;
        PairWithPosition pairWithPosition2;
        ModuleMethod moduleMethod3;
        Pair list23;
        PairWithPosition pairWithPosition3;
        ModuleMethod moduleMethod4;
        Pair list24;
        PairWithPosition pairWithPosition4;
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        frame13 frame13Var = new frame13();
        frame13Var.$immediate = obj;
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit6, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("#>/?", "wqlpzfjw"), Lit1502, "deobfuscate text"), Component.CHIP_TYPE_CHOICE), Lit1503), runtime.callComponentMethod(Lit150, Lit151, LList.list1("{\"0\":\"FREE User\",\"1\":\"PRO User\",\"2\":\"BASIC User\",\"3\":\"PROPLUS User\"}"), Lit1504), "FREE User"), Lit1505, "dictionary lookup"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit172, Boolean.TRUE, Lit173);
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("14,", "bdbewacc"), Lit1506, "deobfuscate text"), Boolean.FALSE), Lit1507) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit1436, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1437, Lit1438, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("watchlistlength", Lit1439), Lit1508);
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("maxfund", Lit1441), Lit1509);
            runtime.setAndCoerceProperty$Ex(Lit1443, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1444, Lit172, Boolean.FALSE, Lit173);
            simpleSymbol = Lit1445;
            simpleSymbol2 = Lit1438;
        } else {
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("#>/?", "wqlpzfjw"), Lit1510, "deobfuscate text"), Lit141), Lit1511)), Lit711), Lit1512, "=") == Boolean.FALSE) {
                SimpleSymbol simpleSymbol3 = Lit1436;
                SimpleSymbol simpleSymbol4 = Lit565;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1515, "=") != Boolean.FALSE) {
                    moduleMethod = runtime.text$Mndeobfuscate;
                    list2 = LList.list2("bJFPUCZA\\@M_]O_$SY^FMQKWNV]FB[C]", "weizqkyj");
                    pairWithPosition = Lit1516;
                } else {
                    moduleMethod = runtime.text$Mndeobfuscate;
                    list2 = LList.list2("d}AP]FSD^OFZ]GXN9FWDE^AYI\\\\JF_IZ@", "weizqkyj");
                    pairWithPosition = Lit1517;
                }
                runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2(runtime.callYailPrimitive(moduleMethod, list2, pairWithPosition, "deobfuscate text"), FacebookBannerSize.StandardBanner), Lit1518);
                SimpleSymbol simpleSymbol5 = Lit564;
                SimpleSymbol simpleSymbol6 = Lit565;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1519, "=") != Boolean.FALSE) {
                    moduleMethod2 = runtime.text$Mndeobfuscate;
                    list22 = LList.list2("bJFPUCZA\\@M_]O_$SY^FMQJ[HRVIFQK\\", "weizqkyj");
                    pairWithPosition2 = Lit1520;
                } else {
                    moduleMethod2 = runtime.text$Mndeobfuscate;
                    list22 = LList.list2("d}AP]FSD^OFZ]GXN9FWDE^FQG_[EA\\N[N", "weizqkyj");
                    pairWithPosition2 = Lit1521;
                }
                runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2(runtime.callYailPrimitive(moduleMethod2, list22, pairWithPosition2, "deobfuscate text"), FacebookBannerSize.StandardBanner), Lit1522);
                runtime.setAndCoerceProperty$Ex(Lit1436, Lit172, Boolean.TRUE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit1437, Lit1438, Boolean.TRUE, Lit173);
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("watchlistlength", Lit645), Lit1523);
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("maxfund", Lit1461), Lit1524);
                runtime.setAndCoerceProperty$Ex(Lit1443, Lit172, Boolean.TRUE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit1444, Lit172, Boolean.TRUE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit1445, Lit1438, Boolean.TRUE, Lit173);
                if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit27, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1525, "not") != Boolean.FALSE) {
                    runtime.callComponentMethod(Lit1464, Lit1465, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1526, "=") != Boolean.FALSE ? runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("bJFPUCZA\\@M_]O_$T]UONTBSFRZI@YI^", "weizqkyj"), Lit1527, "deobfuscate text") : runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("d}AP]FSD^OFZ]GXN9G^CIQAXI]XLA_NZO", "weizqkyj"), Lit1528, "deobfuscate text")), Lit1529);
                    SimpleSymbol simpleSymbol7 = Lit1436;
                    SimpleSymbol simpleSymbol8 = Lit565;
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1530, "=") != Boolean.FALSE) {
                        moduleMethod3 = runtime.text$Mndeobfuscate;
                        list23 = LList.list2("bJFPUCZA\\@M_]O_$SY^FMQKWNV]FB[C]", "weizqkyj");
                        pairWithPosition3 = Lit1531;
                    } else {
                        moduleMethod3 = runtime.text$Mndeobfuscate;
                        list23 = LList.list2("d}AP]FSD^OFZ]GXN9FWDE^AYI\\\\JF_IZ@", "weizqkyj");
                        pairWithPosition3 = Lit1532;
                    }
                    runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list2(runtime.callYailPrimitive(moduleMethod3, list23, pairWithPosition3, "deobfuscate text"), FacebookBannerSize.StandardBanner), Lit1533);
                    SimpleSymbol simpleSymbol9 = Lit564;
                    SimpleSymbol simpleSymbol10 = Lit565;
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1534, "=") != Boolean.FALSE) {
                        moduleMethod4 = runtime.text$Mndeobfuscate;
                        list24 = LList.list2("bJFPUCZA\\@M_]O_$SY^FMQJ[HRVIFQK\\", "weizqkyj");
                        pairWithPosition4 = Lit1535;
                    } else {
                        moduleMethod4 = runtime.text$Mndeobfuscate;
                        list24 = LList.list2("d}AP]FSD^OFZ]GXN9FWDE^FQG_[EA\\N[N", "weizqkyj");
                        pairWithPosition4 = Lit1536;
                    }
                    runtime.callComponentMethod(simpleSymbol9, simpleSymbol10, LList.list2(runtime.callYailPrimitive(moduleMethod4, list24, pairWithPosition4, "deobfuscate text"), FacebookBannerSize.StandardBanner), Lit1537);
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit28, runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty));
                    runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callComponentMethod(Lit468, Lit1478, LList.Empty, LList.Empty), Lit1479), Lit1538, ">=");
                    Boolean bool = Boolean.FALSE;
                } else if (runtime.processAndDelayed$V(new Object[]{lambda$Fn193, frame13Var.lambda$Fn194}) != Boolean.FALSE) {
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit27, Boolean.FALSE);
                    runtime.callComponentMethod(Lit1464, Lit1491, LList.Empty, LList.Empty);
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit28, runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty));
                }
                runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1544)), Lit1545, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit1546)), Lit1547, "join"), Lit9);
                SimpleSymbol simpleSymbol11 = Lit1496;
                SimpleSymbol simpleSymbol12 = Lit6;
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                SimpleSymbol simpleSymbol13 = Lit160;
                SimpleSymbol simpleSymbol14 = Lit161;
                runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callComponentMethod(simpleSymbol13, simpleSymbol14, LList.list2("fund", runtime.callComponentMethod(simpleSymbol13, simpleSymbol14, LList.list2("maxfund", Lit1497), Lit1548)), Lit1549)), Lit9);
                SimpleSymbol simpleSymbol15 = Lit160;
                return runtime.callComponentMethod(simpleSymbol15, Lit169, LList.list2("fund", runtime.callComponentMethod(simpleSymbol15, Lit161, LList.list2("fund", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit1496, Lit6))), Lit1550)), Lit1551);
            }
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("maxfund", Lit1449), Lit1513);
            runtime.setAndCoerceProperty$Ex(Lit1436, Lit172, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit160, Lit169, LList.list2("watchlistlength", Lit645), Lit1514);
            runtime.setAndCoerceProperty$Ex(Lit1437, Lit1438, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1443, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1429, Lit172, Boolean.TRUE, Lit173);
            simpleSymbol = Lit1444;
            simpleSymbol2 = Lit172;
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1544)), Lit1545, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit1546)), Lit1547, "join"), Lit9);
        SimpleSymbol simpleSymbol112 = Lit1496;
        SimpleSymbol simpleSymbol122 = Lit6;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        SimpleSymbol simpleSymbol132 = Lit160;
        SimpleSymbol simpleSymbol142 = Lit161;
        runtime.setAndCoerceProperty$Ex(simpleSymbol112, simpleSymbol122, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callComponentMethod(simpleSymbol132, simpleSymbol142, LList.list2("fund", runtime.callComponentMethod(simpleSymbol132, simpleSymbol142, LList.list2("maxfund", Lit1497), Lit1548)), Lit1549)), Lit9);
        SimpleSymbol simpleSymbol152 = Lit160;
        return runtime.callComponentMethod(simpleSymbol152, Lit169, LList.list2("fund", runtime.callComponentMethod(simpleSymbol152, Lit161, LList.list2("fund", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit1496, Lit6))), Lit1550)), Lit1551);
    }

    public class frame14 extends ModuleBody {
        Object $name;
        final ModuleMethod lambda$Fn202 = new ModuleMethod(this, 37, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 37 ? lambda203(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 37) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda202proc(Object obj) {
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.setAndCoercePropertyAndCheck$Ex(obj, Screen1.Lit980, Screen1.Lit989, Screen1.Lit1677, Screen1.Lit720);
        }

        Object lambda203(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit593), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.setAndCoercePropertyAndCheck$Ex(runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, obj), Screen1.Lit1678, "select list item"), Screen1.Lit980, Screen1.Lit989, Screen1.Lit1679, Screen1.Lit720);
        }
    }

    public class frame15 extends ModuleBody {
        Object $name;
        final ModuleMethod lambda$Fn206 = new ModuleMethod(this, 38, null, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 38 ? lambda207(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 38) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda206proc(Object obj) {
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.setAndCoercePropertyAndCheck$Ex(obj, Screen1.Lit980, Screen1.Lit989, Screen1.Lit1677, Screen1.Lit720);
        }

        Object lambda207(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit593), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.setAndCoercePropertyAndCheck$Ex(runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, obj), Screen1.Lit1693, "select list item"), Screen1.Lit980, Screen1.Lit989, Screen1.Lit1679, Screen1.Lit720);
        }
    }

    static Object lambda198(Object obj, Object obj2, Object obj3) {
        Object callYailPrimitive;
        SimpleSymbol simpleSymbol;
        FString stringAppend;
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Boolean bool;
        String str;
        ApplyToArgs applyToArgs2;
        Object lookupGlobalVarInCurrentFormEnvironment2;
        Boolean bool2;
        String str2;
        Object obj4 = obj2;
        boolean z = obj3 instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0007\n\u000b\"\r\u0003\u000b\u001c\n\u0002%\t\r\u0002", "nbshdil"), Lit1554, "deobfuscate text")), Lit1555, "string contains") != Boolean.FALSE) {
            if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit14, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
                return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Please wait for a min before requesting for verification again");
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod2 = runtime.yail$Mnalist$Mnlookup;
            SimpleSymbol simpleSymbol2 = Lit150;
            SimpleSymbol simpleSymbol3 = Lit151;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("users", runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list1(obj4), Lit1557), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1558, "lookup in pairs"), Lit19), Lit1559, "select list item");
            boolean z2 = callYailPrimitive2 instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("emailVerified", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2, Boolean.FALSE), Lit1560, "lookup in pairs") == Boolean.FALSE) {
                return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit1565, "make a list")), Lit1566, "make a list"), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("MYFJH\u001e\f\u0018_SR\u0010^^AICUVKM[\u0007)\"(u;7)%;9($2.&:-.,p%\u007fo379$+$,$2\u0015\f\rZ\t\f\u00151\u0011\u001d#\b\u0005\u0012\u0011\u000b\u0017\u001c\u0001\u0003\r\r?\u0014\u001b\u0005S\u0006\u0013\bD", "sxfiiu"), Lit1567, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1568, "join"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("idToken", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit138, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1569, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("requestType", "VERIFY_EMAIL"), Lit1570, "make a pair")), Lit1571, "make a dictionary"), runtime.lookupInCurrentFormEnvironment(Lit150)});
            }
            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Verified Account");
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1561, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("NAME", ""), Lit1562);
            ModuleMethod moduleMethod3 = runtime.yail$Mnalist$Mnlookup;
            if (z2) {
                callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
            }
            return applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, callComponentMethod, runtime.callYailPrimitive(moduleMethod3, LList.list3("email", callYailPrimitive2, Boolean.FALSE), Lit1563, "lookup in pairs"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("MOBILE", ""), Lit1564));
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001c\u0014\u0006\t\t\u0015\u0011\u0016_\u001c\u0018\u0010\u0000<\u0002\u000f.\b\u0011\u0013", "idwwltkh"), Lit1572, "deobfuscate text")), Lit1573, "string contains") != Boolean.FALSE) {
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, "&mode=verify"), Lit1574, "string contains") != Boolean.FALSE) {
                applyToArgs2 = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool2 = Boolean.TRUE;
                str2 = "Verify your email address to complete your registration.";
            } else {
                applyToArgs2 = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool2 = Boolean.TRUE;
                str2 = "Email has been sent to you with a link to reset the password";
            }
            return applyToArgs2.apply3(lookupGlobalVarInCurrentFormEnvironment2, bool2, str2);
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001e\u0011\u00123\u0018\u0019>\u0011\u0003\u001b\f\u001a\u000f\u0007\u0013\u0003\u001b\u0000\"\u0002\u000b\t\\", "nbshdil"), Lit1575, "deobfuscate text")), Lit1576, "string contains") != Boolean.FALSE) {
            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Please confirm your account. Email sent to you email id.");
            runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit1577, "emailVerification"), Lit1578);
            return runtime.addGlobalVarToCurrentFormEnvironment(Lit14, Boolean.TRUE);
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0014\u001b\t\u001f\u0006\u0011\r\tK\u0012\u0010\u0013\b+\r9\u0011\u0016\u00051\n\u001b\u0014\u0000\u0004\u0014\f", "nbshdil"), Lit1579, "deobfuscate text")), Lit1580, "string contains") != Boolean.FALSE) {
            ModuleMethod moduleMethod4 = runtime.yail$Mnalist$Mnlookup;
            SimpleSymbol simpleSymbol4 = Lit150;
            SimpleSymbol simpleSymbol5 = Lit151;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod4, LList.list3("idToken", runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(obj4), Lit1581), ""), Lit1582, "lookup in pairs");
            boolean z3 = callYailPrimitive instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit1584, "is text empty?") != Boolean.FALSE) {
                applyToArgs = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool = Boolean.FALSE;
                str = "Error SignIn, Please try again";
                return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, str);
            }
            ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
            Object[] objArr = new Object[5];
            objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr[1] = "";
            objArr[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("UXTPK\u001b\b\rBS_\u0006WF@=!91 !\"y1*9w1$<1>48947.+)<0g>cf=\u001f\u0001\u0005\u0019\u001e\u000f\u0001\u0016\u0000\u0011\rW\u001f\u0005\r>\t\u001e\u0003\u0015\u000e\f(\t\u0004\u001a[\u0003\r\tT", "salkrhoe"), Lit1585, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1586, "join");
            objArr[3] = runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("idToken", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit1587, "make a pair")), Lit1588, "make a dictionary");
            objArr[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
            applyToArgs4.applyN(objArr);
            simpleSymbol = Lit138;
            if (z3) {
                stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context");
                callYailPrimitive = runtime.signalRuntimeError(stringAppend, "Unbound Variable");
            }
            return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, callYailPrimitive);
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0000\u000f\u001d\u000b\u001a\r\u0011\u0015_\u0006\u0004\u0007\u0004;\u001f", "nbshdil"), Lit1589, "deobfuscate text")), Lit1590, "string contains") == Boolean.FALSE) {
            return Values.empty;
        }
        ModuleMethod moduleMethod5 = runtime.yail$Mnalist$Mnlookup;
        SimpleSymbol simpleSymbol6 = Lit150;
        SimpleSymbol simpleSymbol7 = Lit151;
        if (obj4 instanceof Package) {
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
        }
        callYailPrimitive = runtime.callYailPrimitive(moduleMethod5, LList.list3("idToken", runtime.callComponentMethod(simpleSymbol6, simpleSymbol7, LList.list1(obj4), Lit1591), ""), Lit1592, "lookup in pairs");
        boolean z4 = callYailPrimitive instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit1593, "is text empty?") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool = Boolean.FALSE;
            str = "Error SignUp, Please try again";
            return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, str);
        }
        ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
        Object[] objArr2 = new Object[5];
        objArr2[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr2[1] = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit1594, "make a list")), Lit1595, "make a list");
        objArr2[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("XWY[>l}v!?0=17.(4<276/6g?$*$9++190c(\u0002\u001b]\u000fYT\u0014\u0010\u0006\u0011\u000f\u001f\u0014\u0000G\b\u0018\b\u0006&\u0017\t&\f\u0011\u000bU\n\u0015\u001aP", "salkrhoe"), Lit1596, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St), "&mode=verify"), Lit1597, "join");
        objArr2[3] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("{\"requestType\":\"VERIFY_EMAIL\",\"idToken\":\"", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "\"}"), Lit1598, "join");
        objArr2[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
        applyToArgs5.applyN(objArr2);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("NAME", runtime.get$Mnproperty.apply2(Lit1599, Lit6)), Lit1600);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("MOBILE", runtime.get$Mnproperty.apply2(Lit1601, Lit6)), Lit1602);
        simpleSymbol = Lit138;
        if (z4) {
            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context");
            callYailPrimitive = runtime.signalRuntimeError(stringAppend, "Unbound Variable");
        }
        return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, callYailPrimitive);
    }

    static Procedure lambda199() {
        return lambda$Fn199;
    }

    static Object lambda200(Object obj, Object obj2, Object obj3) {
        Object callYailPrimitive;
        SimpleSymbol simpleSymbol;
        FString stringAppend;
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Boolean bool;
        String str;
        ApplyToArgs applyToArgs2;
        Object lookupGlobalVarInCurrentFormEnvironment2;
        Boolean bool2;
        String str2;
        Object obj4 = obj2;
        boolean z = obj3 instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0007\n\u000b\"\r\u0003\u000b\u001c\n\u0002%\t\r\u0002", "nbshdil"), Lit1603, "deobfuscate text")), Lit1604, "string contains") != Boolean.FALSE) {
            if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit14, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
                return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Please wait for a min before requesting for verification again");
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod2 = runtime.yail$Mnalist$Mnlookup;
            SimpleSymbol simpleSymbol2 = Lit150;
            SimpleSymbol simpleSymbol3 = Lit151;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("users", runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list1(obj4), Lit1605), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1606, "lookup in pairs"), Lit19), Lit1607, "select list item");
            boolean z2 = callYailPrimitive2 instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("emailVerified", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2, Boolean.FALSE), Lit1608, "lookup in pairs") == Boolean.FALSE) {
                return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit1612, "make a list")), Lit1613, "make a list"), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("MYFJH\u001e\f\u0018_SR\u0010^^AICUVKM[\u0007)\"(u;7)%;9($2.&:-.,p%\u007fo379$+$,$2\u0015\f\rZ\t\f\u00151\u0011\u001d#\b\u0005\u0012\u0011\u000b\u0017\u001c\u0001\u0003\r\r?\u0014\u001b\u0005S\u0006\u0013\bD", "sxfiiu"), Lit1614, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1615, "join"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("idToken", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit138, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1616, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("requestType", "VERIFY_EMAIL"), Lit1617, "make a pair")), Lit1618, "make a dictionary"), runtime.lookupInCurrentFormEnvironment(Lit150)});
            }
            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Verified Account");
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1561, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("NAME", ""), Lit1609);
            ModuleMethod moduleMethod3 = runtime.yail$Mnalist$Mnlookup;
            if (z2) {
                callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
            }
            return applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, callComponentMethod, runtime.callYailPrimitive(moduleMethod3, LList.list3("email", callYailPrimitive2, Boolean.FALSE), Lit1610, "lookup in pairs"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("MOBILE", ""), Lit1611));
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001c\u0014\u0006\t\t\u0015\u0011\u0016_\u001c\u0018\u0010\u0000<\u0002\u000f.\b\u0011\u0013", "idwwltkh"), Lit1619, "deobfuscate text")), Lit1620, "string contains") != Boolean.FALSE) {
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, "&mode=verify"), Lit1621, "string contains") != Boolean.FALSE) {
                applyToArgs2 = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool2 = Boolean.TRUE;
                str2 = "Verify your email address to complete your registration.";
            } else {
                applyToArgs2 = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool2 = Boolean.TRUE;
                str2 = "Email has been sent to you with a link to reset the password";
            }
            return applyToArgs2.apply3(lookupGlobalVarInCurrentFormEnvironment2, bool2, str2);
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001e\u0011\u00123\u0018\u0019>\u0011\u0003\u001b\f\u001a\u000f\u0007\u0013\u0003\u001b\u0000\"\u0002\u000b\t\\", "nbshdil"), Lit1622, "deobfuscate text")), Lit1623, "string contains") != Boolean.FALSE) {
            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Please confirm your account. Email sent to you email id.");
            runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit1577, "emailVerification"), Lit1624);
            return runtime.addGlobalVarToCurrentFormEnvironment(Lit14, Boolean.TRUE);
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0014\u001b\t\u001f\u0006\u0011\r\tK\u0012\u0010\u0013\b+\r9\u0011\u0016\u00051\n\u001b\u0014\u0000\u0004\u0014\f", "nbshdil"), Lit1625, "deobfuscate text")), Lit1626, "string contains") != Boolean.FALSE) {
            ModuleMethod moduleMethod4 = runtime.yail$Mnalist$Mnlookup;
            SimpleSymbol simpleSymbol4 = Lit150;
            SimpleSymbol simpleSymbol5 = Lit151;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod4, LList.list3("idToken", runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(obj4), Lit1627), ""), Lit1628, "lookup in pairs");
            boolean z3 = callYailPrimitive instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit1629, "is text empty?") != Boolean.FALSE) {
                applyToArgs = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool = Boolean.FALSE;
                str = "Error SignIn, Please try again";
                return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, str);
            }
            ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
            Object[] objArr = new Object[5];
            objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr[1] = "";
            objArr[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("UXTPK\u001b\b\rBS_\u0006WF@=!91 !\"y1*9w1$<1>48947.+)<0g>cf=\u001f\u0001\u0005\u0019\u001e\u000f\u0001\u0016\u0000\u0011\rW\u001f\u0005\r>\t\u001e\u0003\u0015\u000e\f(\t\u0004\u001a[\u0003\r\tT", "salkrhoe"), Lit1630, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1631, "join");
            objArr[3] = runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("idToken", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit1632, "make a pair")), Lit1633, "make a dictionary");
            objArr[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
            applyToArgs4.applyN(objArr);
            simpleSymbol = Lit138;
            if (z3) {
                stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context");
                callYailPrimitive = runtime.signalRuntimeError(stringAppend, "Unbound Variable");
            }
            return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, callYailPrimitive);
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : obj3, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0000\u000f\u001d\u000b\u001a\r\u0011\u0015_\u0006\u0004\u0007\u0004;\u001f", "nbshdil"), Lit1634, "deobfuscate text")), Lit1635, "string contains") == Boolean.FALSE) {
            return Values.empty;
        }
        ModuleMethod moduleMethod5 = runtime.yail$Mnalist$Mnlookup;
        SimpleSymbol simpleSymbol6 = Lit150;
        SimpleSymbol simpleSymbol7 = Lit151;
        if (obj4 instanceof Package) {
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
        }
        callYailPrimitive = runtime.callYailPrimitive(moduleMethod5, LList.list3("idToken", runtime.callComponentMethod(simpleSymbol6, simpleSymbol7, LList.list1(obj4), Lit1636), ""), Lit1637, "lookup in pairs");
        boolean z4 = callYailPrimitive instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit1638, "is text empty?") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool = Boolean.FALSE;
            str = "Error SignUp, Please try again";
            return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, str);
        }
        ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
        Object[] objArr2 = new Object[5];
        objArr2[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr2[1] = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit1639, "make a list")), Lit1640, "make a list");
        objArr2[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("XWY[>l}v!?0=17.(4<276/6g?$*$9++190c(\u0002\u001b]\u000fYT\u0014\u0010\u0006\u0011\u000f\u001f\u0014\u0000G\b\u0018\b\u0006&\u0017\t&\f\u0011\u000bU\n\u0015\u001aP", "salkrhoe"), Lit1641, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit22, runtime.$Stthe$Mnnull$Mnvalue$St), "&mode=verify"), Lit1642, "join");
        objArr2[3] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("{\"requestType\":\"VERIFY_EMAIL\",\"idToken\":\"", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "\"}"), Lit1643, "join");
        objArr2[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
        applyToArgs5.applyN(objArr2);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("NAME", runtime.get$Mnproperty.apply2(Lit1599, Lit6)), Lit1644);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("MOBILE", runtime.get$Mnproperty.apply2(Lit1601, Lit6)), Lit1645);
        simpleSymbol = Lit138;
        if (z4) {
            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1583), " is not bound in the current context");
            callYailPrimitive = runtime.signalRuntimeError(stringAppend, "Unbound Variable");
        }
        return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, callYailPrimitive);
    }

    static Object lambda201(Object obj) {
        frame14 frame14Var;
        Object obj2;
        Object obj3;
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        String str;
        frame14 frame14Var2 = new frame14();
        boolean z = obj instanceof Package;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit140, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), "Unbound Variable") : obj);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), "Unbound Variable") : obj, Lit645), Lit1648, "=") != Boolean.FALSE) {
            runtime.callComponentMethod(Lit1649, Lit642, LList.Empty, LList.Empty);
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object[] objArr = new Object[7];
            objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr[1] = "I";
            objArr[2] = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("d\u0010+\u001b\u0019$)3n=?$ K2\u000b\u001d\b\u0000\u0018,E,.)\t-+\u0014\t\fD>,;\u001d\u001b\b#\u00149>1\u0017", "yqiqpany"), Lit1650, "deobfuscate text");
            objArr[3] = "contacted";
            objArr[4] = "DATE|EMAIL|DESCRIPTION|RATING|DEVICE_ID";
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            SimpleSymbol simpleSymbol4 = Lit198;
            Pair list1 = LList.list1(runtime.callComponentMethod(simpleSymbol4, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol4, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy-hh:mm:ssa"), Lit1651));
            frame14Var = frame14Var2;
            LList.chain4(list1, runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit1652), runtime.get$Mnproperty.apply2(Lit1649, Lit6), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
            objArr[5] = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, list1, Lit1653, "make a list"), "|"), Lit1654, "join with separator");
            objArr[6] = "DATE";
            applyToArgs.applyN(objArr);
            runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
            runtime.setAndCoerceProperty$Ex(Lit1657, Lit6, "😍", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit1649, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1658, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1659, Lit1660, "android.intent.action.VIEW", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit1659, Lit1661, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("https://play.google.com/store/apps/details?id=", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1662, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1663, "join"), Lit9);
            runtime.callComponentMethod(Lit1659, Lit1664, LList.Empty, LList.Empty);
            obj2 = "Unbound Variable";
        } else {
            frame14Var = frame14Var2;
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            if (z) {
                obj2 = "Unbound Variable";
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2);
            } else {
                obj2 = "Unbound Variable";
                obj3 = obj;
            }
            if (runtime.callYailPrimitive(moduleMethod3, LList.list2(obj3, Lit602), Lit1665, "=") != Boolean.FALSE) {
                simpleSymbol = Lit1657;
                simpleSymbol2 = Lit6;
                simpleSymbol3 = Lit9;
                str = "🙂";
            } else {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit1666), Lit1667, "=") != Boolean.FALSE) {
                    simpleSymbol = Lit1657;
                    simpleSymbol2 = Lit6;
                    simpleSymbol3 = Lit9;
                    str = "😐";
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit711), Lit1668, "=") != Boolean.FALSE) {
                        simpleSymbol = Lit1657;
                        simpleSymbol2 = Lit6;
                        simpleSymbol3 = Lit9;
                        str = "😞";
                    } else {
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit19), Lit1669, "=") != Boolean.FALSE) {
                            simpleSymbol = Lit1657;
                            simpleSymbol2 = Lit6;
                            simpleSymbol3 = Lit9;
                            str = "😩";
                        }
                    }
                }
            }
            runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, str, simpleSymbol3);
        }
        if (runtime.callYailPrimitive(Scheme.numLEq, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit602), Lit1670, "<=") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit1649, Lit172, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1658, Lit172, Boolean.TRUE, Lit173);
        }
        ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
        Pair list12 = LList.list1(runtime.lookupInCurrentFormEnvironment(Lit1671));
        LList.chain4(list12, runtime.lookupInCurrentFormEnvironment(Lit1672), runtime.lookupInCurrentFormEnvironment(Lit1673), runtime.lookupInCurrentFormEnvironment(Lit1674), runtime.lookupInCurrentFormEnvironment(Lit1675));
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod4, list12, Lit1676, "make a list");
        frame14 frame14Var3 = frame14Var;
        frame14Var3.$name = callYailPrimitive;
        runtime.yailForEach(proc$Fn201, frame14Var3.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), obj2) : frame14Var3.$name);
        return runtime.yailForRange(frame14Var3.lambda$Fn202, Lit19, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit19);
    }

    static Procedure lambda204() {
        return lambda$Fn204;
    }

    static Object lambda205(Object obj) {
        frame15 frame15Var;
        Object obj2;
        Object obj3;
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        String str;
        frame15 frame15Var2 = new frame15();
        boolean z = obj instanceof Package;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit140, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), "Unbound Variable") : obj);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), "Unbound Variable") : obj, Lit645), Lit1680, "=") != Boolean.FALSE) {
            runtime.callComponentMethod(Lit1649, Lit642, LList.Empty, LList.Empty);
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object[] objArr = new Object[7];
            objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr[1] = "I";
            objArr[2] = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("d\u0010+\u001b\u0019$)3n=?$ K2\u000b\u001d\b\u0000\u0018,E,.)\t-+\u0014\t\fD>,;\u001d\u001b\b#\u00149>1\u0017", "yqiqpany"), Lit1681, "deobfuscate text");
            objArr[3] = "contacted";
            objArr[4] = "DATE|EMAIL|DESCRIPTION|RATING|DEVICE_ID";
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            SimpleSymbol simpleSymbol4 = Lit198;
            Pair list1 = LList.list1(runtime.callComponentMethod(simpleSymbol4, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol4, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy-hh:mm:ssa"), Lit1682));
            frame15Var = frame15Var2;
            LList.chain4(list1, runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit1683), runtime.get$Mnproperty.apply2(Lit1649, Lit6), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
            objArr[5] = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, list1, Lit1684, "make a list"), "|"), Lit1685, "join with separator");
            objArr[6] = "DATE";
            applyToArgs.applyN(objArr);
            runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
            runtime.setAndCoerceProperty$Ex(Lit1657, Lit6, "😍", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit1649, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1658, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1659, Lit1660, "android.intent.action.VIEW", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit1659, Lit1661, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("https://play.google.com/store/apps/details?id=", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1662, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1686, "join"), Lit9);
            runtime.callComponentMethod(Lit1659, Lit1664, LList.Empty, LList.Empty);
            obj2 = "Unbound Variable";
        } else {
            frame15Var = frame15Var2;
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            if (z) {
                obj2 = "Unbound Variable";
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2);
            } else {
                obj2 = "Unbound Variable";
                obj3 = obj;
            }
            if (runtime.callYailPrimitive(moduleMethod3, LList.list2(obj3, Lit602), Lit1687, "=") != Boolean.FALSE) {
                simpleSymbol = Lit1657;
                simpleSymbol2 = Lit6;
                simpleSymbol3 = Lit9;
                str = "🙂";
            } else {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit1666), Lit1688, "=") != Boolean.FALSE) {
                    simpleSymbol = Lit1657;
                    simpleSymbol2 = Lit6;
                    simpleSymbol3 = Lit9;
                    str = "😐";
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit711), Lit1689, "=") != Boolean.FALSE) {
                        simpleSymbol = Lit1657;
                        simpleSymbol2 = Lit6;
                        simpleSymbol3 = Lit9;
                        str = "😞";
                    } else {
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit19), Lit1690, "=") != Boolean.FALSE) {
                            simpleSymbol = Lit1657;
                            simpleSymbol2 = Lit6;
                            simpleSymbol3 = Lit9;
                            str = "😩";
                        }
                    }
                }
            }
            runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, str, simpleSymbol3);
        }
        if (runtime.callYailPrimitive(Scheme.numLEq, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit602), Lit1691, "<=") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit1649, Lit172, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit1658, Lit172, Boolean.TRUE, Lit173);
        }
        ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
        Pair list12 = LList.list1(runtime.lookupInCurrentFormEnvironment(Lit1671));
        LList.chain4(list12, runtime.lookupInCurrentFormEnvironment(Lit1672), runtime.lookupInCurrentFormEnvironment(Lit1673), runtime.lookupInCurrentFormEnvironment(Lit1674), runtime.lookupInCurrentFormEnvironment(Lit1675));
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod4, list12, Lit1692, "make a list");
        frame15 frame15Var3 = frame15Var;
        frame15Var3.$name = callYailPrimitive;
        runtime.yailForEach(proc$Fn205, frame15Var3.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), obj2) : frame15Var3.$name);
        return runtime.yailForRange(frame15Var3.lambda$Fn206, Lit19, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1647), " is not bound in the current context"), obj2) : obj, Lit19);
    }

    static Object lambda208(Object obj, Object obj2, Object obj3) {
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("OneSignal_pid", runtime.callComponentMethod(Lit1694, Lit1695, LList.Empty, LList.Empty)), Lit1696);
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1697), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("NAME", obj), Lit1698);
        SimpleSymbol simpleSymbol3 = Lit160;
        SimpleSymbol simpleSymbol4 = Lit169;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1699), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2("EMAIL", obj2), Lit1700);
        SimpleSymbol simpleSymbol5 = Lit160;
        SimpleSymbol simpleSymbol6 = Lit169;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1701), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2("MOBILE", obj3), Lit1702);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("token", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit138, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1703);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.TRUE), Lit1704);
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit206, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
    }

    static Procedure lambda209() {
        return lambda$Fn209;
    }

    static Object lambda210(Object obj, Object obj2, Object obj3) {
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("OneSignal_pid", runtime.callComponentMethod(Lit1694, Lit1695, LList.Empty, LList.Empty)), Lit1705);
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1697), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("NAME", obj), Lit1706);
        SimpleSymbol simpleSymbol3 = Lit160;
        SimpleSymbol simpleSymbol4 = Lit169;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1699), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2("EMAIL", obj2), Lit1707);
        SimpleSymbol simpleSymbol5 = Lit160;
        SimpleSymbol simpleSymbol6 = Lit169;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1701), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2("MOBILE", obj3), Lit1708);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("token", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit138, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit1709);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.TRUE), Lit1710);
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit206, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
    }

    static Object lambda211(Object obj) {
        boolean z = obj instanceof Package;
        Object callYailPrimitive = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit1714 : runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("228,230,235"), Lit1712, "list from csv row")), Lit1713, "make-color");
        IntNum intNum = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit964 : Lit1715;
        Object callYailPrimitive2 = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit964 : runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("31,31,31"), Lit1716, "list from csv row")), Lit1717, "make-color");
        Object callYailPrimitive3 = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("235,235,235"), Lit1720, "list from csv row")), Lit1721, "make-color") : runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("70,70,70"), Lit1718, "list from csv row")), Lit1719, "make-color");
        Object callYailPrimitive4 = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit1724 : runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("179,179,179"), Lit1722, "list from csv row")), Lit1723, "make-color");
        IntNum intNum2 = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit964 : Lit1725;
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1726), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("HighlightText", callYailPrimitive), Lit1727);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Darkmode", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") : obj), Lit1728);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Level1BG", intNum), Lit1729);
        SimpleSymbol simpleSymbol3 = Lit160;
        SimpleSymbol simpleSymbol4 = Lit169;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1730), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2("Level2BG", callYailPrimitive2), Lit1731);
        SimpleSymbol simpleSymbol5 = Lit160;
        SimpleSymbol simpleSymbol6 = Lit169;
        if (callYailPrimitive3 instanceof Package) {
            callYailPrimitive3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1732), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2("Level3BG", callYailPrimitive3), Lit1733);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Level4BG", intNum2), Lit1734);
        SimpleSymbol simpleSymbol7 = Lit160;
        SimpleSymbol simpleSymbol8 = Lit169;
        if (callYailPrimitive4 instanceof Package) {
            callYailPrimitive4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1735), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list2("LightText", callYailPrimitive4), Lit1736);
        String str = "white";
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("WVBG", (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? "white" : "black"), Lit1737);
        SimpleSymbol simpleSymbol9 = Lit160;
        SimpleSymbol simpleSymbol10 = Lit169;
        if (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            str = "#333333";
        }
        runtime.callComponentMethod(simpleSymbol9, simpleSymbol10, LList.list2("WVBG2", str), Lit1738);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda212() {
        return lambda$Fn212;
    }

    static Object lambda213(Object obj) {
        boolean z = obj instanceof Package;
        Object callYailPrimitive = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit1714 : runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("228,230,235"), Lit1740, "list from csv row")), Lit1741, "make-color");
        IntNum intNum = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit964 : Lit1715;
        Object callYailPrimitive2 = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit964 : runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("31,31,31"), Lit1742, "list from csv row")), Lit1743, "make-color");
        Object callYailPrimitive3 = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("235,235,235"), Lit1746, "list from csv row")), Lit1747, "make-color") : runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("70,70,70"), Lit1744, "list from csv row")), Lit1745, "make-color");
        Object callYailPrimitive4 = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit1724 : runtime.callYailPrimitive(runtime.make$Mncolor, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("179,179,179"), Lit1748, "list from csv row")), Lit1749, "make-color");
        IntNum intNum2 = (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? Lit964 : Lit1725;
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1726), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("HighlightText", callYailPrimitive), Lit1750);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Darkmode", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") : obj), Lit1751);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Level1BG", intNum), Lit1752);
        SimpleSymbol simpleSymbol3 = Lit160;
        SimpleSymbol simpleSymbol4 = Lit169;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1730), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2("Level2BG", callYailPrimitive2), Lit1753);
        SimpleSymbol simpleSymbol5 = Lit160;
        SimpleSymbol simpleSymbol6 = Lit169;
        if (callYailPrimitive3 instanceof Package) {
            callYailPrimitive3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1732), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2("Level3BG", callYailPrimitive3), Lit1754);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Level4BG", intNum2), Lit1755);
        SimpleSymbol simpleSymbol7 = Lit160;
        SimpleSymbol simpleSymbol8 = Lit169;
        if (callYailPrimitive4 instanceof Package) {
            callYailPrimitive4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1735), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list2("LightText", callYailPrimitive4), Lit1756);
        String str = "white";
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("WVBG", (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? "white" : "black"), Lit1757);
        SimpleSymbol simpleSymbol9 = Lit160;
        SimpleSymbol simpleSymbol10 = Lit169;
        if (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            str = "#333333";
        }
        runtime.callComponentMethod(simpleSymbol9, simpleSymbol10, LList.list2("WVBG2", str), Lit1758);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda214(Object obj, Object obj2) {
        Object obj3 = obj;
        boolean z = obj3 instanceof Package;
        Object obj4 = obj2;
        boolean z2 = obj4 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Lit1760, "make a list"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj4), Lit1761, "list by walking key path in dictionary")), Lit1762, "is list empty?") != Boolean.FALSE) {
            return "";
        }
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnwalk;
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        Object obj5 = YailDictionary.ALL;
        if (z) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2(obj5, obj3), Lit1763, "make a list");
        if (z2) {
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive, obj4), Lit1764, "list by walking key path in dictionary"), Lit19), Lit1765, "select list item");
    }

    static Procedure lambda215() {
        return lambda$Fn215;
    }

    static Object lambda216(Object obj, Object obj2) {
        Object obj3 = obj;
        boolean z = obj3 instanceof Package;
        Object obj4 = obj2;
        boolean z2 = obj4 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Lit1766, "make a list"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj4), Lit1767, "list by walking key path in dictionary")), Lit1768, "is list empty?") != Boolean.FALSE) {
            return "";
        }
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnwalk;
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        Object obj5 = YailDictionary.ALL;
        if (z) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2(obj5, obj3), Lit1769, "make a list");
        if (z2) {
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive, obj4), Lit1770, "list by walking key path in dictionary"), Lit19), Lit1771, "select list item");
    }

    static Object lambda217(Object obj, Object obj2, Object obj3) {
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        Object obj6;
        Object obj7;
        char c4;
        char c5;
        char c6;
        Object obj8;
        Object obj9;
        Object callYailPrimitive;
        char c7;
        char c8;
        char c9;
        Object obj10;
        Object obj11;
        char c10;
        char c11;
        Object obj12;
        Object obj13;
        Object callYailPrimitive2;
        char c12;
        char c13;
        char c14;
        Object obj14;
        Object obj15;
        char c15;
        char c16;
        Object obj16;
        Object obj17;
        char c17;
        char c18;
        char c19;
        Object obj18;
        Object obj19;
        char c20;
        char c21;
        Object obj20;
        Object obj21;
        Object obj22;
        Object obj23;
        int i;
        char c22;
        char c23;
        char c24;
        Object obj24;
        Object obj25;
        Object obj26;
        char c25;
        char c26;
        Object obj27;
        Object obj28;
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp = MultiplyOp.$St;
        AddOp addOp = AddOp.$Pl;
        boolean z = obj instanceof Package;
        if (z) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            obj4 = obj2;
        } else {
            obj4 = obj2;
            obj5 = obj;
        }
        boolean z2 = obj4 instanceof Package;
        boolean z3 = obj3 instanceof Package;
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(addOp, LList.list2(obj5, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj4), Lit1773, "+"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit1774, "*"), Lit711), Lit1775, "format as decimal");
        NumberCompare numberCompare = Scheme.numGrt;
        MultiplyOp multiplyOp2 = MultiplyOp.$St;
        if (z2) {
            c3 = 0;
            c2 = 1;
            c = 2;
            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 2;
            c2 = 1;
            c3 = 0;
            obj6 = obj4;
        }
        if (z3) {
            Object[] objArr = new Object[3];
            objArr[c3] = "The variable ";
            objArr[c2] = runtime.getDisplayRepresentation(Lit391);
            objArr[c] = " is not bound in the current context";
            obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
        } else {
            obj7 = obj3;
        }
        if (runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list3(obj6, obj7, Lit1776), Lit1777, "*"), Lit1439), Lit1778, ">") != Boolean.FALSE) {
            callYailPrimitive = Lit1439;
        } else {
            ModuleMethod moduleMethod2 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            if (z2) {
                c6 = 0;
                c5 = 1;
                c4 = 2;
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 2;
                c5 = 1;
                c6 = 0;
                obj8 = obj4;
            }
            if (z3) {
                Object[] objArr2 = new Object[3];
                objArr2[c6] = "The variable ";
                objArr2[c5] = runtime.getDisplayRepresentation(Lit391);
                objArr2[c4] = " is not bound in the current context";
                obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            } else {
                obj9 = obj3;
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp3, LList.list3(obj8, obj9, Lit1779), Lit1780, "*"), Lit711), Lit1781, "format as decimal");
        }
        NumberCompare numberCompare2 = Scheme.numGrt;
        MultiplyOp multiplyOp4 = MultiplyOp.$St;
        if (z) {
            c9 = 0;
            c8 = 1;
            c7 = 2;
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c7 = 2;
            c8 = 1;
            c9 = 0;
            obj10 = obj;
        }
        if (z3) {
            Object[] objArr3 = new Object[3];
            objArr3[c9] = "The variable ";
            objArr3[c8] = runtime.getDisplayRepresentation(Lit391);
            objArr3[c7] = " is not bound in the current context";
            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj11 = obj3;
        }
        if (runtime.callYailPrimitive(numberCompare2, LList.list2(runtime.callYailPrimitive(multiplyOp4, LList.list3(obj10, obj11, Lit1782), Lit1783, "*"), Lit1439), Lit1784, ">") != Boolean.FALSE) {
            callYailPrimitive2 = Lit1439;
        } else {
            ModuleMethod moduleMethod3 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp5 = MultiplyOp.$St;
            if (z) {
                c10 = 0;
                c11 = 1;
                obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            } else {
                c10 = 0;
                c11 = 1;
                obj12 = obj;
            }
            if (z3) {
                Object[] objArr4 = new Object[3];
                objArr4[c10] = "The variable ";
                objArr4[c11] = runtime.getDisplayRepresentation(Lit391);
                objArr4[2] = " is not bound in the current context";
                obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
            } else {
                obj13 = obj3;
            }
            callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(multiplyOp5, LList.list3(obj12, obj13, Lit1785), Lit1786, "*"), Lit711), Lit1787, "format as decimal");
        }
        ModuleMethod moduleMethod4 = runtime.yail$Mnround;
        ModuleMethod moduleMethod5 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp6 = MultiplyOp.$St;
        if (z) {
            c14 = 0;
            c13 = 1;
            c12 = 2;
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c12 = 2;
            c13 = 1;
            c14 = 0;
            obj14 = obj;
        }
        if (z3) {
            Object[] objArr5 = new Object[3];
            objArr5[c14] = "The variable ";
            objArr5[c13] = runtime.getDisplayRepresentation(Lit391);
            objArr5[c12] = " is not bound in the current context";
            obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj15 = obj3;
        }
        Object callYailPrimitive4 = runtime.callYailPrimitive(moduleMethod4, LList.list1(runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(multiplyOp6, LList.list3(obj14, obj15, Lit1788), Lit1789, "*"), Lit711), Lit1790, "format as decimal")), Lit1791, "round");
        ModuleMethod moduleMethod6 = runtime.format$Mnas$Mndecimal;
        AddOp addOp2 = AddOp.$Pl;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1792), " is not bound in the current context"), "Unbound Variable");
        }
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1793), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(callYailPrimitive2, callYailPrimitive), Lit1794, "+"), Lit711), Lit1795, "format as decimal");
        boolean z4 = callYailPrimitive3 instanceof Package;
        Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit1797), Lit1798, "*"), Lit711), Lit1799, "format as decimal");
        ModuleMethod moduleMethod7 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp7 = MultiplyOp.$St;
        DFloNum dFloNum = Lit1800;
        AddOp addOp3 = AddOp.$Pl;
        boolean z5 = callYailPrimitive5 instanceof Package;
        if (z5) {
            callYailPrimitive5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z6 = callYailPrimitive6 instanceof Package;
        if (z6) {
            callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod7, LList.list2(runtime.callYailPrimitive(multiplyOp7, LList.list2(dFloNum, runtime.callYailPrimitive(addOp3, LList.list2(callYailPrimitive5, callYailPrimitive6), Lit1803, "+")), Lit1804, "*"), Lit711), Lit1805, "format as decimal");
        Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit1806), Lit1807, "*"), Lit711), Lit1808, "format as decimal");
        ModuleMethod moduleMethod8 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp8 = MultiplyOp.$St;
        if (z2) {
            c15 = 0;
            c16 = 1;
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c15 = 0;
            c16 = 1;
            obj16 = obj2;
        }
        if (z3) {
            Object[] objArr6 = new Object[3];
            objArr6[c15] = "The variable ";
            objArr6[c16] = runtime.getDisplayRepresentation(Lit391);
            objArr6[2] = " is not bound in the current context";
            obj17 = runtime.signalRuntimeError(strings.stringAppend(objArr6), "Unbound Variable");
        } else {
            obj17 = obj3;
        }
        Object callYailPrimitive9 = runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(multiplyOp8, LList.list3(obj16, obj17, Lit1809), Lit1810, "*"), Lit711), Lit1811, "format as decimal");
        ModuleMethod moduleMethod9 = runtime.format$Mnas$Mndecimal;
        AddOp addOp4 = AddOp.$Pl;
        Pair list1 = LList.list1(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5);
        boolean z7 = callYailPrimitive4 instanceof Package;
        if (z7) {
            c19 = 0;
            c18 = 1;
            c17 = 2;
            obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable");
        } else {
            c17 = 2;
            c18 = 1;
            c19 = 0;
            obj18 = callYailPrimitive4;
        }
        if (z6) {
            Object[] objArr7 = new Object[3];
            objArr7[c19] = "The variable ";
            objArr7[c18] = runtime.getDisplayRepresentation(Lit1802);
            objArr7[c17] = " is not bound in the current context";
            obj19 = runtime.signalRuntimeError(strings.stringAppend(objArr7), "Unbound Variable");
        } else {
            obj19 = callYailPrimitive6;
        }
        boolean z8 = callYailPrimitive7 instanceof Package;
        if (z8) {
            callYailPrimitive7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z9 = callYailPrimitive8 instanceof Package;
        if (z9) {
            callYailPrimitive8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, obj18, obj19, callYailPrimitive7, callYailPrimitive8);
        boolean z10 = callYailPrimitive9 instanceof Package;
        LList.chain1(chain4, z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive9);
        Object callYailPrimitive10 = runtime.callYailPrimitive(moduleMethod9, LList.list2(runtime.callYailPrimitive(addOp4, list1, Lit1816, "+"), Lit711), Lit1817, "format as decimal");
        ModuleMethod moduleMethod10 = runtime.is$Mnnumber$Qu;
        ModuleMethod moduleMethod11 = runtime.yail$Mndivide;
        boolean z11 = callYailPrimitive10 instanceof Package;
        if (z11) {
            c20 = 0;
            c21 = 1;
            obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
        } else {
            c20 = 0;
            c21 = 1;
            obj20 = callYailPrimitive10;
        }
        if (z3) {
            Object[] objArr8 = new Object[3];
            objArr8[c20] = "The variable ";
            objArr8[c21] = runtime.getDisplayRepresentation(Lit391);
            objArr8[2] = " is not bound in the current context";
            obj21 = runtime.signalRuntimeError(strings.stringAppend(objArr8), "Unbound Variable");
        } else {
            obj21 = obj3;
        }
        if (runtime.callYailPrimitive(moduleMethod10, LList.list1(runtime.callYailPrimitive(moduleMethod11, LList.list2(obj20, obj21), Lit1819, "yail-divide")), Lit1820, "is a number?") != Boolean.FALSE) {
            ModuleMethod moduleMethod12 = runtime.yail$Mndivide;
            if (z11) {
                c25 = 0;
                c26 = 1;
                obj27 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
            } else {
                c25 = 0;
                c26 = 1;
                obj27 = callYailPrimitive10;
            }
            if (z3) {
                Object[] objArr9 = new Object[3];
                objArr9[c25] = "The variable ";
                objArr9[c26] = runtime.getDisplayRepresentation(Lit391);
                objArr9[2] = " is not bound in the current context";
                obj28 = runtime.signalRuntimeError(strings.stringAppend(objArr9), "Unbound Variable");
            } else {
                obj28 = obj3;
            }
            obj22 = runtime.callYailPrimitive(moduleMethod12, LList.list2(obj27, obj28), Lit1821, "yail-divide");
        } else {
            obj22 = Lit141;
        }
        ModuleMethod moduleMethod13 = runtime.format$Mnas$Mndecimal;
        AddOp addOp5 = AddOp.$Mn;
        MultiplyOp multiplyOp9 = MultiplyOp.$St;
        AddOp addOp6 = AddOp.$Mn;
        if (z) {
            obj23 = callYailPrimitive10;
            i = 3;
            c24 = 0;
            c23 = 1;
            c22 = 2;
            obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            obj23 = callYailPrimitive10;
            i = 3;
            c22 = 2;
            c23 = 1;
            c24 = 0;
            obj24 = obj;
        }
        if (z2) {
            obj25 = callYailPrimitive9;
            Object[] objArr10 = new Object[i];
            objArr10[c24] = "The variable ";
            objArr10[c23] = runtime.getDisplayRepresentation(Lit389);
            objArr10[c22] = " is not bound in the current context";
            obj26 = runtime.signalRuntimeError(strings.stringAppend(objArr10), "Unbound Variable");
        } else {
            obj25 = callYailPrimitive9;
            obj26 = obj2;
        }
        Object callYailPrimitive11 = runtime.callYailPrimitive(moduleMethod13, LList.list2(runtime.callYailPrimitive(addOp5, LList.list2(runtime.callYailPrimitive(multiplyOp9, LList.list2(runtime.callYailPrimitive(addOp6, LList.list2(obj24, obj26), Lit1822, "-"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit1823, "*"), z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj23), Lit1824, "-"), Lit711), Lit1825, "format as decimal");
        ModuleMethod moduleMethod14 = runtime.make$Mnyail$Mndictionary;
        Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5), Lit1826, "make a pair"));
        Pair chain42 = LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stt", z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive4), Lit1827, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("etc", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive6), Lit1828, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stax", z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive7), Lit1829, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sebi_charges", z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive8), Lit1830, "make a pair"));
        Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stamp_charges", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : obj25), Lit1831, "make a pair");
        Object callYailPrimitive13 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("total_tax", z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj23), Lit1832, "make a pair");
        ModuleMethod moduleMethod15 = runtime.make$Mndictionary$Mnpair;
        if (obj22 instanceof Package) {
            obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1833), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive14 = runtime.callYailPrimitive(moduleMethod15, LList.list2("breakeven", obj22), Lit1834, "make a pair");
        ModuleMethod moduleMethod16 = runtime.make$Mndictionary$Mnpair;
        if (callYailPrimitive11 instanceof Package) {
            callYailPrimitive11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1835), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain4(chain42, callYailPrimitive12, callYailPrimitive13, callYailPrimitive14, runtime.callYailPrimitive(moduleMethod16, LList.list2("net_profit", callYailPrimitive11), Lit1836, "make a pair"));
        Object callYailPrimitive15 = runtime.callYailPrimitive(moduleMethod14, list12, Lit1837, "make a dictionary");
        return callYailPrimitive15 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive15;
    }

    static Procedure lambda218() {
        return lambda$Fn218;
    }

    static Object lambda219(Object obj, Object obj2, Object obj3) {
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        Object obj6;
        Object obj7;
        char c4;
        char c5;
        char c6;
        Object obj8;
        Object obj9;
        Object callYailPrimitive;
        char c7;
        char c8;
        char c9;
        Object obj10;
        Object obj11;
        char c10;
        char c11;
        Object obj12;
        Object obj13;
        Object callYailPrimitive2;
        char c12;
        char c13;
        char c14;
        Object obj14;
        Object obj15;
        char c15;
        char c16;
        Object obj16;
        Object obj17;
        char c17;
        char c18;
        char c19;
        Object obj18;
        Object obj19;
        char c20;
        char c21;
        Object obj20;
        Object obj21;
        Object obj22;
        Object obj23;
        int i;
        char c22;
        char c23;
        char c24;
        Object obj24;
        Object obj25;
        Object obj26;
        char c25;
        char c26;
        Object obj27;
        Object obj28;
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp = MultiplyOp.$St;
        AddOp addOp = AddOp.$Pl;
        boolean z = obj instanceof Package;
        if (z) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            obj4 = obj2;
        } else {
            obj4 = obj2;
            obj5 = obj;
        }
        boolean z2 = obj4 instanceof Package;
        boolean z3 = obj3 instanceof Package;
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(addOp, LList.list2(obj5, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj4), Lit1839, "+"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit1840, "*"), Lit711), Lit1841, "format as decimal");
        NumberCompare numberCompare = Scheme.numGrt;
        MultiplyOp multiplyOp2 = MultiplyOp.$St;
        if (z2) {
            c3 = 0;
            c2 = 1;
            c = 2;
            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 2;
            c2 = 1;
            c3 = 0;
            obj6 = obj4;
        }
        if (z3) {
            Object[] objArr = new Object[3];
            objArr[c3] = "The variable ";
            objArr[c2] = runtime.getDisplayRepresentation(Lit391);
            objArr[c] = " is not bound in the current context";
            obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
        } else {
            obj7 = obj3;
        }
        if (runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list3(obj6, obj7, Lit1776), Lit1842, "*"), Lit1439), Lit1843, ">") != Boolean.FALSE) {
            callYailPrimitive = Lit1439;
        } else {
            ModuleMethod moduleMethod2 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            if (z2) {
                c6 = 0;
                c5 = 1;
                c4 = 2;
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 2;
                c5 = 1;
                c6 = 0;
                obj8 = obj4;
            }
            if (z3) {
                Object[] objArr2 = new Object[3];
                objArr2[c6] = "The variable ";
                objArr2[c5] = runtime.getDisplayRepresentation(Lit391);
                objArr2[c4] = " is not bound in the current context";
                obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            } else {
                obj9 = obj3;
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp3, LList.list3(obj8, obj9, Lit1779), Lit1844, "*"), Lit711), Lit1845, "format as decimal");
        }
        NumberCompare numberCompare2 = Scheme.numGrt;
        MultiplyOp multiplyOp4 = MultiplyOp.$St;
        if (z) {
            c9 = 0;
            c8 = 1;
            c7 = 2;
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c7 = 2;
            c8 = 1;
            c9 = 0;
            obj10 = obj;
        }
        if (z3) {
            Object[] objArr3 = new Object[3];
            objArr3[c9] = "The variable ";
            objArr3[c8] = runtime.getDisplayRepresentation(Lit391);
            objArr3[c7] = " is not bound in the current context";
            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj11 = obj3;
        }
        if (runtime.callYailPrimitive(numberCompare2, LList.list2(runtime.callYailPrimitive(multiplyOp4, LList.list3(obj10, obj11, Lit1782), Lit1846, "*"), Lit1439), Lit1847, ">") != Boolean.FALSE) {
            callYailPrimitive2 = Lit1439;
        } else {
            ModuleMethod moduleMethod3 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp5 = MultiplyOp.$St;
            if (z) {
                c10 = 0;
                c11 = 1;
                obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            } else {
                c10 = 0;
                c11 = 1;
                obj12 = obj;
            }
            if (z3) {
                Object[] objArr4 = new Object[3];
                objArr4[c10] = "The variable ";
                objArr4[c11] = runtime.getDisplayRepresentation(Lit391);
                objArr4[2] = " is not bound in the current context";
                obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
            } else {
                obj13 = obj3;
            }
            callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(multiplyOp5, LList.list3(obj12, obj13, Lit1785), Lit1848, "*"), Lit711), Lit1849, "format as decimal");
        }
        ModuleMethod moduleMethod4 = runtime.yail$Mnround;
        ModuleMethod moduleMethod5 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp6 = MultiplyOp.$St;
        if (z) {
            c14 = 0;
            c13 = 1;
            c12 = 2;
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c12 = 2;
            c13 = 1;
            c14 = 0;
            obj14 = obj;
        }
        if (z3) {
            Object[] objArr5 = new Object[3];
            objArr5[c14] = "The variable ";
            objArr5[c13] = runtime.getDisplayRepresentation(Lit391);
            objArr5[c12] = " is not bound in the current context";
            obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj15 = obj3;
        }
        Object callYailPrimitive4 = runtime.callYailPrimitive(moduleMethod4, LList.list1(runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(multiplyOp6, LList.list3(obj14, obj15, Lit1788), Lit1850, "*"), Lit711), Lit1851, "format as decimal")), Lit1852, "round");
        ModuleMethod moduleMethod6 = runtime.format$Mnas$Mndecimal;
        AddOp addOp2 = AddOp.$Pl;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1792), " is not bound in the current context"), "Unbound Variable");
        }
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1793), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(callYailPrimitive2, callYailPrimitive), Lit1853, "+"), Lit711), Lit1854, "format as decimal");
        boolean z4 = callYailPrimitive3 instanceof Package;
        Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit1797), Lit1855, "*"), Lit711), Lit1856, "format as decimal");
        ModuleMethod moduleMethod7 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp7 = MultiplyOp.$St;
        DFloNum dFloNum = Lit1800;
        AddOp addOp3 = AddOp.$Pl;
        boolean z5 = callYailPrimitive5 instanceof Package;
        if (z5) {
            callYailPrimitive5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z6 = callYailPrimitive6 instanceof Package;
        if (z6) {
            callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod7, LList.list2(runtime.callYailPrimitive(multiplyOp7, LList.list2(dFloNum, runtime.callYailPrimitive(addOp3, LList.list2(callYailPrimitive5, callYailPrimitive6), Lit1857, "+")), Lit1858, "*"), Lit711), Lit1859, "format as decimal");
        Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit1806), Lit1860, "*"), Lit711), Lit1861, "format as decimal");
        ModuleMethod moduleMethod8 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp8 = MultiplyOp.$St;
        if (z2) {
            c15 = 0;
            c16 = 1;
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c15 = 0;
            c16 = 1;
            obj16 = obj2;
        }
        if (z3) {
            Object[] objArr6 = new Object[3];
            objArr6[c15] = "The variable ";
            objArr6[c16] = runtime.getDisplayRepresentation(Lit391);
            objArr6[2] = " is not bound in the current context";
            obj17 = runtime.signalRuntimeError(strings.stringAppend(objArr6), "Unbound Variable");
        } else {
            obj17 = obj3;
        }
        Object callYailPrimitive9 = runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(multiplyOp8, LList.list3(obj16, obj17, Lit1809), Lit1862, "*"), Lit711), Lit1863, "format as decimal");
        ModuleMethod moduleMethod9 = runtime.format$Mnas$Mndecimal;
        AddOp addOp4 = AddOp.$Pl;
        Pair list1 = LList.list1(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5);
        boolean z7 = callYailPrimitive4 instanceof Package;
        if (z7) {
            c19 = 0;
            c18 = 1;
            c17 = 2;
            obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable");
        } else {
            c17 = 2;
            c18 = 1;
            c19 = 0;
            obj18 = callYailPrimitive4;
        }
        if (z6) {
            Object[] objArr7 = new Object[3];
            objArr7[c19] = "The variable ";
            objArr7[c18] = runtime.getDisplayRepresentation(Lit1802);
            objArr7[c17] = " is not bound in the current context";
            obj19 = runtime.signalRuntimeError(strings.stringAppend(objArr7), "Unbound Variable");
        } else {
            obj19 = callYailPrimitive6;
        }
        boolean z8 = callYailPrimitive7 instanceof Package;
        if (z8) {
            callYailPrimitive7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z9 = callYailPrimitive8 instanceof Package;
        if (z9) {
            callYailPrimitive8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, obj18, obj19, callYailPrimitive7, callYailPrimitive8);
        boolean z10 = callYailPrimitive9 instanceof Package;
        LList.chain1(chain4, z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive9);
        Object callYailPrimitive10 = runtime.callYailPrimitive(moduleMethod9, LList.list2(runtime.callYailPrimitive(addOp4, list1, Lit1864, "+"), Lit711), Lit1865, "format as decimal");
        ModuleMethod moduleMethod10 = runtime.is$Mnnumber$Qu;
        ModuleMethod moduleMethod11 = runtime.yail$Mndivide;
        boolean z11 = callYailPrimitive10 instanceof Package;
        if (z11) {
            c20 = 0;
            c21 = 1;
            obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
        } else {
            c20 = 0;
            c21 = 1;
            obj20 = callYailPrimitive10;
        }
        if (z3) {
            Object[] objArr8 = new Object[3];
            objArr8[c20] = "The variable ";
            objArr8[c21] = runtime.getDisplayRepresentation(Lit391);
            objArr8[2] = " is not bound in the current context";
            obj21 = runtime.signalRuntimeError(strings.stringAppend(objArr8), "Unbound Variable");
        } else {
            obj21 = obj3;
        }
        if (runtime.callYailPrimitive(moduleMethod10, LList.list1(runtime.callYailPrimitive(moduleMethod11, LList.list2(obj20, obj21), Lit1866, "yail-divide")), Lit1867, "is a number?") != Boolean.FALSE) {
            ModuleMethod moduleMethod12 = runtime.yail$Mndivide;
            if (z11) {
                c25 = 0;
                c26 = 1;
                obj27 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
            } else {
                c25 = 0;
                c26 = 1;
                obj27 = callYailPrimitive10;
            }
            if (z3) {
                Object[] objArr9 = new Object[3];
                objArr9[c25] = "The variable ";
                objArr9[c26] = runtime.getDisplayRepresentation(Lit391);
                objArr9[2] = " is not bound in the current context";
                obj28 = runtime.signalRuntimeError(strings.stringAppend(objArr9), "Unbound Variable");
            } else {
                obj28 = obj3;
            }
            obj22 = runtime.callYailPrimitive(moduleMethod12, LList.list2(obj27, obj28), Lit1868, "yail-divide");
        } else {
            obj22 = Lit141;
        }
        ModuleMethod moduleMethod13 = runtime.format$Mnas$Mndecimal;
        AddOp addOp5 = AddOp.$Mn;
        MultiplyOp multiplyOp9 = MultiplyOp.$St;
        AddOp addOp6 = AddOp.$Mn;
        if (z) {
            obj23 = callYailPrimitive10;
            i = 3;
            c24 = 0;
            c23 = 1;
            c22 = 2;
            obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            obj23 = callYailPrimitive10;
            i = 3;
            c22 = 2;
            c23 = 1;
            c24 = 0;
            obj24 = obj;
        }
        if (z2) {
            obj25 = callYailPrimitive9;
            Object[] objArr10 = new Object[i];
            objArr10[c24] = "The variable ";
            objArr10[c23] = runtime.getDisplayRepresentation(Lit389);
            objArr10[c22] = " is not bound in the current context";
            obj26 = runtime.signalRuntimeError(strings.stringAppend(objArr10), "Unbound Variable");
        } else {
            obj25 = callYailPrimitive9;
            obj26 = obj2;
        }
        Object callYailPrimitive11 = runtime.callYailPrimitive(moduleMethod13, LList.list2(runtime.callYailPrimitive(addOp5, LList.list2(runtime.callYailPrimitive(multiplyOp9, LList.list2(runtime.callYailPrimitive(addOp6, LList.list2(obj24, obj26), Lit1869, "-"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit1870, "*"), z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj23), Lit1871, "-"), Lit711), Lit1872, "format as decimal");
        ModuleMethod moduleMethod14 = runtime.make$Mnyail$Mndictionary;
        Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5), Lit1873, "make a pair"));
        Pair chain42 = LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stt", z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive4), Lit1874, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("etc", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive6), Lit1875, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stax", z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive7), Lit1876, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sebi_charges", z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive8), Lit1877, "make a pair"));
        Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stamp_charges", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : obj25), Lit1878, "make a pair");
        Object callYailPrimitive13 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("total_tax", z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj23), Lit1879, "make a pair");
        ModuleMethod moduleMethod15 = runtime.make$Mndictionary$Mnpair;
        if (obj22 instanceof Package) {
            obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1833), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive14 = runtime.callYailPrimitive(moduleMethod15, LList.list2("breakeven", obj22), Lit1880, "make a pair");
        ModuleMethod moduleMethod16 = runtime.make$Mndictionary$Mnpair;
        if (callYailPrimitive11 instanceof Package) {
            callYailPrimitive11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1835), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain4(chain42, callYailPrimitive12, callYailPrimitive13, callYailPrimitive14, runtime.callYailPrimitive(moduleMethod16, LList.list2("net_profit", callYailPrimitive11), Lit1881, "make a pair"));
        Object callYailPrimitive15 = runtime.callYailPrimitive(moduleMethod14, list12, Lit1882, "make a dictionary");
        return callYailPrimitive15 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive15;
    }

    static Object lambda220(Object obj, Object obj2) {
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1884);
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnindex;
        Object obj3 = obj;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1885), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list2(callComponentMethod, runtime.callYailPrimitive(moduleMethod2, LList.list2(obj3, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, obj2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj2), Lit1886, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1887)), Lit1888, "list by walking key path in dictionary")), Lit1889, "index in list")), Lit1890, "select list item");
    }

    static Procedure lambda221() {
        return lambda$Fn221;
    }

    static Object lambda222(Object obj, Object obj2) {
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1891);
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnindex;
        Object obj3 = obj;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1885), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list2(callComponentMethod, runtime.callYailPrimitive(moduleMethod2, LList.list2(obj3, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, obj2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj2), Lit1892, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1893)), Lit1894, "list by walking key path in dictionary")), Lit1895, "index in list")), Lit1896, "select list item");
    }

    static Object lambda223(Object obj) {
        Object obj2;
        Object obj3;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1897);
        boolean z = callComponentMethod instanceof Package;
        boolean z2 = obj instanceof Package;
        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnremove$Mnitem$Ex, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1899, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1900)), Lit1901, "list by walking key path in dictionary")), Lit1902, "index in list")), Lit1903, "remove list item");
        ModuleMethod moduleMethod = strings.string$Mnappend;
        if (z2) {
            obj2 = "Unbound Variable";
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2);
        } else {
            obj2 = "Unbound Variable";
            obj3 = obj;
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2("W~", obj3), Lit1904, "join");
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Watchlist", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), obj2) : callComponentMethod), Lit1905);
        boolean z3 = callYailPrimitive instanceof Package;
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1906, "join")), Lit1907);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1908, "join")), Lit1909);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1910, "join")), Lit1911);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1912, "join")), Lit1913);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("LR", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1914, "join")), Lit1915);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1916, "join")), Lit1917);
        SimpleSymbol simpleSymbol = Lit741;
        SimpleSymbol simpleSymbol2 = Lit742;
        ModuleMethod moduleMethod2 = strings.string$Mnappend;
        if (z3) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2);
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2("line", callYailPrimitive), Lit1918, "join")), Lit1919);
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Successfully Delete");
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1920)), Lit1921, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit1922)), Lit1923, "join"), Lit9);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda224() {
        return lambda$Fn224;
    }

    static Object lambda225(Object obj) {
        Object obj2;
        Object obj3;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1924);
        boolean z = callComponentMethod instanceof Package;
        boolean z2 = obj instanceof Package;
        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnremove$Mnitem$Ex, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit1925, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1926)), Lit1927, "list by walking key path in dictionary")), Lit1928, "index in list")), Lit1929, "remove list item");
        ModuleMethod moduleMethod = strings.string$Mnappend;
        if (z2) {
            obj2 = "Unbound Variable";
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2);
        } else {
            obj2 = "Unbound Variable";
            obj3 = obj;
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2("W~", obj3), Lit1930, "join");
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Watchlist", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), obj2) : callComponentMethod), Lit1931);
        boolean z3 = callYailPrimitive instanceof Package;
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("CV", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1932, "join")), Lit1933);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("J", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1934, "join")), Lit1935);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("HA", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1936, "join")), Lit1937);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("L", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1938, "join")), Lit1939);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("LR", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1940, "join")), Lit1941);
        runtime.callComponentMethod(Lit741, Lit742, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("R", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2) : callYailPrimitive), Lit1942, "join")), Lit1943);
        SimpleSymbol simpleSymbol = Lit741;
        SimpleSymbol simpleSymbol2 = Lit742;
        ModuleMethod moduleMethod2 = strings.string$Mnappend;
        if (z3) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), obj2);
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2("line", callYailPrimitive), Lit1944, "join")), Lit1945);
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Successfully Delete");
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1946)), Lit1947, "length of list"), " / ", runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit1948)), Lit1949, "join"), Lit9);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda226(Object obj) {
        runtime.setAndCoerceProperty$Ex(Lit1659, Lit1660, "android.intent.action.VIEW", Lit9);
        SimpleSymbol simpleSymbol = Lit1659;
        SimpleSymbol simpleSymbol2 = Lit1661;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, obj, Lit9);
        return runtime.callComponentMethod(Lit1659, Lit1664, LList.Empty, LList.Empty);
    }

    static Procedure lambda227() {
        return lambda$Fn227;
    }

    static Object lambda228(Object obj) {
        runtime.setAndCoerceProperty$Ex(Lit1659, Lit1660, "android.intent.action.VIEW", Lit9);
        SimpleSymbol simpleSymbol = Lit1659;
        SimpleSymbol simpleSymbol2 = Lit1661;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, obj, Lit9);
        return runtime.callComponentMethod(Lit1659, Lit1664, LList.Empty, LList.Empty);
    }

    public class frame17 extends ModuleBody {
        Continuation $Styail$Mnbreak$St;
        final ModuleMethod proc$Fn229 = new ModuleMethod(this, 39, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        frame16 staticLink;

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 39 ? lambda230proc(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 39) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public Object lambda230proc(Object obj) {
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TSym", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit1992, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, this.staticLink.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable") : this.staticLink.$x, ""), Screen1.Lit1993, "dictionary lookup")), Screen1.Lit1994, "=") == Boolean.FALSE) {
                return Values.empty;
            }
            frame16 frame16Var = this.staticLink;
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            frame16Var.$output = runtime.callYailPrimitive(moduleMethod, LList.list1(obj2), Screen1.Lit1995, "convert an alist to a dictionary");
            return this.$Styail$Mnbreak$St.apply1(Boolean.FALSE);
        }
    }

    public class frame19 extends ModuleBody {
        Continuation $Styail$Mnbreak$St;
        final ModuleMethod proc$Fn232 = new ModuleMethod(this, 40, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        frame18 staticLink;

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 40 ? lambda233proc(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 40) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public Object lambda233proc(Object obj) {
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TSym", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Screen1.Lit2034, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, this.staticLink.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable") : this.staticLink.$x, ""), Screen1.Lit2035, "dictionary lookup")), Screen1.Lit2036, "=") == Boolean.FALSE) {
                return Values.empty;
            }
            frame18 frame18Var = this.staticLink;
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            frame18Var.$output = runtime.callYailPrimitive(moduleMethod, LList.list1(obj2), Screen1.Lit2037, "convert an alist to a dictionary");
            return this.$Styail$Mnbreak$St.apply1(Boolean.FALSE);
        }
    }

    public class frame20 extends ModuleBody {
        Object $cntL;
        Object $cntP;
        Object $totL;
        Object $totP;
        Object $totPLTDY;
        final ModuleMethod proc$Fn239 = new ModuleMethod(this, 48, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 48 ? lambda240proc(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 48) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda235proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "O~"), Screen1.Lit2040, "string contains") == Boolean.FALSE) {
                return Values.empty;
            }
            SimpleSymbol simpleSymbol = Screen1.Lit741;
            SimpleSymbol simpleSymbol2 = Screen1.Lit742;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit2041);
        }

        public static Object lambda236proc(Object obj) {
            frame21 frame21Var = new frame21();
            frame21Var.$item1 = obj;
            frame21Var.$item = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(frame21Var.$item1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2042), " is not bound in the current context"), "Unbound Variable") : frame21Var.$item1), Screen1.Lit2043), ""), Screen1.Lit2044, "dictionary lookup");
            if (runtime.processAndDelayed$V(new Object[]{frame21Var.lambda$Fn236, frame21Var.lambda$Fn237, frame21Var.lambda$Fn238}) != Boolean.FALSE) {
                return runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit157, LList.list1(frame21Var.$item1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2042), " is not bound in the current context"), "Unbound Variable") : frame21Var.$item1), Screen1.Lit2057);
            }
            return Values.empty;
        }

        public Object lambda240proc(Object obj) {
            frame20 frame20Var;
            Object obj2;
            SimpleSymbol simpleSymbol;
            Object andCoerceProperty$Ex;
            frame22 frame22Var = new frame22();
            frame22Var.staticLink = this;
            boolean z = obj instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            frame22Var.$value = runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit161, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2061);
            boolean z2 = signalRuntimeError instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : signalRuntimeError), Screen1.Lit2063), ""), Screen1.Lit2064, "dictionary lookup")), Screen1.Lit2065, "dictionary lookup");
            Object obj3 = signalRuntimeError;
            Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, Screen1.Lit141), Screen1.Lit2066, "dictionary lookup"));
            boolean z3 = callYailPrimitive instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("ACTIVE", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2067), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit2068, "=") != Boolean.FALSE) {
                runtime.setAndCoerceProperty$Ex(Screen1.Lit2058, Screen1.Lit172, Boolean.FALSE, Screen1.Lit173);
                Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("O~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit2069, "join"), frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, runtime.lookupInCurrentFormEnvironment(Screen1.Lit1026));
                SimpleSymbol simpleSymbol2 = Screen1.Lit328;
                AddOp addOp = AddOp.$Pl;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit328, runtime.$Stthe$Mnnull$Mnvalue$St);
                if (apply2 instanceof Package) {
                    apply2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2070), " is not bound in the current context"), "Unbound Variable");
                }
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol2, runtime.callYailPrimitive(addOp, LList.list2(lookupGlobalVarInCurrentFormEnvironment, apply2), Screen1.Lit2071, "+"));
                runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit136, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("symbol,id"), Screen1.Lit2072, "list from csv row"), frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, ""), Screen1.Lit2073, "dictionary recursive lookup")), Screen1.Lit2074, "add items to list");
                andCoerceProperty$Ex = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit916, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit2075, "add items to list");
            } else {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("BASKET", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2067), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit2076, "=") != Boolean.FALSE) {
                    SimpleSymbol simpleSymbol3 = Screen1.Lit328;
                    AddOp addOp2 = AddOp.$Pl;
                    Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit328, runtime.$Stthe$Mnnull$Mnvalue$St);
                    if (apply2 instanceof Package) {
                        apply2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2070), " is not bound in the current context"), "Unbound Variable");
                    }
                    andCoerceProperty$Ex = runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, runtime.callYailPrimitive(addOp2, LList.list2(lookupGlobalVarInCurrentFormEnvironment2, apply2), Screen1.Lit2077, "+"));
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("CANCELLED", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2067), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit2078, "=") == Boolean.FALSE) {
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("PENDING", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2067), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit2087, "=") == Boolean.FALSE) {
                            if (runtime.processOrDelayed$V(new Object[]{frame22Var.lambda$Fn242, frame22Var.lambda$Fn243}) != Boolean.FALSE) {
                                runtime.setAndCoerceProperty$Ex(Screen1.Lit2059, Screen1.Lit172, Boolean.FALSE, Screen1.Lit173);
                                Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("O~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit2100, "join"), frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, runtime.lookupInCurrentFormEnvironment(Screen1.Lit1027));
                                AddOp addOp3 = AddOp.$Pl;
                                frame20Var = this;
                                Object obj4 = frame20Var.$totPLTDY;
                                if (obj4 instanceof Package) {
                                    obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2101), " is not bound in the current context"), "Unbound Variable");
                                }
                                obj2 = "dictionary lookup";
                                frame20Var.$totPLTDY = runtime.callYailPrimitive(addOp3, LList.list2(obj4, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, Screen1.Lit141), Screen1.Lit2102, obj2))), Screen1.Lit2103, "+");
                            } else {
                                frame20Var = this;
                                obj2 = "dictionary lookup";
                            }
                            if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, Screen1.Lit141), Screen1.Lit2104, obj2), Screen1.Lit141), Screen1.Lit2105, ">=") != Boolean.FALSE) {
                                AddOp addOp4 = AddOp.$Pl;
                                Object obj5 = frame20Var.$totP;
                                if (obj5 instanceof Package) {
                                    obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2106), " is not bound in the current context"), "Unbound Variable");
                                }
                                frame20Var.$totP = runtime.callYailPrimitive(addOp4, LList.list2(obj5, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, Screen1.Lit141), Screen1.Lit2107, obj2))), Screen1.Lit2108, "+");
                                AddOp addOp5 = AddOp.$Pl;
                                Object obj6 = frame20Var.$cntP;
                                if (obj6 instanceof Package) {
                                    obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2109), " is not bound in the current context"), "Unbound Variable");
                                }
                                frame20Var.$cntP = runtime.callYailPrimitive(addOp5, LList.list2(obj6, Screen1.Lit19), Screen1.Lit2110, "+");
                            } else {
                                AddOp addOp6 = AddOp.$Pl;
                                Object obj7 = frame20Var.$totL;
                                if (obj7 instanceof Package) {
                                    obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2111), " is not bound in the current context"), "Unbound Variable");
                                }
                                frame20Var.$totL = runtime.callYailPrimitive(addOp6, LList.list2(obj7, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, Screen1.Lit141), Screen1.Lit2112, obj2))), Screen1.Lit2113, "+");
                                AddOp addOp7 = AddOp.$Pl;
                                Object obj8 = frame20Var.$cntL;
                                if (obj8 instanceof Package) {
                                    obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2114), " is not bound in the current context"), "Unbound Variable");
                                }
                                frame20Var.$cntL = runtime.callYailPrimitive(addOp7, LList.list2(obj8, Screen1.Lit19), Screen1.Lit2115, "+");
                            }
                            return Values.empty;
                        }
                        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit136, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("symbol,id"), Screen1.Lit2088, "list from csv row"), frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, ""), Screen1.Lit2089, "dictionary recursive lookup")), Screen1.Lit2090, "add items to list");
                        Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("O~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit2091, "join"), frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, runtime.lookupInCurrentFormEnvironment(Screen1.Lit1025));
                        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit916, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit2092, "add items to list");
                        runtime.addGlobalVarToCurrentFormEnvironment(Screen1.Lit328, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit328, runtime.$Stthe$Mnnull$Mnvalue$St), apply2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2070), " is not bound in the current context"), "Unbound Variable") : apply2), Screen1.Lit2093, "+"));
                        simpleSymbol = Screen1.Lit2060;
                    } else if (runtime.processOrDelayed$V(new Object[]{frame22Var.lambda$Fn240, frame22Var.lambda$Fn241}) != Boolean.FALSE) {
                        Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("O~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit2086, "join"), frame22Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame22Var.$value, runtime.lookupInCurrentFormEnvironment(Screen1.Lit1027));
                        simpleSymbol = Screen1.Lit2059;
                    } else {
                        andCoerceProperty$Ex = Boolean.FALSE;
                    }
                    andCoerceProperty$Ex = runtime.setAndCoerceProperty$Ex(simpleSymbol, Screen1.Lit172, Boolean.FALSE, Screen1.Lit173);
                }
            }
            return andCoerceProperty$Ex;
        }
    }

    public class frame21 extends ModuleBody {
        Object $item;
        Object $item1;
        final ModuleMethod lambda$Fn236 = new ModuleMethod(this, 41, null, 0);
        final ModuleMethod lambda$Fn237 = new ModuleMethod(this, 42, null, 0);
        final ModuleMethod lambda$Fn238 = new ModuleMethod(this, 43, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 41:
                    return lambda237();
                case 42:
                    return lambda238();
                case 43:
                    return lambda239();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 41:
                case 42:
                case 43:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda237() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            SimpleSymbol simpleSymbol = Screen1.Lit150;
            SimpleSymbol simpleSymbol2 = Screen1.Lit151;
            Object obj = this.$item1;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2042), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit2045), ""), Screen1.Lit2046, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("ACTIVE,PENDING"), Screen1.Lit2047, "list from csv row")), Screen1.Lit2048, "is in list?");
        }

        Object lambda238() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("entity_type", obj, ""), Screen1.Lit2049, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option,Future"), Screen1.Lit2050, "list from csv row")), Screen1.Lit2051, "is in list?");
        }

        Object lambda239() {
            NumberCompare numberCompare = Scheme.numLss;
            SimpleSymbol simpleSymbol = Screen1.Lit198;
            SimpleSymbol simpleSymbol2 = Screen1.Lit802;
            SimpleSymbol simpleSymbol3 = Screen1.Lit198;
            SimpleSymbol simpleSymbol4 = Screen1.Lit803;
            Object callComponentMethod = runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty);
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit804, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list3("search_id", obj, "test-01-jan-'00"), Screen1.Lit2052, "dictionary lookup");
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj2 = this.$item;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2(callComponentMethod, applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, obj2, "test 01 sep 00 call"), Screen1.Lit2053, "dictionary lookup"))), Screen1.Lit2054)), Screen1.Lit2055), Screen1.Lit141), Screen1.Lit2056, "<");
        }
    }

    public class frame23 extends ModuleBody {
        Object $cntL;
        Object $cntP;
        Object $totL;
        Object $totP;
        Object $totPLTDY;
        final ModuleMethod proc$Fn251 = new ModuleMethod(this, 56, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 56 ? lambda252proc(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 56) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda247proc(Object obj) {
            boolean z = obj instanceof Package;
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "O~"), Screen1.Lit2129, "string contains") == Boolean.FALSE) {
                return Values.empty;
            }
            SimpleSymbol simpleSymbol = Screen1.Lit741;
            SimpleSymbol simpleSymbol2 = Screen1.Lit742;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit2130);
        }

        public static Object lambda248proc(Object obj) {
            frame24 frame24Var = new frame24();
            frame24Var.$item1 = obj;
            frame24Var.$item = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(frame24Var.$item1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2042), " is not bound in the current context"), "Unbound Variable") : frame24Var.$item1), Screen1.Lit2131), ""), Screen1.Lit2132, "dictionary lookup");
            if (runtime.processAndDelayed$V(new Object[]{frame24Var.lambda$Fn248, frame24Var.lambda$Fn249, frame24Var.lambda$Fn250}) != Boolean.FALSE) {
                return runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit157, LList.list1(frame24Var.$item1 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2042), " is not bound in the current context"), "Unbound Variable") : frame24Var.$item1), Screen1.Lit2145);
            }
            return Values.empty;
        }

        public Object lambda252proc(Object obj) {
            frame23 frame23Var;
            Object obj2;
            SimpleSymbol simpleSymbol;
            Object andCoerceProperty$Ex;
            frame25 frame25Var = new frame25();
            frame25Var.staticLink = this;
            boolean z = obj instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            frame25Var.$value = runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit161, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2146);
            boolean z2 = signalRuntimeError instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : signalRuntimeError), Screen1.Lit2147), ""), Screen1.Lit2148, "dictionary lookup")), Screen1.Lit2149, "dictionary lookup");
            Object obj3 = signalRuntimeError;
            Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, Screen1.Lit141), Screen1.Lit2150, "dictionary lookup"));
            boolean z3 = callYailPrimitive instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("ACTIVE", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2067), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit2151, "=") != Boolean.FALSE) {
                runtime.setAndCoerceProperty$Ex(Screen1.Lit2058, Screen1.Lit172, Boolean.FALSE, Screen1.Lit173);
                Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("O~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit2152, "join"), frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, runtime.lookupInCurrentFormEnvironment(Screen1.Lit1026));
                SimpleSymbol simpleSymbol2 = Screen1.Lit328;
                AddOp addOp = AddOp.$Pl;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit328, runtime.$Stthe$Mnnull$Mnvalue$St);
                if (apply2 instanceof Package) {
                    apply2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2070), " is not bound in the current context"), "Unbound Variable");
                }
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol2, runtime.callYailPrimitive(addOp, LList.list2(lookupGlobalVarInCurrentFormEnvironment, apply2), Screen1.Lit2153, "+"));
                runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit136, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("symbol,id"), Screen1.Lit2154, "list from csv row"), frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, ""), Screen1.Lit2155, "dictionary recursive lookup")), Screen1.Lit2156, "add items to list");
                andCoerceProperty$Ex = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit916, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit2157, "add items to list");
            } else {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("BASKET", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2067), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit2158, "=") != Boolean.FALSE) {
                    SimpleSymbol simpleSymbol3 = Screen1.Lit328;
                    AddOp addOp2 = AddOp.$Pl;
                    Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit328, runtime.$Stthe$Mnnull$Mnvalue$St);
                    if (apply2 instanceof Package) {
                        apply2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2070), " is not bound in the current context"), "Unbound Variable");
                    }
                    andCoerceProperty$Ex = runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, runtime.callYailPrimitive(addOp2, LList.list2(lookupGlobalVarInCurrentFormEnvironment2, apply2), Screen1.Lit2159, "+"));
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("CANCELLED", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2067), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit2160, "=") == Boolean.FALSE) {
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("PENDING", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2067), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit2168, "=") == Boolean.FALSE) {
                            if (runtime.processOrDelayed$V(new Object[]{frame25Var.lambda$Fn254, frame25Var.lambda$Fn255}) != Boolean.FALSE) {
                                runtime.setAndCoerceProperty$Ex(Screen1.Lit2059, Screen1.Lit172, Boolean.FALSE, Screen1.Lit173);
                                Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("O~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit2181, "join"), frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, runtime.lookupInCurrentFormEnvironment(Screen1.Lit1027));
                                AddOp addOp3 = AddOp.$Pl;
                                frame23Var = this;
                                Object obj4 = frame23Var.$totPLTDY;
                                if (obj4 instanceof Package) {
                                    obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2101), " is not bound in the current context"), "Unbound Variable");
                                }
                                obj2 = "dictionary lookup";
                                frame23Var.$totPLTDY = runtime.callYailPrimitive(addOp3, LList.list2(obj4, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, Screen1.Lit141), Screen1.Lit2182, obj2))), Screen1.Lit2183, "+");
                            } else {
                                frame23Var = this;
                                obj2 = "dictionary lookup";
                            }
                            if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, Screen1.Lit141), Screen1.Lit2184, obj2), Screen1.Lit141), Screen1.Lit2185, ">=") != Boolean.FALSE) {
                                AddOp addOp4 = AddOp.$Pl;
                                Object obj5 = frame23Var.$totP;
                                if (obj5 instanceof Package) {
                                    obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2106), " is not bound in the current context"), "Unbound Variable");
                                }
                                frame23Var.$totP = runtime.callYailPrimitive(addOp4, LList.list2(obj5, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, Screen1.Lit141), Screen1.Lit2186, obj2))), Screen1.Lit2187, "+");
                                AddOp addOp5 = AddOp.$Pl;
                                Object obj6 = frame23Var.$cntP;
                                if (obj6 instanceof Package) {
                                    obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2109), " is not bound in the current context"), "Unbound Variable");
                                }
                                frame23Var.$cntP = runtime.callYailPrimitive(addOp5, LList.list2(obj6, Screen1.Lit19), Screen1.Lit2188, "+");
                            } else {
                                AddOp addOp6 = AddOp.$Pl;
                                Object obj7 = frame23Var.$totL;
                                if (obj7 instanceof Package) {
                                    obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2111), " is not bound in the current context"), "Unbound Variable");
                                }
                                frame23Var.$totL = runtime.callYailPrimitive(addOp6, LList.list2(obj7, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totPL", frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, Screen1.Lit141), Screen1.Lit2189, obj2))), Screen1.Lit2190, "+");
                                AddOp addOp7 = AddOp.$Pl;
                                Object obj8 = frame23Var.$cntL;
                                if (obj8 instanceof Package) {
                                    obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2114), " is not bound in the current context"), "Unbound Variable");
                                }
                                frame23Var.$cntL = runtime.callYailPrimitive(addOp7, LList.list2(obj8, Screen1.Lit19), Screen1.Lit2191, "+");
                            }
                            return Values.empty;
                        }
                        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit136, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("symbol,id"), Screen1.Lit2169, "list from csv row"), frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, ""), Screen1.Lit2170, "dictionary recursive lookup")), Screen1.Lit2171, "add items to list");
                        Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("O~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit2172, "join"), frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, runtime.lookupInCurrentFormEnvironment(Screen1.Lit1025));
                        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit916, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit2173, "add items to list");
                        runtime.addGlobalVarToCurrentFormEnvironment(Screen1.Lit328, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit328, runtime.$Stthe$Mnnull$Mnvalue$St), apply2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2070), " is not bound in the current context"), "Unbound Variable") : apply2), Screen1.Lit2174, "+"));
                        simpleSymbol = Screen1.Lit2060;
                    } else if (runtime.processOrDelayed$V(new Object[]{frame25Var.lambda$Fn252, frame25Var.lambda$Fn253}) != Boolean.FALSE) {
                        Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit824, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("O~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit2167, "join"), frame25Var.$value instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable") : frame25Var.$value, runtime.lookupInCurrentFormEnvironment(Screen1.Lit1027));
                        simpleSymbol = Screen1.Lit2059;
                    } else {
                        andCoerceProperty$Ex = Boolean.FALSE;
                    }
                    andCoerceProperty$Ex = runtime.setAndCoerceProperty$Ex(simpleSymbol, Screen1.Lit172, Boolean.FALSE, Screen1.Lit173);
                }
            }
            return andCoerceProperty$Ex;
        }
    }

    public class frame24 extends ModuleBody {
        Object $item;
        Object $item1;
        final ModuleMethod lambda$Fn248 = new ModuleMethod(this, 49, null, 0);
        final ModuleMethod lambda$Fn249 = new ModuleMethod(this, 50, null, 0);
        final ModuleMethod lambda$Fn250 = new ModuleMethod(this, 51, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 49:
                    return lambda249();
                case 50:
                    return lambda250();
                case 51:
                    return lambda251();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 49:
                case 50:
                case 51:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda249() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            SimpleSymbol simpleSymbol = Screen1.Lit150;
            SimpleSymbol simpleSymbol2 = Screen1.Lit151;
            Object obj = this.$item1;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2042), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit2133), ""), Screen1.Lit2134, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("ACTIVE,PENDING"), Screen1.Lit2135, "list from csv row")), Screen1.Lit2136, "is in list?");
        }

        Object lambda250() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("entity_type", obj, ""), Screen1.Lit2137, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option,Future"), Screen1.Lit2138, "list from csv row")), Screen1.Lit2139, "is in list?");
        }

        Object lambda251() {
            NumberCompare numberCompare = Scheme.numLss;
            SimpleSymbol simpleSymbol = Screen1.Lit198;
            SimpleSymbol simpleSymbol2 = Screen1.Lit802;
            SimpleSymbol simpleSymbol3 = Screen1.Lit198;
            SimpleSymbol simpleSymbol4 = Screen1.Lit803;
            Object callComponentMethod = runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty);
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit804, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list3("search_id", obj, "test-01-jan-'00"), Screen1.Lit2140, "dictionary lookup");
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj2 = this.$item;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2(callComponentMethod, applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, obj2, "test 01 sep 00 call"), Screen1.Lit2141, "dictionary lookup"))), Screen1.Lit2142)), Screen1.Lit2143), Screen1.Lit141), Screen1.Lit2144, "<");
        }
    }

    static Object lambda229(Object obj, Object obj2, Object obj3, Object obj4) {
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        Object callYailPrimitive;
        frame16 frame16Var = new frame16();
        frame16Var.$x = obj3;
        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod3 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod4 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod5 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod6 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod7 = runtime.string$Mnreplace$Mnall;
        Object obj5 = obj2;
        if (obj5 instanceof Package) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1952), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod2, LList.list3(runtime.callYailPrimitive(moduleMethod3, LList.list3(runtime.callYailPrimitive(moduleMethod4, LList.list3(runtime.callYailPrimitive(moduleMethod5, LList.list3(runtime.callYailPrimitive(moduleMethod6, LList.list3(runtime.callYailPrimitive(moduleMethod7, LList.list3(obj5, "\"{", "{"), Lit1953, "replace all"), "}\"", "}"), Lit1954, "replace all"), "r\\", "~"), Lit1955, "replace all"), "\\~n", ""), Lit1956, "replace all"), "\\\"", "\""), Lit1957, "replace all"), "\\~", ""), Lit1958, "replace all");
        frame16Var.$output = runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/EquityDetailsMarket/"), Lit1960, "string contains") != Boolean.FALSE) {
            ModuleMethod moduleMethod8 = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnlookup;
            ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnlookup;
            SimpleSymbol simpleSymbol = Lit1365;
            SimpleSymbol simpleSymbol2 = Lit151;
            if (callYailPrimitive2 instanceof Package) {
                callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(moduleMethod9, LList.list3("companyMarketPrice", runtime.callYailPrimitive(moduleMethod10, LList.list3("JsonData", runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(callYailPrimitive2), Lit1962), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1963, "dictionary lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1964, "dictionary lookup"), Lit19), Lit1965, "select list item");
        } else {
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/EquityDetails/"), Lit1966, "string contains") == Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/QuoteOption"), Lit1969, "string contains") != Boolean.FALSE) {
                    ModuleMethod moduleMethod11 = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
                    ModuleMethod moduleMethod12 = runtime.yail$Mndictionary$Mnlookup;
                    ModuleMethod moduleMethod13 = runtime.yail$Mndictionary$Mnlookup;
                    SimpleSymbol simpleSymbol3 = Lit1365;
                    SimpleSymbol simpleSymbol4 = Lit151;
                    boolean z2 = callYailPrimitive2 instanceof Package;
                    if (z2) {
                        callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable");
                    }
                    frame16Var.$output = runtime.callYailPrimitive(moduleMethod11, LList.list1(runtime.callYailPrimitive(moduleMethod12, LList.list3("QuoteOptionLists", runtime.callYailPrimitive(moduleMethod13, LList.list3("JsonData", runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(callYailPrimitive2), Lit1970), ""), Lit1971, "dictionary lookup"), ""), Lit1972, "dictionary lookup")), Lit1973, "convert an alist to a dictionary");
                    runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("MarketLot", frame16Var.$output instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1974), " is not bound in the current context"), "Unbound Variable") : frame16Var.$output, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("MarketLot", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("FAndOLists", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("JsonData", runtime.callComponentMethod(Lit1365, Lit151, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit1975), ""), Lit1976, "dictionary lookup"), ""), Lit1977, "dictionary lookup"), Lit19), Lit1978, "select list item"), Lit19), Lit1979, "dictionary lookup")), Lit1980, "set value for key in dictionary to value");
                    frame16Var = frame16Var;
                } else {
                    if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/quotes/index/"), Lit1981, "string contains") != Boolean.FALSE) {
                        callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("marketPriceData", runtime.callComponentMethod(Lit1365, Lit151, LList.list1(callYailPrimitive2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit1982), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1983, "dictionary lookup");
                        frame16Var = frame16Var;
                    } else {
                        Object obj6 = callYailPrimitive2;
                        frame16Var = frame16Var;
                        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/CommodityForSearch"), Lit1984, "string contains") != Boolean.FALSE) {
                            moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                            list3 = LList.list3("JsonData", runtime.callComponentMethod(Lit1365, Lit151, LList.list1(obj6 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable") : obj6), Lit1985), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"));
                            pairWithPosition = Lit1986;
                        } else {
                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "quotes/indexBySymbol/"), Lit1987, "string contains") != Boolean.FALSE) {
                                ModuleMethod moduleMethod14 = runtime.yail$Mnlist$Mnmember$Qu;
                                Object obj7 = obj4;
                                if (obj7 instanceof Package) {
                                    obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable");
                                }
                                if (runtime.callYailPrimitive(moduleMethod14, LList.list2(obj7, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index,Stocks"), Lit1988, "list from csv row")), Lit1989, "is in list?") != Boolean.FALSE) {
                                    moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                                    list3 = LList.list3("stocksData", runtime.callComponentMethod(Lit1365, Lit151, LList.list1(obj6 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable") : obj6), Lit1990), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"));
                                    pairWithPosition = Lit1991;
                                } else {
                                    Continuation continuation = new Continuation(CallContext.getInstance());
                                    try {
                                        frame17 frame17Var = new frame17();
                                        frame17Var.staticLink = frame16Var;
                                        frame17Var.$Styail$Mnbreak$St = continuation;
                                        ModuleMethod moduleMethod15 = frame17Var.proc$Fn229;
                                        ModuleMethod moduleMethod16 = frame17Var.proc$Fn229;
                                        ModuleMethod moduleMethod17 = runtime.yail$Mndictionary$Mnlookup;
                                        SimpleSymbol simpleSymbol5 = Lit1365;
                                        SimpleSymbol simpleSymbol6 = Lit151;
                                        if (obj6 instanceof Package) {
                                            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable");
                                        }
                                        runtime.yailForEach(moduleMethod16, runtime.callYailPrimitive(moduleMethod17, LList.list3("indexFuture", runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list1(obj6), Lit1996), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit1997, "dictionary lookup"));
                                        continuation.invoked = true;
                                    } catch (Throwable th) {
                                        Continuation.handleException(th, continuation);
                                    }
                                }
                            }
                        }
                        frame16Var.$output = runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "dictionary lookup");
                    }
                }
                return !(frame16Var.$output instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1974), " is not bound in the current context"), "Unbound Variable") : frame16Var.$output;
            }
            ModuleMethod moduleMethod18 = runtime.yail$Mndictionary$Mnlookup;
            SimpleSymbol simpleSymbol7 = Lit1365;
            SimpleSymbol simpleSymbol8 = Lit151;
            if (callYailPrimitive2 instanceof Package) {
                callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod18, LList.list3("JsonData", runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list1(callYailPrimitive2), Lit1967), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit1968, "dictionary lookup");
        }
        frame16Var.$output = callYailPrimitive;
        if (!(frame16Var.$output instanceof Package)) {
        }
    }

    static Procedure lambda231() {
        return lambda$Fn231;
    }

    static Object lambda232(Object obj, Object obj2, Object obj3, Object obj4) {
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        Object callYailPrimitive;
        frame18 frame18Var = new frame18();
        frame18Var.$x = obj3;
        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod3 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod4 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod5 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod6 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod7 = runtime.string$Mnreplace$Mnall;
        Object obj5 = obj2;
        if (obj5 instanceof Package) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1952), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod2, LList.list3(runtime.callYailPrimitive(moduleMethod3, LList.list3(runtime.callYailPrimitive(moduleMethod4, LList.list3(runtime.callYailPrimitive(moduleMethod5, LList.list3(runtime.callYailPrimitive(moduleMethod6, LList.list3(runtime.callYailPrimitive(moduleMethod7, LList.list3(obj5, "\"{", "{"), Lit1998, "replace all"), "}\"", "}"), Lit1999, "replace all"), "r\\", "~"), Lit2000, "replace all"), "\\~n", ""), Lit2001, "replace all"), "\\\"", "\""), Lit2002, "replace all"), "\\~", ""), Lit2003, "replace all");
        frame18Var.$output = runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/EquityDetailsMarket/"), Lit2004, "string contains") != Boolean.FALSE) {
            ModuleMethod moduleMethod8 = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnlookup;
            ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnlookup;
            SimpleSymbol simpleSymbol = Lit1365;
            SimpleSymbol simpleSymbol2 = Lit151;
            if (callYailPrimitive2 instanceof Package) {
                callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(moduleMethod9, LList.list3("companyMarketPrice", runtime.callYailPrimitive(moduleMethod10, LList.list3("JsonData", runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(callYailPrimitive2), Lit2005), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit2006, "dictionary lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit2007, "dictionary lookup"), Lit19), Lit2008, "select list item");
        } else {
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/EquityDetails/"), Lit2009, "string contains") == Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/QuoteOption"), Lit2012, "string contains") != Boolean.FALSE) {
                    ModuleMethod moduleMethod11 = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
                    ModuleMethod moduleMethod12 = runtime.yail$Mndictionary$Mnlookup;
                    ModuleMethod moduleMethod13 = runtime.yail$Mndictionary$Mnlookup;
                    SimpleSymbol simpleSymbol3 = Lit1365;
                    SimpleSymbol simpleSymbol4 = Lit151;
                    boolean z2 = callYailPrimitive2 instanceof Package;
                    if (z2) {
                        callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable");
                    }
                    frame18Var.$output = runtime.callYailPrimitive(moduleMethod11, LList.list1(runtime.callYailPrimitive(moduleMethod12, LList.list3("QuoteOptionLists", runtime.callYailPrimitive(moduleMethod13, LList.list3("JsonData", runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(callYailPrimitive2), Lit2013), ""), Lit2014, "dictionary lookup"), ""), Lit2015, "dictionary lookup")), Lit2016, "convert an alist to a dictionary");
                    runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("MarketLot", frame18Var.$output instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1974), " is not bound in the current context"), "Unbound Variable") : frame18Var.$output, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("MarketLot", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("FAndOLists", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("JsonData", runtime.callComponentMethod(Lit1365, Lit151, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit2017), ""), Lit2018, "dictionary lookup"), ""), Lit2019, "dictionary lookup"), Lit19), Lit2020, "select list item"), Lit19), Lit2021, "dictionary lookup")), Lit2022, "set value for key in dictionary to value");
                    frame18Var = frame18Var;
                } else {
                    if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/quotes/index/"), Lit2023, "string contains") != Boolean.FALSE) {
                        callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("marketPriceData", runtime.callComponentMethod(Lit1365, Lit151, LList.list1(callYailPrimitive2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive2), Lit2024), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit2025, "dictionary lookup");
                        frame18Var = frame18Var;
                    } else {
                        Object obj6 = callYailPrimitive2;
                        frame18Var = frame18Var;
                        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "/CommodityForSearch"), Lit2026, "string contains") != Boolean.FALSE) {
                            moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                            list3 = LList.list3("JsonData", runtime.callComponentMethod(Lit1365, Lit151, LList.list1(obj6 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable") : obj6), Lit2027), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"));
                            pairWithPosition = Lit2028;
                        } else {
                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1959), " is not bound in the current context"), "Unbound Variable") : obj, "quotes/indexBySymbol/"), Lit2029, "string contains") != Boolean.FALSE) {
                                ModuleMethod moduleMethod14 = runtime.yail$Mnlist$Mnmember$Qu;
                                Object obj7 = obj4;
                                if (obj7 instanceof Package) {
                                    obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable");
                                }
                                if (runtime.callYailPrimitive(moduleMethod14, LList.list2(obj7, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index,Stocks"), Lit2030, "list from csv row")), Lit2031, "is in list?") != Boolean.FALSE) {
                                    moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                                    list3 = LList.list3("stocksData", runtime.callComponentMethod(Lit1365, Lit151, LList.list1(obj6 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable") : obj6), Lit2032), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"));
                                    pairWithPosition = Lit2033;
                                } else {
                                    Continuation continuation = new Continuation(CallContext.getInstance());
                                    try {
                                        frame19 frame19Var = new frame19();
                                        frame19Var.staticLink = frame18Var;
                                        frame19Var.$Styail$Mnbreak$St = continuation;
                                        ModuleMethod moduleMethod15 = frame19Var.proc$Fn232;
                                        ModuleMethod moduleMethod16 = frame19Var.proc$Fn232;
                                        ModuleMethod moduleMethod17 = runtime.yail$Mndictionary$Mnlookup;
                                        SimpleSymbol simpleSymbol5 = Lit1365;
                                        SimpleSymbol simpleSymbol6 = Lit151;
                                        if (obj6 instanceof Package) {
                                            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable");
                                        }
                                        runtime.yailForEach(moduleMethod16, runtime.callYailPrimitive(moduleMethod17, LList.list3("indexFuture", runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list1(obj6), Lit2038), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2039, "dictionary lookup"));
                                        continuation.invoked = true;
                                    } catch (Throwable th) {
                                        Continuation.handleException(th, continuation);
                                    }
                                }
                            }
                        }
                        frame18Var.$output = runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "dictionary lookup");
                    }
                }
                return !(frame18Var.$output instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1974), " is not bound in the current context"), "Unbound Variable") : frame18Var.$output;
            }
            ModuleMethod moduleMethod18 = runtime.yail$Mndictionary$Mnlookup;
            SimpleSymbol simpleSymbol7 = Lit1365;
            SimpleSymbol simpleSymbol8 = Lit151;
            if (callYailPrimitive2 instanceof Package) {
                callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1961), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod18, LList.list3("JsonData", runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list1(callYailPrimitive2), Lit2010), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit2011, "dictionary lookup");
        }
        frame18Var.$output = callYailPrimitive;
        if (!(frame18Var.$output instanceof Package)) {
        }
    }

    public class frame22 extends ModuleBody {
        Object $value;
        final ModuleMethod lambda$Fn240 = new ModuleMethod(this, 44, null, 0);
        final ModuleMethod lambda$Fn241 = new ModuleMethod(this, 45, null, 0);
        final ModuleMethod lambda$Fn242 = new ModuleMethod(this, 46, null, 0);
        final ModuleMethod lambda$Fn243 = new ModuleMethod(this, 47, null, 0);
        frame20 staticLink;

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 44:
                    return lambda241();
                case 45:
                    return lambda242();
                case 46:
                    return lambda243();
                case 47:
                    return lambda244();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 44:
                case 45:
                case 46:
                case 47:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda241() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$value;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryTS", obj, ""), Screen1.Lit2079, "dictionary lookup"), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit2080, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Screen1.Lit2081)), Screen1.Lit2082, "string contains");
        }

        Object lambda242() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$value;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ExitTS", obj, ""), Screen1.Lit2083, "dictionary lookup"), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit2080, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Screen1.Lit2084)), Screen1.Lit2085, "string contains");
        }

        Object lambda243() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$value;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryTS", obj, ""), Screen1.Lit2094, "dictionary lookup"), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit2080, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Screen1.Lit2095)), Screen1.Lit2096, "string contains");
        }

        Object lambda244() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$value;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ExitTS", obj, ""), Screen1.Lit2097, "dictionary lookup"), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit2080, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Screen1.Lit2098)), Screen1.Lit2099, "string contains");
        }
    }

    public class frame25 extends ModuleBody {
        Object $value;
        final ModuleMethod lambda$Fn252 = new ModuleMethod(this, 52, null, 0);
        final ModuleMethod lambda$Fn253 = new ModuleMethod(this, 53, null, 0);
        final ModuleMethod lambda$Fn254 = new ModuleMethod(this, 54, null, 0);
        final ModuleMethod lambda$Fn255 = new ModuleMethod(this, 55, null, 0);
        frame23 staticLink;

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 52:
                    return lambda253();
                case 53:
                    return lambda254();
                case 54:
                    return lambda255();
                case 55:
                    return lambda256();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 52:
                case 53:
                case 54:
                case 55:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda253() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$value;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryTS", obj, ""), Screen1.Lit2161, "dictionary lookup"), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit2080, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Screen1.Lit2162)), Screen1.Lit2163, "string contains");
        }

        Object lambda254() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$value;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ExitTS", obj, ""), Screen1.Lit2164, "dictionary lookup"), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit2080, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Screen1.Lit2165)), Screen1.Lit2166, "string contains");
        }

        Object lambda255() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$value;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryTS", obj, ""), Screen1.Lit2175, "dictionary lookup"), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit2080, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Screen1.Lit2176)), Screen1.Lit2177, "string contains");
        }

        Object lambda256() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$value;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ExitTS", obj, ""), Screen1.Lit2178, "dictionary lookup"), runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit2080, LList.list2(runtime.callComponentMethod(Screen1.Lit198, Screen1.Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Screen1.Lit2179)), Screen1.Lit2180, "string contains");
        }
    }

    static Object lambda234() {
        frame20 frame20Var = new frame20();
        runtime.yailForEach(proc$Fn234, runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty));
        runtime.addGlobalVarToCurrentFormEnvironment(Lit916, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"));
        Object callComponentMethod = runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty);
        runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        ModuleMethod moduleMethod = proc$Fn235;
        if (callComponentMethod instanceof Package) {
            callComponentMethod = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.yailForEach(moduleMethod, callComponentMethod);
        IntNum intNum = Lit141;
        frame20Var.$cntL = intNum;
        frame20Var.$cntP = intNum;
        frame20Var.$totL = intNum;
        frame20Var.$totP = intNum;
        frame20Var.$totPLTDY = intNum;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit328, Lit141);
        runtime.setAndCoerceProperty$Ex(Lit2058, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2059, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2060, Lit172, Boolean.TRUE, Lit173);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit136, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"));
        ModuleMethod moduleMethod2 = frame20Var.proc$Fn239;
        runtime.yailForEach(frame20Var.proc$Fn239, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit6, frame20Var.$cntP instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2109), " is not bound in the current context"), "Unbound Variable") : frame20Var.$cntP, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), frame20Var.$totP instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2106), " is not bound in the current context"), "Unbound Variable") : frame20Var.$totP), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), frame20Var.$totL instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2111), " is not bound in the current context"), "Unbound Variable") : frame20Var.$totL), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit6, frame20Var.$cntL instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2114), " is not bound in the current context"), "Unbound Variable") : frame20Var.$cntL, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("₹ ", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit328, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit2121, "join"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("<strong><big>₹ ", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit328, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit2123, "join"), Lit9);
        runtime.callComponentMethod(Lit741, Lit2124, LList.list3(runtime.lookupInCurrentFormEnvironment(Lit2125), "HTMLFormat", Boolean.TRUE), Lit2126);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "P/L Today - <font color={CLR}>₹ {PL}</font>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{CLR},{PL}"), Lit2127, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), frame20Var.$totPLTDY instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2101), " is not bound in the current context"), "Unbound Variable") : frame20Var.$totPLTDY)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), frame20Var.$totPLTDY instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2101), " is not bound in the current context"), "Unbound Variable") : frame20Var.$totPLTDY)), Lit2128, "make a list")), Lit9);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1341, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda245() {
        return lambda$Fn245;
    }

    static Object lambda246() {
        frame23 frame23Var = new frame23();
        runtime.yailForEach(proc$Fn246, runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty));
        runtime.addGlobalVarToCurrentFormEnvironment(Lit916, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"));
        Object callComponentMethod = runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty);
        runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        ModuleMethod moduleMethod = proc$Fn247;
        if (callComponentMethod instanceof Package) {
            callComponentMethod = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.yailForEach(moduleMethod, callComponentMethod);
        IntNum intNum = Lit141;
        frame23Var.$cntL = intNum;
        frame23Var.$cntP = intNum;
        frame23Var.$totL = intNum;
        frame23Var.$totP = intNum;
        frame23Var.$totPLTDY = intNum;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit328, Lit141);
        runtime.setAndCoerceProperty$Ex(Lit2058, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2059, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2060, Lit172, Boolean.TRUE, Lit173);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit136, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"));
        ModuleMethod moduleMethod2 = frame23Var.proc$Fn251;
        runtime.yailForEach(frame23Var.proc$Fn251, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit6, frame23Var.$cntP instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2109), " is not bound in the current context"), "Unbound Variable") : frame23Var.$cntP, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), frame23Var.$totP instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2106), " is not bound in the current context"), "Unbound Variable") : frame23Var.$totP), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), frame23Var.$totL instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2111), " is not bound in the current context"), "Unbound Variable") : frame23Var.$totL), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit6, frame23Var.$cntL instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2114), " is not bound in the current context"), "Unbound Variable") : frame23Var.$cntL, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("₹ ", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit328, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit2192, "join"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("<strong><big>₹ ", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit328, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit2193, "join"), Lit9);
        runtime.callComponentMethod(Lit741, Lit2124, LList.list3(runtime.lookupInCurrentFormEnvironment(Lit2125), "HTMLFormat", Boolean.TRUE), Lit2194);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "P/L Today - <font color={CLR}>₹ {PL}</font>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{CLR},{PL}"), Lit2195, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), frame23Var.$totPLTDY instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2101), " is not bound in the current context"), "Unbound Variable") : frame23Var.$totPLTDY)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), frame23Var.$totPLTDY instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2101), " is not bound in the current context"), "Unbound Variable") : frame23Var.$totPLTDY)), Lit2196, "make a list")), Lit9);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1341, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static String lambda257(Object obj) {
        NumberCompare numberCompare = Scheme.numGEq;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(numberCompare, LList.list2(obj, Lit141), Lit2197, ">=") != Boolean.FALSE ? "#69ad30" : "#ff453a";
    }

    static Procedure lambda258() {
        return lambda$Fn258;
    }

    static String lambda259(Object obj) {
        NumberCompare numberCompare = Scheme.numGEq;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(numberCompare, LList.list2(obj, Lit141), Lit2198, ">=") != Boolean.FALSE ? "#69ad30" : "#ff453a";
    }

    static Object lambda260() {
        runtime.setAndCoerceProperty$Ex(Lit150, Lit2199, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("blzac>42f\u007fej&{lj}d{/c{f\"apdlYH@]O]ZB\u001f@\u0014\fei`M~\f\u001boR]\u0006piEYew\u0012R\u0010:\u001b8\u0010\u001c\u001d%'b\u0001\u0018\u001f\t\u0015s5).\u0014)\u0003\u0004-n'\"\"7}4'v\f\u001d\u000bH\u0005\r\u001aK\u0013\u0017\r[\u0005\u0019\u0002DXZ\u0017\u0014G;;-%7?H@P\\", "qbwigrni"), Lit2200, "deobfuscate text"), Lit9);
        return runtime.callComponentMethod(Lit150, Lit2201, LList.Empty, LList.Empty);
    }

    static Procedure lambda261() {
        return lambda$Fn261;
    }

    static Object lambda262() {
        runtime.setAndCoerceProperty$Ex(Lit150, Lit2199, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("blzac>42f\u007fej&{lj}d{/c{f\"apdlYH@]O]ZB\u001f@\u0014\fei`M~\f\u001boR]\u0006piEYew\u0012R\u0010:\u001b8\u0010\u001c\u001d%'b\u0001\u0018\u001f\t\u0015s5).\u0014)\u0003\u0004-n'\"\"7}4'v\f\u001d\u000bH\u0005\r\u001aK\u0013\u0017\r[\u0005\u0019\u0002DXZ\u0017\u0014G;;-%7?H@P\\", "qbwigrni"), Lit2202, "deobfuscate text"), Lit9);
        return runtime.callComponentMethod(Lit150, Lit2201, LList.Empty, LList.Empty);
    }

    static Object lambda263(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6, Object obj7, Object obj8, Object obj9, Object obj10) {
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
        boolean z = callYailPrimitive instanceof Package;
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2204), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive;
        ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("exchange", obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2205), " is not bound in the current context"), "Unbound Variable") : obj), Lit2206, "make a list"));
        Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("mode", obj2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2207), " is not bound in the current context"), "Unbound Variable") : obj2), Lit2208, "make a list");
        Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(FirebaseAnalytics.Param.PRICE, obj3 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2209), " is not bound in the current context"), "Unbound Variable") : obj3), Lit2210, "make a list");
        ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
        Object obj11 = obj4;
        if (obj11 instanceof Package) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive4 = runtime.callYailPrimitive(moduleMethod4, LList.list2(FirebaseAnalytics.Param.QUANTITY, obj11), Lit2211, "make a list");
        ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
        Object obj12 = obj5;
        if (obj12 instanceof Package) {
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2212), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, callYailPrimitive2, callYailPrimitive3, callYailPrimitive4, runtime.callYailPrimitive(moduleMethod5, LList.list2("segment", obj12), Lit2213, "make a list"));
        ModuleMethod moduleMethod6 = runtime.make$Mnyail$Mnlist;
        Object obj13 = obj6;
        if (obj13 instanceof Package) {
            obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2214), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod6, LList.list2("series", obj13), Lit2215, "make a list");
        ModuleMethod moduleMethod7 = runtime.make$Mnyail$Mnlist;
        Object obj14 = obj7;
        if (obj14 instanceof Package) {
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2216), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive6 = runtime.callYailPrimitive(moduleMethod7, LList.list2("side", obj14), Lit2217, "make a list");
        ModuleMethod moduleMethod8 = runtime.make$Mnyail$Mnlist;
        Object obj15 = obj8;
        if (obj15 instanceof Package) {
            obj15 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod8, LList.list2("symbol", obj15), Lit2219, "make a list");
        ModuleMethod moduleMethod9 = runtime.make$Mnyail$Mnlist;
        Object obj16 = obj9;
        if (obj16 instanceof Package) {
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2220), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain42 = LList.chain4(chain4, callYailPrimitive5, callYailPrimitive6, callYailPrimitive7, runtime.callYailPrimitive(moduleMethod9, LList.list2("token", obj16), Lit2221, "make a list"));
        ModuleMethod moduleMethod10 = runtime.make$Mnyail$Mnlist;
        Object obj17 = obj10;
        if (obj17 instanceof Package) {
            obj17 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2222), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain1(chain42, runtime.callYailPrimitive(moduleMethod10, LList.list2("underlying", obj17), Lit2223, "make a list"));
        runtime.callYailPrimitive(moduleMethod, LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod2, LList.list1(runtime.callYailPrimitive(moduleMethod3, list1, Lit2224, "make a list")), Lit2225, "convert an alist to a dictionary")), Lit2226, "add items to list");
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr[1] = runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(":{\u001c%<6*$kkw/'+>\u0001\u0012\b\u0019\u001f\u0000\rE\n\n\u000e\u000bRG\u001f\u0007\u0000\u0015V\r\n\u001e\u001a\u0014\\I[ZDU\u0006", "otqmuzrw"), Lit2227, "deobfuscate text")), Lit2228);
        objArr[2] = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("'5828~cl.,1#'Z\u000e\u001f\u0005\u0012\u001f\u0016\u0012\u0013\u0015P\u001e\u001eW\u0016\u000b\u0005B\u0011[O\n\u000b\u000e\u0002\u0018\n\u0006\u001d\u000b\u0018", "cjfkc"), Lit2229, "deobfuscate text");
        objArr[3] = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2204), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive;
        objArr[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
        return applyToArgs.applyN(objArr);
    }

    static Procedure lambda264() {
        return lambda$Fn264;
    }

    static Object lambda265(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6, Object obj7, Object obj8, Object obj9, Object obj10) {
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
        boolean z = callYailPrimitive instanceof Package;
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2204), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive;
        ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("exchange", obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2205), " is not bound in the current context"), "Unbound Variable") : obj), Lit2230, "make a list"));
        Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("mode", obj2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2207), " is not bound in the current context"), "Unbound Variable") : obj2), Lit2231, "make a list");
        Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(FirebaseAnalytics.Param.PRICE, obj3 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2209), " is not bound in the current context"), "Unbound Variable") : obj3), Lit2232, "make a list");
        ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
        Object obj11 = obj4;
        if (obj11 instanceof Package) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive4 = runtime.callYailPrimitive(moduleMethod4, LList.list2(FirebaseAnalytics.Param.QUANTITY, obj11), Lit2233, "make a list");
        ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
        Object obj12 = obj5;
        if (obj12 instanceof Package) {
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2212), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, callYailPrimitive2, callYailPrimitive3, callYailPrimitive4, runtime.callYailPrimitive(moduleMethod5, LList.list2("segment", obj12), Lit2234, "make a list"));
        ModuleMethod moduleMethod6 = runtime.make$Mnyail$Mnlist;
        Object obj13 = obj6;
        if (obj13 instanceof Package) {
            obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2214), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod6, LList.list2("series", obj13), Lit2235, "make a list");
        ModuleMethod moduleMethod7 = runtime.make$Mnyail$Mnlist;
        Object obj14 = obj7;
        if (obj14 instanceof Package) {
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2216), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive6 = runtime.callYailPrimitive(moduleMethod7, LList.list2("side", obj14), Lit2236, "make a list");
        ModuleMethod moduleMethod8 = runtime.make$Mnyail$Mnlist;
        Object obj15 = obj8;
        if (obj15 instanceof Package) {
            obj15 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod8, LList.list2("symbol", obj15), Lit2237, "make a list");
        ModuleMethod moduleMethod9 = runtime.make$Mnyail$Mnlist;
        Object obj16 = obj9;
        if (obj16 instanceof Package) {
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2220), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain42 = LList.chain4(chain4, callYailPrimitive5, callYailPrimitive6, callYailPrimitive7, runtime.callYailPrimitive(moduleMethod9, LList.list2("token", obj16), Lit2238, "make a list"));
        ModuleMethod moduleMethod10 = runtime.make$Mnyail$Mnlist;
        Object obj17 = obj10;
        if (obj17 instanceof Package) {
            obj17 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2222), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain1(chain42, runtime.callYailPrimitive(moduleMethod10, LList.list2("underlying", obj17), Lit2239, "make a list"));
        runtime.callYailPrimitive(moduleMethod, LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod2, LList.list1(runtime.callYailPrimitive(moduleMethod3, list1, Lit2240, "make a list")), Lit2241, "convert an alist to a dictionary")), Lit2242, "add items to list");
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr[1] = runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(":{\u001c%<6*$kkw/'+>\u0001\u0012\b\u0019\u001f\u0000\rE\n\n\u000e\u000bRG\u001f\u0007\u0000\u0015V\r\n\u001e\u001a\u0014\\I[ZDU\u0006", "otqmuzrw"), Lit2243, "deobfuscate text")), Lit2244);
        objArr[2] = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("'5828~cl.,1#'Z\u000e\u001f\u0005\u0012\u001f\u0016\u0012\u0013\u0015P\u001e\u001eW\u0016\u000b\u0005B\u0011[O\n\u000b\u000e\u0002\u0018\n\u0006\u001d\u000b\u0018", "cjfkc"), Lit2245, "deobfuscate text");
        objArr[3] = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2204), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive;
        objArr[4] = runtime.lookupInCurrentFormEnvironment(Lit150);
        return applyToArgs.applyN(objArr);
    }

    static Object lambda266() {
        runtime.yailForEach(proc$Fn266, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public static Object lambda267proc(Object obj) {
        char c;
        Object obj2;
        char c2;
        Object obj3;
        char c3;
        char c4;
        char c5;
        Object obj4;
        Object obj5;
        Object obj6;
        char c6;
        char c7;
        char c8;
        Object obj7;
        Object obj8;
        int i;
        char c9;
        char c10;
        char c11;
        Object obj9;
        char c12;
        char c13;
        char c14;
        Object obj10;
        Object obj11;
        boolean z = obj instanceof Package;
        Object callComponentMethod = runtime.callComponentMethod(Lit156, Lit161, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2246), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit2247);
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2246), " is not bound in the current context"), "Unbound Variable") : obj;
        boolean z2 = callComponentMethod instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2248, "dictionary lookup"), "PENDING1"), Lit2249, "=") != Boolean.FALSE) {
            return Boolean.FALSE;
        }
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2250, "dictionary lookup"), "ACTIVE"), Lit2251, "=") == Boolean.FALSE) {
            return Boolean.FALSE;
        }
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
        ModuleMethod moduleMethod3 = runtime.string$Mnsplit;
        SimpleSymbol simpleSymbol = Lit741;
        SimpleSymbol simpleSymbol2 = Lit934;
        ModuleMethod moduleMethod4 = strings.string$Mnappend;
        boolean z3 = signalRuntimeError instanceof Package;
        Object obj12 = signalRuntimeError;
        if (z3) {
            signalRuntimeError = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callYailPrimitive(moduleMethod, LList.list3("ExitLTP", signalRuntimeError2, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod4, LList.list2("RO~", signalRuntimeError), Lit2252, "join")), Lit2253), Lit980, Lit6), " "), Lit2254, "split"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RO~", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj12), Lit2255, "join")), Lit2256), Lit980, Lit6), " "), Lit2257, "split")), Lit2258, "length of list")), Lit2259, "select list item")), Lit2260, "set value for key in dictionary to value");
        ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError3 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        SimpleSymbol simpleSymbol3 = Lit198;
        runtime.callYailPrimitive(moduleMethod5, LList.list3("ExitTS", signalRuntimeError3, runtime.callComponentMethod(simpleSymbol3, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol3, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit2261)), Lit2262, "set value for key in dictionary to value");
        runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("EXITTYPE", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "SquareofAll\""), Lit2263, "set value for key in dictionary to value");
        Object apply3 = Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2264, "dictionary lookup")));
        Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2265, "dictionary lookup"));
        Object apply22 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2266, "dictionary lookup"));
        Object apply23 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit2267, "dictionary lookup"));
        ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError4 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        MultiplyOp multiplyOp = MultiplyOp.$St;
        ModuleMethod moduleMethod7 = runtime.yail$Mndivide;
        boolean z4 = apply3 instanceof Package;
        if (z4) {
            apply3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z5 = apply22 instanceof Package;
        if (z5) {
            apply22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callYailPrimitive(moduleMethod6, LList.list3("totPLPCR", signalRuntimeError4, applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod7, LList.list2(apply3, apply22), Lit2268, "yail-divide"), Lit435), Lit2269, "*"))), Lit2270, "set value for key in dictionary to value");
        ModuleMethod moduleMethod8 = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError5 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit387, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnlookup;
        if (z2) {
            c = 1;
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 1;
            obj2 = callComponentMethod;
        }
        objArr[c] = runtime.callYailPrimitive(moduleMethod9, LList.list3("entity_type", obj2, ""), Lit2271, "dictionary lookup");
        if (apply2 instanceof Package) {
            Object[] objArr2 = new Object[3];
            objArr2[0] = "The variable ";
            objArr2[c] = runtime.getDisplayRepresentation(Lit389);
            c2 = 2;
            objArr2[2] = " is not bound in the current context";
            apply2 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            c2 = 2;
        }
        objArr[c2] = apply2;
        if (z5) {
            Object[] objArr3 = new Object[3];
            objArr3[0] = "The variable ";
            objArr3[1] = runtime.getDisplayRepresentation(Lit390);
            objArr3[c2] = " is not bound in the current context";
            obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj3 = apply22;
        }
        objArr[3] = obj3;
        boolean z6 = apply23 instanceof Package;
        objArr[4] = z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2272), " is not bound in the current context"), "Unbound Variable") : apply23;
        runtime.callYailPrimitive(moduleMethod8, LList.list3("brokerage", signalRuntimeError5, applyToArgs2.applyN(objArr)), Lit2273, "set value for key in dictionary to value");
        ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError6 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        MultiplyOp multiplyOp2 = MultiplyOp.$St;
        if (z6) {
            c3 = 0;
            c5 = 1;
            c4 = 2;
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2272), " is not bound in the current context"), "Unbound Variable");
        } else {
            c3 = 0;
            c4 = 2;
            c5 = 1;
            obj4 = apply23;
        }
        if (z4) {
            Object[] objArr4 = new Object[3];
            objArr4[c3] = "The variable ";
            objArr4[c5] = runtime.getDisplayRepresentation(Lit433);
            objArr4[c4] = " is not bound in the current context";
            obj5 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
        } else {
            obj5 = apply3;
        }
        runtime.callYailPrimitive(moduleMethod10, LList.list3("totPL", signalRuntimeError6, runtime.callYailPrimitive(multiplyOp2, LList.list2(obj4, obj5), Lit2274, "*")), Lit2275, "set value for key in dictionary to value");
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ordertype", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "MKT"), Lit2276, "dictionary lookup"), "MKT"), Lit2277, "=") != Boolean.FALSE) {
            SimpleSymbol simpleSymbol4 = Lit129;
            ModuleMethod moduleMethod11 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
            ModuleMethod moduleMethod12 = runtime.make$Mnyail$Mnlist;
            Pair list1 = LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit2278));
            obj6 = "set value for key in dictionary to value";
            LList.chain4(list1, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit2279, "dictionary lookup"), Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit19), Lit2280, "dictionary lookup"), Lit19), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Qty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2281, "dictionary lookup")), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable") : apply3);
            runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol4, runtime.callYailPrimitive(moduleMethod11, LList.list2(runtime.callYailPrimitive(moduleMethod12, list1, Lit2282, "make a list"), "-"), Lit2283, "join with separator"));
            SimpleSymbol simpleSymbol5 = Lit160;
            SimpleSymbol simpleSymbol6 = Lit169;
            AddOp addOp = AddOp.$Pl;
            Object callComponentMethod2 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit2284);
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            if (z6) {
                c12 = 0;
                c14 = 1;
                c13 = 2;
                obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2272), " is not bound in the current context"), "Unbound Variable");
            } else {
                c12 = 0;
                c13 = 2;
                c14 = 1;
                obj10 = apply23;
            }
            if (z4) {
                Object[] objArr5 = new Object[3];
                objArr5[c12] = "The variable ";
                objArr5[c14] = runtime.getDisplayRepresentation(Lit433);
                objArr5[c13] = " is not bound in the current context";
                obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
            } else {
                obj11 = apply3;
            }
            runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2("fund", runtime.callYailPrimitive(addOp, LList.list2(callComponentMethod2, runtime.callYailPrimitive(multiplyOp3, LList.list2(obj10, obj11), Lit2285, "*")), Lit2286, "+")), Lit2287);
        } else {
            obj6 = "set value for key in dictionary to value";
        }
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2246), " is not bound in the current context"), "Unbound Variable") : obj, "ACTIVE", "INACTIVE"), Lit2288, "replace all");
        runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "INACTIVE"), Lit2289, obj6);
        Object apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "Exit {transtype} {sid} {TotQty} Qty for {ExitLTP} \nat {ExitTS} \nTotal P/L: {totPL}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,ExitLTP,ExitTS,totPL"), Lit2290, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod);
        runtime.callComponentMethod(Lit156, Lit157, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2246), " is not bound in the current context"), "Unbound Variable") : obj), Lit2291);
        SimpleSymbol simpleSymbol7 = Lit156;
        SimpleSymbol simpleSymbol8 = Lit169;
        boolean z7 = callYailPrimitive instanceof Package;
        if (z7) {
            c6 = 0;
            c8 = 1;
            c7 = 2;
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            c6 = 0;
            c7 = 2;
            c8 = 1;
            obj7 = callYailPrimitive;
        }
        if (z2) {
            Object[] objArr6 = new Object[3];
            objArr6[c6] = "The variable ";
            objArr6[c8] = runtime.getDisplayRepresentation(Lit1035);
            objArr6[c7] = " is not bound in the current context";
            obj8 = runtime.signalRuntimeError(strings.stringAppend(objArr6), "Unbound Variable");
        } else {
            obj8 = callComponentMethod;
        }
        runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list2(obj7, obj8), Lit2292);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.TRUE);
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object[] objArr7 = new Object[7];
        objArr7[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr7[1] = "I";
        objArr7[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr7[3] = "Orders";
        objArr7[4] = "DateTime|TagKey|TagValue|userid|deviceid";
        ModuleMethod moduleMethod13 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod14 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol9 = Lit198;
        Pair list12 = LList.list1(runtime.callComponentMethod(simpleSymbol9, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol9, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss.SSS"), Lit2293));
        if (z7) {
            i = 3;
            c9 = 0;
            c11 = 1;
            c10 = 2;
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            i = 3;
            c9 = 0;
            c10 = 2;
            c11 = 1;
        }
        if (z2) {
            Object[] objArr8 = new Object[i];
            objArr8[c9] = "The variable ";
            objArr8[c11] = runtime.getDisplayRepresentation(Lit1035);
            objArr8[c10] = " is not bound in the current context";
            obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr8), "Unbound Variable");
        } else {
            obj9 = callComponentMethod;
        }
        LList.chain4(list12, callYailPrimitive, obj9, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
        objArr7[5] = runtime.callYailPrimitive(moduleMethod13, LList.list2(runtime.callYailPrimitive(moduleMethod14, list12, Lit2294, "make a list"), "|"), Lit2295, "join with separator");
        objArr7[6] = "DateTime";
        applyToArgs3.applyN(objArr7);
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit15, runtime.$Stthe$Mnnull$Mnvalue$St) == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol10 = Lit622;
        SimpleSymbol simpleSymbol11 = Lit2296;
        Pair list13 = LList.list1("Bulk Square Off");
        if (apply4 instanceof Package) {
            apply4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit475), " is not bound in the current context"), "Unbound Variable");
        }
        Boolean bool = Boolean.TRUE;
        SimpleSymbol simpleSymbol12 = Lit198;
        LList.chain4(list13, apply4, bool, "", runtime.callComponentMethod(simpleSymbol12, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol12, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit2297));
        runtime.callComponentMethod(simpleSymbol10, simpleSymbol11, list13, Lit2298);
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.FALSE);
    }

    static Procedure lambda268() {
        return lambda$Fn268;
    }

    static Object lambda269() {
        runtime.yailForEach(proc$Fn269, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public static Object lambda270proc(Object obj) {
        char c;
        Object obj2;
        char c2;
        Object obj3;
        char c3;
        char c4;
        char c5;
        Object obj4;
        Object obj5;
        Object obj6;
        char c6;
        char c7;
        char c8;
        Object obj7;
        Object obj8;
        int i;
        char c9;
        char c10;
        char c11;
        Object obj9;
        char c12;
        char c13;
        char c14;
        Object obj10;
        Object obj11;
        boolean z = obj instanceof Package;
        Object callComponentMethod = runtime.callComponentMethod(Lit156, Lit161, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2246), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit2299);
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2246), " is not bound in the current context"), "Unbound Variable") : obj;
        boolean z2 = callComponentMethod instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2300, "dictionary lookup"), "PENDING1"), Lit2301, "=") != Boolean.FALSE) {
            return Boolean.FALSE;
        }
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2302, "dictionary lookup"), "ACTIVE"), Lit2303, "=") == Boolean.FALSE) {
            return Boolean.FALSE;
        }
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
        ModuleMethod moduleMethod3 = runtime.string$Mnsplit;
        SimpleSymbol simpleSymbol = Lit741;
        SimpleSymbol simpleSymbol2 = Lit934;
        ModuleMethod moduleMethod4 = strings.string$Mnappend;
        boolean z3 = signalRuntimeError instanceof Package;
        Object obj12 = signalRuntimeError;
        if (z3) {
            signalRuntimeError = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callYailPrimitive(moduleMethod, LList.list3("ExitLTP", signalRuntimeError2, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod4, LList.list2("RO~", signalRuntimeError), Lit2304, "join")), Lit2305), Lit980, Lit6), " "), Lit2306, "split"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RO~", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj12), Lit2307, "join")), Lit2308), Lit980, Lit6), " "), Lit2309, "split")), Lit2310, "length of list")), Lit2311, "select list item")), Lit2312, "set value for key in dictionary to value");
        ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError3 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        SimpleSymbol simpleSymbol3 = Lit198;
        runtime.callYailPrimitive(moduleMethod5, LList.list3("ExitTS", signalRuntimeError3, runtime.callComponentMethod(simpleSymbol3, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol3, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit2313)), Lit2314, "set value for key in dictionary to value");
        runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("EXITTYPE", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "SquareofAll\""), Lit2315, "set value for key in dictionary to value");
        Object apply3 = Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2316, "dictionary lookup")));
        Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2317, "dictionary lookup"));
        Object apply22 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExitLTP", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2318, "dictionary lookup"));
        Object apply23 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit2319, "dictionary lookup"));
        ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError4 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        MultiplyOp multiplyOp = MultiplyOp.$St;
        ModuleMethod moduleMethod7 = runtime.yail$Mndivide;
        boolean z4 = apply3 instanceof Package;
        if (z4) {
            apply3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z5 = apply22 instanceof Package;
        if (z5) {
            apply22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callYailPrimitive(moduleMethod6, LList.list3("totPLPCR", signalRuntimeError4, applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod7, LList.list2(apply3, apply22), Lit2320, "yail-divide"), Lit435), Lit2321, "*"))), Lit2322, "set value for key in dictionary to value");
        ModuleMethod moduleMethod8 = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError5 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object[] objArr = new Object[5];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit387, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnlookup;
        if (z2) {
            c = 1;
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 1;
            obj2 = callComponentMethod;
        }
        objArr[c] = runtime.callYailPrimitive(moduleMethod9, LList.list3("entity_type", obj2, ""), Lit2323, "dictionary lookup");
        if (apply2 instanceof Package) {
            Object[] objArr2 = new Object[3];
            objArr2[0] = "The variable ";
            objArr2[c] = runtime.getDisplayRepresentation(Lit389);
            c2 = 2;
            objArr2[2] = " is not bound in the current context";
            apply2 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            c2 = 2;
        }
        objArr[c2] = apply2;
        if (z5) {
            Object[] objArr3 = new Object[3];
            objArr3[0] = "The variable ";
            objArr3[1] = runtime.getDisplayRepresentation(Lit390);
            objArr3[c2] = " is not bound in the current context";
            obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj3 = apply22;
        }
        objArr[3] = obj3;
        boolean z6 = apply23 instanceof Package;
        objArr[4] = z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2272), " is not bound in the current context"), "Unbound Variable") : apply23;
        runtime.callYailPrimitive(moduleMethod8, LList.list3("brokerage", signalRuntimeError5, applyToArgs2.applyN(objArr)), Lit2324, "set value for key in dictionary to value");
        ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError6 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        MultiplyOp multiplyOp2 = MultiplyOp.$St;
        if (z6) {
            c3 = 0;
            c5 = 1;
            c4 = 2;
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2272), " is not bound in the current context"), "Unbound Variable");
        } else {
            c3 = 0;
            c4 = 2;
            c5 = 1;
            obj4 = apply23;
        }
        if (z4) {
            Object[] objArr4 = new Object[3];
            objArr4[c3] = "The variable ";
            objArr4[c5] = runtime.getDisplayRepresentation(Lit433);
            objArr4[c4] = " is not bound in the current context";
            obj5 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
        } else {
            obj5 = apply3;
        }
        runtime.callYailPrimitive(moduleMethod10, LList.list3("totPL", signalRuntimeError6, runtime.callYailPrimitive(multiplyOp2, LList.list2(obj4, obj5), Lit2325, "*")), Lit2326, "set value for key in dictionary to value");
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ordertype", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "MKT"), Lit2327, "dictionary lookup"), "MKT"), Lit2328, "=") != Boolean.FALSE) {
            SimpleSymbol simpleSymbol4 = Lit129;
            ModuleMethod moduleMethod11 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
            ModuleMethod moduleMethod12 = runtime.make$Mnyail$Mnlist;
            Pair list1 = LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit2329));
            obj6 = "set value for key in dictionary to value";
            LList.chain4(list1, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit141), Lit2330, "dictionary lookup"), Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit19), Lit2331, "dictionary lookup"), Lit19), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Qty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit2332, "dictionary lookup")), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), "Unbound Variable") : apply3);
            runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol4, runtime.callYailPrimitive(moduleMethod11, LList.list2(runtime.callYailPrimitive(moduleMethod12, list1, Lit2333, "make a list"), "-"), Lit2334, "join with separator"));
            SimpleSymbol simpleSymbol5 = Lit160;
            SimpleSymbol simpleSymbol6 = Lit169;
            AddOp addOp = AddOp.$Pl;
            Object callComponentMethod2 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit2335);
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            if (z6) {
                c12 = 0;
                c14 = 1;
                c13 = 2;
                obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2272), " is not bound in the current context"), "Unbound Variable");
            } else {
                c12 = 0;
                c13 = 2;
                c14 = 1;
                obj10 = apply23;
            }
            if (z4) {
                Object[] objArr5 = new Object[3];
                objArr5[c12] = "The variable ";
                objArr5[c14] = runtime.getDisplayRepresentation(Lit433);
                objArr5[c13] = " is not bound in the current context";
                obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
            } else {
                obj11 = apply3;
            }
            runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2("fund", runtime.callYailPrimitive(addOp, LList.list2(callComponentMethod2, runtime.callYailPrimitive(multiplyOp3, LList.list2(obj10, obj11), Lit2336, "*")), Lit2337, "+")), Lit2338);
        } else {
            obj6 = "set value for key in dictionary to value";
        }
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2246), " is not bound in the current context"), "Unbound Variable") : obj, "ACTIVE", "INACTIVE"), Lit2339, "replace all");
        runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3(NotificationCompat.CATEGORY_STATUS, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "INACTIVE"), Lit2340, obj6);
        Object apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "Exit {transtype} {sid} {TotQty} Qty for {ExitLTP} \nat {ExitTS} \nTotal P/L: {totPL}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,ExitLTP,ExitTS,totPL"), Lit2341, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod);
        runtime.callComponentMethod(Lit156, Lit157, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2246), " is not bound in the current context"), "Unbound Variable") : obj), Lit2342);
        SimpleSymbol simpleSymbol7 = Lit156;
        SimpleSymbol simpleSymbol8 = Lit169;
        boolean z7 = callYailPrimitive instanceof Package;
        if (z7) {
            c6 = 0;
            c8 = 1;
            c7 = 2;
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            c6 = 0;
            c7 = 2;
            c8 = 1;
            obj7 = callYailPrimitive;
        }
        if (z2) {
            Object[] objArr6 = new Object[3];
            objArr6[c6] = "The variable ";
            objArr6[c8] = runtime.getDisplayRepresentation(Lit1035);
            objArr6[c7] = " is not bound in the current context";
            obj8 = runtime.signalRuntimeError(strings.stringAppend(objArr6), "Unbound Variable");
        } else {
            obj8 = callComponentMethod;
        }
        runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list2(obj7, obj8), Lit2343);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.TRUE);
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object[] objArr7 = new Object[7];
        objArr7[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr7[1] = "I";
        objArr7[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr7[3] = "Orders";
        objArr7[4] = "DateTime|TagKey|TagValue|userid|deviceid";
        ModuleMethod moduleMethod13 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod14 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol9 = Lit198;
        Pair list12 = LList.list1(runtime.callComponentMethod(simpleSymbol9, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol9, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss.SSS"), Lit2344));
        if (z7) {
            i = 3;
            c9 = 0;
            c11 = 1;
            c10 = 2;
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            i = 3;
            c9 = 0;
            c10 = 2;
            c11 = 1;
        }
        if (z2) {
            Object[] objArr8 = new Object[i];
            objArr8[c9] = "The variable ";
            objArr8[c11] = runtime.getDisplayRepresentation(Lit1035);
            objArr8[c10] = " is not bound in the current context";
            obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr8), "Unbound Variable");
        } else {
            obj9 = callComponentMethod;
        }
        LList.chain4(list12, callYailPrimitive, obj9, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
        objArr7[5] = runtime.callYailPrimitive(moduleMethod13, LList.list2(runtime.callYailPrimitive(moduleMethod14, list12, Lit2345, "make a list"), "|"), Lit2346, "join with separator");
        objArr7[6] = "DateTime";
        applyToArgs3.applyN(objArr7);
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit15, runtime.$Stthe$Mnnull$Mnvalue$St) == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol10 = Lit622;
        SimpleSymbol simpleSymbol11 = Lit2296;
        Pair list13 = LList.list1("Bulk Square Off");
        if (apply4 instanceof Package) {
            apply4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit475), " is not bound in the current context"), "Unbound Variable");
        }
        Boolean bool = Boolean.TRUE;
        SimpleSymbol simpleSymbol12 = Lit198;
        LList.chain4(list13, apply4, bool, "", runtime.callComponentMethod(simpleSymbol12, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol12, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit2347));
        runtime.callComponentMethod(simpleSymbol10, simpleSymbol11, list13, Lit2348);
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.FALSE);
    }

    public class frame26 extends ModuleBody {
        Object $name;
        Object $x;
        final ModuleMethod proc$Fn274 = new ModuleMethod(this, 57, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 57 ? lambda275proc(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 57) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public Object lambda275proc(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
            boolean z = obj instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            SimpleSymbol simpleSymbol = Screen1.Lit2359;
            SimpleSymbol simpleSymbol2 = Screen1.Lit161;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list3(signalRuntimeError, obj2, runtime.callComponentTypeMethod(obj3, simpleSymbol, simpleSymbol2, LList.list2(obj, ""), Screen1.Lit2360)), Screen1.Lit2361, "set value for key in dictionary to value");
        }
    }

    public class frame27 extends ModuleBody {
        Object $name;
        Object $x;
        final ModuleMethod proc$Fn277 = new ModuleMethod(this, 58, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 58 ? lambda278proc(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 58) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public Object lambda278proc(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
            boolean z = obj instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            SimpleSymbol simpleSymbol = Screen1.Lit2359;
            SimpleSymbol simpleSymbol2 = Screen1.Lit161;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list3(signalRuntimeError, obj2, runtime.callComponentTypeMethod(obj3, simpleSymbol, simpleSymbol2, LList.list2(obj, ""), Screen1.Lit2363)), Screen1.Lit2364, "set value for key in dictionary to value");
        }
    }

    static Object lambda271(Object obj) {
        ModuleMethod moduleMethod;
        Pair list1;
        PairWithPosition pairWithPosition;
        if (!(obj instanceof Package) ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            moduleMethod = runtime.make$Mncolor;
            list1 = LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("73, 135, 238"), Lit2352, "list from csv row"));
            pairWithPosition = Lit2353;
        } else {
            moduleMethod = runtime.make$Mncolor;
            list1 = LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("226, 95, 91"), Lit2350, "list from csv row"));
            pairWithPosition = Lit2351;
        }
        return runtime.callYailPrimitive(moduleMethod, list1, pairWithPosition, "make-color");
    }

    static Procedure lambda272() {
        return lambda$Fn272;
    }

    static Object lambda273(Object obj) {
        ModuleMethod moduleMethod;
        Pair list1;
        PairWithPosition pairWithPosition;
        if (!(obj instanceof Package) ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit545), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            moduleMethod = runtime.make$Mncolor;
            list1 = LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("73, 135, 238"), Lit2356, "list from csv row"));
            pairWithPosition = Lit2357;
        } else {
            moduleMethod = runtime.make$Mncolor;
            list1 = LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("226, 95, 91"), Lit2354, "list from csv row"));
            pairWithPosition = Lit2355;
        }
        return runtime.callYailPrimitive(moduleMethod, list1, pairWithPosition, "make-color");
    }

    public class frame28 extends ModuleBody {
        Object $item;
        final ModuleMethod lambda$Fn279 = new ModuleMethod(this, 59, null, 0);
        final ModuleMethod lambda$Fn280 = new ModuleMethod(this, 60, null, 0);
        final ModuleMethod lambda$Fn281 = new ModuleMethod(this, 61, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 59:
                    return lambda280();
                case 60:
                    return lambda281();
                case 61:
                    return lambda282();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 59:
                case 60:
                case 61:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda280() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.string$Mnto$Mnlower$Mncase;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit2376, "downcase"), "finnifty"), Screen1.Lit2377, "string contains");
        }

        Object lambda281() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.string$Mnto$Mnlower$Mncase;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit2378, "downcase"), "midcpnifty"), Screen1.Lit2379, "string contains");
        }

        Object lambda282() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.string$Mnto$Mnlower$Mncase;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit2380, "downcase"), "sensex1"), Screen1.Lit2381, "string contains");
        }
    }

    public class frame29 extends ModuleBody {
        Object $item;
        final ModuleMethod lambda$Fn284 = new ModuleMethod(this, 62, null, 0);
        final ModuleMethod lambda$Fn285 = new ModuleMethod(this, 63, null, 0);
        final ModuleMethod lambda$Fn286 = new ModuleMethod(this, 64, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 62:
                    return lambda285();
                case 63:
                    return lambda286();
                case 64:
                    return lambda287();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 62:
                case 63:
                case 64:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda285() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.string$Mnto$Mnlower$Mncase;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit2460, "downcase"), "finnifty"), Screen1.Lit2461, "string contains");
        }

        Object lambda286() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.string$Mnto$Mnlower$Mncase;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit2462, "downcase"), "midcpnifty"), Screen1.Lit2463, "string contains");
        }

        Object lambda287() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            ModuleMethod moduleMethod2 = runtime.string$Mnto$Mnlower$Mncase;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit2464, "downcase"), "sensex1"), Screen1.Lit2465, "string contains");
        }
    }

    static Object lambda274(Object obj) {
        frame26 frame26Var = new frame26();
        frame26Var.$x = obj;
        frame26Var.$name = runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        ModuleMethod moduleMethod = frame26Var.proc$Fn274;
        runtime.yailForEach(frame26Var.proc$Fn274, runtime.callComponentTypeMethod(frame26Var.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : frame26Var.$x, Lit2359, Lit159, LList.Empty, Lit2362));
        return frame26Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame26Var.$name;
    }

    static Procedure lambda276() {
        return lambda$Fn276;
    }

    static Object lambda277(Object obj) {
        frame27 frame27Var = new frame27();
        frame27Var.$x = obj;
        frame27Var.$name = runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        ModuleMethod moduleMethod = frame27Var.proc$Fn277;
        runtime.yailForEach(frame27Var.proc$Fn277, runtime.callComponentTypeMethod(frame27Var.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : frame27Var.$x, Lit2359, Lit159, LList.Empty, Lit2365));
        return frame27Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame27Var.$name;
    }

    static Object lambda279() {
        Boolean bool;
        Object obj;
        frame28 frame28Var = new frame28();
        Boolean bool2 = Boolean.FALSE;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2367);
        frame28Var.$item = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod = runtime.yail$Mnnot;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnmember$Qu;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2368, "dictionary lookup");
        ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnwalk;
        Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit2369, "make a list");
        boolean z = callComponentMethod instanceof Package;
        if (z) {
            callComponentMethod = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive, runtime.callYailPrimitive(moduleMethod3, LList.list2(callYailPrimitive2, callComponentMethod), Lit2370, "list by walking key path in dictionary")), Lit2371, "is in list?")), Lit2372, "not") != Boolean.FALSE) {
            if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : callComponentMethod), Lit2373, "length of list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit2374)), Lit2375, ">=") != Boolean.FALSE) {
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Reached Watchlist limit, try deleting few");
                bool = bool2;
                return !(bool instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : bool;
            }
            runtime.addGlobalVarToCurrentFormEnvironment(Lit54, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item);
            if (runtime.processOrDelayed$V(new Object[]{frame28Var.lambda$Fn279, frame28Var.lambda$Fn280, frame28Var.lambda$Fn281}) != Boolean.FALSE) {
                runtime.addGlobalVarToCurrentFormEnvironment(Lit307, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("{\"strScripName\":\"{str}\",\"StartPos\":0,\"NoOfRecords\":1,\"strSegment\":\"\"}", "{str}", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2382, "lookup in pairs"), "Call", "Ce"), Lit2383, "replace all"), "Put", "Pe"), Lit2384, "replace all")), Lit2385, "replace all"));
                runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2386, "lookup in pairs"), " "), Lit2387, "split");
                Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("content-type", "application/json;charset=UTF-8"), Lit2388, "make a list")), Lit2389, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("'?(??}s|!**/z<,$68)623%\"y0\u001b\nK\u000e\u0004\u0012@\b\u0011@?\u0004\u000e\u001a\u0017 \u000b\u0019\u0000\r\u0005\b\u000bT?\u001a\u001d\u0005\u000f\u000bX", "vskyysoa"), Lit2390, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit307, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit150)});
            } else {
                SimpleSymbol simpleSymbol = Lit307;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2391, "dictionary lookup"), "SENSEX"), Lit2392, "=") != Boolean.FALSE) {
                    obj = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("?>?)2ays!%>6w=+\"&7:>4\n\n\u0018\u0017L\u0000\u001e\u0004L\u000f\u0014\u001eE\u001a\f\u000e\u000f\u0013\u000f@\u001b\u001d\u0005\u001c\u000bQFWONQ", "cyyhqtxq"), Lit2393, "deobfuscate text");
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2394, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index,Stocks"), Lit2395, "list from csv row")), Lit2396, "is in list?") != Boolean.FALSE) {
                        obj = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(")1*=9{q~7*+\"|73?08/*?0\"5\u0001C\u0015\n\u000fF\u0017\t\bJ\u000f\u0018\u0005\u0015\u001b\u0002V\u0014\b\u0011\u0017\u0001$\u0010\"\f\u0003\u001f\u0015\u001dA", "vskyysoa"), Lit2397, "deobfuscate text"), runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit54, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2398, "dictionary lookup")), Lit2399, "downcase")), Lit2400, "join");
                    } else {
                        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2401, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option"), Lit2402, "list from csv row")), Lit2403, "is in list?") != Boolean.FALSE) {
                            ModuleMethod moduleMethod4 = strings.string$Mnappend;
                            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("#;$33qwx-05<f-59:2!$5:$3;y+45|\u0011\u000f\u0002@=\u0002\u0012\u0000\u001d\u0003L7\n\u0004\u000b\u0006\u0013\u001cT.\u0015\u001c\u0004\u001e'\u0017\u0007\u001e\u0007\u0015W", "vskyysoa"), Lit2404, "deobfuscate text");
                            Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("search_id", frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2405, "dictionary lookup"), "-"), Lit2406, "split");
                            IntNum intNum = runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2407, "dictionary lookup"), " "), Lit2408, "split"), Lit19), Lit2409, "select list item"), "-"), Lit2410, "string contains") != Boolean.FALSE ? Lit19 : Lit141;
                            ModuleMethod moduleMethod5 = strings.string$Mnappend;
                            IntNum intNum2 = intNum;
                            Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2411, "dictionary lookup"), " "), Lit2412, "split"), Lit19), Lit2413, "select list item")), Lit2414, "downcase"));
                            SimpleSymbol simpleSymbol2 = Lit198;
                            SimpleSymbol simpleSymbol3 = Lit2080;
                            SimpleSymbol simpleSymbol4 = Lit2415;
                            ModuleMethod moduleMethod6 = runtime.string$Mnreplace$Mnall;
                            ModuleMethod moduleMethod7 = runtime.yail$Mnlist$Mnget$Mnitem;
                            Object obj2 = callYailPrimitive4;
                            boolean z2 = obj2 instanceof Package;
                            if (z2) {
                                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2416), " is not bound in the current context"), "Unbound Variable");
                            }
                            LList.chain4(list1, "~", runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list2(runtime.callComponentMethod(simpleSymbol2, simpleSymbol4, LList.list3(runtime.callYailPrimitive(moduleMethod6, LList.list3(runtime.callYailPrimitive(moduleMethod7, LList.list2(obj2, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Lit602, intNum2), Lit2417, "+")), Lit2418, "select list item"), "'", "20"), Lit2419, "replace all"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2416), " is not bound in the current context"), "Unbound Variable") : obj2, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Lit1666, intNum2), Lit2420, "+")), Lit2421, "select list item")), Lit2422, "downcase"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec"), Lit2423, "list from csv row")), Lit2424, "index in list"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2416), " is not bound in the current context"), "Unbound Variable") : obj2, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Lit711, intNum2), Lit2425, "+")), Lit2426, "select list item")), Lit2427), "yyyyMMdd"), Lit2428), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2429, "dictionary lookup"), " "), Lit2430, "split"), Lit602), Lit2431, "select list item"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2432, "dictionary lookup"), " "), Lit2433, "split"), Lit645), Lit2434, "select list item")), Lit2435, "downcase"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_CALL, "ce"), Lit2436, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("put", "pe"), Lit2437, "make a pair")), Lit2438, "make a dictionary"), ""), Lit2439, "dictionary lookup"));
                            obj = runtime.callYailPrimitive(moduleMethod4, LList.list2(callYailPrimitive3, runtime.callYailPrimitive(moduleMethod5, list1, Lit2440, "join")), Lit2441, "join");
                        } else {
                            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2442, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Future"), Lit2443, "list from csv row")), Lit2444, "is in list?") != Boolean.FALSE) {
                                ModuleMethod moduleMethod8 = strings.string$Mnappend;
                                Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(")1*=9{q~7*+\"|73?08/*?0\"5\u0001C\u0015\n\u000fF\u0017\t\bJ\u000f\u0018\u0005\u0015\u001b\u0002V\u0014\b\u0011\u0017\u0001$\u0010\"\f\u0003\u001f\u0015\u001dA", "vskyysoa"), Lit2445, "deobfuscate text");
                                Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame28Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame28Var.$item, ""), Lit2446, "dictionary lookup"), " "), Lit2447, "split");
                                ModuleMethod moduleMethod9 = runtime.string$Mnto$Mnlower$Mncase;
                                ModuleMethod moduleMethod10 = runtime.yail$Mnlist$Mnget$Mnitem;
                                if (callYailPrimitive6 instanceof Package) {
                                    callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
                                }
                                obj = runtime.callYailPrimitive(moduleMethod8, LList.list2(callYailPrimitive5, runtime.callYailPrimitive(moduleMethod9, LList.list1(runtime.callYailPrimitive(moduleMethod10, LList.list2(callYailPrimitive6, Lit19), Lit2448, "select list item")), Lit2449, "downcase")), Lit2450, "join");
                            } else {
                                obj = "";
                            }
                        }
                    }
                }
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, obj);
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit307, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit150));
            }
            runtime.setAndCoerceProperty$Ex(Lit826, Lit172, Boolean.TRUE, Lit173);
        }
        bool = Boolean.TRUE;
        if (!(bool instanceof Package)) {
        }
    }

    static Procedure lambda283() {
        return lambda$Fn283;
    }

    static Object lambda284() {
        Boolean bool;
        Object obj;
        frame29 frame29Var = new frame29();
        Boolean bool2 = Boolean.FALSE;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2451);
        frame29Var.$item = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod = runtime.yail$Mnnot;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnmember$Qu;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2452, "dictionary lookup");
        ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnwalk;
        Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit2453, "make a list");
        boolean z = callComponentMethod instanceof Package;
        if (z) {
            callComponentMethod = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive, runtime.callYailPrimitive(moduleMethod3, LList.list2(callYailPrimitive2, callComponentMethod), Lit2454, "list by walking key path in dictionary")), Lit2455, "is in list?")), Lit2456, "not") != Boolean.FALSE) {
            if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : callComponentMethod), Lit2457, "length of list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit2458)), Lit2459, ">=") != Boolean.FALSE) {
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Reached Watchlist limit, try deleting few");
                bool = bool2;
                return !(bool instanceof Package) ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : bool;
            }
            runtime.addGlobalVarToCurrentFormEnvironment(Lit54, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item);
            if (runtime.processOrDelayed$V(new Object[]{frame29Var.lambda$Fn284, frame29Var.lambda$Fn285, frame29Var.lambda$Fn286}) != Boolean.FALSE) {
                runtime.addGlobalVarToCurrentFormEnvironment(Lit307, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("{\"strScripName\":\"{str}\",\"StartPos\":0,\"NoOfRecords\":1,\"strSegment\":\"\"}", "{str}", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2466, "lookup in pairs"), "Call", "Ce"), Lit2467, "replace all"), "Put", "Pe"), Lit2468, "replace all")), Lit2469, "replace all"));
                runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2470, "lookup in pairs"), " "), Lit2471, "split");
                Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("content-type", "application/json;charset=UTF-8"), Lit2472, "make a list")), Lit2473, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("'?(??}s|!**/z<,$68)623%\"y0\u001b\nK\u000e\u0004\u0012@\b\u0011@?\u0004\u000e\u001a\u0017 \u000b\u0019\u0000\r\u0005\b\u000bT?\u001a\u001d\u0005\u000f\u000bX", "vskyysoa"), Lit2474, "deobfuscate text"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit307, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit150)});
            } else {
                SimpleSymbol simpleSymbol = Lit307;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2475, "dictionary lookup"), "SENSEX"), Lit2476, "=") != Boolean.FALSE) {
                    obj = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("?>?)2ays!%>6w=+\"&7:>4\n\n\u0018\u0017L\u0000\u001e\u0004L\u000f\u0014\u001eE\u001a\f\u000e\u000f\u0013\u000f@\u001b\u001d\u0005\u001c\u000bQFWONQ", "cyyhqtxq"), Lit2477, "deobfuscate text");
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2478, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index,Stocks"), Lit2479, "list from csv row")), Lit2480, "is in list?") != Boolean.FALSE) {
                        obj = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(")1*=9{q~7*+\"|73?08/*?0\"5\u0001C\u0015\n\u000fF\u0017\t\bJ\u000f\u0018\u0005\u0015\u001b\u0002V\u0014\b\u0011\u0017\u0001$\u0010\"\f\u0003\u001f\u0015\u001dA", "vskyysoa"), Lit2481, "deobfuscate text"), runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit54, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2482, "dictionary lookup")), Lit2483, "downcase")), Lit2484, "join");
                    } else {
                        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2485, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option"), Lit2486, "list from csv row")), Lit2487, "is in list?") != Boolean.FALSE) {
                            ModuleMethod moduleMethod4 = strings.string$Mnappend;
                            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("#;$33qwx-05<f-59:2!$5:$3;y+45|\u0011\u000f\u0002@=\u0002\u0012\u0000\u001d\u0003L7\n\u0004\u000b\u0006\u0013\u001cT.\u0015\u001c\u0004\u001e'\u0017\u0007\u001e\u0007\u0015W", "vskyysoa"), Lit2488, "deobfuscate text");
                            Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("search_id", frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2489, "dictionary lookup"), "-"), Lit2490, "split");
                            IntNum intNum = runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2491, "dictionary lookup"), " "), Lit2492, "split"), Lit19), Lit2493, "select list item"), "-"), Lit2494, "string contains") != Boolean.FALSE ? Lit19 : Lit141;
                            ModuleMethod moduleMethod5 = strings.string$Mnappend;
                            IntNum intNum2 = intNum;
                            Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2495, "dictionary lookup"), " "), Lit2496, "split"), Lit19), Lit2497, "select list item")), Lit2498, "downcase"));
                            SimpleSymbol simpleSymbol2 = Lit198;
                            SimpleSymbol simpleSymbol3 = Lit2080;
                            SimpleSymbol simpleSymbol4 = Lit2415;
                            ModuleMethod moduleMethod6 = runtime.string$Mnreplace$Mnall;
                            ModuleMethod moduleMethod7 = runtime.yail$Mnlist$Mnget$Mnitem;
                            Object obj2 = callYailPrimitive4;
                            boolean z2 = obj2 instanceof Package;
                            if (z2) {
                                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2416), " is not bound in the current context"), "Unbound Variable");
                            }
                            LList.chain4(list1, "~", runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list2(runtime.callComponentMethod(simpleSymbol2, simpleSymbol4, LList.list3(runtime.callYailPrimitive(moduleMethod6, LList.list3(runtime.callYailPrimitive(moduleMethod7, LList.list2(obj2, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Lit602, intNum2), Lit2499, "+")), Lit2500, "select list item"), "'", "20"), Lit2501, "replace all"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2416), " is not bound in the current context"), "Unbound Variable") : obj2, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Lit1666, intNum2), Lit2502, "+")), Lit2503, "select list item")), Lit2504, "downcase"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec"), Lit2505, "list from csv row")), Lit2506, "index in list"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2416), " is not bound in the current context"), "Unbound Variable") : obj2, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Lit711, intNum2), Lit2507, "+")), Lit2508, "select list item")), Lit2509), "yyyyMMdd"), Lit2510), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2511, "dictionary lookup"), " "), Lit2512, "split"), Lit602), Lit2513, "select list item"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2514, "dictionary lookup"), " "), Lit2515, "split"), Lit645), Lit2516, "select list item")), Lit2517, "downcase"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_CALL, "ce"), Lit2518, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("put", "pe"), Lit2519, "make a pair")), Lit2520, "make a dictionary"), ""), Lit2521, "dictionary lookup"));
                            obj = runtime.callYailPrimitive(moduleMethod4, LList.list2(callYailPrimitive3, runtime.callYailPrimitive(moduleMethod5, list1, Lit2522, "join")), Lit2523, "join");
                        } else {
                            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2524, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Future"), Lit2525, "list from csv row")), Lit2526, "is in list?") != Boolean.FALSE) {
                                ModuleMethod moduleMethod8 = strings.string$Mnappend;
                                Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(")1*=9{q~7*+\"|73?08/*?0\"5\u0001C\u0015\n\u000fF\u0017\t\bJ\u000f\u0018\u0005\u0015\u001b\u0002V\u0014\b\u0011\u0017\u0001$\u0010\"\f\u0003\u001f\u0015\u001dA", "vskyysoa"), Lit2527, "deobfuscate text");
                                Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, frame29Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : frame29Var.$item, ""), Lit2528, "dictionary lookup"), " "), Lit2529, "split");
                                ModuleMethod moduleMethod9 = runtime.string$Mnto$Mnlower$Mncase;
                                ModuleMethod moduleMethod10 = runtime.yail$Mnlist$Mnget$Mnitem;
                                if (callYailPrimitive6 instanceof Package) {
                                    callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
                                }
                                obj = runtime.callYailPrimitive(moduleMethod8, LList.list2(callYailPrimitive5, runtime.callYailPrimitive(moduleMethod9, LList.list1(runtime.callYailPrimitive(moduleMethod10, LList.list2(callYailPrimitive6, Lit19), Lit2530, "select list item")), Lit2531, "downcase")), Lit2532, "join");
                            } else {
                                obj = "";
                            }
                        }
                    }
                }
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, obj);
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit307, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit150));
            }
            runtime.setAndCoerceProperty$Ex(Lit826, Lit172, Boolean.TRUE, Lit173);
        }
        bool = Boolean.TRUE;
        if (!(bool instanceof Package)) {
        }
    }

    static Object lambda288(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6) {
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit2199;
        ModuleMethod moduleMethod = strings.string$Mnappend;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("q^DD\\\u0005\u0002\u001eRAJUWC\u000b^FUGHZ\u0001^N\\\u001dEMTUZZ\u00169\u007f\u0015\u0004942#8<;\u0005<h\f\u001ab\u0019\u0015gz,4%\u0017>\u0004%\u0012\u0013'1\\*2\u00153\tI&\u001a+2\u001fA7\u00039+\u001a\b\u0016\u0016L =#G\t\u000f\u0002\u0016V", "yunisdwh"), Lit2534, "deobfuscate text"));
        ModuleMethod moduleMethod2 = strings.string$Mnappend;
        Object obj7 = obj;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2535), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2("DML=", obj7), Lit2536, "join");
        ModuleMethod moduleMethod3 = strings.string$Mnappend;
        SimpleSymbol simpleSymbol3 = Lit2537;
        SimpleSymbol simpleSymbol4 = Lit2538;
        Object obj8 = obj2;
        if (obj8 instanceof Package) {
            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2("&id=", runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(obj8), Lit2539)), Lit2540, "join");
        ModuleMethod moduleMethod4 = strings.string$Mnappend;
        Object obj9 = obj3;
        if (obj9 instanceof Package) {
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2541), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod4, LList.list2("&sheetname=", obj9), Lit2542, "join");
        ModuleMethod moduleMethod5 = strings.string$Mnappend;
        Object obj10 = obj4;
        if (obj10 instanceof Package) {
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2543), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, callYailPrimitive, callYailPrimitive2, callYailPrimitive3, runtime.callYailPrimitive(moduleMethod5, LList.list2("&columns=", obj10), Lit2544, "join"));
        ModuleMethod moduleMethod6 = strings.string$Mnappend;
        Object obj11 = obj5;
        if (obj11 instanceof Package) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2545), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain1 = LList.chain1(chain4, runtime.callYailPrimitive(moduleMethod6, LList.list2("&values=", obj11), Lit2546, "join"));
        ModuleMethod moduleMethod7 = strings.string$Mnappend;
        Object obj12 = obj6;
        if (obj12 instanceof Package) {
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2547), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain1(chain1, runtime.callYailPrimitive(moduleMethod7, LList.list2("&condition=", obj12), Lit2548, "join"));
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(moduleMethod, list1, Lit2549, "join"), Lit9);
        return runtime.callComponentMethod(Lit150, Lit2201, LList.Empty, LList.Empty);
    }

    static Procedure lambda289() {
        return lambda$Fn289;
    }

    static Object lambda290(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6) {
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit2199;
        ModuleMethod moduleMethod = strings.string$Mnappend;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("q^DD\\\u0005\u0002\u001eRAJUWC\u000b^FUGHZ\u0001^N\\\u001dEMTUZZ\u00169\u007f\u0015\u0004942#8<;\u0005<h\f\u001ab\u0019\u0015gz,4%\u0017>\u0004%\u0012\u0013'1\\*2\u00153\tI&\u001a+2\u001fA7\u00039+\u001a\b\u0016\u0016L =#G\t\u000f\u0002\u0016V", "yunisdwh"), Lit2550, "deobfuscate text"));
        ModuleMethod moduleMethod2 = strings.string$Mnappend;
        Object obj7 = obj;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2535), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2("DML=", obj7), Lit2551, "join");
        ModuleMethod moduleMethod3 = strings.string$Mnappend;
        SimpleSymbol simpleSymbol3 = Lit2537;
        SimpleSymbol simpleSymbol4 = Lit2538;
        Object obj8 = obj2;
        if (obj8 instanceof Package) {
            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2("&id=", runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(obj8), Lit2552)), Lit2553, "join");
        ModuleMethod moduleMethod4 = strings.string$Mnappend;
        Object obj9 = obj3;
        if (obj9 instanceof Package) {
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2541), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod4, LList.list2("&sheetname=", obj9), Lit2554, "join");
        ModuleMethod moduleMethod5 = strings.string$Mnappend;
        Object obj10 = obj4;
        if (obj10 instanceof Package) {
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2543), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, callYailPrimitive, callYailPrimitive2, callYailPrimitive3, runtime.callYailPrimitive(moduleMethod5, LList.list2("&columns=", obj10), Lit2555, "join"));
        ModuleMethod moduleMethod6 = strings.string$Mnappend;
        Object obj11 = obj5;
        if (obj11 instanceof Package) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2545), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain1 = LList.chain1(chain4, runtime.callYailPrimitive(moduleMethod6, LList.list2("&values=", obj11), Lit2556, "join"));
        ModuleMethod moduleMethod7 = strings.string$Mnappend;
        Object obj12 = obj6;
        if (obj12 instanceof Package) {
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2547), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain1(chain1, runtime.callYailPrimitive(moduleMethod7, LList.list2("&condition=", obj12), Lit2557, "join"));
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(moduleMethod, list1, Lit2558, "join"), Lit9);
        return runtime.callComponentMethod(Lit150, Lit2201, LList.Empty, LList.Empty);
    }

    static Object lambda291() {
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("(0!*&|ct3=.9q%' \"!&#'4\u0003\f\u001dV\u000e\u0016\u0001G\u0010\u000e\u0018M=\u0006\u0013\u001d\u0002\u001eT\"\u001f\b\u0004\u0005\u0017#\u0012\u0010\u0007\u0011\u001a", "upfhdvc"), Lit2559, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
    }

    static Procedure lambda292() {
        return lambda$Fn292;
    }

    static Object lambda293() {
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("(0!*&|ct3=.9q%' \"!&#'4\u0003\f\u001dV\u000e\u0016\u0001G\u0010\u000e\u0018M=\u0006\u0013\u001d\u0002\u001eT\"\u001f\b\u0004\u0005\u0017#\u0012\u0010\u0007\u0011\u001a", "upfhdvc"), Lit2560, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
    }

    static Object lambda294(Object obj, Object obj2, Object obj3) {
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        Object obj6;
        Object obj7;
        char c4;
        char c5;
        char c6;
        Object obj8;
        Object obj9;
        Object callYailPrimitive;
        char c7;
        char c8;
        char c9;
        Object obj10;
        Object obj11;
        char c10;
        char c11;
        Object obj12;
        Object obj13;
        Object callYailPrimitive2;
        char c12;
        char c13;
        char c14;
        Object obj14;
        Object obj15;
        char c15;
        char c16;
        Object obj16;
        Object obj17;
        char c17;
        char c18;
        char c19;
        Object obj18;
        Object obj19;
        char c20;
        char c21;
        Object obj20;
        Object obj21;
        Object obj22;
        Object obj23;
        int i;
        char c22;
        char c23;
        char c24;
        Object obj24;
        Object obj25;
        Object obj26;
        char c25;
        char c26;
        Object obj27;
        Object obj28;
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp = MultiplyOp.$St;
        AddOp addOp = AddOp.$Pl;
        boolean z = obj instanceof Package;
        if (z) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            obj4 = obj2;
        } else {
            obj4 = obj2;
            obj5 = obj;
        }
        boolean z2 = obj4 instanceof Package;
        boolean z3 = obj3 instanceof Package;
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(addOp, LList.list2(obj5, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj4), Lit2562, "+"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit2563, "*"), Lit711), Lit2564, "format as decimal");
        NumberCompare numberCompare = Scheme.numGrt;
        MultiplyOp multiplyOp2 = MultiplyOp.$St;
        if (z2) {
            c3 = 0;
            c2 = 1;
            c = 2;
            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 2;
            c2 = 1;
            c3 = 0;
            obj6 = obj4;
        }
        if (z3) {
            Object[] objArr = new Object[3];
            objArr[c3] = "The variable ";
            objArr[c2] = runtime.getDisplayRepresentation(Lit391);
            objArr[c] = " is not bound in the current context";
            obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
        } else {
            obj7 = obj3;
        }
        if (runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list3(obj6, obj7, Lit2565), Lit2566, "*"), Lit1439), Lit2567, ">") != Boolean.FALSE) {
            callYailPrimitive = Lit1439;
        } else {
            ModuleMethod moduleMethod2 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            if (z2) {
                c6 = 0;
                c5 = 1;
                c4 = 2;
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 2;
                c5 = 1;
                c6 = 0;
                obj8 = obj4;
            }
            if (z3) {
                Object[] objArr2 = new Object[3];
                objArr2[c6] = "The variable ";
                objArr2[c5] = runtime.getDisplayRepresentation(Lit391);
                objArr2[c4] = " is not bound in the current context";
                obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            } else {
                obj9 = obj3;
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp3, LList.list3(obj8, obj9, Lit2568), Lit2569, "*"), Lit711), Lit2570, "format as decimal");
        }
        NumberCompare numberCompare2 = Scheme.numGrt;
        MultiplyOp multiplyOp4 = MultiplyOp.$St;
        if (z) {
            c9 = 0;
            c8 = 1;
            c7 = 2;
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c7 = 2;
            c8 = 1;
            c9 = 0;
            obj10 = obj;
        }
        if (z3) {
            Object[] objArr3 = new Object[3];
            objArr3[c9] = "The variable ";
            objArr3[c8] = runtime.getDisplayRepresentation(Lit391);
            objArr3[c7] = " is not bound in the current context";
            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj11 = obj3;
        }
        if (runtime.callYailPrimitive(numberCompare2, LList.list2(runtime.callYailPrimitive(multiplyOp4, LList.list3(obj10, obj11, Lit2571), Lit2572, "*"), Lit1439), Lit2573, ">") != Boolean.FALSE) {
            callYailPrimitive2 = Lit1439;
        } else {
            ModuleMethod moduleMethod3 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp5 = MultiplyOp.$St;
            if (z) {
                c10 = 0;
                c11 = 1;
                obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            } else {
                c10 = 0;
                c11 = 1;
                obj12 = obj;
            }
            if (z3) {
                Object[] objArr4 = new Object[3];
                objArr4[c10] = "The variable ";
                objArr4[c11] = runtime.getDisplayRepresentation(Lit391);
                objArr4[2] = " is not bound in the current context";
                obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
            } else {
                obj13 = obj3;
            }
            callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(multiplyOp5, LList.list3(obj12, obj13, Lit2574), Lit2575, "*"), Lit711), Lit2576, "format as decimal");
        }
        ModuleMethod moduleMethod4 = runtime.yail$Mnround;
        ModuleMethod moduleMethod5 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp6 = MultiplyOp.$St;
        if (z) {
            c14 = 0;
            c13 = 1;
            c12 = 2;
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c12 = 2;
            c13 = 1;
            c14 = 0;
            obj14 = obj;
        }
        if (z3) {
            Object[] objArr5 = new Object[3];
            objArr5[c14] = "The variable ";
            objArr5[c13] = runtime.getDisplayRepresentation(Lit391);
            objArr5[c12] = " is not bound in the current context";
            obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj15 = obj3;
        }
        Object callYailPrimitive4 = runtime.callYailPrimitive(moduleMethod4, LList.list1(runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(multiplyOp6, LList.list3(obj14, obj15, Lit2577), Lit2578, "*"), Lit711), Lit2579, "format as decimal")), Lit2580, "round");
        ModuleMethod moduleMethod6 = runtime.format$Mnas$Mndecimal;
        AddOp addOp2 = AddOp.$Pl;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1792), " is not bound in the current context"), "Unbound Variable");
        }
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1793), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(callYailPrimitive2, callYailPrimitive), Lit2581, "+"), Lit711), Lit2582, "format as decimal");
        boolean z4 = callYailPrimitive3 instanceof Package;
        Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit2583), Lit2584, "*"), Lit711), Lit2585, "format as decimal");
        ModuleMethod moduleMethod7 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp7 = MultiplyOp.$St;
        DFloNum dFloNum = Lit2586;
        AddOp addOp3 = AddOp.$Pl;
        boolean z5 = callYailPrimitive5 instanceof Package;
        if (z5) {
            callYailPrimitive5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z6 = callYailPrimitive6 instanceof Package;
        if (z6) {
            callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod7, LList.list2(runtime.callYailPrimitive(multiplyOp7, LList.list2(dFloNum, runtime.callYailPrimitive(addOp3, LList.list2(callYailPrimitive5, callYailPrimitive6), Lit2587, "+")), Lit2588, "*"), Lit711), Lit2589, "format as decimal");
        Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit2590), Lit2591, "*"), Lit711), Lit2592, "format as decimal");
        ModuleMethod moduleMethod8 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp8 = MultiplyOp.$St;
        if (z2) {
            c15 = 0;
            c16 = 1;
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c15 = 0;
            c16 = 1;
            obj16 = obj2;
        }
        if (z3) {
            Object[] objArr6 = new Object[3];
            objArr6[c15] = "The variable ";
            objArr6[c16] = runtime.getDisplayRepresentation(Lit391);
            objArr6[2] = " is not bound in the current context";
            obj17 = runtime.signalRuntimeError(strings.stringAppend(objArr6), "Unbound Variable");
        } else {
            obj17 = obj3;
        }
        Object callYailPrimitive9 = runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(multiplyOp8, LList.list3(obj16, obj17, Lit2593), Lit2594, "*"), Lit711), Lit2595, "format as decimal");
        ModuleMethod moduleMethod9 = runtime.format$Mnas$Mndecimal;
        AddOp addOp4 = AddOp.$Pl;
        Pair list1 = LList.list1(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5);
        boolean z7 = callYailPrimitive4 instanceof Package;
        if (z7) {
            c19 = 0;
            c18 = 1;
            c17 = 2;
            obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable");
        } else {
            c17 = 2;
            c18 = 1;
            c19 = 0;
            obj18 = callYailPrimitive4;
        }
        if (z6) {
            Object[] objArr7 = new Object[3];
            objArr7[c19] = "The variable ";
            objArr7[c18] = runtime.getDisplayRepresentation(Lit1802);
            objArr7[c17] = " is not bound in the current context";
            obj19 = runtime.signalRuntimeError(strings.stringAppend(objArr7), "Unbound Variable");
        } else {
            obj19 = callYailPrimitive6;
        }
        boolean z8 = callYailPrimitive7 instanceof Package;
        if (z8) {
            callYailPrimitive7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z9 = callYailPrimitive8 instanceof Package;
        if (z9) {
            callYailPrimitive8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, obj18, obj19, callYailPrimitive7, callYailPrimitive8);
        boolean z10 = callYailPrimitive9 instanceof Package;
        LList.chain1(chain4, z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive9);
        Object callYailPrimitive10 = runtime.callYailPrimitive(moduleMethod9, LList.list2(runtime.callYailPrimitive(addOp4, list1, Lit2596, "+"), Lit711), Lit2597, "format as decimal");
        ModuleMethod moduleMethod10 = runtime.is$Mnnumber$Qu;
        ModuleMethod moduleMethod11 = runtime.yail$Mndivide;
        boolean z11 = callYailPrimitive10 instanceof Package;
        if (z11) {
            c20 = 0;
            c21 = 1;
            obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
        } else {
            c20 = 0;
            c21 = 1;
            obj20 = callYailPrimitive10;
        }
        if (z3) {
            Object[] objArr8 = new Object[3];
            objArr8[c20] = "The variable ";
            objArr8[c21] = runtime.getDisplayRepresentation(Lit391);
            objArr8[2] = " is not bound in the current context";
            obj21 = runtime.signalRuntimeError(strings.stringAppend(objArr8), "Unbound Variable");
        } else {
            obj21 = obj3;
        }
        if (runtime.callYailPrimitive(moduleMethod10, LList.list1(runtime.callYailPrimitive(moduleMethod11, LList.list2(obj20, obj21), Lit2598, "yail-divide")), Lit2599, "is a number?") != Boolean.FALSE) {
            ModuleMethod moduleMethod12 = runtime.yail$Mndivide;
            if (z11) {
                c25 = 0;
                c26 = 1;
                obj27 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
            } else {
                c25 = 0;
                c26 = 1;
                obj27 = callYailPrimitive10;
            }
            if (z3) {
                Object[] objArr9 = new Object[3];
                objArr9[c25] = "The variable ";
                objArr9[c26] = runtime.getDisplayRepresentation(Lit391);
                objArr9[2] = " is not bound in the current context";
                obj28 = runtime.signalRuntimeError(strings.stringAppend(objArr9), "Unbound Variable");
            } else {
                obj28 = obj3;
            }
            obj22 = runtime.callYailPrimitive(moduleMethod12, LList.list2(obj27, obj28), Lit2600, "yail-divide");
        } else {
            obj22 = Lit141;
        }
        ModuleMethod moduleMethod13 = runtime.format$Mnas$Mndecimal;
        AddOp addOp5 = AddOp.$Mn;
        MultiplyOp multiplyOp9 = MultiplyOp.$St;
        AddOp addOp6 = AddOp.$Mn;
        if (z) {
            obj23 = callYailPrimitive10;
            i = 3;
            c24 = 0;
            c23 = 1;
            c22 = 2;
            obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            obj23 = callYailPrimitive10;
            i = 3;
            c22 = 2;
            c23 = 1;
            c24 = 0;
            obj24 = obj;
        }
        if (z2) {
            obj25 = callYailPrimitive9;
            Object[] objArr10 = new Object[i];
            objArr10[c24] = "The variable ";
            objArr10[c23] = runtime.getDisplayRepresentation(Lit389);
            objArr10[c22] = " is not bound in the current context";
            obj26 = runtime.signalRuntimeError(strings.stringAppend(objArr10), "Unbound Variable");
        } else {
            obj25 = callYailPrimitive9;
            obj26 = obj2;
        }
        Object callYailPrimitive11 = runtime.callYailPrimitive(moduleMethod13, LList.list2(runtime.callYailPrimitive(addOp5, LList.list2(runtime.callYailPrimitive(multiplyOp9, LList.list2(runtime.callYailPrimitive(addOp6, LList.list2(obj24, obj26), Lit2601, "-"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit2602, "*"), z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj23), Lit2603, "-"), Lit711), Lit2604, "format as decimal");
        ModuleMethod moduleMethod14 = runtime.make$Mnyail$Mndictionary;
        Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5), Lit2605, "make a pair"));
        Pair chain42 = LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stt", z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive4), Lit2606, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("etc", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive6), Lit2607, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stax", z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive7), Lit2608, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sebi_charges", z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive8), Lit2609, "make a pair"));
        Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stamp_charges", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : obj25), Lit2610, "make a pair");
        Object callYailPrimitive13 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("total_tax", z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj23), Lit2611, "make a pair");
        ModuleMethod moduleMethod15 = runtime.make$Mndictionary$Mnpair;
        if (obj22 instanceof Package) {
            obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1833), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive14 = runtime.callYailPrimitive(moduleMethod15, LList.list2("breakeven", obj22), Lit2612, "make a pair");
        ModuleMethod moduleMethod16 = runtime.make$Mndictionary$Mnpair;
        if (callYailPrimitive11 instanceof Package) {
            callYailPrimitive11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1835), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain4(chain42, callYailPrimitive12, callYailPrimitive13, callYailPrimitive14, runtime.callYailPrimitive(moduleMethod16, LList.list2("net_profit", callYailPrimitive11), Lit2613, "make a pair"));
        Object callYailPrimitive15 = runtime.callYailPrimitive(moduleMethod14, list12, Lit2614, "make a dictionary");
        return callYailPrimitive15 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive15;
    }

    static Procedure lambda295() {
        return lambda$Fn295;
    }

    static Object lambda296(Object obj, Object obj2, Object obj3) {
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        Object obj6;
        Object obj7;
        char c4;
        char c5;
        char c6;
        Object obj8;
        Object obj9;
        Object callYailPrimitive;
        char c7;
        char c8;
        char c9;
        Object obj10;
        Object obj11;
        char c10;
        char c11;
        Object obj12;
        Object obj13;
        Object callYailPrimitive2;
        char c12;
        char c13;
        char c14;
        Object obj14;
        Object obj15;
        char c15;
        char c16;
        Object obj16;
        Object obj17;
        char c17;
        char c18;
        char c19;
        Object obj18;
        Object obj19;
        char c20;
        char c21;
        Object obj20;
        Object obj21;
        Object obj22;
        Object obj23;
        int i;
        char c22;
        char c23;
        char c24;
        Object obj24;
        Object obj25;
        Object obj26;
        char c25;
        char c26;
        Object obj27;
        Object obj28;
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp = MultiplyOp.$St;
        AddOp addOp = AddOp.$Pl;
        boolean z = obj instanceof Package;
        if (z) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            obj4 = obj2;
        } else {
            obj4 = obj2;
            obj5 = obj;
        }
        boolean z2 = obj4 instanceof Package;
        boolean z3 = obj3 instanceof Package;
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(addOp, LList.list2(obj5, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj4), Lit2615, "+"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit2616, "*"), Lit711), Lit2617, "format as decimal");
        NumberCompare numberCompare = Scheme.numGrt;
        MultiplyOp multiplyOp2 = MultiplyOp.$St;
        if (z2) {
            c3 = 0;
            c2 = 1;
            c = 2;
            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 2;
            c2 = 1;
            c3 = 0;
            obj6 = obj4;
        }
        if (z3) {
            Object[] objArr = new Object[3];
            objArr[c3] = "The variable ";
            objArr[c2] = runtime.getDisplayRepresentation(Lit391);
            objArr[c] = " is not bound in the current context";
            obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
        } else {
            obj7 = obj3;
        }
        if (runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list3(obj6, obj7, Lit2565), Lit2618, "*"), Lit1439), Lit2619, ">") != Boolean.FALSE) {
            callYailPrimitive = Lit1439;
        } else {
            ModuleMethod moduleMethod2 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            if (z2) {
                c6 = 0;
                c5 = 1;
                c4 = 2;
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 2;
                c5 = 1;
                c6 = 0;
                obj8 = obj4;
            }
            if (z3) {
                Object[] objArr2 = new Object[3];
                objArr2[c6] = "The variable ";
                objArr2[c5] = runtime.getDisplayRepresentation(Lit391);
                objArr2[c4] = " is not bound in the current context";
                obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            } else {
                obj9 = obj3;
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp3, LList.list3(obj8, obj9, Lit2568), Lit2620, "*"), Lit711), Lit2621, "format as decimal");
        }
        NumberCompare numberCompare2 = Scheme.numGrt;
        MultiplyOp multiplyOp4 = MultiplyOp.$St;
        if (z) {
            c9 = 0;
            c8 = 1;
            c7 = 2;
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c7 = 2;
            c8 = 1;
            c9 = 0;
            obj10 = obj;
        }
        if (z3) {
            Object[] objArr3 = new Object[3];
            objArr3[c9] = "The variable ";
            objArr3[c8] = runtime.getDisplayRepresentation(Lit391);
            objArr3[c7] = " is not bound in the current context";
            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj11 = obj3;
        }
        if (runtime.callYailPrimitive(numberCompare2, LList.list2(runtime.callYailPrimitive(multiplyOp4, LList.list3(obj10, obj11, Lit2571), Lit2622, "*"), Lit1439), Lit2623, ">") != Boolean.FALSE) {
            callYailPrimitive2 = Lit1439;
        } else {
            ModuleMethod moduleMethod3 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp5 = MultiplyOp.$St;
            if (z) {
                c10 = 0;
                c11 = 1;
                obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            } else {
                c10 = 0;
                c11 = 1;
                obj12 = obj;
            }
            if (z3) {
                Object[] objArr4 = new Object[3];
                objArr4[c10] = "The variable ";
                objArr4[c11] = runtime.getDisplayRepresentation(Lit391);
                objArr4[2] = " is not bound in the current context";
                obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
            } else {
                obj13 = obj3;
            }
            callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(multiplyOp5, LList.list3(obj12, obj13, Lit2574), Lit2624, "*"), Lit711), Lit2625, "format as decimal");
        }
        ModuleMethod moduleMethod4 = runtime.yail$Mnround;
        ModuleMethod moduleMethod5 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp6 = MultiplyOp.$St;
        if (z) {
            c14 = 0;
            c13 = 1;
            c12 = 2;
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c12 = 2;
            c13 = 1;
            c14 = 0;
            obj14 = obj;
        }
        if (z3) {
            Object[] objArr5 = new Object[3];
            objArr5[c14] = "The variable ";
            objArr5[c13] = runtime.getDisplayRepresentation(Lit391);
            objArr5[c12] = " is not bound in the current context";
            obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj15 = obj3;
        }
        Object callYailPrimitive4 = runtime.callYailPrimitive(moduleMethod4, LList.list1(runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(multiplyOp6, LList.list3(obj14, obj15, Lit2577), Lit2626, "*"), Lit711), Lit2627, "format as decimal")), Lit2628, "round");
        ModuleMethod moduleMethod6 = runtime.format$Mnas$Mndecimal;
        AddOp addOp2 = AddOp.$Pl;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1792), " is not bound in the current context"), "Unbound Variable");
        }
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1793), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(callYailPrimitive2, callYailPrimitive), Lit2629, "+"), Lit711), Lit2630, "format as decimal");
        boolean z4 = callYailPrimitive3 instanceof Package;
        Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit2583), Lit2631, "*"), Lit711), Lit2632, "format as decimal");
        ModuleMethod moduleMethod7 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp7 = MultiplyOp.$St;
        DFloNum dFloNum = Lit2586;
        AddOp addOp3 = AddOp.$Pl;
        boolean z5 = callYailPrimitive5 instanceof Package;
        if (z5) {
            callYailPrimitive5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z6 = callYailPrimitive6 instanceof Package;
        if (z6) {
            callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod7, LList.list2(runtime.callYailPrimitive(multiplyOp7, LList.list2(dFloNum, runtime.callYailPrimitive(addOp3, LList.list2(callYailPrimitive5, callYailPrimitive6), Lit2633, "+")), Lit2634, "*"), Lit711), Lit2635, "format as decimal");
        Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit2590), Lit2636, "*"), Lit711), Lit2637, "format as decimal");
        ModuleMethod moduleMethod8 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp8 = MultiplyOp.$St;
        if (z2) {
            c15 = 0;
            c16 = 1;
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c15 = 0;
            c16 = 1;
            obj16 = obj2;
        }
        if (z3) {
            Object[] objArr6 = new Object[3];
            objArr6[c15] = "The variable ";
            objArr6[c16] = runtime.getDisplayRepresentation(Lit391);
            objArr6[2] = " is not bound in the current context";
            obj17 = runtime.signalRuntimeError(strings.stringAppend(objArr6), "Unbound Variable");
        } else {
            obj17 = obj3;
        }
        Object callYailPrimitive9 = runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(multiplyOp8, LList.list3(obj16, obj17, Lit2593), Lit2638, "*"), Lit711), Lit2639, "format as decimal");
        ModuleMethod moduleMethod9 = runtime.format$Mnas$Mndecimal;
        AddOp addOp4 = AddOp.$Pl;
        Pair list1 = LList.list1(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5);
        boolean z7 = callYailPrimitive4 instanceof Package;
        if (z7) {
            c19 = 0;
            c18 = 1;
            c17 = 2;
            obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable");
        } else {
            c17 = 2;
            c18 = 1;
            c19 = 0;
            obj18 = callYailPrimitive4;
        }
        if (z6) {
            Object[] objArr7 = new Object[3];
            objArr7[c19] = "The variable ";
            objArr7[c18] = runtime.getDisplayRepresentation(Lit1802);
            objArr7[c17] = " is not bound in the current context";
            obj19 = runtime.signalRuntimeError(strings.stringAppend(objArr7), "Unbound Variable");
        } else {
            obj19 = callYailPrimitive6;
        }
        boolean z8 = callYailPrimitive7 instanceof Package;
        if (z8) {
            callYailPrimitive7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z9 = callYailPrimitive8 instanceof Package;
        if (z9) {
            callYailPrimitive8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, obj18, obj19, callYailPrimitive7, callYailPrimitive8);
        boolean z10 = callYailPrimitive9 instanceof Package;
        LList.chain1(chain4, z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive9);
        Object callYailPrimitive10 = runtime.callYailPrimitive(moduleMethod9, LList.list2(runtime.callYailPrimitive(addOp4, list1, Lit2640, "+"), Lit711), Lit2641, "format as decimal");
        ModuleMethod moduleMethod10 = runtime.is$Mnnumber$Qu;
        ModuleMethod moduleMethod11 = runtime.yail$Mndivide;
        boolean z11 = callYailPrimitive10 instanceof Package;
        if (z11) {
            c20 = 0;
            c21 = 1;
            obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
        } else {
            c20 = 0;
            c21 = 1;
            obj20 = callYailPrimitive10;
        }
        if (z3) {
            Object[] objArr8 = new Object[3];
            objArr8[c20] = "The variable ";
            objArr8[c21] = runtime.getDisplayRepresentation(Lit391);
            objArr8[2] = " is not bound in the current context";
            obj21 = runtime.signalRuntimeError(strings.stringAppend(objArr8), "Unbound Variable");
        } else {
            obj21 = obj3;
        }
        if (runtime.callYailPrimitive(moduleMethod10, LList.list1(runtime.callYailPrimitive(moduleMethod11, LList.list2(obj20, obj21), Lit2642, "yail-divide")), Lit2643, "is a number?") != Boolean.FALSE) {
            ModuleMethod moduleMethod12 = runtime.yail$Mndivide;
            if (z11) {
                c25 = 0;
                c26 = 1;
                obj27 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
            } else {
                c25 = 0;
                c26 = 1;
                obj27 = callYailPrimitive10;
            }
            if (z3) {
                Object[] objArr9 = new Object[3];
                objArr9[c25] = "The variable ";
                objArr9[c26] = runtime.getDisplayRepresentation(Lit391);
                objArr9[2] = " is not bound in the current context";
                obj28 = runtime.signalRuntimeError(strings.stringAppend(objArr9), "Unbound Variable");
            } else {
                obj28 = obj3;
            }
            obj22 = runtime.callYailPrimitive(moduleMethod12, LList.list2(obj27, obj28), Lit2644, "yail-divide");
        } else {
            obj22 = Lit141;
        }
        ModuleMethod moduleMethod13 = runtime.format$Mnas$Mndecimal;
        AddOp addOp5 = AddOp.$Mn;
        MultiplyOp multiplyOp9 = MultiplyOp.$St;
        AddOp addOp6 = AddOp.$Mn;
        if (z) {
            obj23 = callYailPrimitive10;
            i = 3;
            c24 = 0;
            c23 = 1;
            c22 = 2;
            obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            obj23 = callYailPrimitive10;
            i = 3;
            c22 = 2;
            c23 = 1;
            c24 = 0;
            obj24 = obj;
        }
        if (z2) {
            obj25 = callYailPrimitive9;
            Object[] objArr10 = new Object[i];
            objArr10[c24] = "The variable ";
            objArr10[c23] = runtime.getDisplayRepresentation(Lit389);
            objArr10[c22] = " is not bound in the current context";
            obj26 = runtime.signalRuntimeError(strings.stringAppend(objArr10), "Unbound Variable");
        } else {
            obj25 = callYailPrimitive9;
            obj26 = obj2;
        }
        Object callYailPrimitive11 = runtime.callYailPrimitive(moduleMethod13, LList.list2(runtime.callYailPrimitive(addOp5, LList.list2(runtime.callYailPrimitive(multiplyOp9, LList.list2(runtime.callYailPrimitive(addOp6, LList.list2(obj24, obj26), Lit2645, "-"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit2646, "*"), z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj23), Lit2647, "-"), Lit711), Lit2648, "format as decimal");
        ModuleMethod moduleMethod14 = runtime.make$Mnyail$Mndictionary;
        Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5), Lit2649, "make a pair"));
        Pair chain42 = LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stt", z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive4), Lit2650, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("etc", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive6), Lit2651, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stax", z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive7), Lit2652, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sebi_charges", z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive8), Lit2653, "make a pair"));
        Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stamp_charges", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : obj25), Lit2654, "make a pair");
        Object callYailPrimitive13 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("total_tax", z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj23), Lit2655, "make a pair");
        ModuleMethod moduleMethod15 = runtime.make$Mndictionary$Mnpair;
        if (obj22 instanceof Package) {
            obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1833), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive14 = runtime.callYailPrimitive(moduleMethod15, LList.list2("breakeven", obj22), Lit2656, "make a pair");
        ModuleMethod moduleMethod16 = runtime.make$Mndictionary$Mnpair;
        if (callYailPrimitive11 instanceof Package) {
            callYailPrimitive11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1835), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain4(chain42, callYailPrimitive12, callYailPrimitive13, callYailPrimitive14, runtime.callYailPrimitive(moduleMethod16, LList.list2("net_profit", callYailPrimitive11), Lit2657, "make a pair"));
        Object callYailPrimitive15 = runtime.callYailPrimitive(moduleMethod14, list12, Lit2658, "make a dictionary");
        return callYailPrimitive15 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive15;
    }

    static Object lambda297() {
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(" :=-3yb~/)81b'2/.\f\u0017\u001c\u0015\u0007\u0012\u001fF\u0018\u0011\u001fC\u0013\u0005\bS\u0014\f\u0001\u0019\u0005\u0014\u0002\u0013O9\u0001\r8\u000b\u0010", "xagplhg"), Lit2660, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit1365));
    }

    static Procedure lambda298() {
        return lambda$Fn298;
    }

    static Object lambda299() {
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(" :=-3yb~/)81b'2/.\f\u0017\u001c\u0015\u0007\u0012\u001fF\u0018\u0011\u001fC\u0013\u0005\bS\u0014\f\u0001\u0019\u0005\u0014\u0002\u0013O9\u0001\r8\u000b\u0010", "xagplhg"), Lit2661, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit1365));
    }

    static Object lambda300(Object obj) {
        SimpleSymbol simpleSymbol = Lit2663;
        SimpleSymbol simpleSymbol2 = Lit1320;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2664), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Lit2665);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2668), Boolean.TRUE), Lit2669);
        return runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
    }

    static Procedure lambda301() {
        return lambda$Fn301;
    }

    static Object lambda302(Object obj) {
        SimpleSymbol simpleSymbol = Lit2663;
        SimpleSymbol simpleSymbol2 = Lit1320;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2664), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Lit2671);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2668), Boolean.TRUE), Lit2672);
        return runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
    }

    static Object lambda303(Object obj) {
        boolean z = obj instanceof Package;
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "entity_type"), Lit2674, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2675)), Lit2676, "list by walking key path in dictionary"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2677), " is not bound in the current context"), "Unbound Variable") : obj), Lit2678, "select list item"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit80, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2679, "dictionary lookup"), "{ID}", runtime.callComponentMethod(Lit150, Lit2680, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit2681, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2682)), Lit2683, "list by walking key path in dictionary"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2677), " is not bound in the current context"), "Unbound Variable") : obj), Lit2684, "select list item")), Lit2685)), Lit2686, "replace all"), "/NSE/", runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit2687, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2688)), Lit2689, "list by walking key path in dictionary"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2677), " is not bound in the current context"), "Unbound Variable") : obj), Lit2690, "select list item"), "SENSEX"), Lit2691, "=") != Boolean.FALSE ? "/BSE/" : "/NSE/"), Lit2692, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit1365));
    }

    static Procedure lambda304() {
        return lambda$Fn304;
    }

    static Object lambda305(Object obj) {
        boolean z = obj instanceof Package;
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "entity_type"), Lit2693, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2694)), Lit2695, "list by walking key path in dictionary"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2677), " is not bound in the current context"), "Unbound Variable") : obj), Lit2696, "select list item"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit80, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2697, "dictionary lookup"), "{ID}", runtime.callComponentMethod(Lit150, Lit2680, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit2698, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2699)), Lit2700, "list by walking key path in dictionary"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2677), " is not bound in the current context"), "Unbound Variable") : obj), Lit2701, "select list item")), Lit2702)), Lit2703, "replace all"), "/NSE/", runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit2704, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit2705)), Lit2706, "list by walking key path in dictionary"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2677), " is not bound in the current context"), "Unbound Variable") : obj), Lit2707, "select list item"), "SENSEX"), Lit2708, "=") != Boolean.FALSE ? "/BSE/" : "/NSE/"), Lit2709, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit1365));
    }

    static Object lambda306(Object obj) {
        Object obj2;
        SimpleSymbol simpleSymbol = Lit198;
        SimpleSymbol simpleSymbol2 = Lit2711;
        Object obj3 = obj;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2712), " is not bound in the current context"), "Unbound Variable");
        }
        Object callComponentMethod = runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj3), Lit2713);
        ModuleMethod moduleMethod = strings.string$Mnappend;
        boolean z = callComponentMethod instanceof Package;
        Object callComponentMethod2 = runtime.callComponentMethod(Lit198, Lit419, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2714), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "d"), Lit2715);
        Object obj4 = "th";
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(DivideOp.quotient, LList.list2(runtime.callComponentMethod(Lit198, Lit419, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2714), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "dd"), Lit2716), Lit2717), Lit2718, "quotient"), Lit19), Lit2719, "=") != Boolean.FALSE) {
            obj2 = callComponentMethod;
        } else {
            obj2 = callComponentMethod;
            obj4 = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(runtime.callYailPrimitive(DivideOp.remainder, LList.list2(runtime.callComponentMethod(Lit198, Lit419, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2714), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "dd"), Lit2720), Lit2717), Lit2721, "remainder"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list3(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(Lit19, "st"), Lit2722, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(Lit711, "nd"), Lit2723, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(Lit1666, "rd"), Lit2724, "make a pair")), Lit2725, "make a dictionary"), "th"), Lit2726, "lookup in pairs");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list3(callComponentMethod2, obj4, runtime.callComponentMethod(Lit198, Lit419, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2714), " is not bound in the current context"), "Unbound Variable") : obj2, " MMMM yyyy"), Lit2727)), Lit2728, "join");
    }

    static Procedure lambda307() {
        return lambda$Fn307;
    }

    static Object lambda308(Object obj) {
        Object obj2;
        SimpleSymbol simpleSymbol = Lit198;
        SimpleSymbol simpleSymbol2 = Lit2711;
        Object obj3 = obj;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2712), " is not bound in the current context"), "Unbound Variable");
        }
        Object callComponentMethod = runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj3), Lit2729);
        ModuleMethod moduleMethod = strings.string$Mnappend;
        boolean z = callComponentMethod instanceof Package;
        Object callComponentMethod2 = runtime.callComponentMethod(Lit198, Lit419, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2714), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "d"), Lit2730);
        Object obj4 = "th";
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(DivideOp.quotient, LList.list2(runtime.callComponentMethod(Lit198, Lit419, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2714), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "dd"), Lit2731), Lit2717), Lit2732, "quotient"), Lit19), Lit2733, "=") != Boolean.FALSE) {
            obj2 = callComponentMethod;
        } else {
            obj2 = callComponentMethod;
            obj4 = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(runtime.callYailPrimitive(DivideOp.remainder, LList.list2(runtime.callComponentMethod(Lit198, Lit419, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2714), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "dd"), Lit2734), Lit2717), Lit2735, "remainder"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list3(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(Lit19, "st"), Lit2736, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(Lit711, "nd"), Lit2737, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(Lit1666, "rd"), Lit2738, "make a pair")), Lit2739, "make a dictionary"), "th"), Lit2740, "lookup in pairs");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list3(callComponentMethod2, obj4, runtime.callComponentMethod(Lit198, Lit419, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2714), " is not bound in the current context"), "Unbound Variable") : obj2, " MMMM yyyy"), Lit2741)), Lit2742, "join");
    }

    static Object lambda309(Object obj) {
        SimpleSymbol simpleSymbol = Lit2663;
        SimpleSymbol simpleSymbol2 = Lit725;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Lit2744);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2668), Boolean.TRUE), Lit2745);
        return runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
    }

    static Procedure lambda310() {
        return lambda$Fn310;
    }

    static Object lambda311(Object obj) {
        SimpleSymbol simpleSymbol = Lit2663;
        SimpleSymbol simpleSymbol2 = Lit725;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Lit2746);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2668), Boolean.TRUE), Lit2747);
        return runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
    }

    static Object lambda312(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6) {
        runtime.setAndCoerceProperty$Ex(Lit150, Lit2199, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("^[QFN\u0013\u001f\u0006\\_ANJW\u0007]FRCQV\u000eLTC\u0018POFCGBh't\u000e\u0019-813?8\"\t3z\u0016\u0015g\f\u0017ul1,+\t5\u001f8\u0006\u001f$\u0011[.+\u0019<\u001bS9\u001f>0\rW*\u001b'5\u0011\u0013\u000b\u0002@#-$C\u0010\u0003\r\u0004", "iqxjfs"), Lit2748, "deobfuscate text"), Lit9);
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit2749;
        SimpleSymbol simpleSymbol3 = Lit2750;
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mnlist;
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
        Object obj7 = obj;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2535), " is not bound in the current context"), "Unbound Variable");
        }
        Pair list1 = LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2("DML", obj7), Lit2751, "make a list"));
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol4 = Lit2537;
        SimpleSymbol simpleSymbol5 = Lit2538;
        Object obj8 = obj2;
        if (obj8 instanceof Package) {
            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2(OSOutcomeConstants.OUTCOME_ID, runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(obj8), Lit2752)), Lit2753, "make a list");
        ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
        Object obj9 = obj3;
        if (obj9 instanceof Package) {
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2541), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod4, LList.list2("sheetname", obj9), Lit2754, "make a list");
        ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
        Object obj10 = obj4;
        if (obj10 instanceof Package) {
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2543), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain1(LList.chain4(list1, callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod5, LList.list2("columns", obj10), Lit2755, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("values", obj5 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2545), " is not bound in the current context"), "Unbound Variable") : obj5), Lit2756, "make a list")), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("condition", obj6 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2547), " is not bound in the current context"), "Unbound Variable") : obj6), Lit2757, "make a list"));
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callComponentMethod(simpleSymbol, simpleSymbol3, LList.list1(runtime.callYailPrimitive(moduleMethod, list1, Lit2758, "make a list")), Lit2759)), Lit2760);
    }

    static Procedure lambda313() {
        return lambda$Fn313;
    }

    static Object lambda314(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6) {
        runtime.setAndCoerceProperty$Ex(Lit150, Lit2199, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("^[QFN\u0013\u001f\u0006\\_ANJW\u0007]FRCQV\u000eLTC\u0018POFCGBh't\u000e\u0019-813?8\"\t3z\u0016\u0015g\f\u0017ul1,+\t5\u001f8\u0006\u001f$\u0011[.+\u0019<\u001bS9\u001f>0\rW*\u001b'5\u0011\u0013\u000b\u0002@#-$C\u0010\u0003\r\u0004", "iqxjfs"), Lit2761, "deobfuscate text"), Lit9);
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit2749;
        SimpleSymbol simpleSymbol3 = Lit2750;
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mnlist;
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
        Object obj7 = obj;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2535), " is not bound in the current context"), "Unbound Variable");
        }
        Pair list1 = LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2("DML", obj7), Lit2762, "make a list"));
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol4 = Lit2537;
        SimpleSymbol simpleSymbol5 = Lit2538;
        Object obj8 = obj2;
        if (obj8 instanceof Package) {
            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2(OSOutcomeConstants.OUTCOME_ID, runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(obj8), Lit2763)), Lit2764, "make a list");
        ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
        Object obj9 = obj3;
        if (obj9 instanceof Package) {
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2541), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod4, LList.list2("sheetname", obj9), Lit2765, "make a list");
        ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
        Object obj10 = obj4;
        if (obj10 instanceof Package) {
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2543), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain1(LList.chain4(list1, callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod5, LList.list2("columns", obj10), Lit2766, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("values", obj5 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2545), " is not bound in the current context"), "Unbound Variable") : obj5), Lit2767, "make a list")), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("condition", obj6 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2547), " is not bound in the current context"), "Unbound Variable") : obj6), Lit2768, "make a list"));
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callComponentMethod(simpleSymbol, simpleSymbol3, LList.list1(runtime.callYailPrimitive(moduleMethod, list1, Lit2769, "make a list")), Lit2770)), Lit2771);
    }

    public class frame30 extends ModuleBody {
        Object $dict;
        Object $result;
        final ModuleMethod proc$Fn318 = new ModuleMethod(this, 65, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 65) {
                return super.apply1(moduleMethod, obj);
            }
            lambda319proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 65) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda319proc(Object obj) {
            Object apply3;
            ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
            Object obj2 = this.$result;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1838), " is not bound in the current context"), "Unbound Variable");
            }
            boolean z = obj instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("{", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "}"), Screen1.Lit2799, "join");
            ModuleMethod moduleMethod2 = runtime.yail$Mnequal$Qu;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1759, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            Object obj3 = this.$dict;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2800), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod2, LList.list2(applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, signalRuntimeError, obj3), ""), Screen1.Lit2801, "=") != Boolean.FALSE) {
                ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
                Object signalRuntimeError2 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
                Object obj4 = this.$dict;
                if (obj4 instanceof Package) {
                    obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2800), " is not bound in the current context"), "Unbound Variable");
                }
                apply3 = runtime.callYailPrimitive(moduleMethod3, LList.list3(signalRuntimeError2, obj4, ""), Screen1.Lit2802, "dictionary lookup");
            } else {
                ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1759, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object signalRuntimeError3 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
                Object obj5 = this.$dict;
                if (obj5 instanceof Package) {
                    obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2800), " is not bound in the current context"), "Unbound Variable");
                }
                apply3 = applyToArgs2.apply3(lookupGlobalVarInCurrentFormEnvironment2, signalRuntimeError3, obj5);
            }
            this.$result = runtime.callYailPrimitive(moduleMethod, LList.list3(obj2, callYailPrimitive, apply3), Screen1.Lit2803, "replace all");
        }
    }

    public class frame31 extends ModuleBody {
        Object $dict;
        Object $result;
        final ModuleMethod proc$Fn321 = new ModuleMethod(this, 66, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 66) {
                return super.apply1(moduleMethod, obj);
            }
            lambda322proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 66) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda322proc(Object obj) {
            Object apply3;
            ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
            Object obj2 = this.$result;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1838), " is not bound in the current context"), "Unbound Variable");
            }
            boolean z = obj instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("{", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, "}"), Screen1.Lit2805, "join");
            ModuleMethod moduleMethod2 = runtime.yail$Mnequal$Qu;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1759, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
            Object obj3 = this.$dict;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2800), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod2, LList.list2(applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, signalRuntimeError, obj3), ""), Screen1.Lit2806, "=") != Boolean.FALSE) {
                ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
                Object signalRuntimeError2 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
                Object obj4 = this.$dict;
                if (obj4 instanceof Package) {
                    obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2800), " is not bound in the current context"), "Unbound Variable");
                }
                apply3 = runtime.callYailPrimitive(moduleMethod3, LList.list3(signalRuntimeError2, obj4, ""), Screen1.Lit2807, "dictionary lookup");
            } else {
                ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1759, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object signalRuntimeError3 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj;
                Object obj5 = this.$dict;
                if (obj5 instanceof Package) {
                    obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2800), " is not bound in the current context"), "Unbound Variable");
                }
                apply3 = applyToArgs2.apply3(lookupGlobalVarInCurrentFormEnvironment2, signalRuntimeError3, obj5);
            }
            this.$result = runtime.callYailPrimitive(moduleMethod, LList.list3(obj2, callYailPrimitive, apply3), Screen1.Lit2808, "replace all");
        }
    }

    static Object lambda315(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6) {
        SimpleSymbol simpleSymbol = Lit2773;
        SimpleSymbol simpleSymbol2 = Lit6;
        Object obj7 = obj2;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, obj7, Lit9);
        SimpleSymbol simpleSymbol3 = Lit2774;
        SimpleSymbol simpleSymbol4 = Lit6;
        ModuleMethod moduleMethod = strings.string$Mnappend;
        Object obj8 = obj3;
        if (obj8 instanceof Package) {
            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, runtime.callYailPrimitive(moduleMethod, LList.list2(obj8, "<br>"), Lit2776, "join"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit172, Boolean.TRUE, Lit173);
        SimpleSymbol simpleSymbol5 = Lit2778;
        SimpleSymbol simpleSymbol6 = Lit6;
        Object obj9 = obj;
        if (obj9 instanceof Package) {
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol5, simpleSymbol6, obj9, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2779, Lit172, Boolean.TRUE, Lit173);
        Object obj10 = obj4;
        boolean z = obj10 instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit6, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2781), " is not bound in the current context"), "Unbound Variable") : obj10, Lit9);
        SimpleSymbol simpleSymbol7 = Lit2782;
        SimpleSymbol simpleSymbol8 = Lit172;
        ModuleMethod moduleMethod2 = runtime.yail$Mnnot;
        ModuleMethod moduleMethod3 = runtime.string$Mnempty$Qu;
        if (z) {
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2781), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, runtime.callYailPrimitive(moduleMethod2, LList.list1(runtime.callYailPrimitive(moduleMethod3, LList.list1(obj10), Lit2783, "is text empty?")), Lit2784, "not"), Lit173);
        SimpleSymbol simpleSymbol9 = Lit2785;
        SimpleSymbol simpleSymbol10 = Lit6;
        Object obj11 = obj5;
        if (obj11 instanceof Package) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2786), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol9, simpleSymbol10, obj11, Lit9);
        SimpleSymbol simpleSymbol11 = Lit245;
        SimpleSymbol simpleSymbol12 = Lit2787;
        Object obj12 = obj6;
        if (obj12 instanceof Package) {
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2788), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, obj12, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2789, Lit2666, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit245, Lit2790, Lit1439, Lit720);
        runtime.callComponentMethod(Lit245, Lit2791, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit2777)), Lit2792);
        return runtime.callComponentMethod(Lit245, Lit2793, LList.Empty, LList.Empty);
    }

    static Procedure lambda316() {
        return lambda$Fn316;
    }

    static Object lambda317(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6) {
        SimpleSymbol simpleSymbol = Lit2773;
        SimpleSymbol simpleSymbol2 = Lit6;
        Object obj7 = obj2;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, obj7, Lit9);
        SimpleSymbol simpleSymbol3 = Lit2774;
        SimpleSymbol simpleSymbol4 = Lit6;
        ModuleMethod moduleMethod = strings.string$Mnappend;
        Object obj8 = obj3;
        if (obj8 instanceof Package) {
            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, runtime.callYailPrimitive(moduleMethod, LList.list2(obj8, "<br>"), Lit2794, "join"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit172, Boolean.TRUE, Lit173);
        SimpleSymbol simpleSymbol5 = Lit2778;
        SimpleSymbol simpleSymbol6 = Lit6;
        Object obj9 = obj;
        if (obj9 instanceof Package) {
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol5, simpleSymbol6, obj9, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2779, Lit172, Boolean.TRUE, Lit173);
        Object obj10 = obj4;
        boolean z = obj10 instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit6, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2781), " is not bound in the current context"), "Unbound Variable") : obj10, Lit9);
        SimpleSymbol simpleSymbol7 = Lit2782;
        SimpleSymbol simpleSymbol8 = Lit172;
        ModuleMethod moduleMethod2 = runtime.yail$Mnnot;
        ModuleMethod moduleMethod3 = runtime.string$Mnempty$Qu;
        if (z) {
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2781), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, runtime.callYailPrimitive(moduleMethod2, LList.list1(runtime.callYailPrimitive(moduleMethod3, LList.list1(obj10), Lit2795, "is text empty?")), Lit2796, "not"), Lit173);
        SimpleSymbol simpleSymbol9 = Lit2785;
        SimpleSymbol simpleSymbol10 = Lit6;
        Object obj11 = obj5;
        if (obj11 instanceof Package) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2786), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol9, simpleSymbol10, obj11, Lit9);
        SimpleSymbol simpleSymbol11 = Lit245;
        SimpleSymbol simpleSymbol12 = Lit2787;
        Object obj12 = obj6;
        if (obj12 instanceof Package) {
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2788), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, obj12, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2789, Lit2666, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit245, Lit2790, Lit1439, Lit720);
        runtime.callComponentMethod(Lit245, Lit2791, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit2777)), Lit2797);
        return runtime.callComponentMethod(Lit245, Lit2793, LList.Empty, LList.Empty);
    }

    static Object lambda318(Object obj, Object obj2, Object obj3) {
        frame30 frame30Var = new frame30();
        frame30Var.$dict = obj3;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2798), " is not bound in the current context"), "Unbound Variable");
        }
        frame30Var.$result = obj;
        ModuleMethod moduleMethod = frame30Var.proc$Fn318;
        ModuleMethod moduleMethod2 = frame30Var.proc$Fn318;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2804), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.yailForEach(moduleMethod2, obj2);
        return frame30Var.$result instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : frame30Var.$result;
    }

    static Procedure lambda320() {
        return lambda$Fn320;
    }

    static Object lambda321(Object obj, Object obj2, Object obj3) {
        frame31 frame31Var = new frame31();
        frame31Var.$dict = obj3;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2798), " is not bound in the current context"), "Unbound Variable");
        }
        frame31Var.$result = obj;
        ModuleMethod moduleMethod = frame31Var.proc$Fn321;
        ModuleMethod moduleMethod2 = frame31Var.proc$Fn321;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2804), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.yailForEach(moduleMethod2, obj2);
        return frame31Var.$result instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : frame31Var.$result;
    }

    public class frame32 extends ModuleBody {
        Object $price;
        Object $type;
        final ModuleMethod lambda$Fn329 = new ModuleMethod(this, 67, null, 0);
        final ModuleMethod lambda$Fn331 = new ModuleMethod(this, 68, null, 0);
        final ModuleMethod lambda$Fn339 = new ModuleMethod(this, 69, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 67:
                    return lambda330();
                case 68:
                    return lambda332();
                case 69:
                    return lambda340();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 67:
                case 68:
                case 69:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        static Object lambda329() {
            return runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Screen1.Lit2820, Screen1.Lit6)), Screen1.Lit141), Screen1.Lit2821, ">");
        }

        static Object lambda331() {
            return runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Screen1.Lit2825, Screen1.Lit6)), Screen1.Lit141), Screen1.Lit2826, ">");
        }

        static Object lambda333() {
            return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), "LMT"), Screen1.Lit2829, "=");
        }

        static Object lambda334() {
            return runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6)), Screen1.Lit141), Screen1.Lit2830, ">");
        }

        static Object lambda335() {
            NumberCompare numberCompare;
            Pair list2;
            PairWithPosition pairWithPosition;
            String str;
            if (runtime.get$Mnproperty.apply2(Screen1.Lit374, Screen1.Lit375) != Boolean.FALSE) {
                numberCompare = Scheme.numLEq;
                list2 = LList.list2(runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6), runtime.get$Mnproperty.apply2(Screen1.Lit379, Screen1.Lit6));
                pairWithPosition = Screen1.Lit2831;
                str = "<=";
            } else {
                numberCompare = Scheme.numGEq;
                list2 = LList.list2(runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6), runtime.get$Mnproperty.apply2(Screen1.Lit379, Screen1.Lit6));
                pairWithPosition = Screen1.Lit2832;
                str = ">=";
            }
            return runtime.callYailPrimitive(numberCompare, list2, pairWithPosition, str);
        }

        static Object lambda336() {
            return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), "ADV"), Screen1.Lit2833, "=");
        }

        static Object lambda337() {
            return runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6)), Screen1.Lit141), Screen1.Lit2834, ">");
        }

        static Object lambda338() {
            NumberCompare numberCompare;
            Pair list2;
            PairWithPosition pairWithPosition;
            String str;
            if (runtime.get$Mnproperty.apply2(Screen1.Lit374, Screen1.Lit375) != Boolean.FALSE) {
                numberCompare = Scheme.numGEq;
                list2 = LList.list2(runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6), runtime.get$Mnproperty.apply2(Screen1.Lit379, Screen1.Lit6));
                pairWithPosition = Screen1.Lit2835;
                str = ">=";
            } else {
                numberCompare = Scheme.numLEq;
                list2 = LList.list2(runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6), runtime.get$Mnproperty.apply2(Screen1.Lit379, Screen1.Lit6));
                pairWithPosition = Screen1.Lit2836;
                str = "<=";
            }
            return runtime.callYailPrimitive(numberCompare, list2, pairWithPosition, str);
        }

        static Object lambda339() {
            return runtime.callYailPrimitive(Scheme.numGEq, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.get$Mnproperty.apply2(Screen1.Lit2837, Screen1.Lit6), "₹ ", ""), Screen1.Lit2838, "replace all")), Screen1.Lit2839, ">=");
        }

        Object lambda330() {
            NumberCompare numberCompare;
            Pair list2;
            PairWithPosition pairWithPosition;
            String str;
            if (runtime.get$Mnproperty.apply2(Screen1.Lit374, Screen1.Lit375) != Boolean.FALSE) {
                numberCompare = Scheme.numLEq;
                Object apply2 = runtime.get$Mnproperty.apply2(Screen1.Lit2820, Screen1.Lit6);
                Object obj = this.$price;
                if (obj instanceof Package) {
                    obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2209), " is not bound in the current context"), "Unbound Variable");
                }
                list2 = LList.list2(apply2, obj);
                pairWithPosition = Screen1.Lit2822;
                str = "<=";
            } else {
                numberCompare = Scheme.numGEq;
                Object apply22 = runtime.get$Mnproperty.apply2(Screen1.Lit2820, Screen1.Lit6);
                Object obj2 = this.$price;
                if (obj2 instanceof Package) {
                    obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2209), " is not bound in the current context"), "Unbound Variable");
                }
                list2 = LList.list2(apply22, obj2);
                pairWithPosition = Screen1.Lit2823;
                str = ">=";
            }
            return runtime.callYailPrimitive(numberCompare, list2, pairWithPosition, str);
        }

        Object lambda332() {
            NumberCompare numberCompare;
            Pair list2;
            PairWithPosition pairWithPosition;
            String str;
            if (runtime.get$Mnproperty.apply2(Screen1.Lit374, Screen1.Lit375) != Boolean.FALSE) {
                numberCompare = Scheme.numGEq;
                Object apply2 = runtime.get$Mnproperty.apply2(Screen1.Lit2825, Screen1.Lit6);
                Object obj = this.$price;
                if (obj instanceof Package) {
                    obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2209), " is not bound in the current context"), "Unbound Variable");
                }
                list2 = LList.list2(apply2, obj);
                pairWithPosition = Screen1.Lit2827;
                str = ">=";
            } else {
                numberCompare = Scheme.numLEq;
                Object apply22 = runtime.get$Mnproperty.apply2(Screen1.Lit2825, Screen1.Lit6);
                Object obj2 = this.$price;
                if (obj2 instanceof Package) {
                    obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2209), " is not bound in the current context"), "Unbound Variable");
                }
                list2 = LList.list2(apply22, obj2);
                pairWithPosition = Screen1.Lit2828;
                str = "<=";
            }
            return runtime.callYailPrimitive(numberCompare, list2, pairWithPosition, str);
        }

        Object lambda340() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$type;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit430), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "U"), Screen1.Lit2840, "not =");
        }
    }

    public class frame33 extends ModuleBody {
        Object $price;
        Object $type;
        final ModuleMethod lambda$Fn343 = new ModuleMethod(this, 70, null, 0);
        final ModuleMethod lambda$Fn345 = new ModuleMethod(this, 71, null, 0);
        final ModuleMethod lambda$Fn353 = new ModuleMethod(this, 72, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 70:
                    return lambda344();
                case 71:
                    return lambda346();
                case 72:
                    return lambda354();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 70:
                case 71:
                case 72:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        static Object lambda343() {
            return runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Screen1.Lit2820, Screen1.Lit6)), Screen1.Lit141), Screen1.Lit2851, ">");
        }

        static Object lambda345() {
            return runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Screen1.Lit2825, Screen1.Lit6)), Screen1.Lit141), Screen1.Lit2854, ">");
        }

        static Object lambda347() {
            return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), "LMT"), Screen1.Lit2857, "=");
        }

        static Object lambda348() {
            return runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6)), Screen1.Lit141), Screen1.Lit2858, ">");
        }

        static Object lambda349() {
            NumberCompare numberCompare;
            Pair list2;
            PairWithPosition pairWithPosition;
            String str;
            if (runtime.get$Mnproperty.apply2(Screen1.Lit374, Screen1.Lit375) != Boolean.FALSE) {
                numberCompare = Scheme.numLEq;
                list2 = LList.list2(runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6), runtime.get$Mnproperty.apply2(Screen1.Lit379, Screen1.Lit6));
                pairWithPosition = Screen1.Lit2859;
                str = "<=";
            } else {
                numberCompare = Scheme.numGEq;
                list2 = LList.list2(runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6), runtime.get$Mnproperty.apply2(Screen1.Lit379, Screen1.Lit6));
                pairWithPosition = Screen1.Lit2860;
                str = ">=";
            }
            return runtime.callYailPrimitive(numberCompare, list2, pairWithPosition, str);
        }

        static Object lambda350() {
            return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), "ADV"), Screen1.Lit2861, "=");
        }

        static Object lambda351() {
            return runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6)), Screen1.Lit141), Screen1.Lit2862, ">");
        }

        static Object lambda352() {
            NumberCompare numberCompare;
            Pair list2;
            PairWithPosition pairWithPosition;
            String str;
            if (runtime.get$Mnproperty.apply2(Screen1.Lit374, Screen1.Lit375) != Boolean.FALSE) {
                numberCompare = Scheme.numGEq;
                list2 = LList.list2(runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6), runtime.get$Mnproperty.apply2(Screen1.Lit379, Screen1.Lit6));
                pairWithPosition = Screen1.Lit2863;
                str = ">=";
            } else {
                numberCompare = Scheme.numLEq;
                list2 = LList.list2(runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6), runtime.get$Mnproperty.apply2(Screen1.Lit379, Screen1.Lit6));
                pairWithPosition = Screen1.Lit2864;
                str = "<=";
            }
            return runtime.callYailPrimitive(numberCompare, list2, pairWithPosition, str);
        }

        static Object lambda353() {
            return runtime.callYailPrimitive(Scheme.numGEq, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.get$Mnproperty.apply2(Screen1.Lit2837, Screen1.Lit6), "₹ ", ""), Screen1.Lit2865, "replace all")), Screen1.Lit2866, ">=");
        }

        Object lambda344() {
            NumberCompare numberCompare;
            Pair list2;
            PairWithPosition pairWithPosition;
            String str;
            if (runtime.get$Mnproperty.apply2(Screen1.Lit374, Screen1.Lit375) != Boolean.FALSE) {
                numberCompare = Scheme.numLEq;
                Object apply2 = runtime.get$Mnproperty.apply2(Screen1.Lit2820, Screen1.Lit6);
                Object obj = this.$price;
                if (obj instanceof Package) {
                    obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2209), " is not bound in the current context"), "Unbound Variable");
                }
                list2 = LList.list2(apply2, obj);
                pairWithPosition = Screen1.Lit2852;
                str = "<=";
            } else {
                numberCompare = Scheme.numGEq;
                Object apply22 = runtime.get$Mnproperty.apply2(Screen1.Lit2820, Screen1.Lit6);
                Object obj2 = this.$price;
                if (obj2 instanceof Package) {
                    obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2209), " is not bound in the current context"), "Unbound Variable");
                }
                list2 = LList.list2(apply22, obj2);
                pairWithPosition = Screen1.Lit2853;
                str = ">=";
            }
            return runtime.callYailPrimitive(numberCompare, list2, pairWithPosition, str);
        }

        Object lambda346() {
            NumberCompare numberCompare;
            Pair list2;
            PairWithPosition pairWithPosition;
            String str;
            if (runtime.get$Mnproperty.apply2(Screen1.Lit374, Screen1.Lit375) != Boolean.FALSE) {
                numberCompare = Scheme.numGEq;
                Object apply2 = runtime.get$Mnproperty.apply2(Screen1.Lit2825, Screen1.Lit6);
                Object obj = this.$price;
                if (obj instanceof Package) {
                    obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2209), " is not bound in the current context"), "Unbound Variable");
                }
                list2 = LList.list2(apply2, obj);
                pairWithPosition = Screen1.Lit2855;
                str = ">=";
            } else {
                numberCompare = Scheme.numLEq;
                Object apply22 = runtime.get$Mnproperty.apply2(Screen1.Lit2825, Screen1.Lit6);
                Object obj2 = this.$price;
                if (obj2 instanceof Package) {
                    obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2209), " is not bound in the current context"), "Unbound Variable");
                }
                list2 = LList.list2(apply22, obj2);
                pairWithPosition = Screen1.Lit2856;
                str = "<=";
            }
            return runtime.callYailPrimitive(numberCompare, list2, pairWithPosition, str);
        }

        Object lambda354() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$type;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit430), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "U"), Screen1.Lit2867, "not =");
        }
    }

    static Object lambda323() {
        runtime.setAndCoerceProperty$Ex(Lit1649, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1657, Lit6, "", Lit9);
        ModuleMethod moduleMethod = proc$Fn323;
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
        Pair list1 = LList.list1(runtime.lookupInCurrentFormEnvironment(Lit1671));
        LList.chain4(list1, runtime.lookupInCurrentFormEnvironment(Lit1672), runtime.lookupInCurrentFormEnvironment(Lit1673), runtime.lookupInCurrentFormEnvironment(Lit1674), runtime.lookupInCurrentFormEnvironment(Lit1675));
        runtime.yailForEach(moduleMethod, runtime.callYailPrimitive(moduleMethod2, list1, Lit2810, "make a list"));
        runtime.addGlobalVarToCurrentFormEnvironment(Lit140, Lit141);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.TRUE, Lit173);
        runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2811), Boolean.TRUE), Lit2812);
        return runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
    }

    public static Object lambda324proc(Object obj) {
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.setAndCoercePropertyAndCheck$Ex(obj, Lit980, Lit989, Lit2809, Lit720);
    }

    static Procedure lambda325() {
        return lambda$Fn325;
    }

    static Object lambda326() {
        runtime.setAndCoerceProperty$Ex(Lit1649, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1657, Lit6, "", Lit9);
        ModuleMethod moduleMethod = proc$Fn326;
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
        Pair list1 = LList.list1(runtime.lookupInCurrentFormEnvironment(Lit1671));
        LList.chain4(list1, runtime.lookupInCurrentFormEnvironment(Lit1672), runtime.lookupInCurrentFormEnvironment(Lit1673), runtime.lookupInCurrentFormEnvironment(Lit1674), runtime.lookupInCurrentFormEnvironment(Lit1675));
        runtime.yailForEach(moduleMethod, runtime.callYailPrimitive(moduleMethod2, list1, Lit2813, "make a list"));
        runtime.addGlobalVarToCurrentFormEnvironment(Lit140, Lit141);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.TRUE, Lit173);
        runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2811), Boolean.TRUE), Lit2814);
        return runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
    }

    public static Object lambda327proc(Object obj) {
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.setAndCoercePropertyAndCheck$Ex(obj, Lit980, Lit989, Lit2809, Lit720);
    }

    static Object lambda328(Object obj) {
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        Object obj2;
        Object obj3;
        Object obj4;
        Boolean bool;
        Boolean bool2;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        String str;
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Boolean bool3;
        SimpleSymbol simpleSymbol4;
        frame32 frame32Var = new frame32();
        frame32Var.$type = obj;
        Boolean bool4 = Boolean.FALSE;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame32Var.$type instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable") : frame32Var.$type, "U"), Lit2816, "=") == Boolean.FALSE && runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit2817, "is text empty?") == Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        } else {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        }
        frame32Var.$price = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, moduleMethod.apply2(simpleSymbol, Lit6));
        Object obj5 = "";
        if (runtime.callYailPrimitive(Scheme.numLEq, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit141), Lit2818, "<=") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool3 = Boolean.FALSE;
            simpleSymbol4 = Lit383;
        } else if (runtime.processAndDelayed$V(new Object[]{lambda$Fn328, frame32Var.lambda$Fn329}) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit2820, Lit2824, runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "SL need to be higher than LTP" : "SL need to be lower than LTP", Lit9);
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool3 = Boolean.TRUE;
            obj5 = runtime.lookupInCurrentFormEnvironment(Lit383);
            simpleSymbol4 = Lit2820;
        } else if (runtime.processAndDelayed$V(new Object[]{lambda$Fn330, frame32Var.lambda$Fn331}) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit2825, Lit2824, runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "TGT need to be lower than LTP" : "TGT need to be higher than LTP", Lit9);
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool3 = Boolean.TRUE;
            obj5 = runtime.lookupInCurrentFormEnvironment(Lit2820);
            simpleSymbol4 = Lit2825;
        } else {
            if (runtime.processAndDelayed$V(new Object[]{lambda$Fn332, lambda$Fn333, lambda$Fn334}) != Boolean.FALSE) {
                simpleSymbol2 = Lit378;
                simpleSymbol3 = Lit2824;
                str = runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "set Lmt. Price >= LTP" : "set Lmt. Price <= LTP";
            } else if (runtime.processAndDelayed$V(new Object[]{lambda$Fn335, lambda$Fn336, lambda$Fn337}) != Boolean.FALSE) {
                simpleSymbol2 = Lit378;
                simpleSymbol3 = Lit2824;
                str = runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "set Trg. Price <= LTP" : "set Trg. Price >= LTP";
            } else {
                if (runtime.processAndDelayed$V(new Object[]{lambda$Fn338, frame32Var.lambda$Fn339}) != Boolean.FALSE) {
                    runtime.callComponentMethod(Lit378, Lit2841, LList.list1(Boolean.FALSE), Lit2842);
                    ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                    ModuleMethod moduleMethod2 = strings.string$Mnappend;
                    Pair list1 = LList.list1("<big><br><br><b>Required Margin:&emsp;&emsp;</b>₹ ");
                    bool2 = bool4;
                    obj2 = "Unbound Variable";
                    obj3 = " is not bound in the current context";
                    obj4 = "The variable ";
                    LList.chain1(LList.chain1(LList.chain4(list1, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), "<br><br><b>Available Funds: &emsp;&emsp;</b>₹ ", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.get$Mnproperty.apply2(Lit2837, Lit6), "₹ ", ""), Lit2844, "replace all")), "<br><br><b>Shortage:&emsp;&emsp;&emsp;&emsp;&emsp;</b><font color=red>₹ "), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(AddOp.$Mn, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.get$Mnproperty.apply2(Lit2837, Lit6), "₹ ", ""), Lit2845, "replace all")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit2846, "-"))), "</font><br><br></big>");
                    applyToArgs3.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "<br><font color=red>Insufficient Virtual Funds</font>", runtime.callYailPrimitive(moduleMethod2, list1, Lit2847, "join"), "", "Ok", Boolean.TRUE});
                    bool = bool2;
                    return bool instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj4, runtime.getDisplayRepresentation(Lit1838), obj3), obj2) : bool;
                }
                obj2 = "Unbound Variable";
                obj3 = " is not bound in the current context";
                obj4 = "The variable ";
                bool = Boolean.TRUE;
                if (bool instanceof Package) {
                }
            }
            runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, str, Lit9);
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool3 = Boolean.TRUE;
            obj5 = runtime.lookupInCurrentFormEnvironment(Lit2825);
            simpleSymbol4 = Lit378;
        }
        applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, bool3, obj5, runtime.lookupInCurrentFormEnvironment(simpleSymbol4));
        bool2 = bool4;
        obj2 = "Unbound Variable";
        obj3 = " is not bound in the current context";
        obj4 = "The variable ";
        bool = bool2;
        if (bool instanceof Package) {
        }
    }

    static Procedure lambda341() {
        return lambda$Fn341;
    }

    static Object lambda342(Object obj) {
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        Object obj2;
        Object obj3;
        Object obj4;
        Boolean bool;
        Boolean bool2;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        String str;
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Boolean bool3;
        SimpleSymbol simpleSymbol4;
        frame33 frame33Var = new frame33();
        frame33Var.$type = obj;
        Boolean bool4 = Boolean.FALSE;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(frame33Var.$type instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable") : frame33Var.$type, "U"), Lit2848, "=") == Boolean.FALSE && runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit2849, "is text empty?") == Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        } else {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        }
        frame33Var.$price = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, moduleMethod.apply2(simpleSymbol, Lit6));
        Object obj5 = "";
        if (runtime.callYailPrimitive(Scheme.numLEq, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit141), Lit2850, "<=") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool3 = Boolean.FALSE;
            simpleSymbol4 = Lit383;
        } else if (runtime.processAndDelayed$V(new Object[]{lambda$Fn342, frame33Var.lambda$Fn343}) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit2820, Lit2824, runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "SL need to be higher than LTP" : "SL need to be lower than LTP", Lit9);
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool3 = Boolean.TRUE;
            obj5 = runtime.lookupInCurrentFormEnvironment(Lit383);
            simpleSymbol4 = Lit2820;
        } else if (runtime.processAndDelayed$V(new Object[]{lambda$Fn344, frame33Var.lambda$Fn345}) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit2825, Lit2824, runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "TGT need to be lower than LTP" : "TGT need to be higher than LTP", Lit9);
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool3 = Boolean.TRUE;
            obj5 = runtime.lookupInCurrentFormEnvironment(Lit2820);
            simpleSymbol4 = Lit2825;
        } else {
            if (runtime.processAndDelayed$V(new Object[]{lambda$Fn346, lambda$Fn347, lambda$Fn348}) != Boolean.FALSE) {
                simpleSymbol2 = Lit378;
                simpleSymbol3 = Lit2824;
                str = runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "set Lmt. Price >= LTP" : "set Lmt. Price <= LTP";
            } else if (runtime.processAndDelayed$V(new Object[]{lambda$Fn349, lambda$Fn350, lambda$Fn351}) != Boolean.FALSE) {
                simpleSymbol2 = Lit378;
                simpleSymbol3 = Lit2824;
                str = runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "set Trg. Price <= LTP" : "set Trg. Price >= LTP";
            } else {
                if (runtime.processAndDelayed$V(new Object[]{lambda$Fn352, frame33Var.lambda$Fn353}) != Boolean.FALSE) {
                    runtime.callComponentMethod(Lit378, Lit2841, LList.list1(Boolean.FALSE), Lit2868);
                    ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                    ModuleMethod moduleMethod2 = strings.string$Mnappend;
                    Pair list1 = LList.list1("<big><br><br><b>Required Margin:&emsp;&emsp;</b>₹ ");
                    bool2 = bool4;
                    obj2 = "Unbound Variable";
                    obj3 = " is not bound in the current context";
                    obj4 = "The variable ";
                    LList.chain1(LList.chain1(LList.chain4(list1, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), "<br><br><b>Available Funds: &emsp;&emsp;</b>₹ ", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.get$Mnproperty.apply2(Lit2837, Lit6), "₹ ", ""), Lit2869, "replace all")), "<br><br><b>Shortage:&emsp;&emsp;&emsp;&emsp;&emsp;</b><font color=red>₹ "), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(AddOp.$Mn, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.get$Mnproperty.apply2(Lit2837, Lit6), "₹ ", ""), Lit2870, "replace all")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit2871, "-"))), "</font><br><br></big>");
                    applyToArgs3.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "<br><font color=red>Insufficient Virtual Funds</font>", runtime.callYailPrimitive(moduleMethod2, list1, Lit2872, "join"), "", "Ok", Boolean.TRUE});
                    bool = bool2;
                    return bool instanceof Package ? runtime.signalRuntimeError(strings.stringAppend(obj4, runtime.getDisplayRepresentation(Lit1838), obj3), obj2) : bool;
                }
                obj2 = "Unbound Variable";
                obj3 = " is not bound in the current context";
                obj4 = "The variable ";
                bool = Boolean.TRUE;
                if (bool instanceof Package) {
                }
            }
            runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, str, Lit9);
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool3 = Boolean.TRUE;
            obj5 = runtime.lookupInCurrentFormEnvironment(Lit2825);
            simpleSymbol4 = Lit378;
        }
        applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, bool3, obj5, runtime.lookupInCurrentFormEnvironment(simpleSymbol4));
        bool2 = bool4;
        obj2 = "Unbound Variable";
        obj3 = " is not bound in the current context";
        obj4 = "The variable ";
        bool = bool2;
        if (bool instanceof Package) {
        }
    }

    static Object lambda355() {
        if (runtime.processOrDelayed$V(new Object[]{lambda$Fn355, lambda$Fn358}) == Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("3:.*#{|\u007f&9#3)z\u001a\u001d\u001f\u0003\f\u001f\u0004\u0000\u0010I\f\u0003U\u0007\u0017\u001bQ\bEJ\f\u0019\n\u000b\u0014\u0017S\u001b\u0010\u0019M", "vbqpyit"), Lit2885, "deobfuscate text"), runtime.callComponentMethod(Lit150, Lit2680, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2886, "dictionary lookup")), Lit2887)), Lit2888, "join"), runtime.lookupInCurrentFormEnvironment(Lit150));
        }
        Object callYailPrimitive = runtime.callYailPrimitive(MultiplyOp.$St, LList.list3(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit383, Lit6)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotsize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), Component.CHIP_TYPE_ACTION), Lit2879, "dictionary lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit379, Lit6))), Lit2880, "*");
        boolean z = callYailPrimitive instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit2881, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("₹{amt} ↺", "{amt}", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive)), Lit2882, "replace all"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2837, Lit6, runtime.get$Mnproperty.apply2(Lit2883, Lit6), Lit9);
        runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive)), Lit2884, "set value for key in dictionary to value");
        SimpleSymbol simpleSymbol = Lit306;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit372, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda356() {
        return runtime.processAndDelayed$V(new Object[]{lambda$Fn356, lambda$Fn357});
    }

    static Object lambda357() {
        return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit2874, "not");
    }

    static Object lambda358() {
        return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("Option", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2875, "dictionary lookup")), Lit2876, "=");
    }

    static Object lambda359() {
        return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("Stocks", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2877, "dictionary lookup")), Lit2878, "=");
    }

    static Procedure lambda360() {
        return lambda$Fn360;
    }

    static Object lambda361() {
        if (runtime.processOrDelayed$V(new Object[]{lambda$Fn361, lambda$Fn364}) == Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("3:.*#{|\u007f&9#3)z\u001a\u001d\u001f\u0003\f\u001f\u0004\u0000\u0010I\f\u0003U\u0007\u0017\u001bQ\bEJ\f\u0019\n\u000b\u0014\u0017S\u001b\u0010\u0019M", "vbqpyit"), Lit2898, "deobfuscate text"), runtime.callComponentMethod(Lit150, Lit2680, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2899, "dictionary lookup")), Lit2900)), Lit2901, "join"), runtime.lookupInCurrentFormEnvironment(Lit150));
        }
        Object callYailPrimitive = runtime.callYailPrimitive(MultiplyOp.$St, LList.list3(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit383, Lit6)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotsize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), Component.CHIP_TYPE_ACTION), Lit2894, "dictionary lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit379, Lit6))), Lit2895, "*");
        boolean z = callYailPrimitive instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit2881, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("₹{amt} ↺", "{amt}", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive)), Lit2896, "replace all"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2837, Lit6, runtime.get$Mnproperty.apply2(Lit2883, Lit6), Lit9);
        runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive)), Lit2897, "set value for key in dictionary to value");
        SimpleSymbol simpleSymbol = Lit306;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit372, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda362() {
        return runtime.processAndDelayed$V(new Object[]{lambda$Fn362, lambda$Fn363});
    }

    static Object lambda363() {
        return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit2889, "not");
    }

    static Object lambda364() {
        return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("Option", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2890, "dictionary lookup")), Lit2891, "=");
    }

    static Object lambda365() {
        return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("Stocks", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2892, "dictionary lookup")), Lit2893, "=");
    }

    static Object lambda366() {
        return runtime.setAndCoerceProperty$Ex(Lit2789, Lit2666, Boolean.TRUE, Lit173);
    }

    static Procedure lambda367() {
        return lambda$Fn367;
    }

    static Object lambda368() {
        return runtime.setAndCoerceProperty$Ex(Lit2789, Lit2666, Boolean.TRUE, Lit173);
    }

    static Object lambda370() {
        if (runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit50, runtime.$Stthe$Mnnull$Mnvalue$St), "MCX"), Lit2904, "not =") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("PQWRF\u0013\f\bGOTMZ\u001fRA\u0007C\u0002\u001dDIZx#(*8>)d)ij&,! 7>\u007f<+*p7:#;0(\u0011\u0017\u0010\u00072\"$*\u0017[\u0011\n\u0018\u001dXSD\u0004T\u00184%<)9%\f]\u001c\u0001\u000f\u0016OTL", "npwqgxsh"), Lit2905, "deobfuscate text"), "{SEARCH}", runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callComponentMethod(Lit150, Lit2680, LList.list1(runtime.get$Mnproperty.apply2(Lit2906, Lit6)), Lit2907), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit50, runtime.$Stthe$Mnnull$Mnvalue$St), "OPTION_CHAIN"), Lit2908, "=") != Boolean.FALSE ? " option chain" : ""), Lit2909, "join")), Lit2910, "replace all"), "{CRITERIA}", runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit50, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit2911, "=") == Boolean.FALSE ? runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit50, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit363, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2912, "dictionary lookup") : ""), Lit2913, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit1365));
        }
        return Boolean.FALSE;
    }

    static Procedure lambda371() {
        return lambda$Fn371;
    }

    static Object lambda372() {
        if (runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit50, runtime.$Stthe$Mnnull$Mnvalue$St), "MCX"), Lit2914, "not =") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("PQWRF\u0013\f\bGOTMZ\u001fRA\u0007C\u0002\u001dDIZx#(*8>)d)ij&,! 7>\u007f<+*p7:#;0(\u0011\u0017\u0010\u00072\"$*\u0017[\u0011\n\u0018\u001dXSD\u0004T\u00184%<)9%\f]\u001c\u0001\u000f\u0016OTL", "npwqgxsh"), Lit2915, "deobfuscate text"), "{SEARCH}", runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callComponentMethod(Lit150, Lit2680, LList.list1(runtime.get$Mnproperty.apply2(Lit2906, Lit6)), Lit2916), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit50, runtime.$Stthe$Mnnull$Mnvalue$St), "OPTION_CHAIN"), Lit2917, "=") != Boolean.FALSE ? " option chain" : ""), Lit2918, "join")), Lit2919, "replace all"), "{CRITERIA}", runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit50, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit2920, "=") == Boolean.FALSE ? runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit50, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit363, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit2921, "dictionary lookup") : ""), Lit2922, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit1365));
        }
        return Boolean.FALSE;
    }

    static Object lambda373(Object obj, Object obj2) {
        Object callYailPrimitive;
        Object obj3;
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2923), " is not bound in the current context"), "Unbound Variable") : obj, ""), Lit2924, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2("<big><b>&#33;&#33; </b></big> ", obj2), Lit2926, "join");
            obj3 = Lit2927;
        } else if (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2923), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2("<big><b>&#x2613;</b></big> ", obj2), Lit2930, "join");
            obj3 = Lit2931;
        } else {
            ModuleMethod moduleMethod3 = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2("<big><b>&#x2713;&#x2713; </b></big> ", obj2), Lit2928, "join");
            obj3 = Lit2929;
        }
        SimpleSymbol simpleSymbol = Lit2932;
        SimpleSymbol simpleSymbol2 = Lit6;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, callYailPrimitive, Lit9);
        SimpleSymbol simpleSymbol3 = Lit2933;
        SimpleSymbol simpleSymbol4 = Lit963;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, obj3, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit989, runtime.callComponentMethod(Lit160, Lit161, LList.list2("LightText", Lit2934), Lit2935), Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit2937, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit172, Boolean.TRUE, Lit173);
        runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit2938)), Lit2939, "not");
        Boolean bool = Boolean.FALSE;
        runtime.setAndCoerceProperty$Ex(Lit2789, Lit2666, Boolean.TRUE, Lit173);
        return runtime.callComponentMethod(Lit2789, Lit2940, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2936), runtime.get$Mnproperty.apply2(Lit2789, Lit2941)), Lit2942);
    }

    static Procedure lambda374() {
        return lambda$Fn374;
    }

    static Object lambda375(Object obj, Object obj2) {
        Object callYailPrimitive;
        Object obj3;
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2923), " is not bound in the current context"), "Unbound Variable") : obj, ""), Lit2943, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2("<big><b>&#33;&#33; </b></big> ", obj2), Lit2944, "join");
            obj3 = Lit2927;
        } else if (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2923), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2("<big><b>&#x2613;</b></big> ", obj2), Lit2946, "join");
            obj3 = Lit2931;
        } else {
            ModuleMethod moduleMethod3 = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2("<big><b>&#x2713;&#x2713; </b></big> ", obj2), Lit2945, "join");
            obj3 = Lit2929;
        }
        SimpleSymbol simpleSymbol = Lit2932;
        SimpleSymbol simpleSymbol2 = Lit6;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, callYailPrimitive, Lit9);
        SimpleSymbol simpleSymbol3 = Lit2933;
        SimpleSymbol simpleSymbol4 = Lit963;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, obj3, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit989, runtime.callComponentMethod(Lit160, Lit161, LList.list2("LightText", Lit2934), Lit2947), Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit2937, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit172, Boolean.TRUE, Lit173);
        runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit2948)), Lit2949, "not");
        Boolean bool = Boolean.FALSE;
        runtime.setAndCoerceProperty$Ex(Lit2789, Lit2666, Boolean.TRUE, Lit173);
        return runtime.callComponentMethod(Lit2789, Lit2940, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2936), runtime.get$Mnproperty.apply2(Lit2789, Lit2941)), Lit2950);
    }

    static Object lambda376() {
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit2951), Lit2952)), Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2883, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("₹ ", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(AddOp.$Mn, LList.list2(runtime.get$Mnproperty.apply2(Lit1496, Lit6), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.get$Mnproperty.apply2(Lit2120, Lit6), "₹ ", ""), Lit2953, "replace all")), Lit2954, "-"))), Lit2955, "join"), Lit9);
    }

    static Procedure lambda377() {
        return lambda$Fn377;
    }

    static Object lambda378() {
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit2951), Lit2956)), Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2883, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("₹ ", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(AddOp.$Mn, LList.list2(runtime.get$Mnproperty.apply2(Lit1496, Lit6), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.get$Mnproperty.apply2(Lit2120, Lit6), "₹ ", ""), Lit2957, "replace all")), Lit2958, "-"))), Lit2959, "join"), Lit9);
    }

    public class frame34 extends ModuleBody {
        Object $row;
        final ModuleMethod proc$Fn382 = new ModuleMethod(this, 73, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 73) {
                return super.apply1(moduleMethod, obj);
            }
            lambda383proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 73) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda383proc(Object obj) {
            boolean z = obj instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("growwContractId", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2981, "dictionary lookup");
            runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("Level1BG", Screen1.Lit964), Screen1.Lit2982);
            runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("LightText", Screen1.Lit2983), Screen1.Lit2984);
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$row;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2985), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{growwContractId},{ltp},{dayChange},{dayChangePerc},{expiry},{open},{high},{low},{close},{color}"), Screen1.Lit2986, "list from csv row");
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            if (callYailPrimitive instanceof Package) {
                callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            Pair list1 = LList.list1(callYailPrimitive);
            Object obj3 = obj2;
            LList.chain1(LList.chain4(LList.chain4(list1, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,ltp"), Screen1.Lit2987, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2988, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,dayChange"), Screen1.Lit2989, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2990, "dictionary recursive lookup"), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,dayChangePerc"), Screen1.Lit2991, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2992, "dictionary recursive lookup")), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("expiry", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2993, "dictionary lookup")), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,open"), Screen1.Lit2994, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2995, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,high"), Screen1.Lit2996, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2997, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,low"), Screen1.Lit2998, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit2999, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,close"), Screen1.Lit3000, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3001, "dictionary recursive lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,dayChange"), Screen1.Lit3002, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3003, "dictionary recursive lookup")));
            this.$row = runtime.callYailPrimitive(moduleMethod, LList.list2(obj3, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<tr class=\"prevent-select\" onclick=\"sendfunction('{growwContractId}~Futures')\">      <div class=\"card\">    <div class=\"container\" > <td><table><tr><td colspan=\"3\"><big><b><b>{growwContractId}</b></b></big> <font color=gray>Future</font></td></tr> <tr><td colspan=\"2\"><b>₹<big>{ltp}</big></b><sup><b><font color={color}> {dayChange} ({dayChangePerc}%)</font></b></sup></td><td style=\"text-align:right\" colspan=\"2\">{expiry}</td></tr> <tr><td style=\"text-align:left\"><small><font color=gray>Day's Open</font></small><br><b>{open}</b></td> <td style=\"text-align:center\"><small><font color=gray>Day's High</font></small><br><b>{high}</b></td> <td style=\"text-align:center\"><small><font color=gray>Day's Low</font></small><br><b>{low}</b></td> <td style=\"text-align:right\"><small><font color=gray>Prev. Close</font></small><br><b>{close}</b></td> </tr> </table><hr></td></div> </div></tr>", callYailPrimitive2, runtime.callYailPrimitive(moduleMethod2, list1, Screen1.Lit3004, "make a list"))), Screen1.Lit3005, "join");
        }
    }

    public class frame35 extends ModuleBody {
        Object $row;
        final ModuleMethod proc$Fn385 = new ModuleMethod(this, 74, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 74) {
                return super.apply1(moduleMethod, obj);
            }
            lambda386proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 74) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda386proc(Object obj) {
            boolean z = obj instanceof Package;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("growwContractId", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3029, "dictionary lookup");
            runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("Level1BG", Screen1.Lit964), Screen1.Lit3030);
            runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("LightText", Screen1.Lit2983), Screen1.Lit3031);
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$row;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2985), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{growwContractId},{ltp},{dayChange},{dayChangePerc},{expiry},{open},{high},{low},{close},{color}"), Screen1.Lit3032, "list from csv row");
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            if (callYailPrimitive instanceof Package) {
                callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            Pair list1 = LList.list1(callYailPrimitive);
            Object obj3 = obj2;
            LList.chain1(LList.chain4(LList.chain4(list1, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,ltp"), Screen1.Lit3033, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3034, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,dayChange"), Screen1.Lit3035, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3036, "dictionary recursive lookup"), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,dayChangePerc"), Screen1.Lit3037, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3038, "dictionary recursive lookup")), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("expiry", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3039, "dictionary lookup")), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,open"), Screen1.Lit3040, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3041, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,high"), Screen1.Lit3042, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3043, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,low"), Screen1.Lit3044, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3045, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,close"), Screen1.Lit3046, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3047, "dictionary recursive lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,dayChange"), Screen1.Lit3048, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit3049, "dictionary recursive lookup")));
            this.$row = runtime.callYailPrimitive(moduleMethod, LList.list2(obj3, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<tr class=\"prevent-select\" onclick=\"sendfunction('{growwContractId}~Futures')\">      <div class=\"card\">    <div class=\"container\" > <td><table><tr><td colspan=\"3\"><big><b><b>{growwContractId}</b></b></big> <font color=gray>Future</font></td></tr> <tr><td colspan=\"2\"><b>₹<big>{ltp}</big></b><sup><b><font color={color}> {dayChange} ({dayChangePerc}%)</font></b></sup></td><td style=\"text-align:right\" colspan=\"2\">{expiry}</td></tr> <tr><td style=\"text-align:left\"><small><font color=gray>Day's Open</font></small><br><b>{open}</b></td> <td style=\"text-align:center\"><small><font color=gray>Day's High</font></small><br><b>{high}</b></td> <td style=\"text-align:center\"><small><font color=gray>Day's Low</font></small><br><b>{low}</b></td> <td style=\"text-align:right\"><small><font color=gray>Prev. Close</font></small><br><b>{close}</b></td> </tr> </table><hr></td></div> </div></tr>", callYailPrimitive2, runtime.callYailPrimitive(moduleMethod2, list1, Screen1.Lit3050, "make a list"))), Screen1.Lit3051, "join");
        }
    }

    static Object lambda379(Object obj, Object obj2) {
        Object callYailPrimitive;
        Object obj3;
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2923), " is not bound in the current context"), "Unbound Variable") : obj, ""), Lit2961, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2("<big><b>&#33;&#33; </b></big> ", obj2), Lit2962, "join");
            obj3 = Lit2963;
        } else if (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2923), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2("<big><b>&#x2613;</b></big> ", obj2), Lit2966, "join");
            obj3 = Lit2967;
        } else {
            ModuleMethod moduleMethod3 = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2("<big><b>&#x2713;&#x2713; </b></big> ", obj2), Lit2964, "join");
            obj3 = Lit2965;
        }
        SimpleSymbol simpleSymbol = Lit2932;
        SimpleSymbol simpleSymbol2 = Lit6;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, callYailPrimitive, Lit9);
        SimpleSymbol simpleSymbol3 = Lit2933;
        SimpleSymbol simpleSymbol4 = Lit963;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, obj3, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit989, Lit2968, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit2937, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit172, Boolean.TRUE, Lit173);
        return runtime.callComponentMethod(Lit2789, Lit2940, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2936), runtime.get$Mnproperty.apply2(Lit2789, Lit2941)), Lit2969);
    }

    static Procedure lambda380() {
        return lambda$Fn380;
    }

    static Object lambda381(Object obj, Object obj2) {
        Object callYailPrimitive;
        Object obj3;
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2923), " is not bound in the current context"), "Unbound Variable") : obj, ""), Lit2970, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2("<big><b>&#33;&#33; </b></big> ", obj2), Lit2971, "join");
            obj3 = Lit2963;
        } else if (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2923), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2("<big><b>&#x2613;</b></big> ", obj2), Lit2973, "join");
            obj3 = Lit2967;
        } else {
            ModuleMethod moduleMethod3 = strings.string$Mnappend;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2925), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2("<big><b>&#x2713;&#x2713; </b></big> ", obj2), Lit2972, "join");
            obj3 = Lit2965;
        }
        SimpleSymbol simpleSymbol = Lit2932;
        SimpleSymbol simpleSymbol2 = Lit6;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, callYailPrimitive, Lit9);
        SimpleSymbol simpleSymbol3 = Lit2933;
        SimpleSymbol simpleSymbol4 = Lit963;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, obj3, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit989, Lit2968, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit2937, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit172, Boolean.TRUE, Lit173);
        return runtime.callComponentMethod(Lit2789, Lit2940, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit2936), runtime.get$Mnproperty.apply2(Lit2789, Lit2941)), Lit2974);
    }

    static Object lambda382(Object obj) {
        frame34 frame34Var = new frame34();
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj), Lit2976, "is text empty?") != Boolean.FALSE) {
            runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "No Futures Available");
        } else {
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("futures"), Lit2977, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj), Lit2978), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit2979, "dictionary recursive lookup")), Lit2980, "is list empty?") != Boolean.FALSE) {
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "No Futures Available");
            } else {
                frame34Var.$row = "";
                ModuleMethod moduleMethod = frame34Var.proc$Fn382;
                runtime.yailForEach(frame34Var.proc$Fn382, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("futures"), Lit3006, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj), Lit3007), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3008, "dictionary recursive lookup"));
                runtime.callComponentMethod(Lit3009, Lit3010, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3011), Lit3012), Lit3013);
                runtime.callComponentMethod(Lit3009, Lit3014, LList.list1(Lit3012), Lit3015);
                runtime.setAndCoerceProperty$Ex(Lit3009, Lit3016, Boolean.FALSE, Lit173);
                runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ùá\u0096\u0090\u008a\u008e\u0084\u0099\u009fî·¢©¹ýô﫤\u0095\u0085Ì\u0092\u008a\u0093\u0089Ô×\u0083\u009cη£ÃÉØÃ\u009b\u0095\u0098\u0091\u009dÔ¸\u0091\u0086\u009c\u008e\u009c\u0085\u009fouc'#\u007fr||d:6?yoof>x~v5;|dnkqw}ug[\u001b\nEKOX\u0012\u0004GQJHF\u001dC[J\u001e\u0010\u001b\u0011S\\QW\u0002]SMT\u001aj96)+='(3sb&>,\"\"08`i+2/,(l0#%,54P\u0019\u0013\u000f\u001e\u0010E_\t\t\u001e\u0010\u001d\u0004\f_\f\n\u001b\u0011\fG_]HDI\u0010\u0000\n\u000f\u0015¦©¬´«æ®©µäýû¯ãèíññ覬ÿ÷øóäà¸ãýþ¬\u008eÁ\u008d\u009bØÊÙÄÕ\u0081ß\u0096\u0083\u0095ÀÎÃÊ\u0087ÝÛÅÐÃÉ\u008d\u0087ÕÖÜÑÎãù¹¬·¹ó¼£¦¬µÿãóશ®ª¾¿óºªº®²¢³´ýÈ\u008c\u0090\u0080\u0090\u008c\u0098\u0089\u0082ÊÂÅÑ\u0095\u009f\u0083\u008a\u0084ÇËÍËÛÝÛÑ\u0089ÆÓ\u0091\u0092Ý=zr+q8)?bhe`qw:2/yb=zubvr$6gpwgt\\\u0012\f\u001e\u000bMOMQO\\D\u0018\u0010\u0019G@\u0004\u000fZCSL\u0007DHHP\u001b\u0012\u0017\u0003>$v&lkx%)\u0015%4/0f5%rjx71\r.2;\"t01p9OYJ\u001d\u0018\u000e\u001a\u0006\b\u0013_SQ\u0013\u000b[H\u0004\\NX\u0000\u0007-\u0004\u0014\u000e\u0016R\u0014\u0003G󯿬þâúþâã¯çþöâè󶽻ìã«ëïýý⳦òõÙ\u0095\u009aÖ\u008a\u0098\u008aÒÙóÖÆØÀ\u0080ÆÍ\u0087ÒØÈÞËÍ\u009a\u0084\u0096ÎÍçÂÒ´¬ìª¹ç¦¦££ ã¹ðá÷º¾¬·«¯·¿¹¥ÿ¶®¾©¥ÔÜÎ\u009dÝ\u008dÊ\u008eÁÚÄ\u008bÃÕÈ\u0082\u008c\u008c\u008eÛ\u0081ÈÙÏ\u0092\u0098\u009fÙ\u0097\u009d\u0091\u0086`n0-)*.\u007f~45c|## z~~o3=2))&.#<28<\b\u000f\u001fXNLFINEKJ_\u0018\u0016\u0017\u0010\u001fN\u0010\u001c\u001b\u000bOIU@N\t\u0005WD)!akjx=:83z%8,'<ei98'.+-mduct.cpV\n\r\f\u000fG\u0006\u0006\u0003\u0003\u0000C\u0019PAW\u001a\u0010\u0017Q\u001f\u0015\u0019\u000e\u0018\u0016HUQR^\u0007ö¼¼\u00adü󻸰óãô⽶\u00ad½²º·ª¦«¦«·ú´¤»àðÊÏÏÃÍ\u0087ÍÊÊÑÆÇ\u0084Ø\u0093\u0080\u0088\u0094ËËÙÆ×Í\u0088ÃÑÖÀ\u008d¤ª¼¸æí¦µ©´ùåþèö\u0094¿ª¼¹µûá÷àñô뾶û¤\u008e\u008b\u0088Æ\u0099\u009d\u0085\u009a\u0083\u0093ÍÄ\u009a\u008a\u008e\u0097ÄÉÕ×ɳ«ßÇÔÕ\u0082\u009a\u0097ù])=/+7!)5&gpgb,d}sj\u007fx'8dxow.!=,7}HLUHJIL\u0010R]XWT^\u0001\u0007\u0011\nF\u001aX\u0019T\u0010\u0017D[HZB\u0018o.\"$-/eof$$7 *='rym{+5~kp&:hr`%\"\u0010\u001bR\r\u0010\u0004\u000f\u0014]Q\u0001\u0000\u001f\u0016\u0013\u0015EL]\u001f\u0019\u0003\u001fU\u0004\u0014\u0017\t\u0001\u0004\u0002\u0018òà «ä÷çú»§·àýöðþþð ½àôâöøá¸áøüàû\u0083Ô\u0090\u0091ØÉ×ÅÐ\u0098\u0092\u009fÀßÅÎ\u0086\u009f\u0093ÈÍßÔÏ\u0097ÈÖ\u0088\u0083ßß㯾¡¾îõ º¿¶¹ê졧£¡»ôûúèå¼³¥®¤°ëðâ\u0089\u008c\u0084\u008e\u008d\u0083\u0091\u0081Æ\u0087\u008d\u0092\u0096\u0086Û\u0098ÁÙ\u0087Î\u008c\u0084\u0090\u009d\u008a\u0081̲\u0082\u0090¸\u0089~jqxs\u007f&ibeU`sT\u007fbi_iyuul0x8/&n%6wH@Y_CWG\u001fSBY@RPNQK@US\u0001B\u0007\u001fM\u0004BJZWLGv\b<.\u000238,;2=1l#$#\u000f:-\n%8/\u0019#3;;&z>~U\\\u0010[LKGG\u0003\u0002\u0016\u001f\u0013\u0001XAQQ\b\u0014\u001e\u0011GOLX\u000f\u0000\t\u0019N", "wqbpg"), Lit3018, "deobfuscate text"), "{row}", frame34Var.$row instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2985), " is not bound in the current context"), "Unbound Variable") : frame34Var.$row), Lit3019, "replace all")), Lit3020);
                runtime.setAndCoerceProperty$Ex(Lit3021, Lit1115, Lit435, Lit720);
                runtime.setAndCoerceProperty$Ex(Lit3011, Lit3022, Lit828, Lit720);
                runtime.setAndCoerceProperty$Ex(Lit2789, Lit2666, Boolean.TRUE, Lit173);
                runtime.callComponentMethod(Lit2789, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3021), Boolean.TRUE), Lit3023);
                runtime.callComponentMethod(Lit2789, Lit2670, LList.Empty, LList.Empty);
            }
        }
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda384() {
        return lambda$Fn384;
    }

    static Object lambda385(Object obj) {
        frame35 frame35Var = new frame35();
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj), Lit3024, "is text empty?") != Boolean.FALSE) {
            runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "No Futures Available");
        } else {
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("futures"), Lit3025, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj), Lit3026), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3027, "dictionary recursive lookup")), Lit3028, "is list empty?") != Boolean.FALSE) {
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "No Futures Available");
            } else {
                frame35Var.$row = "";
                ModuleMethod moduleMethod = frame35Var.proc$Fn385;
                runtime.yailForEach(frame35Var.proc$Fn385, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("futures"), Lit3052, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj), Lit3053), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3054, "dictionary recursive lookup"));
                runtime.callComponentMethod(Lit3009, Lit3010, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3011), Lit3012), Lit3055);
                runtime.callComponentMethod(Lit3009, Lit3014, LList.list1(Lit3012), Lit3056);
                runtime.setAndCoerceProperty$Ex(Lit3009, Lit3016, Boolean.FALSE, Lit173);
                runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ùá\u0096\u0090\u008a\u008e\u0084\u0099\u009fî·¢©¹ýô﫤\u0095\u0085Ì\u0092\u008a\u0093\u0089Ô×\u0083\u009cη£ÃÉØÃ\u009b\u0095\u0098\u0091\u009dÔ¸\u0091\u0086\u009c\u008e\u009c\u0085\u009fouc'#\u007fr||d:6?yoof>x~v5;|dnkqw}ug[\u001b\nEKOX\u0012\u0004GQJHF\u001dC[J\u001e\u0010\u001b\u0011S\\QW\u0002]SMT\u001aj96)+='(3sb&>,\"\"08`i+2/,(l0#%,54P\u0019\u0013\u000f\u001e\u0010E_\t\t\u001e\u0010\u001d\u0004\f_\f\n\u001b\u0011\fG_]HDI\u0010\u0000\n\u000f\u0015¦©¬´«æ®©µäýû¯ãèíññ覬ÿ÷øóäà¸ãýþ¬\u008eÁ\u008d\u009bØÊÙÄÕ\u0081ß\u0096\u0083\u0095ÀÎÃÊ\u0087ÝÛÅÐÃÉ\u008d\u0087ÕÖÜÑÎãù¹¬·¹ó¼£¦¬µÿãóશ®ª¾¿óºªº®²¢³´ýÈ\u008c\u0090\u0080\u0090\u008c\u0098\u0089\u0082ÊÂÅÑ\u0095\u009f\u0083\u008a\u0084ÇËÍËÛÝÛÑ\u0089ÆÓ\u0091\u0092Ý=zr+q8)?bhe`qw:2/yb=zubvr$6gpwgt\\\u0012\f\u001e\u000bMOMQO\\D\u0018\u0010\u0019G@\u0004\u000fZCSL\u0007DHHP\u001b\u0012\u0017\u0003>$v&lkx%)\u0015%4/0f5%rjx71\r.2;\"t01p9OYJ\u001d\u0018\u000e\u001a\u0006\b\u0013_SQ\u0013\u000b[H\u0004\\NX\u0000\u0007-\u0004\u0014\u000e\u0016R\u0014\u0003G󯿬þâúþâã¯çþöâè󶽻ìã«ëïýý⳦òõÙ\u0095\u009aÖ\u008a\u0098\u008aÒÙóÖÆØÀ\u0080ÆÍ\u0087ÒØÈÞËÍ\u009a\u0084\u0096ÎÍçÂÒ´¬ìª¹ç¦¦££ ã¹ðá÷º¾¬·«¯·¿¹¥ÿ¶®¾©¥ÔÜÎ\u009dÝ\u008dÊ\u008eÁÚÄ\u008bÃÕÈ\u0082\u008c\u008c\u008eÛ\u0081ÈÙÏ\u0092\u0098\u009fÙ\u0097\u009d\u0091\u0086`n0-)*.\u007f~45c|## z~~o3=2))&.#<28<\b\u000f\u001fXNLFINEKJ_\u0018\u0016\u0017\u0010\u001fN\u0010\u001c\u001b\u000bOIU@N\t\u0005WD)!akjx=:83z%8,'<ei98'.+-mduct.cpV\n\r\f\u000fG\u0006\u0006\u0003\u0003\u0000C\u0019PAW\u001a\u0010\u0017Q\u001f\u0015\u0019\u000e\u0018\u0016HUQR^\u0007ö¼¼\u00adü󻸰óãô⽶\u00ad½²º·ª¦«¦«·ú´¤»àðÊÏÏÃÍ\u0087ÍÊÊÑÆÇ\u0084Ø\u0093\u0080\u0088\u0094ËËÙÆ×Í\u0088ÃÑÖÀ\u008d¤ª¼¸æí¦µ©´ùåþèö\u0094¿ª¼¹µûá÷àñô뾶û¤\u008e\u008b\u0088Æ\u0099\u009d\u0085\u009a\u0083\u0093ÍÄ\u009a\u008a\u008e\u0097ÄÉÕ×ɳ«ßÇÔÕ\u0082\u009a\u0097ù])=/+7!)5&gpgb,d}sj\u007fx'8dxow.!=,7}HLUHJIL\u0010R]XWT^\u0001\u0007\u0011\nF\u001aX\u0019T\u0010\u0017D[HZB\u0018o.\"$-/eof$$7 *='rym{+5~kp&:hr`%\"\u0010\u001bR\r\u0010\u0004\u000f\u0014]Q\u0001\u0000\u001f\u0016\u0013\u0015EL]\u001f\u0019\u0003\u001fU\u0004\u0014\u0017\t\u0001\u0004\u0002\u0018òà «ä÷çú»§·àýöðþþð ½àôâöøá¸áøüàû\u0083Ô\u0090\u0091ØÉ×ÅÐ\u0098\u0092\u009fÀßÅÎ\u0086\u009f\u0093ÈÍßÔÏ\u0097ÈÖ\u0088\u0083ßß㯾¡¾îõ º¿¶¹ê졧£¡»ôûúèå¼³¥®¤°ëðâ\u0089\u008c\u0084\u008e\u008d\u0083\u0091\u0081Æ\u0087\u008d\u0092\u0096\u0086Û\u0098ÁÙ\u0087Î\u008c\u0084\u0090\u009d\u008a\u0081̲\u0082\u0090¸\u0089~jqxs\u007f&ibeU`sT\u007fbi_iyuul0x8/&n%6wH@Y_CWG\u001fSBY@RPNQK@US\u0001B\u0007\u001fM\u0004BJZWLGv\b<.\u000238,;2=1l#$#\u000f:-\n%8/\u0019#3;;&z>~U\\\u0010[LKGG\u0003\u0002\u0016\u001f\u0013\u0001XAQQ\b\u0014\u001e\u0011GOLX\u000f\u0000\t\u0019N", "wqbpg"), Lit3057, "deobfuscate text"), "{row}", frame35Var.$row instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2985), " is not bound in the current context"), "Unbound Variable") : frame35Var.$row), Lit3058, "replace all")), Lit3059);
                runtime.setAndCoerceProperty$Ex(Lit3021, Lit1115, Lit435, Lit720);
                runtime.setAndCoerceProperty$Ex(Lit3011, Lit3022, Lit828, Lit720);
                runtime.setAndCoerceProperty$Ex(Lit2789, Lit2666, Boolean.TRUE, Lit173);
                runtime.callComponentMethod(Lit2789, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3021), Boolean.TRUE), Lit3060);
                runtime.callComponentMethod(Lit2789, Lit2670, LList.Empty, LList.Empty);
            }
        }
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public class frame36 extends ModuleBody {
        Object $text;
        final ModuleMethod lambda$Fn390 = new ModuleMethod(this, 75, null, 0);
        final ModuleMethod lambda$Fn391 = new ModuleMethod(this, 76, null, 0);
        final ModuleMethod lambda$Fn392 = new ModuleMethod(this, 77, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 75:
                    return lambda391();
                case 76:
                    return lambda392();
                case 77:
                    return lambda393();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 75:
                case 76:
                case 77:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda391() {
            ModuleMethod moduleMethod = runtime.string$Mnempty$Qu;
            ModuleMethod moduleMethod2 = runtime.string$Mntrim;
            Object obj = this.$text;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2798), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit3071, "trim")), Screen1.Lit3072, "is text empty?");
        }

        Object lambda392() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.string$Mntrim;
            Object obj = this.$text;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2798), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit3073, "trim"), ""), Screen1.Lit3074, "=");
        }

        Object lambda393() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$text;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2798), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "null"), Screen1.Lit3075, "=");
        }
    }

    public class frame37 extends ModuleBody {
        Object $text;
        final ModuleMethod lambda$Fn395 = new ModuleMethod(this, 78, null, 0);
        final ModuleMethod lambda$Fn396 = new ModuleMethod(this, 79, null, 0);
        final ModuleMethod lambda$Fn397 = new ModuleMethod(this, 80, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 78:
                    return lambda396();
                case 79:
                    return lambda397();
                case 80:
                    return lambda398();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 78:
                case 79:
                case 80:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda396() {
            ModuleMethod moduleMethod = runtime.string$Mnempty$Qu;
            ModuleMethod moduleMethod2 = runtime.string$Mntrim;
            Object obj = this.$text;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2798), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit3077, "trim")), Screen1.Lit3078, "is text empty?");
        }

        Object lambda397() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.string$Mntrim;
            Object obj = this.$text;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2798), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list1(obj), Screen1.Lit3079, "trim"), ""), Screen1.Lit3080, "=");
        }

        Object lambda398() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$text;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2798), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "null"), Screen1.Lit3081, "=");
        }
    }

    static Object lambda387() {
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u009e\u0087\u0092\u0087\u0085ÞßÜ\u008a\u0084\u009d\u009cÀ\u009b\u0087\u0084\u0081\u008f\u0093É\u0085\u009b\u008dÌmk|z\u007fhkssvrd9`?\"`<O}t/|i?p/RLlU6x\u000bfv\rb\u0015Z{Ys]W@{\\D\u001fL]]]Mj`\u001bQ\bABIYq/?`*= f9&2m57&u=#;*:a%2\u0002\"\"&` 1~->\":=8X:V\u0004\u000e\u0012\u0004\u0001P2SL\u0005&*\u0001OK**;.2TQ", "aescevac"), Lit3061, "deobfuscate text"), "{ID}", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnto$Mnupper$Mncase, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit3062)), Lit3063, "upcase"), "\n", ""), Lit3064, "replace all")), Lit3065, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150));
    }

    static Procedure lambda388() {
        return lambda$Fn388;
    }

    static Object lambda389() {
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u009e\u0087\u0092\u0087\u0085ÞßÜ\u008a\u0084\u009d\u009cÀ\u009b\u0087\u0084\u0081\u008f\u0093É\u0085\u009b\u008dÌmk|z\u007fhkssvrd9`?\"`<O}t/|i?p/RLlU6x\u000bfv\rb\u0015Z{Ys]W@{\\D\u001fL]]]Mj`\u001bQ\bABIYq/?`*= f9&2m57&u=#;*:a%2\u0002\"\"&` 1~->\":=8X:V\u0004\u000e\u0012\u0004\u0001P2SL\u0005&*\u0001OK**;.2TQ", "aescevac"), Lit3066, "deobfuscate text"), "{ID}", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnto$Mnupper$Mncase, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit3067)), Lit3068, "upcase"), "\n", ""), Lit3069, "replace all")), Lit3070, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150));
    }

    public class frame38 extends ModuleBody {
        Object $KeyList;
        Object $ValueList;
        Object $result;
        final ModuleMethod proc$Fn399 = new ModuleMethod(this, 81, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 81) {
                return super.apply1(moduleMethod, obj);
            }
            lambda400proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 81) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda400proc(Object obj) {
            ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
            Object obj2 = this.$result;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1838), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj3 = obj;
            boolean z = obj3 instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3088), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj4 = this.$ValueList;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3085), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3088), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj5 = this.$KeyList;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3083), " is not bound in the current context"), "Unbound Variable");
            }
            this.$result = runtime.callYailPrimitive(moduleMethod, LList.list3(obj2, signalRuntimeError, runtime.callYailPrimitive(moduleMethod2, LList.list2(obj4, runtime.callYailPrimitive(moduleMethod3, LList.list2(obj3, obj5), Screen1.Lit3089, "index in list")), Screen1.Lit3090, "select list item")), Screen1.Lit3091, "replace all");
        }
    }

    public class frame39 extends ModuleBody {
        Object $KeyList;
        Object $ValueList;
        Object $result;
        final ModuleMethod proc$Fn402 = new ModuleMethod(this, 82, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 82) {
                return super.apply1(moduleMethod, obj);
            }
            lambda403proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 82) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda403proc(Object obj) {
            ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
            Object obj2 = this.$result;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1838), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj3 = obj;
            boolean z = obj3 instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3088), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj4 = this.$ValueList;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3085), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnindex;
            if (z) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3088), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj5 = this.$KeyList;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3083), " is not bound in the current context"), "Unbound Variable");
            }
            this.$result = runtime.callYailPrimitive(moduleMethod, LList.list3(obj2, signalRuntimeError, runtime.callYailPrimitive(moduleMethod2, LList.list2(obj4, runtime.callYailPrimitive(moduleMethod3, LList.list2(obj3, obj5), Screen1.Lit3095, "index in list")), Screen1.Lit3096, "select list item")), Screen1.Lit3097, "replace all");
        }
    }

    static Object lambda390(Object obj, Object obj2) {
        FString stringAppend;
        frame36 frame36Var = new frame36();
        frame36Var.$text = obj;
        if (runtime.processOrDelayed$V(new Object[]{frame36Var.lambda$Fn390, frame36Var.lambda$Fn391, frame36Var.lambda$Fn392}) != Boolean.FALSE) {
            if (!(obj2 instanceof Package)) {
                return obj2;
            }
            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3076), " is not bound in the current context");
        } else {
            if (!(frame36Var.$text instanceof Package)) {
                return frame36Var.$text;
            }
            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2798), " is not bound in the current context");
        }
        return runtime.signalRuntimeError(stringAppend, "Unbound Variable");
    }

    static Procedure lambda394() {
        return lambda$Fn394;
    }

    static Object lambda395(Object obj, Object obj2) {
        FString stringAppend;
        frame37 frame37Var = new frame37();
        frame37Var.$text = obj;
        if (runtime.processOrDelayed$V(new Object[]{frame37Var.lambda$Fn395, frame37Var.lambda$Fn396, frame37Var.lambda$Fn397}) != Boolean.FALSE) {
            if (!(obj2 instanceof Package)) {
                return obj2;
            }
            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3076), " is not bound in the current context");
        } else {
            if (!(frame37Var.$text instanceof Package)) {
                return frame37Var.$text;
            }
            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2798), " is not bound in the current context");
        }
        return runtime.signalRuntimeError(stringAppend, "Unbound Variable");
    }

    static Object lambda399(Object obj, Object obj2, Object obj3) {
        frame38 frame38Var = new frame38();
        frame38Var.$KeyList = obj2;
        frame38Var.$ValueList = obj3;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3082), " is not bound in the current context"), "Unbound Variable");
        }
        frame38Var.$result = obj;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(frame38Var.$KeyList instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3083), " is not bound in the current context"), "Unbound Variable") : frame38Var.$KeyList), Lit3084, "length of list"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(frame38Var.$ValueList instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3085), " is not bound in the current context"), "Unbound Variable") : frame38Var.$ValueList), Lit3086, "length of list")), Lit3087, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = frame38Var.proc$Fn399;
            runtime.yailForEach(frame38Var.proc$Fn399, frame38Var.$KeyList instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3083), " is not bound in the current context"), "Unbound Variable") : frame38Var.$KeyList);
        } else {
            frame38Var.$result = "Error";
        }
        return frame38Var.$result instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : frame38Var.$result;
    }

    static Procedure lambda401() {
        return lambda$Fn401;
    }

    static Object lambda402(Object obj, Object obj2, Object obj3) {
        frame39 frame39Var = new frame39();
        frame39Var.$KeyList = obj2;
        frame39Var.$ValueList = obj3;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3082), " is not bound in the current context"), "Unbound Variable");
        }
        frame39Var.$result = obj;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(frame39Var.$KeyList instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3083), " is not bound in the current context"), "Unbound Variable") : frame39Var.$KeyList), Lit3092, "length of list"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(frame39Var.$ValueList instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3085), " is not bound in the current context"), "Unbound Variable") : frame39Var.$ValueList), Lit3093, "length of list")), Lit3094, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = frame39Var.proc$Fn402;
            runtime.yailForEach(frame39Var.proc$Fn402, frame39Var.$KeyList instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3083), " is not bound in the current context"), "Unbound Variable") : frame39Var.$KeyList);
        } else {
            frame39Var.$result = "Error";
        }
        return frame39Var.$result instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : frame39Var.$result;
    }

    static Object lambda404(Object obj, Object obj2, Object obj3) {
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        Object obj6;
        Object obj7;
        Object callYailPrimitive;
        char c4;
        char c5;
        char c6;
        Object obj8;
        boolean z;
        Object obj9;
        Object callYailPrimitive2;
        char c7;
        char c8;
        char c9;
        Object obj10;
        Object obj11;
        char c10;
        char c11;
        Object obj12;
        Object obj13;
        char c12;
        char c13;
        char c14;
        Object obj14;
        Object obj15;
        char c15;
        char c16;
        Object obj16;
        Object obj17;
        Object obj18;
        Object obj19;
        int i;
        char c17;
        char c18;
        char c19;
        Object obj20;
        Object obj21;
        Object obj22;
        char c20;
        char c21;
        Object obj23;
        Object obj24;
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp = MultiplyOp.$St;
        AddOp addOp = AddOp.$Pl;
        boolean z2 = obj instanceof Package;
        if (z2) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            obj4 = obj2;
        } else {
            obj4 = obj2;
            obj5 = obj;
        }
        boolean z3 = obj4 instanceof Package;
        boolean z4 = obj3 instanceof Package;
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(addOp, LList.list2(obj5, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj4), Lit3099, "+"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit3100, "*"), Lit711), Lit3101, "format as decimal");
        if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj4, Lit141), Lit3102, ">") != Boolean.FALSE) {
            callYailPrimitive = Lit1439;
        } else {
            ModuleMethod moduleMethod2 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            if (z3) {
                c3 = 0;
                c2 = 1;
                c = 2;
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 2;
                c2 = 1;
                c3 = 0;
                obj6 = obj4;
            }
            if (z4) {
                Object[] objArr = new Object[3];
                objArr[c3] = "The variable ";
                objArr[c2] = runtime.getDisplayRepresentation(Lit391);
                objArr[c] = " is not bound in the current context";
                obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            } else {
                obj7 = obj3;
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list3(obj6, obj7, Lit3103), Lit3104, "*"), Lit711), Lit3105, "format as decimal");
        }
        if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable") : obj, Lit141), Lit3106, ">") != Boolean.FALSE) {
            callYailPrimitive2 = Lit1439;
            z = z3;
        } else {
            ModuleMethod moduleMethod3 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            if (z2) {
                c4 = 0;
                c6 = 1;
                c5 = 2;
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 0;
                c5 = 2;
                c6 = 1;
                obj8 = obj;
            }
            z = z3;
            if (z4) {
                Object[] objArr2 = new Object[3];
                objArr2[c4] = "The variable ";
                objArr2[c6] = runtime.getDisplayRepresentation(Lit391);
                objArr2[c5] = " is not bound in the current context";
                obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            } else {
                obj9 = obj3;
            }
            callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(multiplyOp3, LList.list3(obj8, obj9, Lit3107), Lit3108, "*"), Lit711), Lit3109, "format as decimal");
        }
        ModuleMethod moduleMethod4 = runtime.yail$Mnround;
        ModuleMethod moduleMethod5 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp4 = MultiplyOp.$St;
        if (z2) {
            c9 = 0;
            c8 = 1;
            c7 = 2;
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c7 = 2;
            c8 = 1;
            c9 = 0;
            obj10 = obj;
        }
        if (z4) {
            Object[] objArr3 = new Object[3];
            objArr3[c9] = "The variable ";
            objArr3[c8] = runtime.getDisplayRepresentation(Lit391);
            objArr3[c7] = " is not bound in the current context";
            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj11 = obj3;
        }
        Object callYailPrimitive4 = runtime.callYailPrimitive(moduleMethod4, LList.list1(runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(multiplyOp4, LList.list3(obj10, obj11, Lit3110), Lit3111, "*"), Lit711), Lit3112, "format as decimal")), Lit3113, "round");
        ModuleMethod moduleMethod6 = runtime.format$Mnas$Mndecimal;
        AddOp addOp2 = AddOp.$Pl;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1792), " is not bound in the current context"), "Unbound Variable");
        }
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1793), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(callYailPrimitive2, callYailPrimitive), Lit3114, "+"), Lit711), Lit3115, "format as decimal");
        boolean z5 = callYailPrimitive3 instanceof Package;
        Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit3116), Lit3117, "*"), Lit711), Lit3118, "format as decimal");
        ModuleMethod moduleMethod7 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp5 = MultiplyOp.$St;
        DFloNum dFloNum = Lit3119;
        AddOp addOp3 = AddOp.$Pl;
        boolean z6 = callYailPrimitive5 instanceof Package;
        if (z6) {
            callYailPrimitive5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z7 = callYailPrimitive6 instanceof Package;
        if (z7) {
            callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod7, LList.list2(runtime.callYailPrimitive(multiplyOp5, LList.list2(dFloNum, runtime.callYailPrimitive(addOp3, LList.list2(callYailPrimitive5, callYailPrimitive6), Lit3120, "+")), Lit3121, "*"), Lit711), Lit3122, "format as decimal");
        Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit3123), Lit3124, "*"), Lit711), Lit3125, "format as decimal");
        ModuleMethod moduleMethod8 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp6 = MultiplyOp.$St;
        if (z) {
            c10 = 0;
            c11 = 1;
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c10 = 0;
            c11 = 1;
            obj12 = obj2;
        }
        if (z4) {
            Object[] objArr4 = new Object[3];
            objArr4[c10] = "The variable ";
            objArr4[c11] = runtime.getDisplayRepresentation(Lit391);
            objArr4[2] = " is not bound in the current context";
            obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
        } else {
            obj13 = obj3;
        }
        Object callYailPrimitive9 = runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(multiplyOp6, LList.list3(obj12, obj13, Lit3126), Lit3127, "*"), Lit711), Lit3128, "format as decimal");
        ModuleMethod moduleMethod9 = runtime.format$Mnas$Mndecimal;
        AddOp addOp4 = AddOp.$Pl;
        Pair list1 = LList.list1(z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5);
        boolean z8 = callYailPrimitive4 instanceof Package;
        if (z8) {
            c14 = 0;
            c13 = 1;
            c12 = 2;
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable");
        } else {
            c12 = 2;
            c13 = 1;
            c14 = 0;
            obj14 = callYailPrimitive4;
        }
        if (z7) {
            Object[] objArr5 = new Object[3];
            objArr5[c14] = "The variable ";
            objArr5[c13] = runtime.getDisplayRepresentation(Lit1802);
            objArr5[c12] = " is not bound in the current context";
            obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj15 = callYailPrimitive6;
        }
        boolean z9 = callYailPrimitive7 instanceof Package;
        if (z9) {
            callYailPrimitive7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z10 = callYailPrimitive8 instanceof Package;
        if (z10) {
            callYailPrimitive8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, obj14, obj15, callYailPrimitive7, callYailPrimitive8);
        boolean z11 = callYailPrimitive9 instanceof Package;
        LList.chain1(chain4, z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive9);
        Object callYailPrimitive10 = runtime.callYailPrimitive(moduleMethod9, LList.list2(runtime.callYailPrimitive(addOp4, list1, Lit3129, "+"), Lit711), Lit3130, "format as decimal");
        ModuleMethod moduleMethod10 = runtime.is$Mnnumber$Qu;
        ModuleMethod moduleMethod11 = runtime.yail$Mndivide;
        boolean z12 = callYailPrimitive10 instanceof Package;
        if (z12) {
            c15 = 0;
            c16 = 1;
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
        } else {
            c15 = 0;
            c16 = 1;
            obj16 = callYailPrimitive10;
        }
        if (z4) {
            Object[] objArr6 = new Object[3];
            objArr6[c15] = "The variable ";
            objArr6[c16] = runtime.getDisplayRepresentation(Lit391);
            objArr6[2] = " is not bound in the current context";
            obj17 = runtime.signalRuntimeError(strings.stringAppend(objArr6), "Unbound Variable");
        } else {
            obj17 = obj3;
        }
        if (runtime.callYailPrimitive(moduleMethod10, LList.list1(runtime.callYailPrimitive(moduleMethod11, LList.list2(obj16, obj17), Lit3131, "yail-divide")), Lit3132, "is a number?") != Boolean.FALSE) {
            ModuleMethod moduleMethod12 = runtime.yail$Mndivide;
            if (z12) {
                c20 = 0;
                c21 = 1;
                obj23 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
            } else {
                c20 = 0;
                c21 = 1;
                obj23 = callYailPrimitive10;
            }
            if (z4) {
                Object[] objArr7 = new Object[3];
                objArr7[c20] = "The variable ";
                objArr7[c21] = runtime.getDisplayRepresentation(Lit391);
                objArr7[2] = " is not bound in the current context";
                obj24 = runtime.signalRuntimeError(strings.stringAppend(objArr7), "Unbound Variable");
            } else {
                obj24 = obj3;
            }
            obj18 = runtime.callYailPrimitive(moduleMethod12, LList.list2(obj23, obj24), Lit3133, "yail-divide");
        } else {
            obj18 = Lit141;
        }
        ModuleMethod moduleMethod13 = runtime.format$Mnas$Mndecimal;
        AddOp addOp5 = AddOp.$Mn;
        MultiplyOp multiplyOp7 = MultiplyOp.$St;
        AddOp addOp6 = AddOp.$Mn;
        if (z2) {
            obj19 = callYailPrimitive10;
            i = 3;
            c19 = 0;
            c18 = 1;
            c17 = 2;
            obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            obj19 = callYailPrimitive10;
            i = 3;
            c17 = 2;
            c18 = 1;
            c19 = 0;
            obj20 = obj;
        }
        if (z) {
            obj21 = callYailPrimitive9;
            Object[] objArr8 = new Object[i];
            objArr8[c19] = "The variable ";
            objArr8[c18] = runtime.getDisplayRepresentation(Lit389);
            objArr8[c17] = " is not bound in the current context";
            obj22 = runtime.signalRuntimeError(strings.stringAppend(objArr8), "Unbound Variable");
        } else {
            obj21 = callYailPrimitive9;
            obj22 = obj2;
        }
        Object callYailPrimitive11 = runtime.callYailPrimitive(moduleMethod13, LList.list2(runtime.callYailPrimitive(addOp5, LList.list2(runtime.callYailPrimitive(multiplyOp7, LList.list2(runtime.callYailPrimitive(addOp6, LList.list2(obj20, obj22), Lit3134, "-"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit3135, "*"), z12 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj19), Lit3136, "-"), Lit711), Lit3137, "format as decimal");
        ModuleMethod moduleMethod14 = runtime.make$Mnyail$Mndictionary;
        Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5), Lit3138, "make a pair"));
        Pair chain42 = LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stt", z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive4), Lit3139, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("etc", z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive6), Lit3140, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stax", z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive7), Lit3141, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sebi_charges", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive8), Lit3142, "make a pair"));
        Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stamp_charges", z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : obj21), Lit3143, "make a pair");
        Object callYailPrimitive13 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("total_tax", z12 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj19), Lit3144, "make a pair");
        ModuleMethod moduleMethod15 = runtime.make$Mndictionary$Mnpair;
        if (obj18 instanceof Package) {
            obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1833), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive14 = runtime.callYailPrimitive(moduleMethod15, LList.list2("breakeven", obj18), Lit3145, "make a pair");
        ModuleMethod moduleMethod16 = runtime.make$Mndictionary$Mnpair;
        if (callYailPrimitive11 instanceof Package) {
            callYailPrimitive11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1835), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain4(chain42, callYailPrimitive12, callYailPrimitive13, callYailPrimitive14, runtime.callYailPrimitive(moduleMethod16, LList.list2("net_profit", callYailPrimitive11), Lit3146, "make a pair"));
        Object callYailPrimitive15 = runtime.callYailPrimitive(moduleMethod14, list12, Lit3147, "make a dictionary");
        return callYailPrimitive15 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive15;
    }

    static Procedure lambda405() {
        return lambda$Fn405;
    }

    static Object lambda406(Object obj, Object obj2, Object obj3) {
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        Object obj6;
        Object obj7;
        Object callYailPrimitive;
        char c4;
        char c5;
        char c6;
        Object obj8;
        boolean z;
        Object obj9;
        Object callYailPrimitive2;
        char c7;
        char c8;
        char c9;
        Object obj10;
        Object obj11;
        char c10;
        char c11;
        Object obj12;
        Object obj13;
        char c12;
        char c13;
        char c14;
        Object obj14;
        Object obj15;
        char c15;
        char c16;
        Object obj16;
        Object obj17;
        Object obj18;
        Object obj19;
        int i;
        char c17;
        char c18;
        char c19;
        Object obj20;
        Object obj21;
        Object obj22;
        char c20;
        char c21;
        Object obj23;
        Object obj24;
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp = MultiplyOp.$St;
        AddOp addOp = AddOp.$Pl;
        boolean z2 = obj instanceof Package;
        if (z2) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            obj4 = obj2;
        } else {
            obj4 = obj2;
            obj5 = obj;
        }
        boolean z3 = obj4 instanceof Package;
        boolean z4 = obj3 instanceof Package;
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(addOp, LList.list2(obj5, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj4), Lit3148, "+"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit3149, "*"), Lit711), Lit3150, "format as decimal");
        if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj4, Lit141), Lit3151, ">") != Boolean.FALSE) {
            callYailPrimitive = Lit1439;
        } else {
            ModuleMethod moduleMethod2 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            if (z3) {
                c3 = 0;
                c2 = 1;
                c = 2;
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 2;
                c2 = 1;
                c3 = 0;
                obj6 = obj4;
            }
            if (z4) {
                Object[] objArr = new Object[3];
                objArr[c3] = "The variable ";
                objArr[c2] = runtime.getDisplayRepresentation(Lit391);
                objArr[c] = " is not bound in the current context";
                obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            } else {
                obj7 = obj3;
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list3(obj6, obj7, Lit3103), Lit3152, "*"), Lit711), Lit3153, "format as decimal");
        }
        if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable") : obj, Lit141), Lit3154, ">") != Boolean.FALSE) {
            callYailPrimitive2 = Lit1439;
            z = z3;
        } else {
            ModuleMethod moduleMethod3 = runtime.format$Mnas$Mndecimal;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            if (z2) {
                c4 = 0;
                c6 = 1;
                c5 = 2;
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 0;
                c5 = 2;
                c6 = 1;
                obj8 = obj;
            }
            z = z3;
            if (z4) {
                Object[] objArr2 = new Object[3];
                objArr2[c4] = "The variable ";
                objArr2[c6] = runtime.getDisplayRepresentation(Lit391);
                objArr2[c5] = " is not bound in the current context";
                obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            } else {
                obj9 = obj3;
            }
            callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(multiplyOp3, LList.list3(obj8, obj9, Lit3107), Lit3155, "*"), Lit711), Lit3156, "format as decimal");
        }
        ModuleMethod moduleMethod4 = runtime.yail$Mnround;
        ModuleMethod moduleMethod5 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp4 = MultiplyOp.$St;
        if (z2) {
            c9 = 0;
            c8 = 1;
            c7 = 2;
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c7 = 2;
            c8 = 1;
            c9 = 0;
            obj10 = obj;
        }
        if (z4) {
            Object[] objArr3 = new Object[3];
            objArr3[c9] = "The variable ";
            objArr3[c8] = runtime.getDisplayRepresentation(Lit391);
            objArr3[c7] = " is not bound in the current context";
            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj11 = obj3;
        }
        Object callYailPrimitive4 = runtime.callYailPrimitive(moduleMethod4, LList.list1(runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(multiplyOp4, LList.list3(obj10, obj11, Lit3110), Lit3157, "*"), Lit711), Lit3158, "format as decimal")), Lit3159, "round");
        ModuleMethod moduleMethod6 = runtime.format$Mnas$Mndecimal;
        AddOp addOp2 = AddOp.$Pl;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1792), " is not bound in the current context"), "Unbound Variable");
        }
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1793), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(callYailPrimitive2, callYailPrimitive), Lit3160, "+"), Lit711), Lit3161, "format as decimal");
        boolean z5 = callYailPrimitive3 instanceof Package;
        Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit3116), Lit3162, "*"), Lit711), Lit3163, "format as decimal");
        ModuleMethod moduleMethod7 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp5 = MultiplyOp.$St;
        DFloNum dFloNum = Lit3119;
        AddOp addOp3 = AddOp.$Pl;
        boolean z6 = callYailPrimitive5 instanceof Package;
        if (z6) {
            callYailPrimitive5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z7 = callYailPrimitive6 instanceof Package;
        if (z7) {
            callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod7, LList.list2(runtime.callYailPrimitive(multiplyOp5, LList.list2(dFloNum, runtime.callYailPrimitive(addOp3, LList.list2(callYailPrimitive5, callYailPrimitive6), Lit3164, "+")), Lit3165, "*"), Lit711), Lit3166, "format as decimal");
        Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.format$Mnas$Mndecimal, LList.list2(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1796), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Lit3123), Lit3167, "*"), Lit711), Lit3168, "format as decimal");
        ModuleMethod moduleMethod8 = runtime.format$Mnas$Mndecimal;
        MultiplyOp multiplyOp6 = MultiplyOp.$St;
        if (z) {
            c10 = 0;
            c11 = 1;
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable");
        } else {
            c10 = 0;
            c11 = 1;
            obj12 = obj2;
        }
        if (z4) {
            Object[] objArr4 = new Object[3];
            objArr4[c10] = "The variable ";
            objArr4[c11] = runtime.getDisplayRepresentation(Lit391);
            objArr4[2] = " is not bound in the current context";
            obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
        } else {
            obj13 = obj3;
        }
        Object callYailPrimitive9 = runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(multiplyOp6, LList.list3(obj12, obj13, Lit3126), Lit3169, "*"), Lit711), Lit3170, "format as decimal");
        ModuleMethod moduleMethod9 = runtime.format$Mnas$Mndecimal;
        AddOp addOp4 = AddOp.$Pl;
        Pair list1 = LList.list1(z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5);
        boolean z8 = callYailPrimitive4 instanceof Package;
        if (z8) {
            c14 = 0;
            c13 = 1;
            c12 = 2;
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable");
        } else {
            c12 = 2;
            c13 = 1;
            c14 = 0;
            obj14 = callYailPrimitive4;
        }
        if (z7) {
            Object[] objArr5 = new Object[3];
            objArr5[c14] = "The variable ";
            objArr5[c13] = runtime.getDisplayRepresentation(Lit1802);
            objArr5[c12] = " is not bound in the current context";
            obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr5), "Unbound Variable");
        } else {
            obj15 = callYailPrimitive6;
        }
        boolean z9 = callYailPrimitive7 instanceof Package;
        if (z9) {
            callYailPrimitive7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z10 = callYailPrimitive8 instanceof Package;
        if (z10) {
            callYailPrimitive8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, obj14, obj15, callYailPrimitive7, callYailPrimitive8);
        boolean z11 = callYailPrimitive9 instanceof Package;
        LList.chain1(chain4, z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive9);
        Object callYailPrimitive10 = runtime.callYailPrimitive(moduleMethod9, LList.list2(runtime.callYailPrimitive(addOp4, list1, Lit3171, "+"), Lit711), Lit3172, "format as decimal");
        ModuleMethod moduleMethod10 = runtime.is$Mnnumber$Qu;
        ModuleMethod moduleMethod11 = runtime.yail$Mndivide;
        boolean z12 = callYailPrimitive10 instanceof Package;
        if (z12) {
            c15 = 0;
            c16 = 1;
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
        } else {
            c15 = 0;
            c16 = 1;
            obj16 = callYailPrimitive10;
        }
        if (z4) {
            Object[] objArr6 = new Object[3];
            objArr6[c15] = "The variable ";
            objArr6[c16] = runtime.getDisplayRepresentation(Lit391);
            objArr6[2] = " is not bound in the current context";
            obj17 = runtime.signalRuntimeError(strings.stringAppend(objArr6), "Unbound Variable");
        } else {
            obj17 = obj3;
        }
        if (runtime.callYailPrimitive(moduleMethod10, LList.list1(runtime.callYailPrimitive(moduleMethod11, LList.list2(obj16, obj17), Lit3173, "yail-divide")), Lit3174, "is a number?") != Boolean.FALSE) {
            ModuleMethod moduleMethod12 = runtime.yail$Mndivide;
            if (z12) {
                c20 = 0;
                c21 = 1;
                obj23 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable");
            } else {
                c20 = 0;
                c21 = 1;
                obj23 = callYailPrimitive10;
            }
            if (z4) {
                Object[] objArr7 = new Object[3];
                objArr7[c20] = "The variable ";
                objArr7[c21] = runtime.getDisplayRepresentation(Lit391);
                objArr7[2] = " is not bound in the current context";
                obj24 = runtime.signalRuntimeError(strings.stringAppend(objArr7), "Unbound Variable");
            } else {
                obj24 = obj3;
            }
            obj18 = runtime.callYailPrimitive(moduleMethod12, LList.list2(obj23, obj24), Lit3175, "yail-divide");
        } else {
            obj18 = Lit141;
        }
        ModuleMethod moduleMethod13 = runtime.format$Mnas$Mndecimal;
        AddOp addOp5 = AddOp.$Mn;
        MultiplyOp multiplyOp7 = MultiplyOp.$St;
        AddOp addOp6 = AddOp.$Mn;
        if (z2) {
            obj19 = callYailPrimitive10;
            i = 3;
            c19 = 0;
            c18 = 1;
            c17 = 2;
            obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            obj19 = callYailPrimitive10;
            i = 3;
            c17 = 2;
            c18 = 1;
            c19 = 0;
            obj20 = obj;
        }
        if (z) {
            obj21 = callYailPrimitive9;
            Object[] objArr8 = new Object[i];
            objArr8[c19] = "The variable ";
            objArr8[c18] = runtime.getDisplayRepresentation(Lit389);
            objArr8[c17] = " is not bound in the current context";
            obj22 = runtime.signalRuntimeError(strings.stringAppend(objArr8), "Unbound Variable");
        } else {
            obj21 = callYailPrimitive9;
            obj22 = obj2;
        }
        Object callYailPrimitive11 = runtime.callYailPrimitive(moduleMethod13, LList.list2(runtime.callYailPrimitive(addOp5, LList.list2(runtime.callYailPrimitive(multiplyOp7, LList.list2(runtime.callYailPrimitive(addOp6, LList.list2(obj20, obj22), Lit3176, "-"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj3), Lit3177, "*"), z12 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj19), Lit3178, "-"), Lit711), Lit3179, "format as decimal");
        ModuleMethod moduleMethod14 = runtime.make$Mnyail$Mndictionary;
        Pair list12 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1801), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5), Lit3180, "make a pair"));
        Pair chain42 = LList.chain4(list12, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stt", z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1812), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive4), Lit3181, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("etc", z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1802), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive6), Lit3182, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stax", z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1813), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive7), Lit3183, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sebi_charges", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1814), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive8), Lit3184, "make a pair"));
        Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("stamp_charges", z11 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1815), " is not bound in the current context"), "Unbound Variable") : obj21), Lit3185, "make a pair");
        Object callYailPrimitive13 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("total_tax", z12 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1818), " is not bound in the current context"), "Unbound Variable") : obj19), Lit3186, "make a pair");
        ModuleMethod moduleMethod15 = runtime.make$Mndictionary$Mnpair;
        if (obj18 instanceof Package) {
            obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1833), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive14 = runtime.callYailPrimitive(moduleMethod15, LList.list2("breakeven", obj18), Lit3187, "make a pair");
        ModuleMethod moduleMethod16 = runtime.make$Mndictionary$Mnpair;
        if (callYailPrimitive11 instanceof Package) {
            callYailPrimitive11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1835), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain4(chain42, callYailPrimitive12, callYailPrimitive13, callYailPrimitive14, runtime.callYailPrimitive(moduleMethod16, LList.list2("net_profit", callYailPrimitive11), Lit3188, "make a pair"));
        Object callYailPrimitive15 = runtime.callYailPrimitive(moduleMethod14, list12, Lit3189, "make a dictionary");
        return callYailPrimitive15 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive15;
    }

    static Object lambda407() {
        Object obj;
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        boolean z;
        Object obj2;
        Object obj3;
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2873, runtime.$Stthe$Mnnull$Mnvalue$St));
        if (runtime.processOrDelayed$V(new Object[]{lambda$Fn407, lambda$Fn408}) == Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Reached Trade limit for Free user: Activate Pro to allow more trade or exit active trade(s)");
        }
        runtime.callComponentMethod(Lit160, Lit161, LList.list2("Orders", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit3195);
        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "symbol"), Lit3196, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Orders", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit3197)), Lit3198, "list by walking key path in dictionary")), Lit3199, "list to csv row");
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mndictionary;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("BASKET", runtime.get$Mnproperty.apply2(Lit3200, Lit3201)), Lit3202, "make a pair"));
        Pair chain4 = LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3203, "list from csv row")), Lit3204, "is in list?") != Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3205, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ordertype", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3206, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3207, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sid", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3208, "make a pair"));
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("transtype", runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit3209, "not") != Boolean.FALSE ? "BUY" : "SELL"), Lit3210, "make a pair");
        Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("pendingLTP", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("ADV,LMT"), Lit3211, "list from csv row")), Lit3212, "is in list?") != Boolean.FALSE ? runtime.get$Mnproperty.apply2(Lit378, Lit6) : ""), Lit3213, "make a pair");
        ModuleMethod moduleMethod3 = runtime.make$Mndictionary$Mnpair;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("MKT"), Lit3214, "list from csv row")), Lit3215, "is in list?") != Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        } else {
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("PRC"), Lit3216, "list from csv row")), Lit3217, "is in list?") == Boolean.FALSE) {
                obj = "";
                Pair chain42 = LList.chain4(LList.chain4(chain4, callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod3, LList.list2("EntryLTP", obj), Lit3218, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Qty", runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit3219, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SL", runtime.get$Mnproperty.apply2(Lit2820, Lit6)), Lit3220, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SLPCT", runtime.get$Mnproperty.apply2(Lit3221, Lit6)), Lit3222, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGT", runtime.get$Mnproperty.apply2(Lit2825, Lit6)), Lit3223, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGTPCT", runtime.get$Mnproperty.apply2(Lit3224, Lit6)), Lit3225, "make a pair"));
                Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("lotSize", Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit3226, "make a pair");
                Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitLTP", ""), Lit3227, "make a pair");
                ModuleMethod moduleMethod4 = runtime.make$Mndictionary$Mnpair;
                SimpleSymbol simpleSymbol2 = Lit198;
                LList.chain4(LList.chain4(chain42, callYailPrimitive3, callYailPrimitive4, runtime.callYailPrimitive(moduleMethod4, LList.list2("EntryTS", runtime.callComponentMethod(simpleSymbol2, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol2, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit3228)), Lit3229, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitTS", ""), Lit3230, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("totInvested", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3231, "dictionary lookup")), Lit3232, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit329, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3233, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TotQty", runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.get$Mnproperty.apply2(Lit383, Lit6), Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit3234, "*")), Lit3235, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("notes", runtime.get$Mnproperty.apply2(Lit3236, Lit6)), Lit3237, "make a pair"));
                Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod2, list1, Lit3238, "make a dictionary");
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object[] objArr = new Object[7];
                objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
                objArr[1] = "I";
                objArr[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
                objArr[3] = "Orders";
                objArr[4] = "DateTime|TagKey|TagValue|userid|deviceid";
                ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
                ModuleMethod moduleMethod6 = runtime.make$Mnyail$Mnlist;
                SimpleSymbol simpleSymbol3 = Lit198;
                Pair list12 = LList.list1(runtime.callComponentMethod(simpleSymbol3, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol3, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit3239));
                ModuleMethod moduleMethod7 = runtime.make$Mnyail$Mndictionary;
                ModuleMethod moduleMethod8 = runtime.make$Mndictionary$Mnpair;
                SimpleSymbol simpleSymbol4 = Lit198;
                z = callYailPrimitive5 instanceof Package;
                LList.chain4(list12, runtime.callYailPrimitive(moduleMethod7, LList.list3(runtime.callYailPrimitive(moduleMethod8, LList.list2("transID", runtime.callComponentMethod(simpleSymbol4, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol4, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit3240)), Lit3241, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3242, "convert a dictionary to an alist")), Lit3243, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3244, "list from csv row")), Lit3245, "is in list?") == Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3246, "make a pair")), Lit3247, "make a dictionary"), !z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
                objArr[5] = runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(moduleMethod6, list12, Lit3248, "make a list"), "|"), Lit3249, "join with separator");
                objArr[6] = "DateTime";
                applyToArgs.applyN(objArr);
                SimpleSymbol simpleSymbol5 = Lit156;
                SimpleSymbol simpleSymbol6 = Lit169;
                ModuleMethod moduleMethod9 = runtime.make$Mnyail$Mndictionary;
                ModuleMethod moduleMethod10 = runtime.make$Mndictionary$Mnpair;
                SimpleSymbol simpleSymbol7 = Lit198;
                Object callYailPrimitive6 = runtime.callYailPrimitive(moduleMethod9, LList.list3(runtime.callYailPrimitive(moduleMethod10, LList.list2("transID", runtime.callComponentMethod(simpleSymbol7, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol7, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit3250)), Lit3251, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3252, "convert a dictionary to an alist")), Lit3253, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3254, "list from csv row")), Lit3255, "is in list?") == Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3256, "make a pair")), Lit3257, "make a dictionary");
                if (z) {
                    obj2 = "Unbound Variable";
                    obj3 = callYailPrimitive5;
                } else {
                    obj2 = "Unbound Variable";
                    obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj2);
                }
                runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2(callYailPrimitive6, obj3), Lit3258);
                SimpleSymbol simpleSymbol8 = Lit622;
                SimpleSymbol simpleSymbol9 = Lit2296;
                Pair list13 = LList.list1("Order Executed Successfully !");
                Object apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "{transtype} {sid} {TotQty} Qty for {EntryLTP} \nat {EntryTS}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,EntryLTP,EntryTS"), Lit3259, "list from csv row"), !z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj2) : callYailPrimitive5);
                Boolean bool = Boolean.TRUE;
                SimpleSymbol simpleSymbol10 = Lit198;
                LList.chain4(list13, apply4, bool, "", runtime.callComponentMethod(simpleSymbol10, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol10, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit3260));
                runtime.callComponentMethod(simpleSymbol8, simpleSymbol9, list13, Lit3261);
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
                return runtime.addGlobalVarToCurrentFormEnvironment(Lit34, "");
            }
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        }
        obj = moduleMethod.apply2(simpleSymbol, Lit6);
        Pair chain422 = LList.chain4(LList.chain4(chain4, callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod3, LList.list2("EntryLTP", obj), Lit3218, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Qty", runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit3219, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SL", runtime.get$Mnproperty.apply2(Lit2820, Lit6)), Lit3220, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SLPCT", runtime.get$Mnproperty.apply2(Lit3221, Lit6)), Lit3222, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGT", runtime.get$Mnproperty.apply2(Lit2825, Lit6)), Lit3223, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGTPCT", runtime.get$Mnproperty.apply2(Lit3224, Lit6)), Lit3225, "make a pair"));
        Object callYailPrimitive32 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("lotSize", Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit3226, "make a pair");
        Object callYailPrimitive42 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitLTP", ""), Lit3227, "make a pair");
        ModuleMethod moduleMethod42 = runtime.make$Mndictionary$Mnpair;
        SimpleSymbol simpleSymbol22 = Lit198;
        LList.chain4(LList.chain4(chain422, callYailPrimitive32, callYailPrimitive42, runtime.callYailPrimitive(moduleMethod42, LList.list2("EntryTS", runtime.callComponentMethod(simpleSymbol22, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol22, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit3228)), Lit3229, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitTS", ""), Lit3230, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("totInvested", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3231, "dictionary lookup")), Lit3232, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit329, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3233, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TotQty", runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.get$Mnproperty.apply2(Lit383, Lit6), Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit3234, "*")), Lit3235, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("notes", runtime.get$Mnproperty.apply2(Lit3236, Lit6)), Lit3237, "make a pair"));
        Object callYailPrimitive52 = runtime.callYailPrimitive(moduleMethod2, list1, Lit3238, "make a dictionary");
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object[] objArr2 = new Object[7];
        objArr2[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr2[1] = "I";
        objArr2[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr2[3] = "Orders";
        objArr2[4] = "DateTime|TagKey|TagValue|userid|deviceid";
        ModuleMethod moduleMethod52 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod62 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol32 = Lit198;
        Pair list122 = LList.list1(runtime.callComponentMethod(simpleSymbol32, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol32, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit3239));
        ModuleMethod moduleMethod72 = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod82 = runtime.make$Mndictionary$Mnpair;
        SimpleSymbol simpleSymbol42 = Lit198;
        z = callYailPrimitive52 instanceof Package;
        LList.chain4(list122, runtime.callYailPrimitive(moduleMethod72, LList.list3(runtime.callYailPrimitive(moduleMethod82, LList.list2("transID", runtime.callComponentMethod(simpleSymbol42, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol42, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit3240)), Lit3241, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3242, "convert a dictionary to an alist")), Lit3243, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3244, "list from csv row")), Lit3245, "is in list?") == Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3246, "make a pair")), Lit3247, "make a dictionary"), !z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive52, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
        objArr2[5] = runtime.callYailPrimitive(moduleMethod52, LList.list2(runtime.callYailPrimitive(moduleMethod62, list122, Lit3248, "make a list"), "|"), Lit3249, "join with separator");
        objArr2[6] = "DateTime";
        applyToArgs2.applyN(objArr2);
        SimpleSymbol simpleSymbol52 = Lit156;
        SimpleSymbol simpleSymbol62 = Lit169;
        ModuleMethod moduleMethod92 = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod102 = runtime.make$Mndictionary$Mnpair;
        SimpleSymbol simpleSymbol72 = Lit198;
        Object callYailPrimitive62 = runtime.callYailPrimitive(moduleMethod92, LList.list3(runtime.callYailPrimitive(moduleMethod102, LList.list2("transID", runtime.callComponentMethod(simpleSymbol72, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol72, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit3250)), Lit3251, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3252, "convert a dictionary to an alist")), Lit3253, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3254, "list from csv row")), Lit3255, "is in list?") == Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3256, "make a pair")), Lit3257, "make a dictionary");
        if (z) {
        }
        runtime.callComponentMethod(simpleSymbol52, simpleSymbol62, LList.list2(callYailPrimitive62, obj3), Lit3258);
        SimpleSymbol simpleSymbol82 = Lit622;
        SimpleSymbol simpleSymbol92 = Lit2296;
        Pair list132 = LList.list1("Order Executed Successfully !");
        Object apply42 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "{transtype} {sid} {TotQty} Qty for {EntryLTP} \nat {EntryTS}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,EntryLTP,EntryTS"), Lit3259, "list from csv row"), !z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj2) : callYailPrimitive52);
        Boolean bool2 = Boolean.TRUE;
        SimpleSymbol simpleSymbol102 = Lit198;
        LList.chain4(list132, apply42, bool2, "", runtime.callComponentMethod(simpleSymbol102, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol102, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit3260));
        runtime.callComponentMethod(simpleSymbol82, simpleSymbol92, list132, Lit3261);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit34, "");
    }

    static Object lambda408() {
        return runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("1\"7", "brytqies"), Lit3191, "deobfuscate text"), Boolean.FALSE), Lit3192);
    }

    static Object lambda409() {
        return runtime.callYailPrimitive(Scheme.numLEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit136, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3193, "length of list"), Lit645), Lit3194, "<=");
    }

    static Procedure lambda410() {
        return lambda$Fn410;
    }

    static Object lambda411() {
        Object obj;
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        boolean z;
        Object obj2;
        Object obj3;
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2873, runtime.$Stthe$Mnnull$Mnvalue$St));
        if (runtime.processOrDelayed$V(new Object[]{lambda$Fn411, lambda$Fn412}) == Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Reached Trade limit for Free user: Activate Pro to allow more trade or exit active trade(s)");
        }
        runtime.callComponentMethod(Lit160, Lit161, LList.list2("Orders", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit3266);
        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "symbol"), Lit3267, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Orders", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit3268)), Lit3269, "list by walking key path in dictionary")), Lit3270, "list to csv row");
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mndictionary;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("BASKET", runtime.get$Mnproperty.apply2(Lit3200, Lit3201)), Lit3271, "make a pair"));
        Pair chain4 = LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3272, "list from csv row")), Lit3273, "is in list?") != Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3274, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ordertype", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3275, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3276, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sid", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3277, "make a pair"));
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("transtype", runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit3278, "not") != Boolean.FALSE ? "BUY" : "SELL"), Lit3279, "make a pair");
        Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("pendingLTP", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("ADV,LMT"), Lit3280, "list from csv row")), Lit3281, "is in list?") != Boolean.FALSE ? runtime.get$Mnproperty.apply2(Lit378, Lit6) : ""), Lit3282, "make a pair");
        ModuleMethod moduleMethod3 = runtime.make$Mndictionary$Mnpair;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("MKT"), Lit3283, "list from csv row")), Lit3284, "is in list?") != Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        } else {
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("PRC"), Lit3285, "list from csv row")), Lit3286, "is in list?") == Boolean.FALSE) {
                obj = "";
                Pair chain42 = LList.chain4(LList.chain4(chain4, callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod3, LList.list2("EntryLTP", obj), Lit3287, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Qty", runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit3288, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SL", runtime.get$Mnproperty.apply2(Lit2820, Lit6)), Lit3289, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SLPCT", runtime.get$Mnproperty.apply2(Lit3221, Lit6)), Lit3290, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGT", runtime.get$Mnproperty.apply2(Lit2825, Lit6)), Lit3291, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGTPCT", runtime.get$Mnproperty.apply2(Lit3224, Lit6)), Lit3292, "make a pair"));
                Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("lotSize", Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit3293, "make a pair");
                Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitLTP", ""), Lit3294, "make a pair");
                ModuleMethod moduleMethod4 = runtime.make$Mndictionary$Mnpair;
                SimpleSymbol simpleSymbol2 = Lit198;
                LList.chain4(LList.chain4(chain42, callYailPrimitive3, callYailPrimitive4, runtime.callYailPrimitive(moduleMethod4, LList.list2("EntryTS", runtime.callComponentMethod(simpleSymbol2, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol2, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit3295)), Lit3296, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitTS", ""), Lit3297, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("totInvested", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3298, "dictionary lookup")), Lit3299, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit329, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3300, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TotQty", runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.get$Mnproperty.apply2(Lit383, Lit6), Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit3301, "*")), Lit3302, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("notes", runtime.get$Mnproperty.apply2(Lit3236, Lit6)), Lit3303, "make a pair"));
                Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod2, list1, Lit3304, "make a dictionary");
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object[] objArr = new Object[7];
                objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
                objArr[1] = "I";
                objArr[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
                objArr[3] = "Orders";
                objArr[4] = "DateTime|TagKey|TagValue|userid|deviceid";
                ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
                ModuleMethod moduleMethod6 = runtime.make$Mnyail$Mnlist;
                SimpleSymbol simpleSymbol3 = Lit198;
                Pair list12 = LList.list1(runtime.callComponentMethod(simpleSymbol3, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol3, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit3305));
                ModuleMethod moduleMethod7 = runtime.make$Mnyail$Mndictionary;
                ModuleMethod moduleMethod8 = runtime.make$Mndictionary$Mnpair;
                SimpleSymbol simpleSymbol4 = Lit198;
                z = callYailPrimitive5 instanceof Package;
                LList.chain4(list12, runtime.callYailPrimitive(moduleMethod7, LList.list3(runtime.callYailPrimitive(moduleMethod8, LList.list2("transID", runtime.callComponentMethod(simpleSymbol4, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol4, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit3306)), Lit3307, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3308, "convert a dictionary to an alist")), Lit3309, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3310, "list from csv row")), Lit3311, "is in list?") == Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3312, "make a pair")), Lit3313, "make a dictionary"), !z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
                objArr[5] = runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(moduleMethod6, list12, Lit3314, "make a list"), "|"), Lit3315, "join with separator");
                objArr[6] = "DateTime";
                applyToArgs.applyN(objArr);
                SimpleSymbol simpleSymbol5 = Lit156;
                SimpleSymbol simpleSymbol6 = Lit169;
                ModuleMethod moduleMethod9 = runtime.make$Mnyail$Mndictionary;
                ModuleMethod moduleMethod10 = runtime.make$Mndictionary$Mnpair;
                SimpleSymbol simpleSymbol7 = Lit198;
                Object callYailPrimitive6 = runtime.callYailPrimitive(moduleMethod9, LList.list3(runtime.callYailPrimitive(moduleMethod10, LList.list2("transID", runtime.callComponentMethod(simpleSymbol7, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol7, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit3316)), Lit3317, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3318, "convert a dictionary to an alist")), Lit3319, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3320, "list from csv row")), Lit3321, "is in list?") == Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3322, "make a pair")), Lit3323, "make a dictionary");
                if (z) {
                    obj2 = "Unbound Variable";
                    obj3 = callYailPrimitive5;
                } else {
                    obj2 = "Unbound Variable";
                    obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj2);
                }
                runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list2(callYailPrimitive6, obj3), Lit3324);
                SimpleSymbol simpleSymbol8 = Lit622;
                SimpleSymbol simpleSymbol9 = Lit2296;
                Pair list13 = LList.list1("Order Executed Successfully !");
                Object apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "{transtype} {sid} {TotQty} Qty for {EntryLTP} \nat {EntryTS}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,EntryLTP,EntryTS"), Lit3325, "list from csv row"), !z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj2) : callYailPrimitive5);
                Boolean bool = Boolean.TRUE;
                SimpleSymbol simpleSymbol10 = Lit198;
                LList.chain4(list13, apply4, bool, "", runtime.callComponentMethod(simpleSymbol10, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol10, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit3326));
                runtime.callComponentMethod(simpleSymbol8, simpleSymbol9, list13, Lit3327);
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
                return runtime.addGlobalVarToCurrentFormEnvironment(Lit34, "");
            }
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        }
        obj = moduleMethod.apply2(simpleSymbol, Lit6);
        Pair chain422 = LList.chain4(LList.chain4(chain4, callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod3, LList.list2("EntryLTP", obj), Lit3287, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Qty", runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit3288, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SL", runtime.get$Mnproperty.apply2(Lit2820, Lit6)), Lit3289, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SLPCT", runtime.get$Mnproperty.apply2(Lit3221, Lit6)), Lit3290, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGT", runtime.get$Mnproperty.apply2(Lit2825, Lit6)), Lit3291, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGTPCT", runtime.get$Mnproperty.apply2(Lit3224, Lit6)), Lit3292, "make a pair"));
        Object callYailPrimitive32 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("lotSize", Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit3293, "make a pair");
        Object callYailPrimitive42 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitLTP", ""), Lit3294, "make a pair");
        ModuleMethod moduleMethod42 = runtime.make$Mndictionary$Mnpair;
        SimpleSymbol simpleSymbol22 = Lit198;
        LList.chain4(LList.chain4(chain422, callYailPrimitive32, callYailPrimitive42, runtime.callYailPrimitive(moduleMethod42, LList.list2("EntryTS", runtime.callComponentMethod(simpleSymbol22, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol22, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit3295)), Lit3296, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitTS", ""), Lit3297, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("totInvested", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3298, "dictionary lookup")), Lit3299, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit329, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3300, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TotQty", runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.get$Mnproperty.apply2(Lit383, Lit6), Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit3301, "*")), Lit3302, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("notes", runtime.get$Mnproperty.apply2(Lit3236, Lit6)), Lit3303, "make a pair"));
        Object callYailPrimitive52 = runtime.callYailPrimitive(moduleMethod2, list1, Lit3304, "make a dictionary");
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object[] objArr2 = new Object[7];
        objArr2[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr2[1] = "I";
        objArr2[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr2[3] = "Orders";
        objArr2[4] = "DateTime|TagKey|TagValue|userid|deviceid";
        ModuleMethod moduleMethod52 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod62 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol32 = Lit198;
        Pair list122 = LList.list1(runtime.callComponentMethod(simpleSymbol32, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol32, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit3305));
        ModuleMethod moduleMethod72 = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod82 = runtime.make$Mndictionary$Mnpair;
        SimpleSymbol simpleSymbol42 = Lit198;
        z = callYailPrimitive52 instanceof Package;
        LList.chain4(list122, runtime.callYailPrimitive(moduleMethod72, LList.list3(runtime.callYailPrimitive(moduleMethod82, LList.list2("transID", runtime.callComponentMethod(simpleSymbol42, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol42, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit3306)), Lit3307, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3308, "convert a dictionary to an alist")), Lit3309, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3310, "list from csv row")), Lit3311, "is in list?") == Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3312, "make a pair")), Lit3313, "make a dictionary"), !z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive52, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
        objArr2[5] = runtime.callYailPrimitive(moduleMethod52, LList.list2(runtime.callYailPrimitive(moduleMethod62, list122, Lit3314, "make a list"), "|"), Lit3315, "join with separator");
        objArr2[6] = "DateTime";
        applyToArgs2.applyN(objArr2);
        SimpleSymbol simpleSymbol52 = Lit156;
        SimpleSymbol simpleSymbol62 = Lit169;
        ModuleMethod moduleMethod92 = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod102 = runtime.make$Mndictionary$Mnpair;
        SimpleSymbol simpleSymbol72 = Lit198;
        Object callYailPrimitive62 = runtime.callYailPrimitive(moduleMethod92, LList.list3(runtime.callYailPrimitive(moduleMethod102, LList.list2("transID", runtime.callComponentMethod(simpleSymbol72, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol72, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit3316)), Lit3317, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3318, "convert a dictionary to an alist")), Lit3319, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit3320, "list from csv row")), Lit3321, "is in list?") == Boolean.FALSE ? "PENDING" : "ACTIVE"), Lit3322, "make a pair")), Lit3323, "make a dictionary");
        if (z) {
        }
        runtime.callComponentMethod(simpleSymbol52, simpleSymbol62, LList.list2(callYailPrimitive62, obj3), Lit3324);
        SimpleSymbol simpleSymbol82 = Lit622;
        SimpleSymbol simpleSymbol92 = Lit2296;
        Pair list132 = LList.list1("Order Executed Successfully !");
        Object apply42 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "{transtype} {sid} {TotQty} Qty for {EntryLTP} \nat {EntryTS}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,EntryLTP,EntryTS"), Lit3325, "list from csv row"), !z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj2) : callYailPrimitive52);
        Boolean bool2 = Boolean.TRUE;
        SimpleSymbol simpleSymbol102 = Lit198;
        LList.chain4(list132, apply42, bool2, "", runtime.callComponentMethod(simpleSymbol102, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol102, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit3326));
        runtime.callComponentMethod(simpleSymbol82, simpleSymbol92, list132, Lit3327);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit34, "");
    }

    static Object lambda412() {
        return runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("1\"7", "brytqies"), Lit3262, "deobfuscate text"), Boolean.FALSE), Lit3263);
    }

    static Object lambda413() {
        return runtime.callYailPrimitive(Scheme.numLEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit136, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3264, "length of list"), Lit645), Lit3265, "<=");
    }

    static Object lambda414(Object obj) {
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{AMT}"), Lit3329, "list from csv row");
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mnlist;
        Object obj2 = obj;
        boolean z = obj2 instanceof Package;
        String str = runtime.callYailPrimitive(Scheme.numGEq, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : obj2, Lit141), Lit3330, ">=") != Boolean.FALSE ? "#69ad30" : "#ff453a";
        ModuleMethod moduleMethod2 = strings.string$Mnappend;
        String str2 = runtime.callYailPrimitive(Scheme.numGEq, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : obj2, Lit141), Lit3331, ">=") != Boolean.FALSE ? "+" : "";
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<font color=gray>Total P&L</font><br><big><big><font color={COLOR}>{AMT}</font></big></big>", callYailPrimitive, runtime.callYailPrimitive(moduleMethod, LList.list2(str, runtime.callYailPrimitive(moduleMethod2, LList.list3(str2, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, obj2), ""), Lit3332, "join")), Lit3333, "make a list"));
    }

    static Procedure lambda415() {
        return lambda$Fn415;
    }

    static Object lambda416(Object obj) {
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{AMT}"), Lit3334, "list from csv row");
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mnlist;
        Object obj2 = obj;
        boolean z = obj2 instanceof Package;
        String str = runtime.callYailPrimitive(Scheme.numGEq, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : obj2, Lit141), Lit3335, ">=") != Boolean.FALSE ? "#69ad30" : "#ff453a";
        ModuleMethod moduleMethod2 = strings.string$Mnappend;
        String str2 = runtime.callYailPrimitive(Scheme.numGEq, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : obj2, Lit141), Lit3336, ">=") != Boolean.FALSE ? "+" : "";
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<font color=gray>Total P&L</font><br><big><big><font color={COLOR}>{AMT}</font></big></big>", callYailPrimitive, runtime.callYailPrimitive(moduleMethod, LList.list2(str, runtime.callYailPrimitive(moduleMethod2, LList.list3(str2, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, obj2), ""), Lit3337, "join")), Lit3338, "make a list"));
    }

    static Object lambda417(Object obj, Object obj2, Object obj3) {
        Object callYailPrimitive;
        if (!(obj instanceof Package) ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3339), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            Object obj4 = obj2;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3340), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callComponentTypeMethod(obj4, Lit3341, Lit2841, LList.list1(Boolean.FALSE), Lit3342);
        }
        Object obj5 = obj3;
        boolean z = obj5 instanceof Package;
        runtime.callComponentTypeMethod(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable") : obj5, Lit3341, Lit2841, LList.list1(Boolean.TRUE), Lit3344);
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable") : obj5;
        SimpleSymbol simpleSymbol = Lit3341;
        SimpleSymbol simpleSymbol2 = Lit3345;
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.getPropertyAndCheck(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable") : obj5, Lit3341, Lit6)), Lit3346, "trim")), Lit3347, "is text empty?") != Boolean.FALSE) {
            callYailPrimitive = Lit19;
        } else {
            callYailPrimitive = runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Lit19, runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.getPropertyAndCheck(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable") : obj5, Lit3341, Lit6)), Lit3348, "trim")), Lit3349, PropertyTypeConstants.PROPERTY_TYPE_LENGTH)), Lit3350, "+");
        }
        runtime.callComponentTypeMethod(signalRuntimeError, simpleSymbol, simpleSymbol2, LList.list1(callYailPrimitive), Lit3351);
        if (z) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(obj5, Lit3341, Lit3352, LList.Empty, Lit3353);
    }

    static Procedure lambda418() {
        return lambda$Fn418;
    }

    static Object lambda419(Object obj, Object obj2, Object obj3) {
        Object callYailPrimitive;
        if (!(obj instanceof Package) ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3339), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            Object obj4 = obj2;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3340), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callComponentTypeMethod(obj4, Lit3341, Lit2841, LList.list1(Boolean.FALSE), Lit3354);
        }
        Object obj5 = obj3;
        boolean z = obj5 instanceof Package;
        runtime.callComponentTypeMethod(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable") : obj5, Lit3341, Lit2841, LList.list1(Boolean.TRUE), Lit3355);
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable") : obj5;
        SimpleSymbol simpleSymbol = Lit3341;
        SimpleSymbol simpleSymbol2 = Lit3345;
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.getPropertyAndCheck(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable") : obj5, Lit3341, Lit6)), Lit3356, "trim")), Lit3357, "is text empty?") != Boolean.FALSE) {
            callYailPrimitive = Lit19;
        } else {
            callYailPrimitive = runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Lit19, runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.getPropertyAndCheck(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable") : obj5, Lit3341, Lit6)), Lit3358, "trim")), Lit3359, PropertyTypeConstants.PROPERTY_TYPE_LENGTH)), Lit3360, "+");
        }
        runtime.callComponentTypeMethod(signalRuntimeError, simpleSymbol, simpleSymbol2, LList.list1(callYailPrimitive), Lit3361);
        if (z) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3343), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(obj5, Lit3341, Lit3352, LList.Empty, Lit3362);
    }

    public class frame40 extends ModuleBody {
        Object $order;
        final ModuleMethod lambda$Fn420 = new ModuleMethod(this, 83, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            return moduleMethod.selector == 83 ? lambda421() : super.apply0(moduleMethod);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            if (moduleMethod.selector != 83) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        static Object lambda422() {
            return runtime.get$Mnproperty.apply2(Screen1.Lit3404, Screen1.Lit172);
        }

        Object lambda421() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3403, "not =");
        }
    }

    public class frame41 extends ModuleBody {
        Object $order;
        final ModuleMethod lambda$Fn424 = new ModuleMethod(this, 84, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            return moduleMethod.selector == 84 ? lambda425() : super.apply0(moduleMethod);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            if (moduleMethod.selector != 84) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        static Object lambda426() {
            return runtime.get$Mnproperty.apply2(Screen1.Lit3404, Screen1.Lit172);
        }

        Object lambda425() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3517, "not =");
        }
    }

    static Object lambda420(Object obj) {
        Object obj2;
        Object apply2;
        Pair pair;
        Object obj3;
        Object obj4;
        Object obj5;
        boolean z;
        Object obj6;
        Object obj7;
        Object obj8;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        frame40 frame40Var = new frame40();
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit172, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3365, "lookup in pairs"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index"), Lit3366, "list from csv row")), Lit3367, "is in list?") != Boolean.FALSE ? Boolean.FALSE : runtime.get$Mnproperty.apply2(Lit3368, Lit172), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit3368, Lit172)), Lit3370, "not"), Lit173);
        SimpleSymbol simpleSymbol = Lit128;
        Object obj9 = obj;
        if (obj9 instanceof Package) {
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3371), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, obj9);
        Object callComponentMethod = runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit128, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3372);
        Object callComponentMethod2 = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3373);
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Response", runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3374, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3375), ""), Lit3376, "dictionary lookup");
        frame40Var.$order = callComponentMethod2;
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
        boolean z2 = callComponentMethod instanceof Package;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3377, "dictionary lookup"));
        Object apply22 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("high", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3378, "dictionary lookup"));
        Object apply23 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("low", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3379, "dictionary lookup"));
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3380, "dictionary lookup")), Lit3381, "join"), runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty)), Lit3382, "is in list?") != Boolean.FALSE) {
            obj2 = "is in list?";
            apply2 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3383, "dictionary lookup")), Lit3384, "join")), Lit3385), Lit980, Lit6), "\n"), Lit3386, "split"), Lit19), Lit3387, "select list item");
        } else {
            obj2 = "is in list?";
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod3 = runtime.yail$Mndivide;
            boolean z3 = callYailPrimitive instanceof Package;
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("LTP", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3388), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit3389, "dictionary lookup");
            ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
            if (z3) {
                callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3388), " is not bound in the current context"), "Unbound Variable");
            }
            apply2 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod3, LList.list2(callYailPrimitive2, runtime.callYailPrimitive(moduleMethod4, LList.list3("PriceDivisor", callYailPrimitive, ""), Lit3390, "dictionary lookup")), Lit3391, "yail-divide"));
        }
        Pair chain4 = LList.chain4(LList.chain4(list1, "", apply22, apply23, apply2), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totalBuyQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3392, "dictionary lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totalSellQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3393, "dictionary lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("volume", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3394, "dictionary lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChange", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3395, "dictionary lookup")));
        Object apply24 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChangePerc", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3396, "dictionary lookup"));
        Object apply25 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChange", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3397, "dictionary lookup")));
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
        if (z2) {
            pair = chain4;
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        } else {
            pair = chain4;
            obj3 = callComponentMethod;
        }
        LList.chain4(pair, apply24, apply25, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(moduleMethod5, LList.list3("dayChange", obj3, ""), Lit3398, "dictionary lookup"))), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3399, "dictionary lookup"));
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod2, list1, Lit3400, "make a list");
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit172, runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("ACTIVE", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, ""), Lit3401, "dictionary lookup")), Lit3402, "="), Lit173);
        String str = "replace all";
        if (runtime.processAndDelayed$V(new Object[]{frame40Var.lambda$Fn420, lambda$Fn421}) != Boolean.FALSE) {
            z = z2;
            runtime.setAndCoerceProperty$Ex(Lit3405, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<font color={COLOR}>{CURR}</font><br>&nbsp;", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{CURR},{COLOR}"), Lit3406, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, ""), Lit3407, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, ""), Lit3408, "dictionary lookup"), "BUY"), Lit3409, "=") != Boolean.FALSE ? "blue" : "red"), Lit3410, "make a list")), Lit9);
            SimpleSymbol simpleSymbol2 = Lit3411;
            SimpleSymbol simpleSymbol3 = Lit6;
            ModuleMethod moduleMethod6 = runtime.string$Mnreplace$Mnall;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, ""), Lit3412, "dictionary lookup"), "ACTIVE"), Lit3413, "=") != Boolean.FALSE) {
                moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                list3 = LList.list3("EntryLTP", frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, "");
                pairWithPosition = Lit3414;
            } else {
                moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                list3 = LList.list3("pendingLTP", frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, "");
                pairWithPosition = Lit3415;
            }
            runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, runtime.callYailPrimitive(moduleMethod6, LList.list3("<small><font color=grey>Avg.Price</font></small><br>{AVG}", "{AVG}", runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "dictionary lookup")), Lit3416, "replace all"), Lit9);
            obj4 = "make a list";
            str = "replace all";
            runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Curr.Value</font></small><br>{CURR}", "{CURR}", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, Lit141), Lit3418, "dictionary lookup")), runtime.callYailPrimitive(MultiplyOp.$St, LList.list3(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("value", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3419, "dictionary lookup")), Lit3420, "dictionary lookup"))), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Qty", frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, ""), Lit3421, "dictionary lookup")), Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, Component.CHIP_TYPE_ACTION), Lit3422, "dictionary lookup"), Lit19)), Lit3423, "*")), Lit3424, "+")), Lit3425, str), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit3426, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Tot.Invested</font></small><br>{TOTAL}", "{TOTAL}", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, ""), Lit3427, "dictionary lookup"))), Lit3428, str), Lit9);
            obj6 = "list from csv row";
            runtime.setAndCoerceProperty$Ex(Lit3429, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=grey>Qty / Lotsize</font></small><br>{Qty} / {lotsize}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Qty,lotsize"), Lit3430, obj6), frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit3431, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=grey>StopLoss : </font></small>{SL} | <small><font color=grey>Target : </font></small>{TGT}<small><br><br><font color=gray>Notes:</font></small>{notes}<br></font></small>{TGT}<small><br><br><font color=gray>Entry at: {EntryTS}<br>Exit at: {ExitTS}</font></small>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("SL,TGT,notes,EntryTS,ExitTS"), Lit3432, obj6), frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order), Lit9);
            obj5 = "=";
            runtime.setAndCoerceProperty$Ex(Lit3433, Lit172, runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, ""), Lit3434, "dictionary lookup"), "ACTIVE"), Lit3435, obj5), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3436, Lit172, runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame40Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame40Var.$order, ""), Lit3437, "dictionary lookup"), "PENDING"), Lit3438, obj5), Lit173);
        } else {
            obj4 = "make a list";
            obj5 = "=";
            z = z2;
            obj6 = "list from csv row";
        }
        Object obj10 = obj5;
        String str2 = str;
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<b><big>{title}</big></b><br><font color=gray>{Symbol}</font>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{title},{Symbol}"), Lit3440, obj6), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3441, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3442, "dictionary lookup")), Lit3443, obj4)), Lit9);
        Object obj11 = callYailPrimitive3;
        boolean z4 = obj11 instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=gray>Tot. Sell Qty</font></small><br><font>{1YR}</font><br><br><small><font color=gray>Change Pct%</font></small><br><font color={1YRC}>{DY}%</font>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{DETAIL},{CHART},{52H},{52L},{LTP},{1MR},{1YR},{PER},{BETA},{DY},{1MRC},{1YRC},{ticker}"), Lit3445, obj6), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : obj11), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=gray>Tot Buy Qty</font></small><br><font>{1MR}</font><br><Br><small><font color=gray>Change</font></small><br><font color={1MRC}>{BETA}</font>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{DETAIL},{CHART},{52H},{52L},{LTP},{1MR},{1YR},{PER},{BETA},{DY},{1MRC},{1YRC},{ticker}"), Lit3447, obj6), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : obj11), Lit9);
        SimpleSymbol simpleSymbol4 = Lit3448;
        SimpleSymbol simpleSymbol5 = Lit6;
        ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{DETAIL},{CHART},{52H},{52L},{LTP},{1MR},{1YR},{PER},{BETA},{DIVY},{1MRC},{1YRC},{ticker}"), Lit3449, obj6);
        if (z4) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol4, simpleSymbol5, applyToArgs4.apply4(lookupGlobalVarInCurrentFormEnvironment4, "<small><font color=gray>Last Price </font></small><br><big><b>{LTP}</b></big><br><br><small><font color=gray>Volume</font></small><br>{PER}", callYailPrimitive4, obj11), Lit9);
        SimpleSymbol simpleSymbol6 = Lit3450;
        SimpleSymbol simpleSymbol7 = Lit6;
        Object obj12 = obj2;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3451, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option"), Lit3452, obj6)), Lit3453, obj12) != Boolean.FALSE) {
            obj7 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=gray>OI</font></small><br>{openInterest}<br><br><small><font color=gray>Change in OI</font></small><br>{oiDayChange}<br>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("openInterest,oiDayChange"), Lit3454, obj6), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod);
        } else {
            obj7 = "";
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol6, simpleSymbol7, obj7, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=gray>Open</font></small><br>{open}", "{open}", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("open", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3456, "lookup in pairs")), Lit3457, str2), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=gray>Close</font></small><br>{close}", "{close}", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("close", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3459, "lookup in pairs")), Lit3460, str2), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=gray>High</font></small><br>{high}", "{high}", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("high", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3462, "lookup in pairs")), Lit3463, str2), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=gray>Low</font></small><br>{low}", "{low}", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("low", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3465, "lookup in pairs")), Lit3466, str2), Lit9);
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit16, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
            if (runtime.get$Mnproperty.apply2(Lit3364, Lit172) != Boolean.FALSE) {
                obj8 = "not";
                runtime.setAndCoerceProperty$Ex(Lit3364, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3467, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index"), Lit3468, obj6)), Lit3469, obj12)), Lit3470, obj8), Lit173);
            } else {
                obj8 = "not";
            }
            runtime.setAndCoerceProperty$Ex(Lit3471, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3472, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index,Stocks,Future"), Lit3473, obj6)), Lit3474, obj12)), Lit3475, obj8), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3476, Lit172, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3477, Lit172, runtime.get$Mnproperty.apply2(Lit3478, Lit172) != Boolean.FALSE ? Boolean.FALSE : runtime.get$Mnproperty.apply2(Lit3477, Lit172), Lit173);
        } else {
            obj8 = "not";
        }
        runtime.setAndCoerceProperty$Ex(Lit3479, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit711, runtime.get$Mnproperty.apply2(Lit606, Lit3480)), Lit3481, obj10)), Lit3482, obj8), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit245, Lit2790, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit172, Boolean.TRUE, Lit173);
        runtime.callComponentMethod(Lit245, Lit2791, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit3476)), Lit3483);
        runtime.callComponentMethod(Lit245, Lit2793, LList.Empty, LList.Empty);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1341, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda423() {
        return lambda$Fn423;
    }

    static Object lambda424(Object obj) {
        Object obj2;
        Object apply2;
        Pair pair;
        Object obj3;
        Object obj4;
        Object obj5;
        boolean z;
        Object obj6;
        Object obj7;
        Object obj8;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        frame41 frame41Var = new frame41();
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit172, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3484, "lookup in pairs"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index"), Lit3485, "list from csv row")), Lit3486, "is in list?") != Boolean.FALSE ? Boolean.FALSE : runtime.get$Mnproperty.apply2(Lit3368, Lit172), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit3368, Lit172)), Lit3487, "not"), Lit173);
        SimpleSymbol simpleSymbol = Lit128;
        Object obj9 = obj;
        if (obj9 instanceof Package) {
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3371), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, obj9);
        Object callComponentMethod = runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit128, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3488);
        Object callComponentMethod2 = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3489);
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Response", runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3374, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3490), ""), Lit3491, "dictionary lookup");
        frame41Var.$order = callComponentMethod2;
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
        boolean z2 = callComponentMethod instanceof Package;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3492, "dictionary lookup"));
        Object apply22 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("high", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3493, "dictionary lookup"));
        Object apply23 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("low", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3494, "dictionary lookup"));
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3495, "dictionary lookup")), Lit3496, "join"), runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty)), Lit3497, "is in list?") != Boolean.FALSE) {
            obj2 = "is in list?";
            apply2 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3498, "dictionary lookup")), Lit3499, "join")), Lit3500), Lit980, Lit6), "\n"), Lit3501, "split"), Lit19), Lit3502, "select list item");
        } else {
            obj2 = "is in list?";
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod3 = runtime.yail$Mndivide;
            boolean z3 = callYailPrimitive instanceof Package;
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("LTP", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3388), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit3503, "dictionary lookup");
            ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
            if (z3) {
                callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3388), " is not bound in the current context"), "Unbound Variable");
            }
            apply2 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod3, LList.list2(callYailPrimitive2, runtime.callYailPrimitive(moduleMethod4, LList.list3("PriceDivisor", callYailPrimitive, ""), Lit3504, "dictionary lookup")), Lit3505, "yail-divide"));
        }
        Pair chain4 = LList.chain4(LList.chain4(list1, "", apply22, apply23, apply2), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totalBuyQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3506, "dictionary lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totalSellQty", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3507, "dictionary lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("volume", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3508, "dictionary lookup")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChange", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3509, "dictionary lookup")));
        Object apply24 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChangePerc", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3510, "dictionary lookup"));
        Object apply25 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChange", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3511, "dictionary lookup")));
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
        if (z2) {
            pair = chain4;
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        } else {
            pair = chain4;
            obj3 = callComponentMethod;
        }
        LList.chain4(pair, apply24, apply25, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(moduleMethod5, LList.list3("dayChange", obj3, ""), Lit3512, "dictionary lookup"))), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3513, "dictionary lookup"));
        Object callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod2, list1, Lit3514, "make a list");
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit172, runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("ACTIVE", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, ""), Lit3515, "dictionary lookup")), Lit3516, "="), Lit173);
        String str = "replace all";
        if (runtime.processAndDelayed$V(new Object[]{frame41Var.lambda$Fn424, lambda$Fn425}) != Boolean.FALSE) {
            z = z2;
            runtime.setAndCoerceProperty$Ex(Lit3405, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<font color={COLOR}>{CURR}</font><br>&nbsp;", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{CURR},{COLOR}"), Lit3518, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, ""), Lit3519, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, ""), Lit3520, "dictionary lookup"), "BUY"), Lit3521, "=") != Boolean.FALSE ? "blue" : "red"), Lit3522, "make a list")), Lit9);
            SimpleSymbol simpleSymbol2 = Lit3411;
            SimpleSymbol simpleSymbol3 = Lit6;
            ModuleMethod moduleMethod6 = runtime.string$Mnreplace$Mnall;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, ""), Lit3523, "dictionary lookup"), "ACTIVE"), Lit3524, "=") != Boolean.FALSE) {
                moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                list3 = LList.list3("EntryLTP", frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, "");
                pairWithPosition = Lit3525;
            } else {
                moduleMethod = runtime.yail$Mndictionary$Mnlookup;
                list3 = LList.list3("pendingLTP", frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, "");
                pairWithPosition = Lit3526;
            }
            runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, runtime.callYailPrimitive(moduleMethod6, LList.list3("<small><font color=grey>Avg.Price</font></small><br>{AVG}", "{AVG}", runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "dictionary lookup")), Lit3527, "replace all"), Lit9);
            obj4 = "make a list";
            str = "replace all";
            runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Curr.Value</font></small><br>{CURR}", "{CURR}", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, Lit141), Lit3528, "dictionary lookup")), runtime.callYailPrimitive(MultiplyOp.$St, LList.list3(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("value", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3529, "dictionary lookup")), Lit3530, "dictionary lookup"))), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Qty", frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, ""), Lit3531, "dictionary lookup")), Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, Component.CHIP_TYPE_ACTION), Lit3532, "dictionary lookup"), Lit19)), Lit3533, "*")), Lit3534, "+")), Lit3535, str), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit3426, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Tot.Invested</font></small><br>{TOTAL}", "{TOTAL}", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, ""), Lit3536, "dictionary lookup"))), Lit3537, str), Lit9);
            obj6 = "list from csv row";
            runtime.setAndCoerceProperty$Ex(Lit3429, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=grey>Qty / Lotsize</font></small><br>{Qty} / {lotsize}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Qty,lotsize"), Lit3538, obj6), frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit3431, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=grey>StopLoss : </font></small>{SL} | <small><font color=grey>Target : </font></small>{TGT}<small><br><br><font color=gray>Notes:</font></small>{notes}<br></font></small>{TGT}<small><br><br><font color=gray>Entry at: {EntryTS}<br>Exit at: {ExitTS}</font></small>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("SL,TGT,notes,EntryTS,ExitTS"), Lit3539, obj6), frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order), Lit9);
            obj5 = "=";
            runtime.setAndCoerceProperty$Ex(Lit3433, Lit172, runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, ""), Lit3540, "dictionary lookup"), "ACTIVE"), Lit3541, obj5), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3436, Lit172, runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame41Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), "Unbound Variable") : frame41Var.$order, ""), Lit3542, "dictionary lookup"), "PENDING"), Lit3543, obj5), Lit173);
        } else {
            obj4 = "make a list";
            obj5 = "=";
            z = z2;
            obj6 = "list from csv row";
        }
        Object obj10 = obj5;
        String str2 = str;
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<b><big>{title}</big></b><br><font color=gray>{Symbol}</font>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{title},{Symbol}"), Lit3544, obj6), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3545, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("symbol", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3546, "dictionary lookup")), Lit3547, obj4)), Lit9);
        Object obj11 = callYailPrimitive3;
        boolean z4 = obj11 instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=gray>Tot. Sell Qty</font></small><br><font>{1YR}</font><br><br><small><font color=gray>Change Pct%</font></small><br><font color={1YRC}>{DY}%</font>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{DETAIL},{CHART},{52H},{52L},{LTP},{1MR},{1YR},{PER},{BETA},{DY},{1MRC},{1YRC},{ticker}"), Lit3548, obj6), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : obj11), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=gray>Tot Buy Qty</font></small><br><font>{1MR}</font><br><Br><small><font color=gray>Change</font></small><br><font color={1MRC}>{BETA}</font>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{DETAIL},{CHART},{52H},{52L},{LTP},{1MR},{1YR},{PER},{BETA},{DY},{1MRC},{1YRC},{ticker}"), Lit3549, obj6), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable") : obj11), Lit9);
        SimpleSymbol simpleSymbol4 = Lit3448;
        SimpleSymbol simpleSymbol5 = Lit6;
        ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{DETAIL},{CHART},{52H},{52L},{LTP},{1MR},{1YR},{PER},{BETA},{DIVY},{1MRC},{1YRC},{ticker}"), Lit3550, obj6);
        if (z4) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit163), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol4, simpleSymbol5, applyToArgs4.apply4(lookupGlobalVarInCurrentFormEnvironment4, "<small><font color=gray>Last Price </font></small><br><big><b>{LTP}</b></big><br><br><small><font color=gray>Volume</font></small><br>{PER}", callYailPrimitive4, obj11), Lit9);
        SimpleSymbol simpleSymbol6 = Lit3450;
        SimpleSymbol simpleSymbol7 = Lit6;
        Object obj12 = obj2;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3551, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option"), Lit3552, obj6)), Lit3553, obj12) != Boolean.FALSE) {
            obj7 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "<small><font color=gray>OI</font></small><br>{openInterest}<br><br><small><font color=gray>Change in OI</font></small><br>{oiDayChange}<br>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("openInterest,oiDayChange"), Lit3554, obj6), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod);
        } else {
            obj7 = "";
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol6, simpleSymbol7, obj7, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=gray>Open</font></small><br>{open}", "{open}", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("open", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3555, "lookup in pairs")), Lit3556, str2), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=gray>Close</font></small><br>{close}", "{close}", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("close", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3557, "lookup in pairs")), Lit3558, str2), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=gray>High</font></small><br>{high}", "{high}", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("high", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3559, "lookup in pairs")), Lit3560, str2), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=gray>Low</font></small><br>{low}", "{low}", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("low", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit3561, "lookup in pairs")), Lit3562, str2), Lit9);
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit16, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
            if (runtime.get$Mnproperty.apply2(Lit3364, Lit172) != Boolean.FALSE) {
                obj8 = "not";
                runtime.setAndCoerceProperty$Ex(Lit3364, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3563, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index"), Lit3564, obj6)), Lit3565, obj12)), Lit3566, obj8), Lit173);
            } else {
                obj8 = "not";
            }
            runtime.setAndCoerceProperty$Ex(Lit3471, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit3567, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Index,Stocks,Future"), Lit3568, obj6)), Lit3569, obj12)), Lit3570, obj8), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3476, Lit172, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3477, Lit172, runtime.get$Mnproperty.apply2(Lit3478, Lit172) != Boolean.FALSE ? Boolean.FALSE : runtime.get$Mnproperty.apply2(Lit3477, Lit172), Lit173);
        } else {
            obj8 = "not";
        }
        runtime.setAndCoerceProperty$Ex(Lit3479, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit711, runtime.get$Mnproperty.apply2(Lit606, Lit3480)), Lit3571, obj10)), Lit3572, obj8), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit245, Lit2790, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit172, Boolean.TRUE, Lit173);
        runtime.callComponentMethod(Lit245, Lit2791, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit3476)), Lit3573);
        runtime.callComponentMethod(Lit245, Lit2793, LList.Empty, LList.Empty);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1341, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda427(Object obj, Object obj2) {
        AddOp addOp;
        Pair list2;
        PairWithPosition pairWithPosition;
        Object obj3 = obj2;
        Object obj4 = obj;
        boolean z = obj4 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3574), " is not bound in the current context"), "Unbound Variable") : obj4, ""), Lit3575, "dictionary lookup"), "SELL"), Lit3576, "=") != Boolean.FALSE) {
            addOp = AddOp.$Mn;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3574), " is not bound in the current context"), "Unbound Variable");
            }
            Object apply2 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod, LList.list3("EntryLTP", obj4, ""), Lit3577, "dictionary lookup"));
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable");
            }
            list2 = LList.list2(apply2, obj3);
            pairWithPosition = Lit3579;
        } else {
            addOp = AddOp.$Mn;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3574), " is not bound in the current context"), "Unbound Variable");
            }
            list2 = LList.list2(obj3, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryLTP", obj4, ""), Lit3580, "dictionary lookup")));
            pairWithPosition = Lit3581;
        }
        return runtime.callYailPrimitive(addOp, list2, pairWithPosition, "-");
    }

    static Procedure lambda428() {
        return lambda$Fn428;
    }

    static Object lambda429(Object obj, Object obj2) {
        AddOp addOp;
        Pair list2;
        PairWithPosition pairWithPosition;
        Object obj3 = obj2;
        Object obj4 = obj;
        boolean z = obj4 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3574), " is not bound in the current context"), "Unbound Variable") : obj4, ""), Lit3582, "dictionary lookup"), "SELL"), Lit3583, "=") != Boolean.FALSE) {
            addOp = AddOp.$Mn;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3574), " is not bound in the current context"), "Unbound Variable");
            }
            Object apply2 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod, LList.list3("EntryLTP", obj4, ""), Lit3584, "dictionary lookup"));
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable");
            }
            list2 = LList.list2(apply2, obj3);
            pairWithPosition = Lit3585;
        } else {
            addOp = AddOp.$Mn;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3574), " is not bound in the current context"), "Unbound Variable");
            }
            list2 = LList.list2(obj3, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryLTP", obj4, ""), Lit3586, "dictionary lookup")));
            pairWithPosition = Lit3587;
        }
        return runtime.callYailPrimitive(addOp, list2, pairWithPosition, "-");
    }

    static Object lambda430(Object obj, Object obj2) {
        ApplyToArgs applyToArgs;
        Object obj3;
        ModuleMethod moduleMethod;
        Object callYailPrimitive;
        Object obj4 = obj;
        Object obj5 = obj2;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod2 = runtime.format$Mnas$Mndecimal;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.string$Mnto$Mnupper$Mncase, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3589, "upcase"), "BUY"), Lit3590, "=") != Boolean.FALSE) {
            MultiplyOp multiplyOp = MultiplyOp.$St;
            ModuleMethod moduleMethod3 = runtime.yail$Mndivide;
            AddOp addOp = AddOp.$Mn;
            boolean z = obj4 instanceof Package;
            applyToArgs = applyToArgs2;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj4;
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive2 = runtime.callYailPrimitive(addOp, LList.list2(signalRuntimeError, obj5), Lit3593, "-");
            if (z) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(callYailPrimitive2, obj4), Lit3594, "yail-divide"), Lit435), Lit3595, "*");
            moduleMethod = moduleMethod2;
        } else {
            applyToArgs = applyToArgs2;
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            IntNum intNum = Lit964;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            ModuleMethod moduleMethod4 = runtime.yail$Mndivide;
            AddOp addOp2 = AddOp.$Mn;
            boolean z2 = obj4 instanceof Package;
            Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj;
            moduleMethod = moduleMethod2;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(multiplyOp2, LList.list2(intNum, runtime.callYailPrimitive(multiplyOp3, LList.list2(runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(signalRuntimeError2, obj5), Lit3596, "-"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj), Lit3597, "yail-divide"), Lit435), Lit3598, "*")), Lit3599, "*");
        }
        return applyToArgs.apply2(obj3, runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, Lit711), Lit3600, "format as decimal"));
    }

    static Procedure lambda431() {
        return lambda$Fn431;
    }

    static Object lambda432(Object obj, Object obj2) {
        ApplyToArgs applyToArgs;
        Object obj3;
        ModuleMethod moduleMethod;
        Object callYailPrimitive;
        Object obj4 = obj;
        Object obj5 = obj2;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod2 = runtime.format$Mnas$Mndecimal;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.string$Mnto$Mnupper$Mncase, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3601, "upcase"), "BUY"), Lit3602, "=") != Boolean.FALSE) {
            MultiplyOp multiplyOp = MultiplyOp.$St;
            ModuleMethod moduleMethod3 = runtime.yail$Mndivide;
            AddOp addOp = AddOp.$Mn;
            boolean z = obj4 instanceof Package;
            applyToArgs = applyToArgs2;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj4;
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive2 = runtime.callYailPrimitive(addOp, LList.list2(signalRuntimeError, obj5), Lit3603, "-");
            if (z) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(callYailPrimitive2, obj4), Lit3604, "yail-divide"), Lit435), Lit3605, "*");
            moduleMethod = moduleMethod2;
        } else {
            applyToArgs = applyToArgs2;
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            IntNum intNum = Lit964;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            ModuleMethod moduleMethod4 = runtime.yail$Mndivide;
            AddOp addOp2 = AddOp.$Mn;
            boolean z2 = obj4 instanceof Package;
            Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj;
            moduleMethod = moduleMethod2;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(multiplyOp2, LList.list2(intNum, runtime.callYailPrimitive(multiplyOp3, LList.list2(runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(signalRuntimeError2, obj5), Lit3606, "-"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj), Lit3607, "yail-divide"), Lit435), Lit3608, "*")), Lit3609, "*");
        }
        return applyToArgs.apply2(obj3, runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, Lit711), Lit3610, "format as decimal"));
    }

    public class frame42 extends ModuleBody {
        Object $id;
        final ModuleMethod lambda$Fn437 = new ModuleMethod(this, 85, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            return moduleMethod.selector == 85 ? lambda438() : super.apply0(moduleMethod);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            if (moduleMethod.selector != 85) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        public static Object lambda437proc(Object obj) {
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.setAndCoercePropertyAndCheck$Ex(obj, Screen1.Lit3638, Screen1.Lit172, Boolean.FALSE, Screen1.Lit173);
        }

        static Object lambda439() {
            return runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("PRO", Boolean.FALSE), Screen1.Lit3642);
        }

        Object lambda438() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$id;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit602), Screen1.Lit3641, "not =");
        }
    }

    public class frame43 extends ModuleBody {
        Object $id;
        final ModuleMethod lambda$Fn442 = new ModuleMethod(this, 86, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            return moduleMethod.selector == 86 ? lambda443() : super.apply0(moduleMethod);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            if (moduleMethod.selector != 86) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        public static Object lambda442proc(Object obj) {
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.setAndCoercePropertyAndCheck$Ex(obj, Screen1.Lit3638, Screen1.Lit172, Boolean.FALSE, Screen1.Lit173);
        }

        static Object lambda444() {
            return runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("PRO", Boolean.FALSE), Screen1.Lit3647);
        }

        Object lambda443() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$id;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit602), Screen1.Lit3646, "not =");
        }
    }

    static Object lambda433(Object obj) {
        boolean z = obj instanceof Package;
        if (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3612), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            runtime.callComponentMethod(Lit741, Lit3613, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit171), runtime.lookupInCurrentFormEnvironment(Lit1443)), Lit3623);
            runtime.callComponentMethod(Lit741, Lit3617, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit1443), Lit711), Lit3624);
            runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3614, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit826, Lit172, Boolean.TRUE, Lit173);
            runtime.callComponentMethod(Lit2906, Lit642, LList.Empty, LList.Empty);
            runtime.callComponentMethod(Lit0, Lit642, LList.Empty, LList.Empty);
        } else {
            runtime.callComponentMethod(Lit741, Lit3613, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3614), runtime.lookupInCurrentFormEnvironment(Lit3615)), Lit3616);
            runtime.callComponentMethod(Lit741, Lit3617, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3615), Lit711), Lit3618);
            runtime.callComponentMethod(Lit2906, Lit3619, LList.Empty, LList.Empty);
            runtime.callComponentMethod(Lit2906, Lit3352, LList.Empty, LList.Empty);
            if (runtime.get$Mnproperty.apply2(Lit3614, Lit172) != Boolean.FALSE) {
                runtime.callComponentMethod(Lit2906, Lit3345, LList.list1(runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.get$Mnproperty.apply2(Lit2906, Lit6)), Lit3620, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit19), Lit3621, "+")), Lit3622);
            } else {
                runtime.setAndCoerceProperty$Ex(Lit2906, Lit6, "", Lit9);
            }
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2903, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit172, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3612), " is not bound in the current context"), "Unbound Variable") : obj, Lit173);
        SimpleSymbol simpleSymbol = Lit171;
        SimpleSymbol simpleSymbol2 = Lit172;
        ModuleMethod moduleMethod = runtime.yail$Mnnot;
        if (z) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3612), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(moduleMethod, LList.list1(obj), Lit3625, "not"), Lit173);
    }

    static Procedure lambda434() {
        return lambda$Fn434;
    }

    static Object lambda435(Object obj) {
        boolean z = obj instanceof Package;
        if (!z ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3612), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            runtime.callComponentMethod(Lit741, Lit3613, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit171), runtime.lookupInCurrentFormEnvironment(Lit1443)), Lit3631);
            runtime.callComponentMethod(Lit741, Lit3617, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit1443), Lit711), Lit3632);
            runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3614, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit826, Lit172, Boolean.TRUE, Lit173);
            runtime.callComponentMethod(Lit2906, Lit642, LList.Empty, LList.Empty);
            runtime.callComponentMethod(Lit0, Lit642, LList.Empty, LList.Empty);
        } else {
            runtime.callComponentMethod(Lit741, Lit3613, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3614), runtime.lookupInCurrentFormEnvironment(Lit3615)), Lit3626);
            runtime.callComponentMethod(Lit741, Lit3617, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3615), Lit711), Lit3627);
            runtime.callComponentMethod(Lit2906, Lit3619, LList.Empty, LList.Empty);
            runtime.callComponentMethod(Lit2906, Lit3352, LList.Empty, LList.Empty);
            if (runtime.get$Mnproperty.apply2(Lit3614, Lit172) != Boolean.FALSE) {
                runtime.callComponentMethod(Lit2906, Lit3345, LList.list1(runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.get$Mnproperty.apply2(Lit2906, Lit6)), Lit3628, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit19), Lit3629, "+")), Lit3630);
            } else {
                runtime.setAndCoerceProperty$Ex(Lit2906, Lit6, "", Lit9);
            }
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2903, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit172, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3612), " is not bound in the current context"), "Unbound Variable") : obj, Lit173);
        SimpleSymbol simpleSymbol = Lit171;
        SimpleSymbol simpleSymbol2 = Lit172;
        ModuleMethod moduleMethod = runtime.yail$Mnnot;
        if (z) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3612), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(moduleMethod, LList.list1(obj), Lit3633, "not"), Lit173);
    }

    public class frame44 extends ModuleBody {
        Object $currentExpiry;
        Object $json;
        Object $once;
        Object $x;
        final ModuleMethod proc$Fn445 = new ModuleMethod(this, 89, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 89) {
                return super.apply1(moduleMethod, obj);
            }
            lambda446proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 89) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda446proc(Object obj) {
            frame45 frame45Var;
            Object obj2;
            Object obj3;
            Object obj4;
            Object obj5;
            Object obj6;
            frame44 frame44Var;
            Object obj7;
            Object obj8;
            Object obj9;
            Object callYailPrimitive;
            Pair pair;
            Object obj10;
            Object obj11;
            Object obj12;
            Object obj13;
            Object apply2;
            Object obj14;
            Object callYailPrimitive2;
            Object obj15;
            Object obj16;
            Object obj17;
            Object obj18;
            Object callYailPrimitive3;
            Pair pair2;
            Object obj19;
            Pair pair3;
            Object apply22;
            Object callYailPrimitive4;
            frame45 frame45Var2 = new frame45();
            frame45Var2.staticLink = this;
            Object obj20 = obj;
            boolean z = obj20 instanceof Package;
            Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("strikePrice", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj20, ""), Screen1.Lit3666, "dictionary lookup");
            Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("callOption", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj20, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3667, "dictionary lookup");
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod, LList.list3("putOption", obj20, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3668, "dictionary lookup");
            frame45Var2.$strikePrice = callYailPrimitive5;
            if (runtime.processAndDelayed$V(new Object[]{frame45Var2.lambda$Fn446, frame45Var2.lambda$Fn447}) != Boolean.FALSE) {
                ModuleMethod moduleMethod2 = strings.string$Mnappend;
                Object obj21 = this.$x;
                if (obj21 instanceof Package) {
                    obj21 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
                }
                ModuleMethod moduleMethod3 = runtime.string$Mnreplace$Mnall;
                ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
                frame45Var = frame45Var2;
                obj2 = callYailPrimitive7;
                obj6 = "dictionary lookup";
                Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,value"), Screen1.Lit3679, "list from csv row");
                SimpleSymbol simpleSymbol = Screen1.Lit150;
                SimpleSymbol simpleSymbol2 = Screen1.Lit151;
                obj5 = "";
                Object obj22 = this.$json;
                obj3 = callYailPrimitive6;
                if (obj22 instanceof Package) {
                    obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable");
                }
                Object callComponentMethod = runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj22), Screen1.Lit3680);
                ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
                Object callYailPrimitive9 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,ltp"), Screen1.Lit3681, "list from csv row");
                SimpleSymbol simpleSymbol3 = Screen1.Lit150;
                SimpleSymbol simpleSymbol4 = Screen1.Lit151;
                obj4 = "list from csv row";
                Object obj23 = this.$json;
                if (obj23 instanceof Package) {
                    obj23 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable");
                }
                Object callYailPrimitive10 = runtime.callYailPrimitive(moduleMethod2, LList.list2(obj21, runtime.callYailPrimitive(moduleMethod3, LList.list3("<tr id=\"content\"> <td colspan=\"3\"><hr></td> <td style=\"color:white;background-color:green;width:20%;text-align:center\">{strikePrice}</td> <td colspan=\"3\"><hr></td> </tr>", "{strikePrice}", runtime.callYailPrimitive(moduleMethod4, LList.list3(callYailPrimitive8, callComponentMethod, runtime.callYailPrimitive(moduleMethod5, LList.list3(callYailPrimitive9, runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(obj23), Screen1.Lit3682), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3683, "dictionary recursive lookup")), Screen1.Lit3684, "dictionary recursive lookup")), Screen1.Lit3685, "replace all")), Screen1.Lit3686, "join");
                frame44Var = this;
                frame44Var.$x = callYailPrimitive10;
                frame44Var.$once = Boolean.FALSE;
            } else {
                frame45Var = frame45Var2;
                obj2 = callYailPrimitive7;
                obj3 = callYailPrimitive6;
                obj4 = "list from csv row";
                obj5 = "";
                obj6 = "dictionary lookup";
                frame44Var = this;
            }
            ModuleMethod moduleMethod6 = strings.string$Mnappend;
            Object obj24 = frame44Var.$x;
            if (obj24 instanceof Package) {
                obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object obj25 = obj4;
            Object callYailPrimitive11 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{C_COLOR},{C_ID},{C_ltp},{C_oi},{C_oi_perct},{C_oi_COLOR},{C_change},{C_percentchange}"), Screen1.Lit3687, obj25);
            ModuleMethod moduleMethod7 = runtime.make$Mnyail$Mnlist;
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod8 = runtime.yail$Mnalist$Mnlookup;
            Object obj26 = obj24;
            Object obj27 = obj3;
            boolean z2 = obj27 instanceof Package;
            if (z2) {
                obj27 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable");
            }
            Pair list1 = LList.list1(applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(moduleMethod8, LList.list3("dayChange", obj27, Screen1.Lit141), Screen1.Lit3689, "lookup in pairs")));
            Object obj28 = obj5;
            Object obj29 = obj6;
            Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("growwContractId", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, obj28), Screen1.Lit3690, obj29);
            Object callYailPrimitive13 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3691, obj29);
            Object callYailPrimitive14 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("openInterest", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3692, obj29);
            Object obj30 = "dayChange";
            Object callYailPrimitive15 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("prevOpenInterest", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Component.CHIP_TYPE_CHOICE), Screen1.Lit3693, obj29);
            Object callYailPrimitive16 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("openInterest", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Screen1.Lit141), Screen1.Lit3694, obj29);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("openInterest", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3695, obj29), "-"), Screen1.Lit3696, "=") != Boolean.FALSE) {
                obj10 = callYailPrimitive13;
                obj11 = callYailPrimitive14;
                obj9 = "openInterest";
                obj7 = "=";
                obj8 = obj29;
                callYailPrimitive = obj28;
                pair = list1;
            } else {
                ModuleMethod moduleMethod9 = strings.string$Mnappend;
                ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                obj7 = "=";
                obj8 = obj29;
                Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                MultiplyOp multiplyOp = MultiplyOp.$St;
                obj9 = "openInterest";
                ModuleMethod moduleMethod10 = runtime.yail$Mndivide;
                AddOp addOp = AddOp.$Mn;
                boolean z3 = callYailPrimitive16 instanceof Package;
                Object signalRuntimeError = z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3697), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive16;
                if (callYailPrimitive15 instanceof Package) {
                    callYailPrimitive15 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3698), " is not bound in the current context"), "Unbound Variable");
                }
                callYailPrimitive = runtime.callYailPrimitive(moduleMethod9, LList.list2(applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment4, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod10, LList.list2(runtime.callYailPrimitive(addOp, LList.list2(signalRuntimeError, callYailPrimitive15), Screen1.Lit3699, "-"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3697), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive16), Screen1.Lit3700, "yail-divide"), Screen1.Lit435), Screen1.Lit3701, "*")), "%"), Screen1.Lit3702, "join");
                pair = list1;
                callYailPrimitive12 = callYailPrimitive12;
                obj10 = callYailPrimitive13;
                obj11 = callYailPrimitive14;
            }
            Pair chain4 = LList.chain4(pair, callYailPrimitive12, obj10, obj11, callYailPrimitive);
            ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
            AddOp addOp2 = AddOp.$Mn;
            Object obj31 = obj9;
            Object obj32 = obj8;
            Object callYailPrimitive17 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj31, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Screen1.Lit141), Screen1.Lit3703, obj32);
            ModuleMethod moduleMethod11 = runtime.yail$Mndictionary$Mnlookup;
            if (z2) {
                obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable");
                obj12 = obj31;
            } else {
                obj12 = obj31;
                obj13 = obj27;
            }
            Pair chain1 = LList.chain1(chain4, applyToArgs5.apply2(lookupGlobalVarInCurrentFormEnvironment5, runtime.callYailPrimitive(addOp2, LList.list2(callYailPrimitive17, runtime.callYailPrimitive(moduleMethod11, LList.list3("prevOpenInterest", obj13, Component.CHIP_TYPE_CHOICE), Screen1.Lit3704, obj32)), Screen1.Lit3705, "-")));
            Object obj33 = obj7;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3706, obj32), "-"), Screen1.Lit3707, obj33) != Boolean.FALSE) {
                apply2 = obj28;
            } else {
                ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod12 = runtime.yail$Mndictionary$Mnlookup;
                Pair list3 = LList.list3(obj30, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Component.CHIP_TYPE_CHOICE);
                obj30 = obj30;
                apply2 = applyToArgs6.apply2(lookupGlobalVarInCurrentFormEnvironment6, runtime.callYailPrimitive(moduleMethod12, list3, Screen1.Lit3708, obj32));
            }
            Pair chain12 = LList.chain1(chain1, apply2);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3709, obj32), "-"), Screen1.Lit3710, obj33) != Boolean.FALSE) {
                obj14 = obj33;
                callYailPrimitive2 = obj28;
            } else {
                obj14 = obj33;
                callYailPrimitive2 = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("(", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChangePerc", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Component.CHIP_TYPE_CHOICE), Screen1.Lit3711, obj32)), "%)"), Screen1.Lit3712, "join");
            }
            LList.chain1(chain12, callYailPrimitive2);
            Object apply4 = applyToArgs2.apply4(lookupGlobalVarInCurrentFormEnvironment2, "<tr> <td style=\"width:2px; background-color:{C_COLOR}\"></td> <td style=\"width:20%;text-align:right\">{C_oi}<br><small><font color={C_oi_COLOR}>{C_oi_perct}</font></small></td> <td onclick=\"myFunction('{C_ID}~{C_sid}~{expiry_date}~{strikePrice}~CE~{instrument}')\" style=\"width:20%;text-align:right\">{C_ltp}<br><small><font color={C_COLOR}>{C_change}{C_percentchange}</font></small></td> <td style=\"width:20%;text-align:center\">{strikePrice}</td> <td onclick=\"myFunction('{P_ID}~{P_sid}~{expiry_date}~{strikePrice}~PE~{instrument}')\" style=\"width:20%;text-align:right\">{P_ltp}<br><small><font color={P_COLOR}>{P_change}{P_percentchange}</font></small></td> <td style=\"width:20%;text-align:right\">{P_oi}<br><small><font color={P_oi_COLOR}>{P_oi_perct}</font></small></td> <td style=\"width:2px; background-color:{P_COLOR}\"></td> </tr>", callYailPrimitive11, runtime.callYailPrimitive(moduleMethod7, pair, Screen1.Lit3713, "make a list"));
            Object callYailPrimitive18 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{P_COLOR},{P_ID},{P_ltp},{P_oi},{P_oi_perct},{P_oi_COLOR},{P_change},{P_percentchange},{strikePrice},{expiry_date}"), Screen1.Lit3714, obj25);
            ModuleMethod moduleMethod13 = runtime.make$Mnyail$Mnlist;
            boolean z4 = obj2 instanceof Package;
            Object obj34 = obj30;
            Pair list12 = LList.list1(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(obj34, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Screen1.Lit141), Screen1.Lit3716, "lookup in pairs")));
            Object callYailPrimitive19 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("growwContractId", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, obj28), Screen1.Lit3717, obj32);
            Object callYailPrimitive20 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, "-"), Screen1.Lit3718, obj32);
            Object obj35 = obj12;
            Object callYailPrimitive21 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj35, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, "-"), Screen1.Lit3719, obj32);
            Object callYailPrimitive22 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("prevOpenInterest", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Component.CHIP_TYPE_CHOICE), Screen1.Lit3720, obj32);
            Object callYailPrimitive23 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj35, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Screen1.Lit141), Screen1.Lit3721, obj32);
            Object obj36 = obj14;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj35, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, "-"), Screen1.Lit3722, obj32), "-"), Screen1.Lit3723, obj36) != Boolean.FALSE) {
                obj19 = callYailPrimitive21;
                obj17 = obj35;
                obj15 = obj36;
                obj16 = obj32;
                callYailPrimitive3 = obj28;
                pair2 = list12;
                obj18 = "yail-divide";
            } else {
                ModuleMethod moduleMethod14 = strings.string$Mnappend;
                ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                obj15 = obj36;
                Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                MultiplyOp multiplyOp2 = MultiplyOp.$St;
                obj16 = obj32;
                ModuleMethod moduleMethod15 = runtime.yail$Mndivide;
                obj17 = obj35;
                AddOp addOp3 = AddOp.$Mn;
                boolean z5 = callYailPrimitive23 instanceof Package;
                Object signalRuntimeError2 = z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3697), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive23;
                if (callYailPrimitive22 instanceof Package) {
                    callYailPrimitive22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3698), " is not bound in the current context"), "Unbound Variable");
                }
                Object callYailPrimitive24 = runtime.callYailPrimitive(addOp3, LList.list2(signalRuntimeError2, callYailPrimitive22), Screen1.Lit3724, "-");
                obj18 = "yail-divide";
                callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod14, LList.list2(applyToArgs7.apply2(lookupGlobalVarInCurrentFormEnvironment7, runtime.callYailPrimitive(multiplyOp2, LList.list2(runtime.callYailPrimitive(moduleMethod15, LList.list2(callYailPrimitive24, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3697), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive23), Screen1.Lit3725, obj18), Screen1.Lit435), Screen1.Lit3726, "*")), "%"), Screen1.Lit3727, "join");
                pair2 = list12;
                obj19 = callYailPrimitive21;
                callYailPrimitive19 = callYailPrimitive19;
            }
            Pair chain42 = LList.chain4(pair2, callYailPrimitive19, callYailPrimitive20, obj19, callYailPrimitive3);
            Object obj37 = obj16;
            Pair pair4 = pair2;
            Object apply23 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(AddOp.$Mn, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj17, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Screen1.Lit141), Screen1.Lit3728, obj37), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("prevOpenInterest", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Component.CHIP_TYPE_CHOICE), Screen1.Lit3729, obj37)), Screen1.Lit3730, "-"));
            ModuleMethod moduleMethod16 = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod17 = runtime.yail$Mndictionary$Mnlookup;
            Object signalRuntimeError3 = z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2;
            Object obj38 = obj15;
            if (runtime.callYailPrimitive(moduleMethod16, LList.list2(runtime.callYailPrimitive(moduleMethod17, LList.list3("ltp", signalRuntimeError3, "-"), Screen1.Lit3731, obj37), "-"), Screen1.Lit3732, obj38) != Boolean.FALSE) {
                pair3 = chain42;
                apply22 = obj28;
            } else {
                pair3 = chain42;
                apply22 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj34, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Component.CHIP_TYPE_CHOICE), Screen1.Lit3733, obj37));
            }
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, "-"), Screen1.Lit3734, obj37), "-"), Screen1.Lit3735, obj38) != Boolean.FALSE) {
                callYailPrimitive4 = obj28;
            } else {
                callYailPrimitive4 = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("(", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChangePerc", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Component.CHIP_TYPE_CHOICE), Screen1.Lit3736, obj37)), "%)"), Screen1.Lit3737, "join");
            }
            frame45 frame45Var3 = frame45Var;
            Pair chain43 = LList.chain4(pair3, apply23, apply22, callYailPrimitive4, runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(frame45Var3.$strikePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3676), " is not bound in the current context"), "Unbound Variable") : frame45Var3.$strikePrice, Screen1.Lit435), Screen1.Lit3738, obj18));
            Object obj39 = this.$currentExpiry;
            if (obj39 instanceof Package) {
                obj39 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3665), " is not bound in the current context"), "Unbound Variable");
            }
            LList.chain1(chain43, obj39);
            this.$x = runtime.callYailPrimitive(moduleMethod6, LList.list3(obj26, obj28, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, apply4, callYailPrimitive18, runtime.callYailPrimitive(moduleMethod13, pair4, Screen1.Lit3739, "make a list"))), Screen1.Lit3740, "join");
        }
    }

    public class frame45 extends ModuleBody {
        Object $strikePrice;
        final ModuleMethod lambda$Fn446 = new ModuleMethod(this, 87, null, 0);
        final ModuleMethod lambda$Fn447 = new ModuleMethod(this, 88, null, 0);
        frame44 staticLink;

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 87 ? i != 88 ? super.apply0(moduleMethod) : lambda448() : lambda447();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 87 && i != 88) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda447() {
            return this.staticLink.$once instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3669), " is not bound in the current context"), "Unbound Variable") : this.staticLink.$once;
        }

        Object lambda448() {
            NumberCompare numberCompare = Scheme.numLEq;
            Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,value"), Screen1.Lit3670, "list from csv row"), runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(this.staticLink.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable") : this.staticLink.$json), Screen1.Lit3671), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,ltp"), Screen1.Lit3672, "list from csv row"), runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(this.staticLink.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable") : this.staticLink.$json), Screen1.Lit3673), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3674, "dictionary recursive lookup")), Screen1.Lit3675, "dictionary recursive lookup"));
            ModuleMethod moduleMethod = runtime.yail$Mndivide;
            Object obj = this.$strikePrice;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3676), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(apply2, runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit435), Screen1.Lit3677, "yail-divide")), Screen1.Lit3678, "<=");
        }
    }

    public class frame46 extends ModuleBody {
        Object $currentExpiry;
        Object $json;
        Object $once;
        Object $x;
        final ModuleMethod proc$Fn450 = new ModuleMethod(this, 92, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 92) {
                return super.apply1(moduleMethod, obj);
            }
            lambda451proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 92) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda451proc(Object obj) {
            frame47 frame47Var;
            Object obj2;
            Object obj3;
            Object obj4;
            Object obj5;
            Object obj6;
            frame46 frame46Var;
            Object obj7;
            Object obj8;
            Object obj9;
            Object callYailPrimitive;
            Pair pair;
            Object obj10;
            Object obj11;
            Object obj12;
            Object obj13;
            Object apply2;
            Object obj14;
            Object callYailPrimitive2;
            Object obj15;
            Object obj16;
            Object obj17;
            Object obj18;
            Object callYailPrimitive3;
            Pair pair2;
            Object obj19;
            Pair pair3;
            Object apply22;
            Object callYailPrimitive4;
            frame47 frame47Var2 = new frame47();
            frame47Var2.staticLink = this;
            Object obj20 = obj;
            boolean z = obj20 instanceof Package;
            Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("strikePrice", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj20, ""), Screen1.Lit3768, "dictionary lookup");
            Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("callOption", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj20, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3769, "dictionary lookup");
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive7 = runtime.callYailPrimitive(moduleMethod, LList.list3("putOption", obj20, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3770, "dictionary lookup");
            frame47Var2.$strikePrice = callYailPrimitive5;
            if (runtime.processAndDelayed$V(new Object[]{frame47Var2.lambda$Fn451, frame47Var2.lambda$Fn452}) != Boolean.FALSE) {
                ModuleMethod moduleMethod2 = strings.string$Mnappend;
                Object obj21 = this.$x;
                if (obj21 instanceof Package) {
                    obj21 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
                }
                ModuleMethod moduleMethod3 = runtime.string$Mnreplace$Mnall;
                ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
                frame47Var = frame47Var2;
                obj2 = callYailPrimitive7;
                obj6 = "dictionary lookup";
                Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,value"), Screen1.Lit3779, "list from csv row");
                SimpleSymbol simpleSymbol = Screen1.Lit150;
                SimpleSymbol simpleSymbol2 = Screen1.Lit151;
                obj5 = "";
                Object obj22 = this.$json;
                obj3 = callYailPrimitive6;
                if (obj22 instanceof Package) {
                    obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable");
                }
                Object callComponentMethod = runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj22), Screen1.Lit3780);
                ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
                Object callYailPrimitive9 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,ltp"), Screen1.Lit3781, "list from csv row");
                SimpleSymbol simpleSymbol3 = Screen1.Lit150;
                SimpleSymbol simpleSymbol4 = Screen1.Lit151;
                obj4 = "list from csv row";
                Object obj23 = this.$json;
                if (obj23 instanceof Package) {
                    obj23 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable");
                }
                Object callYailPrimitive10 = runtime.callYailPrimitive(moduleMethod2, LList.list2(obj21, runtime.callYailPrimitive(moduleMethod3, LList.list3("<tr id=\"content\"> <td colspan=\"3\"><hr></td> <td style=\"color:white;background-color:green;width:20%;text-align:center\">{strikePrice}</td> <td colspan=\"3\"><hr></td> </tr>", "{strikePrice}", runtime.callYailPrimitive(moduleMethod4, LList.list3(callYailPrimitive8, callComponentMethod, runtime.callYailPrimitive(moduleMethod5, LList.list3(callYailPrimitive9, runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(obj23), Screen1.Lit3782), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3783, "dictionary recursive lookup")), Screen1.Lit3784, "dictionary recursive lookup")), Screen1.Lit3785, "replace all")), Screen1.Lit3786, "join");
                frame46Var = this;
                frame46Var.$x = callYailPrimitive10;
                frame46Var.$once = Boolean.FALSE;
            } else {
                frame47Var = frame47Var2;
                obj2 = callYailPrimitive7;
                obj3 = callYailPrimitive6;
                obj4 = "list from csv row";
                obj5 = "";
                obj6 = "dictionary lookup";
                frame46Var = this;
            }
            ModuleMethod moduleMethod6 = strings.string$Mnappend;
            Object obj24 = frame46Var.$x;
            if (obj24 instanceof Package) {
                obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object obj25 = obj4;
            Object callYailPrimitive11 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{C_COLOR},{C_ID},{C_ltp},{C_oi},{C_oi_perct},{C_oi_COLOR},{C_change},{C_percentchange}"), Screen1.Lit3787, obj25);
            ModuleMethod moduleMethod7 = runtime.make$Mnyail$Mnlist;
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod8 = runtime.yail$Mnalist$Mnlookup;
            Object obj26 = obj24;
            Object obj27 = obj3;
            boolean z2 = obj27 instanceof Package;
            if (z2) {
                obj27 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable");
            }
            Pair list1 = LList.list1(applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(moduleMethod8, LList.list3("dayChange", obj27, Screen1.Lit141), Screen1.Lit3788, "lookup in pairs")));
            Object obj28 = obj5;
            Object obj29 = obj6;
            Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("growwContractId", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, obj28), Screen1.Lit3789, obj29);
            Object callYailPrimitive13 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3790, obj29);
            Object callYailPrimitive14 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("openInterest", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3791, obj29);
            Object obj30 = "dayChange";
            Object callYailPrimitive15 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("prevOpenInterest", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Component.CHIP_TYPE_CHOICE), Screen1.Lit3792, obj29);
            Object callYailPrimitive16 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("openInterest", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Screen1.Lit141), Screen1.Lit3793, obj29);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("openInterest", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3794, obj29), "-"), Screen1.Lit3795, "=") != Boolean.FALSE) {
                obj10 = callYailPrimitive13;
                obj11 = callYailPrimitive14;
                obj9 = "openInterest";
                obj7 = "=";
                obj8 = obj29;
                callYailPrimitive = obj28;
                pair = list1;
            } else {
                ModuleMethod moduleMethod9 = strings.string$Mnappend;
                ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                obj7 = "=";
                obj8 = obj29;
                Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                MultiplyOp multiplyOp = MultiplyOp.$St;
                obj9 = "openInterest";
                ModuleMethod moduleMethod10 = runtime.yail$Mndivide;
                AddOp addOp = AddOp.$Mn;
                boolean z3 = callYailPrimitive16 instanceof Package;
                Object signalRuntimeError = z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3697), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive16;
                if (callYailPrimitive15 instanceof Package) {
                    callYailPrimitive15 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3698), " is not bound in the current context"), "Unbound Variable");
                }
                callYailPrimitive = runtime.callYailPrimitive(moduleMethod9, LList.list2(applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment4, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod10, LList.list2(runtime.callYailPrimitive(addOp, LList.list2(signalRuntimeError, callYailPrimitive15), Screen1.Lit3796, "-"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3697), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive16), Screen1.Lit3797, "yail-divide"), Screen1.Lit435), Screen1.Lit3798, "*")), "%"), Screen1.Lit3799, "join");
                pair = list1;
                callYailPrimitive12 = callYailPrimitive12;
                obj10 = callYailPrimitive13;
                obj11 = callYailPrimitive14;
            }
            Pair chain4 = LList.chain4(pair, callYailPrimitive12, obj10, obj11, callYailPrimitive);
            ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
            AddOp addOp2 = AddOp.$Mn;
            Object obj31 = obj9;
            Object obj32 = obj8;
            Object callYailPrimitive17 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj31, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Screen1.Lit141), Screen1.Lit3800, obj32);
            ModuleMethod moduleMethod11 = runtime.yail$Mndictionary$Mnlookup;
            if (z2) {
                obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable");
                obj12 = obj31;
            } else {
                obj12 = obj31;
                obj13 = obj27;
            }
            Pair chain1 = LList.chain1(chain4, applyToArgs5.apply2(lookupGlobalVarInCurrentFormEnvironment5, runtime.callYailPrimitive(addOp2, LList.list2(callYailPrimitive17, runtime.callYailPrimitive(moduleMethod11, LList.list3("prevOpenInterest", obj13, Component.CHIP_TYPE_CHOICE), Screen1.Lit3801, obj32)), Screen1.Lit3802, "-")));
            Object obj33 = obj7;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3803, obj32), "-"), Screen1.Lit3804, obj33) != Boolean.FALSE) {
                apply2 = obj28;
            } else {
                ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod12 = runtime.yail$Mndictionary$Mnlookup;
                Pair list3 = LList.list3(obj30, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Component.CHIP_TYPE_CHOICE);
                obj30 = obj30;
                apply2 = applyToArgs6.apply2(lookupGlobalVarInCurrentFormEnvironment6, runtime.callYailPrimitive(moduleMethod12, list3, Screen1.Lit3805, obj32));
            }
            Pair chain12 = LList.chain1(chain1, apply2);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, "-"), Screen1.Lit3806, obj32), "-"), Screen1.Lit3807, obj33) != Boolean.FALSE) {
                obj14 = obj33;
                callYailPrimitive2 = obj28;
            } else {
                obj14 = obj33;
                callYailPrimitive2 = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("(", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChangePerc", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3688), " is not bound in the current context"), "Unbound Variable") : obj27, Component.CHIP_TYPE_CHOICE), Screen1.Lit3808, obj32)), "%)"), Screen1.Lit3809, "join");
            }
            LList.chain1(chain12, callYailPrimitive2);
            Object apply4 = applyToArgs2.apply4(lookupGlobalVarInCurrentFormEnvironment2, "<tr> <td style=\"width:2px; background-color:{C_COLOR}\"></td> <td style=\"width:20%;text-align:right\">{C_oi}<br><small><font color={C_oi_COLOR}>{C_oi_perct}</font></small></td> <td onclick=\"myFunction('{C_ID}~{C_sid}~{expiry_date}~{strikePrice}~CE~{instrument}')\" style=\"width:20%;text-align:right\">{C_ltp}<br><small><font color={C_COLOR}>{C_change}{C_percentchange}</font></small></td> <td style=\"width:20%;text-align:center\">{strikePrice}</td> <td onclick=\"myFunction('{P_ID}~{P_sid}~{expiry_date}~{strikePrice}~PE~{instrument}')\" style=\"width:20%;text-align:right\">{P_ltp}<br><small><font color={P_COLOR}>{P_change}{P_percentchange}</font></small></td> <td style=\"width:20%;text-align:right\">{P_oi}<br><small><font color={P_oi_COLOR}>{P_oi_perct}</font></small></td> <td style=\"width:2px; background-color:{P_COLOR}\"></td> </tr>", callYailPrimitive11, runtime.callYailPrimitive(moduleMethod7, pair, Screen1.Lit3810, "make a list"));
            Object callYailPrimitive18 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{P_COLOR},{P_ID},{P_ltp},{P_oi},{P_oi_perct},{P_oi_COLOR},{P_change},{P_percentchange},{strikePrice},{expiry_date}"), Screen1.Lit3811, obj25);
            ModuleMethod moduleMethod13 = runtime.make$Mnyail$Mnlist;
            boolean z4 = obj2 instanceof Package;
            Object obj34 = obj30;
            Pair list12 = LList.list1(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(obj34, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Screen1.Lit141), Screen1.Lit3812, "lookup in pairs")));
            Object callYailPrimitive19 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("growwContractId", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, obj28), Screen1.Lit3813, obj32);
            Object callYailPrimitive20 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, "-"), Screen1.Lit3814, obj32);
            Object obj35 = obj12;
            Object callYailPrimitive21 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj35, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, "-"), Screen1.Lit3815, obj32);
            Object callYailPrimitive22 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("prevOpenInterest", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Component.CHIP_TYPE_CHOICE), Screen1.Lit3816, obj32);
            Object callYailPrimitive23 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj35, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Screen1.Lit141), Screen1.Lit3817, obj32);
            Object obj36 = obj14;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj35, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, "-"), Screen1.Lit3818, obj32), "-"), Screen1.Lit3819, obj36) != Boolean.FALSE) {
                obj19 = callYailPrimitive21;
                obj17 = obj35;
                obj15 = obj36;
                obj16 = obj32;
                callYailPrimitive3 = obj28;
                pair2 = list12;
                obj18 = "yail-divide";
            } else {
                ModuleMethod moduleMethod14 = strings.string$Mnappend;
                ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                obj15 = obj36;
                Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                MultiplyOp multiplyOp2 = MultiplyOp.$St;
                obj16 = obj32;
                ModuleMethod moduleMethod15 = runtime.yail$Mndivide;
                obj17 = obj35;
                AddOp addOp3 = AddOp.$Mn;
                boolean z5 = callYailPrimitive23 instanceof Package;
                Object signalRuntimeError2 = z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3697), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive23;
                if (callYailPrimitive22 instanceof Package) {
                    callYailPrimitive22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3698), " is not bound in the current context"), "Unbound Variable");
                }
                Object callYailPrimitive24 = runtime.callYailPrimitive(addOp3, LList.list2(signalRuntimeError2, callYailPrimitive22), Screen1.Lit3820, "-");
                obj18 = "yail-divide";
                callYailPrimitive3 = runtime.callYailPrimitive(moduleMethod14, LList.list2(applyToArgs7.apply2(lookupGlobalVarInCurrentFormEnvironment7, runtime.callYailPrimitive(multiplyOp2, LList.list2(runtime.callYailPrimitive(moduleMethod15, LList.list2(callYailPrimitive24, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3697), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive23), Screen1.Lit3821, obj18), Screen1.Lit435), Screen1.Lit3822, "*")), "%"), Screen1.Lit3823, "join");
                pair2 = list12;
                obj19 = callYailPrimitive21;
                callYailPrimitive19 = callYailPrimitive19;
            }
            Pair chain42 = LList.chain4(pair2, callYailPrimitive19, callYailPrimitive20, obj19, callYailPrimitive3);
            Object obj37 = obj16;
            Pair pair4 = pair2;
            Object apply23 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(AddOp.$Mn, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj17, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Screen1.Lit141), Screen1.Lit3824, obj37), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("prevOpenInterest", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Component.CHIP_TYPE_CHOICE), Screen1.Lit3825, obj37)), Screen1.Lit3826, "-"));
            ModuleMethod moduleMethod16 = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod17 = runtime.yail$Mndictionary$Mnlookup;
            Object signalRuntimeError3 = z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2;
            Object obj38 = obj15;
            if (runtime.callYailPrimitive(moduleMethod16, LList.list2(runtime.callYailPrimitive(moduleMethod17, LList.list3("ltp", signalRuntimeError3, "-"), Screen1.Lit3827, obj37), "-"), Screen1.Lit3828, obj38) != Boolean.FALSE) {
                pair3 = chain42;
                apply22 = obj28;
            } else {
                pair3 = chain42;
                apply22 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj34, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Component.CHIP_TYPE_CHOICE), Screen1.Lit3829, obj37));
            }
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ltp", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, "-"), Screen1.Lit3830, obj37), "-"), Screen1.Lit3831, obj38) != Boolean.FALSE) {
                callYailPrimitive4 = obj28;
            } else {
                callYailPrimitive4 = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("(", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("dayChangePerc", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3715), " is not bound in the current context"), "Unbound Variable") : obj2, Component.CHIP_TYPE_CHOICE), Screen1.Lit3832, obj37)), "%)"), Screen1.Lit3833, "join");
            }
            frame47 frame47Var3 = frame47Var;
            Pair chain43 = LList.chain4(pair3, apply23, apply22, callYailPrimitive4, runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(frame47Var3.$strikePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3676), " is not bound in the current context"), "Unbound Variable") : frame47Var3.$strikePrice, Screen1.Lit435), Screen1.Lit3834, obj18));
            Object obj39 = this.$currentExpiry;
            if (obj39 instanceof Package) {
                obj39 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3665), " is not bound in the current context"), "Unbound Variable");
            }
            LList.chain1(chain43, obj39);
            this.$x = runtime.callYailPrimitive(moduleMethod6, LList.list3(obj26, obj28, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, apply4, callYailPrimitive18, runtime.callYailPrimitive(moduleMethod13, pair4, Screen1.Lit3835, "make a list"))), Screen1.Lit3836, "join");
        }
    }

    public class frame47 extends ModuleBody {
        Object $strikePrice;
        final ModuleMethod lambda$Fn451 = new ModuleMethod(this, 90, null, 0);
        final ModuleMethod lambda$Fn452 = new ModuleMethod(this, 91, null, 0);
        frame46 staticLink;

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 90 ? i != 91 ? super.apply0(moduleMethod) : lambda453() : lambda452();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 90 && i != 91) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda452() {
            return this.staticLink.$once instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3669), " is not bound in the current context"), "Unbound Variable") : this.staticLink.$once;
        }

        Object lambda453() {
            NumberCompare numberCompare = Scheme.numLEq;
            Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,value"), Screen1.Lit3771, "list from csv row"), runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(this.staticLink.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable") : this.staticLink.$json), Screen1.Lit3772), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,ltp"), Screen1.Lit3773, "list from csv row"), runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(this.staticLink.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable") : this.staticLink.$json), Screen1.Lit3774), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit3775, "dictionary recursive lookup")), Screen1.Lit3776, "dictionary recursive lookup"));
            ModuleMethod moduleMethod = runtime.yail$Mndivide;
            Object obj = this.$strikePrice;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3676), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(apply2, runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit435), Screen1.Lit3777, "yail-divide")), Screen1.Lit3778, "<=");
        }
    }

    static Object lambda436(Object obj) {
        frame42 frame42Var = new frame42();
        frame42Var.$id = obj;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4(runtime.lookupInCurrentFormEnvironment(Lit3368), runtime.lookupInCurrentFormEnvironment(Lit3404), runtime.lookupInCurrentFormEnvironment(Lit3634), runtime.lookupInCurrentFormEnvironment(Lit3635)), Lit3636, "make a list");
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit172, Boolean.FALSE, Lit173);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit30, "");
        boolean z = callYailPrimitive instanceof Package;
        runtime.yailForEach(proc$Fn436, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3639), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive);
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        if (z) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3639), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, frame42Var.$id instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : frame42Var.$id), Lit3640, "select list item"), Lit3638, Lit172, Boolean.TRUE, Lit173);
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.processAndDelayed$V(new Object[]{frame42Var.lambda$Fn437, lambda$Fn438})), Lit3643, "not"), Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.TRUE, Lit173);
    }

    static Procedure lambda440() {
        return lambda$Fn440;
    }

    static Object lambda441(Object obj) {
        frame43 frame43Var = new frame43();
        frame43Var.$id = obj;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4(runtime.lookupInCurrentFormEnvironment(Lit3368), runtime.lookupInCurrentFormEnvironment(Lit3404), runtime.lookupInCurrentFormEnvironment(Lit3634), runtime.lookupInCurrentFormEnvironment(Lit3635)), Lit3644, "make a list");
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit172, Boolean.FALSE, Lit173);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit30, "");
        boolean z = callYailPrimitive instanceof Package;
        runtime.yailForEach(proc$Fn441, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3639), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive);
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        if (z) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3639), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, frame43Var.$id instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : frame43Var.$id), Lit3645, "select list item"), Lit3638, Lit172, Boolean.TRUE, Lit173);
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.processAndDelayed$V(new Object[]{frame43Var.lambda$Fn442, lambda$Fn443})), Lit3648, "not"), Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.TRUE, Lit173);
    }

    static Object lambda445(Object obj) {
        SimpleSymbol simpleSymbol;
        frame44 frame44Var = new frame44();
        frame44Var.$json = obj;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit143, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("optionChain,expiryDetailsDto,expiryDates"), Lit3650, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame44Var.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : frame44Var.$json), Lit3651), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit3652, "dictionary recursive lookup"));
        Object apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<!DOCTYPE html> <html> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <head><title>Optionchain</title> <link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'> <style> html {   scroll-behavior: smooth; } body {     font-family: 'Open Sans';font-size: 22px; }  table { border-collapse: collapse;   width: 100%; }  td, th {   border: 0px solid #dddddd;   text-align: left;   padding: 2px; } table {     border-collapse: separate;     border-spacing: 0 0.2em; } </style> </head> <body style=\"background-color:{BGCOLOR};\">  <font size=\"2.2\" color=\"{FONTCOLOR}\"> <table>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{BGCOLOR},{FONTCOLOR}"), Lit3653, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("WVBG", "White"), Lit3654), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Darkmode", Boolean.FALSE), Lit3655) != Boolean.FALSE ? "gray" : "#313131"), Lit3656, "make a list"));
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("optionChain,expiryDetailsDto,currentExpiry"), Lit3657, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame44Var.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : frame44Var.$json), Lit3658), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3659, "dictionary recursive lookup");
        frame44Var.$once = Boolean.TRUE;
        frame44Var.$currentExpiry = callYailPrimitive;
        frame44Var.$x = apply4;
        runtime.setAndCoerceProperty$Ex(Lit3660, Lit6, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,symbol"), Lit3661, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame44Var.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : frame44Var.$json), Lit3662), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3663, "dictionary recursive lookup"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3664, Lit6, frame44Var.$currentExpiry instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3665), " is not bound in the current context"), "Unbound Variable") : frame44Var.$currentExpiry, Lit9);
        ModuleMethod moduleMethod = frame44Var.proc$Fn445;
        runtime.yailForEach(frame44Var.proc$Fn445, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("optionChain,optionChains"), Lit3741, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame44Var.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : frame44Var.$json), Lit3742), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3743, "dictionary recursive lookup"));
        frame44Var.$x = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(frame44Var.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : frame44Var.$x, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("</table>  <script>  const element = document.getElementById(\"content\");    const rect = element.getBoundingClientRect(true);    var scrTop = rect.top - 50; scrolltoLTP();  function scrolltoLTP() { window.scrollBy(0, scrTop); }   </script>    <script>   function myFunction(x) {   window.AppInventor.setWebViewString(x); } </script></body> </html>", "{H}", runtime.get$Mnproperty.apply2(Lit0, Lit1112)), Lit3744, "replace all")), Lit3745, "join");
        runtime.callComponentMethod(Lit3009, Lit3010, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3746), Lit645), Lit3747);
        runtime.callComponentMethod(Lit3009, Lit3014, LList.list1(Lit645), Lit3748);
        runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(frame44Var.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : frame44Var.$x), Lit3749);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
        runtime.callComponentMethod(Lit741, Lit3613, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3750), runtime.lookupInCurrentFormEnvironment(Lit3615)), Lit3751);
        runtime.callComponentMethod(Lit741, Lit3617, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3615), Lit711), Lit3752);
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit25, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3753, "not") == Boolean.FALSE) {
            return Values.empty;
        }
        if (runtime.get$Mnproperty.apply2(Lit171, Lit172) == Boolean.FALSE) {
            if (runtime.get$Mnproperty.apply2(Lit3614, Lit172) != Boolean.FALSE) {
                runtime.addGlobalVarToCurrentFormEnvironment(Lit3754, runtime.lookupInCurrentFormEnvironment(Lit3614));
                simpleSymbol = Lit3614;
            }
            return runtime.setAndCoerceProperty$Ex(Lit3750, Lit172, Boolean.TRUE, Lit173);
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit3754, runtime.lookupInCurrentFormEnvironment(Lit171));
        runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
        simpleSymbol = Lit171;
        runtime.setAndCoerceProperty$Ex(simpleSymbol, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3750, Lit172, Boolean.TRUE, Lit173);
    }

    static Procedure lambda449() {
        return lambda$Fn449;
    }

    static Object lambda450(Object obj) {
        SimpleSymbol simpleSymbol;
        frame46 frame46Var = new frame46();
        frame46Var.$json = obj;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit143, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("optionChain,expiryDetailsDto,expiryDates"), Lit3755, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame46Var.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : frame46Var.$json), Lit3756), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit3757, "dictionary recursive lookup"));
        Object apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<!DOCTYPE html> <html> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <head><title>Optionchain</title> <link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'> <style> html {   scroll-behavior: smooth; } body {     font-family: 'Open Sans';font-size: 22px; }  table { border-collapse: collapse;   width: 100%; }  td, th {   border: 0px solid #dddddd;   text-align: left;   padding: 2px; } table {     border-collapse: separate;     border-spacing: 0 0.2em; } </style> </head> <body style=\"background-color:{BGCOLOR};\">  <font size=\"2.2\" color=\"{FONTCOLOR}\"> <table>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{BGCOLOR},{FONTCOLOR}"), Lit3758, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callComponentMethod(Lit160, Lit161, LList.list2("WVBG", "White"), Lit3759), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Darkmode", Boolean.FALSE), Lit3760) != Boolean.FALSE ? "gray" : "#313131"), Lit3761, "make a list"));
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("optionChain,expiryDetailsDto,currentExpiry"), Lit3762, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame46Var.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : frame46Var.$json), Lit3763), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3764, "dictionary recursive lookup");
        frame46Var.$once = Boolean.TRUE;
        frame46Var.$currentExpiry = callYailPrimitive;
        frame46Var.$x = apply4;
        runtime.setAndCoerceProperty$Ex(Lit3660, Lit6, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("livePrice,symbol"), Lit3765, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame46Var.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : frame46Var.$json), Lit3766), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3767, "dictionary recursive lookup"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3664, Lit6, frame46Var.$currentExpiry instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3665), " is not bound in the current context"), "Unbound Variable") : frame46Var.$currentExpiry, Lit9);
        ModuleMethod moduleMethod = frame46Var.proc$Fn450;
        runtime.yailForEach(frame46Var.proc$Fn450, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("optionChain,optionChains"), Lit3837, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame46Var.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : frame46Var.$json), Lit3838), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit3839, "dictionary recursive lookup"));
        frame46Var.$x = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(frame46Var.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : frame46Var.$x, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("</table>  <script>  const element = document.getElementById(\"content\");    const rect = element.getBoundingClientRect(true);    var scrTop = rect.top - 50; scrolltoLTP();  function scrolltoLTP() { window.scrollBy(0, scrTop); }   </script>    <script>   function myFunction(x) {   window.AppInventor.setWebViewString(x); } </script></body> </html>", "{H}", runtime.get$Mnproperty.apply2(Lit0, Lit1112)), Lit3840, "replace all")), Lit3841, "join");
        runtime.callComponentMethod(Lit3009, Lit3010, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3746), Lit645), Lit3842);
        runtime.callComponentMethod(Lit3009, Lit3014, LList.list1(Lit645), Lit3843);
        runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(frame46Var.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : frame46Var.$x), Lit3844);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
        runtime.callComponentMethod(Lit741, Lit3613, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3750), runtime.lookupInCurrentFormEnvironment(Lit3615)), Lit3845);
        runtime.callComponentMethod(Lit741, Lit3617, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3615), Lit711), Lit3846);
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit25, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3847, "not") == Boolean.FALSE) {
            return Values.empty;
        }
        if (runtime.get$Mnproperty.apply2(Lit171, Lit172) == Boolean.FALSE) {
            if (runtime.get$Mnproperty.apply2(Lit3614, Lit172) != Boolean.FALSE) {
                runtime.addGlobalVarToCurrentFormEnvironment(Lit3754, runtime.lookupInCurrentFormEnvironment(Lit3614));
                simpleSymbol = Lit3614;
            }
            return runtime.setAndCoerceProperty$Ex(Lit3750, Lit172, Boolean.TRUE, Lit173);
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit3754, runtime.lookupInCurrentFormEnvironment(Lit171));
        runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
        simpleSymbol = Lit171;
        runtime.setAndCoerceProperty$Ex(simpleSymbol, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3750, Lit172, Boolean.TRUE, Lit173);
    }

    static Object lambda454(Object obj, Object obj2, Object obj3) {
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3849), " is not bound in the current context"), "Unbound Variable") : obj), Lit3850, "is text empty?")), Lit3851, "not") != Boolean.FALSE) {
            Object signalRuntimeError = obj3 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj3;
            SimpleSymbol simpleSymbol = Lit3853;
            SimpleSymbol simpleSymbol2 = Lit3854;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3849), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError, simpleSymbol, simpleSymbol2, obj, Lit3855);
        }
        boolean z2 = obj3 instanceof Package;
        Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj3;
        SimpleSymbol simpleSymbol3 = Lit3853;
        SimpleSymbol simpleSymbol4 = Lit2199;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError2, simpleSymbol3, simpleSymbol4, obj2, Lit9);
        if (z2) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(obj3, Lit3853, Lit2201, LList.Empty, Lit3856);
    }

    static Procedure lambda455() {
        return lambda$Fn455;
    }

    static Object lambda456(Object obj, Object obj2, Object obj3) {
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3849), " is not bound in the current context"), "Unbound Variable") : obj), Lit3857, "is text empty?")), Lit3858, "not") != Boolean.FALSE) {
            Object signalRuntimeError = obj3 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj3;
            SimpleSymbol simpleSymbol = Lit3853;
            SimpleSymbol simpleSymbol2 = Lit3854;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3849), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError, simpleSymbol, simpleSymbol2, obj, Lit3855);
        }
        boolean z2 = obj3 instanceof Package;
        Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj3;
        SimpleSymbol simpleSymbol3 = Lit3853;
        SimpleSymbol simpleSymbol4 = Lit2199;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError2, simpleSymbol3, simpleSymbol4, obj2, Lit9);
        if (z2) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(obj3, Lit3853, Lit2201, LList.Empty, Lit3859);
    }

    static Object lambda457(Object obj, Object obj2) {
        AddOp addOp;
        char c;
        char c2;
        char c3;
        Pair list2;
        PairWithPosition pairWithPosition;
        String str;
        char c4;
        char c5;
        char c6;
        Object obj3 = obj;
        Object obj4 = obj2;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St), "BUY"), Lit3861, "=") != Boolean.FALSE) {
            addOp = AddOp.$Mn;
            boolean z = obj3 instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod = runtime.yail$Mndivide;
            MultiplyOp multiplyOp = MultiplyOp.$St;
            if (obj4 instanceof Package) {
                c4 = 0;
                c6 = 1;
                c5 = 2;
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 0;
                c5 = 2;
                c6 = 1;
            }
            if (z) {
                Object[] objArr = new Object[3];
                objArr[c4] = "The variable ";
                objArr[c6] = runtime.getDisplayRepresentation(Lit3591);
                objArr[c5] = " is not bound in the current context";
                obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            }
            list2 = LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(obj4, obj3), Lit3862, "*"), Lit435), Lit3863, "yail-divide"));
            pairWithPosition = Lit3864;
            str = "-";
        } else {
            addOp = AddOp.$Pl;
            boolean z2 = obj3 instanceof Package;
            Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            if (obj4 instanceof Package) {
                c = 0;
                c3 = 1;
                c2 = 2;
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 0;
                c2 = 2;
                c3 = 1;
            }
            if (z2) {
                Object[] objArr2 = new Object[3];
                objArr2[c] = "The variable ";
                objArr2[c3] = runtime.getDisplayRepresentation(Lit3591);
                objArr2[c2] = " is not bound in the current context";
                obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            }
            list2 = LList.list2(signalRuntimeError2, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list2(obj4, obj3), Lit3865, "*"), Lit435), Lit3866, "yail-divide"));
            pairWithPosition = Lit3867;
            str = "+";
        }
        return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(addOp, list2, pairWithPosition, str));
    }

    static Procedure lambda458() {
        return lambda$Fn458;
    }

    static Object lambda459(Object obj, Object obj2) {
        AddOp addOp;
        char c;
        char c2;
        char c3;
        Pair list2;
        PairWithPosition pairWithPosition;
        String str;
        char c4;
        char c5;
        char c6;
        Object obj3 = obj;
        Object obj4 = obj2;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St), "BUY"), Lit3868, "=") != Boolean.FALSE) {
            addOp = AddOp.$Mn;
            boolean z = obj3 instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod = runtime.yail$Mndivide;
            MultiplyOp multiplyOp = MultiplyOp.$St;
            if (obj4 instanceof Package) {
                c4 = 0;
                c6 = 1;
                c5 = 2;
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 0;
                c5 = 2;
                c6 = 1;
            }
            if (z) {
                Object[] objArr = new Object[3];
                objArr[c4] = "The variable ";
                objArr[c6] = runtime.getDisplayRepresentation(Lit3591);
                objArr[c5] = " is not bound in the current context";
                obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            }
            list2 = LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(obj4, obj3), Lit3869, "*"), Lit435), Lit3870, "yail-divide"));
            pairWithPosition = Lit3871;
            str = "-";
        } else {
            addOp = AddOp.$Pl;
            boolean z2 = obj3 instanceof Package;
            Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            if (obj4 instanceof Package) {
                c = 0;
                c3 = 1;
                c2 = 2;
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 0;
                c2 = 2;
                c3 = 1;
            }
            if (z2) {
                Object[] objArr2 = new Object[3];
                objArr2[c] = "The variable ";
                objArr2[c3] = runtime.getDisplayRepresentation(Lit3591);
                objArr2[c2] = " is not bound in the current context";
                obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            }
            list2 = LList.list2(signalRuntimeError2, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list2(obj4, obj3), Lit3872, "*"), Lit435), Lit3873, "yail-divide"));
            pairWithPosition = Lit3874;
            str = "+";
        }
        return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(addOp, list2, pairWithPosition, str));
    }

    static Object lambda460(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6, Object obj7, Object obj8, Object obj9) {
        SimpleSymbol simpleSymbol = Lit129;
        ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("marginurl", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("º¹¨£³êàë© ¦\u00ad¡»²ò·\u00ad¿·¿¸ñ·¥¸ë¦¹º\u0080\u0085\u009cÀ\u009f\u0092\u008c\u0093\u009a\u0088\u009b\u0091\u009b\u0089Ç\u0097\u0087\u0099\u008cÒ\u009f\u0093\u0091\u008eÑ\u0084\u0082\u0085Û\u008a\u009b\u009cnc|0\u007frlszh{qqVijpul;\u007fjwn~`\u007fga6-8C\u0015\u0005\u001bXW\u0015V\u001fB^C\u0006\r\u0018[\u0002\f\u0012^I\u0013U\u0016YV\u0012\r\u001d\u001d\u0000\u0019!(0yo2f> *9 ij~onnvn~qdf+='07?9%\u0017QC[JFS@_RN]R\u0016\u0011(\u0005\u0013\u0006\b\u000f\u0017\u0003]$/\u0011%\u00196%", "oqgiyhxr"), Lit3876, "deobfuscate text")), Lit3877);
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnto$Mncsv$Mnrow;
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        Object obj10 = obj2;
        if (obj10 instanceof Package) {
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3878), " is not bound in the current context"), "Unbound Variable");
        }
        Pair list1 = LList.list1(obj10);
        Object obj11 = obj3;
        if (obj11 instanceof Package) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3879), " is not bound in the current context"), "Unbound Variable");
        }
        Object obj12 = obj4;
        if (obj12 instanceof Package) {
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3880), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, obj11, obj12, obj5 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3881), " is not bound in the current context"), "Unbound Variable") : obj5, obj6 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3882), " is not bound in the current context"), "Unbound Variable") : obj6);
        Object obj13 = obj7;
        if (obj13 instanceof Package) {
            obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3883), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain1 = LList.chain1(chain4, obj13);
        Object obj14 = obj8;
        if (obj14 instanceof Package) {
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3884), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain12 = LList.chain1(chain1, obj14);
        Object obj15 = obj9;
        if (obj15 instanceof Package) {
            obj15 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3885), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain1(chain12, obj15);
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod, LList.list3(callComponentMethod, "{P}", runtime.callYailPrimitive(moduleMethod2, LList.list1(runtime.callYailPrimitive(moduleMethod3, list1, Lit3886, "make a list")), Lit3887, "list to csv row")), Lit3888, "replace all"));
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit129, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object obj16 = obj;
        if (obj16 instanceof Package) {
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3889), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, lookupGlobalVarInCurrentFormEnvironment2, obj16);
    }

    static Procedure lambda461() {
        return lambda$Fn461;
    }

    static Object lambda462(Object obj, Object obj2, Object obj3, Object obj4, Object obj5, Object obj6, Object obj7, Object obj8, Object obj9) {
        SimpleSymbol simpleSymbol = Lit129;
        ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("marginurl", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("º¹¨£³êàë© ¦\u00ad¡»²ò·\u00ad¿·¿¸ñ·¥¸ë¦¹º\u0080\u0085\u009cÀ\u009f\u0092\u008c\u0093\u009a\u0088\u009b\u0091\u009b\u0089Ç\u0097\u0087\u0099\u008cÒ\u009f\u0093\u0091\u008eÑ\u0084\u0082\u0085Û\u008a\u009b\u009cnc|0\u007frlszh{qqVijpul;\u007fjwn~`\u007fga6-8C\u0015\u0005\u001bXW\u0015V\u001fB^C\u0006\r\u0018[\u0002\f\u0012^I\u0013U\u0016YV\u0012\r\u001d\u001d\u0000\u0019!(0yo2f> *9 ij~onnvn~qdf+='07?9%\u0017QC[JFS@_RN]R\u0016\u0011(\u0005\u0013\u0006\b\u000f\u0017\u0003]$/\u0011%\u00196%", "oqgiyhxr"), Lit3890, "deobfuscate text")), Lit3891);
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnto$Mncsv$Mnrow;
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        Object obj10 = obj2;
        if (obj10 instanceof Package) {
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3878), " is not bound in the current context"), "Unbound Variable");
        }
        Pair list1 = LList.list1(obj10);
        Object obj11 = obj3;
        if (obj11 instanceof Package) {
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3879), " is not bound in the current context"), "Unbound Variable");
        }
        Object obj12 = obj4;
        if (obj12 instanceof Package) {
            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3880), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain4 = LList.chain4(list1, obj11, obj12, obj5 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3881), " is not bound in the current context"), "Unbound Variable") : obj5, obj6 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3882), " is not bound in the current context"), "Unbound Variable") : obj6);
        Object obj13 = obj7;
        if (obj13 instanceof Package) {
            obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3883), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain1 = LList.chain1(chain4, obj13);
        Object obj14 = obj8;
        if (obj14 instanceof Package) {
            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3884), " is not bound in the current context"), "Unbound Variable");
        }
        Pair chain12 = LList.chain1(chain1, obj14);
        Object obj15 = obj9;
        if (obj15 instanceof Package) {
            obj15 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3885), " is not bound in the current context"), "Unbound Variable");
        }
        LList.chain1(chain12, obj15);
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod, LList.list3(callComponentMethod, "{P}", runtime.callYailPrimitive(moduleMethod2, LList.list1(runtime.callYailPrimitive(moduleMethod3, list1, Lit3892, "make a list")), Lit3893, "list to csv row")), Lit3894, "replace all"));
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit129, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object obj16 = obj;
        if (obj16 instanceof Package) {
            obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3889), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, lookupGlobalVarInCurrentFormEnvironment2, obj16);
    }

    static Object lambda463(Object obj, Object obj2) {
        ModuleMethod moduleMethod = runtime.string$Mnsplit;
        Object obj3 = obj;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2416), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2(obj3, "-"), Lit3895, "split");
        ModuleMethod moduleMethod2 = runtime.string$Mncontains;
        ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnget$Mnitem;
        ModuleMethod moduleMethod4 = runtime.string$Mnsplit;
        Object obj4 = obj2;
        if (obj4 instanceof Package) {
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        }
        IntNum intNum = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(moduleMethod4, LList.list2(obj4, " "), Lit3896, "split"), Lit19), Lit3897, "select list item"), "-"), Lit3898, "string contains") != Boolean.FALSE ? Lit19 : Lit141;
        boolean z = callYailPrimitive instanceof Package;
        return runtime.callComponentMethod(Lit198, Lit2415, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnsubstring, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(intNum, Lit602), Lit3899, "+")), Lit3900, "select list item"), Lit19, Lit1666), Lit3901, "segment"), "'", "20"), Lit3902, "replace all"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(intNum, Lit1666), Lit3903, "+")), Lit3904, "select list item")), Lit3905, "downcase"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec"), Lit3906, "list from csv row")), Lit3907, "index in list"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(intNum, Lit711), Lit3908, "+")), Lit3909, "select list item")), Lit3910);
    }

    static Procedure lambda464() {
        return lambda$Fn464;
    }

    static Object lambda465(Object obj, Object obj2) {
        ModuleMethod moduleMethod = runtime.string$Mnsplit;
        Object obj3 = obj;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2416), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2(obj3, "-"), Lit3911, "split");
        ModuleMethod moduleMethod2 = runtime.string$Mncontains;
        ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnget$Mnitem;
        ModuleMethod moduleMethod4 = runtime.string$Mnsplit;
        Object obj4 = obj2;
        if (obj4 instanceof Package) {
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        }
        IntNum intNum = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(moduleMethod4, LList.list2(obj4, " "), Lit3912, "split"), Lit19), Lit3913, "select list item"), "-"), Lit3914, "string contains") != Boolean.FALSE ? Lit19 : Lit141;
        boolean z = callYailPrimitive instanceof Package;
        return runtime.callComponentMethod(Lit198, Lit2415, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnsubstring, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(intNum, Lit602), Lit3915, "+")), Lit3916, "select list item"), Lit19, Lit1666), Lit3917, "segment"), "'", "20"), Lit3918, "replace all"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(intNum, Lit1666), Lit3919, "+")), Lit3920, "select list item")), Lit3921, "downcase"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("jan,feb,mar,apr,may,jun,jul,aug,sep,oct,nov,dec"), Lit3922, "list from csv row")), Lit3923, "index in list"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(intNum, Lit711), Lit3924, "+")), Lit3925, "select list item")), Lit3926);
    }

    static Object lambda466() {
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit36, Boolean.TRUE);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3928), Boolean.TRUE), Lit3929);
        return runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
    }

    static Procedure lambda467() {
        return lambda$Fn467;
    }

    static Object lambda468() {
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit36, Boolean.TRUE);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit3928), Boolean.TRUE), Lit3930);
        return runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
    }

    static Procedure lambda470() {
        return lambda$Fn470;
    }

    static Boolean lambda471() {
        return Boolean.FALSE;
    }

    public class frame48 extends ModuleBody {
        Object $name;
        final ModuleMethod proc$Fn475 = new ModuleMethod(this, 93, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 93) {
                return super.apply1(moduleMethod, obj);
            }
            lambda476proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 93) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda476proc(Object obj) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            this.$name = runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, runtime.callYailPrimitive(moduleMethod2, LList.list3("{\\\"symbol\\\":\\\"", obj, "\\\"},"), Screen1.Lit3971, "join")), Screen1.Lit3972, "join");
        }
    }

    public class frame49 extends ModuleBody {
        Object $name;
        final ModuleMethod proc$Fn478 = new ModuleMethod(this, 94, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 94) {
                return super.apply1(moduleMethod, obj);
            }
            lambda479proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 94) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda479proc(Object obj) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            this.$name = runtime.callYailPrimitive(moduleMethod, LList.list2(obj2, runtime.callYailPrimitive(moduleMethod2, LList.list3("{\\\"symbol\\\":\\\"", obj, "\\\"},"), Screen1.Lit3990, "join")), Screen1.Lit3991, "join");
        }
    }

    static Object lambda472() {
        runtime.addGlobalVarToCurrentFormEnvironment(Lit35, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(" cguid", runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("{\"", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callComponentMethod(Lit3009, Lit3933, LList.list1(runtime.get$Mnproperty.apply2(Lit724, Lit3934)), Lit3935), ";", "\",\""), Lit3936, "replace all")), Lit3937, "trim"), "=", "\" : \""), Lit3938, "replace all"), "\"}"), Lit3939, "join")), Lit3940), ""), Lit3941, "dictionary lookup"));
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "New cgui");
        runtime.callComponentMethod(Lit724, Lit3942, LList.Empty, LList.Empty);
        runtime.setAndCoerceProperty$Ex(Lit718, Lit719, Lit435, Lit720);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("cguid", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit35, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3943);
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        SimpleSymbol simpleSymbol3 = Lit198;
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("lastlogin", runtime.callComponentMethod(simpleSymbol3, Lit2080, LList.list2(runtime.callComponentMethod(simpleSymbol3, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Lit3944)), Lit3945);
        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit724, Lit3946, LList.list1("javaAppIdKey"), Lit3947);
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit206, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.FALSE), Lit3948)), Lit3949, "not"));
    }

    static Procedure lambda473() {
        return lambda$Fn473;
    }

    static Object lambda474() {
        runtime.addGlobalVarToCurrentFormEnvironment(Lit35, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(" cguid", runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("{\"", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callComponentMethod(Lit3009, Lit3933, LList.list1(runtime.get$Mnproperty.apply2(Lit724, Lit3934)), Lit3950), ";", "\",\""), Lit3951, "replace all")), Lit3952, "trim"), "=", "\" : \""), Lit3953, "replace all"), "\"}"), Lit3954, "join")), Lit3955), ""), Lit3956, "dictionary lookup"));
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "New cgui");
        runtime.callComponentMethod(Lit724, Lit3942, LList.Empty, LList.Empty);
        runtime.setAndCoerceProperty$Ex(Lit718, Lit719, Lit435, Lit720);
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("cguid", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit35, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3957);
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        SimpleSymbol simpleSymbol3 = Lit198;
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("lastlogin", runtime.callComponentMethod(simpleSymbol3, Lit2080, LList.list2(runtime.callComponentMethod(simpleSymbol3, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy"), Lit3958)), Lit3959);
        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit724, Lit3946, LList.list1("javaAppIdKey"), Lit3960);
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit206, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.FALSE), Lit3961)), Lit3962, "not"));
    }

    static Object lambda475() {
        frame48 frame48Var = new frame48();
        runtime.callComponentMethod(Lit1380, Lit3963, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001aS\u0011\u0010\u0012\u001cJ]HE_\u0003\u001e\u0010\u0014\u000eS[W\u0002.«êòøìèòþݲ¥úͧíãíéÛ»³æ͸âùâóîùêÎ\u008b\u0082ìÒå\u008fÒÓÌÒÐÍí\u0087\u0093þ\u009b\u0085\u0095\u0080õ\u009fÌ\u0096Êü\u008dÂØØÛÝ¥\u0084õó\u0085ïìøð\u008cý¼\u008c¸å\u009eû»³«¬¼¼³¿§\u0090¥¸¥¼\u008eË«Ë\u0088\u0098\u008e\u009e\u0084¬ÝÍ\u00adÇ\u009b\u0087\u0088\u009d\u0082\u008a\u009d¢\u0085\u0083\u0081\u0085³ÓÛ©Û\u0081|zdjkdco]23]3wlqigijlBwucmne]7#N\u000bRDFWq\u0003\u0006}\u0012LDBV@MWt\u0005\u0003u\u001fWU^|\rL\ri\u001bW*08\u0015{w:\u0016c\u0014\u001a\u0012\u0005\f\u0007\u0003\r\u0001\b\u0017\u0015\u007fk\u0006s\u0005\u0002\u0005\u001dw$/KTU\u001b\n\u0019\u0000\u001e\u0014\u0003][@IK\u0010\u001a\u000f\u0012\u0010\r_KX\u0000\u0015\u0000\u0005\u0004W\u0004", "ubwxrvfj"), Lit3964, "deobfuscate text")), Lit3965);
        runtime.callComponentMethod(Lit1380, Lit3963, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0018U\u0017\u0012\u0010\u0002T_OCY\u0001\u000b\u000b\u000f\u0019\u0006\u0014QA@\n", "ubwxrvfj"), Lit3966, "deobfuscate text")), Lit3967);
        runtime.callComponentMethod(Lit1380, Lit3963, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("æ¤úâü÷¹º°½ îõëöö\u009a\u009c\u008dÏä\u008fÌÅÔËÓÐÀö\u0081\u0082×å\u0088ÐØÖËã\u0082\u0084Ìð\u0082ÆßÕ¯¹²¸\u0080àñ\u008cö\u009dð±í\u0086𴼤º¥¥´ ·\u008aº¿£¡\u0086ñò Ë\u0081£¼»¾\u0092¬ÌË Ò\u0097\u0093\u0099\u0088\u0083\u009d\u008f³\u0086\u0082\u0090\u0081\u00adÀÆ\u00adÈ\u0091\u0082zulfqo{\\'2J!fophcwyqFdemm\u007fcP\"/Z:GEQE`\u0000\u0007l\u0016RW_RS]It\u0014\u0005x\n[A_i\f[\u001fx\u0018VK4&\u0006fs)\u0006m\u0014\u000b\u0014\b\u0019\u000b\u0017\u001c\u0014\t\u0000\u0007nh\u0007b\u0001\u001c\u0016\u0000s7?uTD\u001d\u0007\f\f\n\u0015\u0016\\LRXH\u0011\u001b\u000b\f\u0003\u0010[XH\u0004'+>(\u001dW\u001b", "rhcwgx"), Lit3968, "deobfuscate text"), "{GUID}", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit35, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3969, "replace all")), Lit3970);
        SimpleSymbol simpleSymbol = Lit1380;
        SimpleSymbol simpleSymbol2 = Lit3963;
        frame48Var.$name = " ";
        ModuleMethod moduleMethod = frame48Var.proc$Fn475;
        runtime.yailForEach(frame48Var.proc$Fn475, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Lit3973, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit3974)), Lit3975, "list by walking key path in dictionary"));
        frame48Var.$name = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("-}&'1\"`|lkh4=>.?du`5\ru 3?\u0002\u001f\u0005\u001d3HT\r#P\u001a\u0000\u0013\u0003:\\]\u0011:[\f\u0003\u0013\u0004\u0000\u000e\u001d-UH-", "nhdkutpw"), Lit3976, "deobfuscate text"), runtime.callYailPrimitive(runtime.string$Mnsubstring, LList.list3(frame48Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame48Var.$name, Lit19, runtime.callYailPrimitive(AddOp.$Mn, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(frame48Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame48Var.$name), Lit3977, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit19), Lit3978, "-")), Lit3979, "segment"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u009b»ì\u0096ᬸ«ºº¾\u00ad¸ \u008f¤«¨¨\u008dÜѵÏ\u0090\u0083\u0087\u008d\u0087¾Æ£Á\u0082\u0080\u008a\u008a\u0092\u0093\u008e´\u0088\u0085\u0086\u0099µ×Ø«×\u0082pp\u007f~|gjgG%8]%qnon`vk\u007fOcvt~paE,*]\b@_IYw\u001a\u0001\u007f\u0005\\]Q@MKPh\u0003\u0007v\u001d[VRv\u0016X\u001aj\u0012_0'3\u0015mq8\bd\u0013\u0005\u0013\u0016\u0001\u0013\u0000\u001a\u0012\u0016\u0013\rdb\u0015p\u0017\u0019\n\u0013q=(ICE\u0002\u0019\u000f\r\u0018\u0013\u001f[_CKG\u0013\u0016\u0005\t\u0004\u001a\\BP\u001a\u0002\u000b\u0005\u0012Q\u0006", "utqzlqa"), Lit3980, "deobfuscate text")), Lit3981, "join");
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(frame48Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame48Var.$name), Lit3982);
    }

    static Procedure lambda477() {
        return lambda$Fn477;
    }

    static Object lambda478() {
        frame49 frame49Var = new frame49();
        runtime.callComponentMethod(Lit1380, Lit3963, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001aS\u0011\u0010\u0012\u001cJ]HE_\u0003\u001e\u0010\u0014\u000eS[W\u0002.«êòøìèòþݲ¥úͧíãíéÛ»³æ͸âùâóîùêÎ\u008b\u0082ìÒå\u008fÒÓÌÒÐÍí\u0087\u0093þ\u009b\u0085\u0095\u0080õ\u009fÌ\u0096Êü\u008dÂØØÛÝ¥\u0084õó\u0085ïìøð\u008cý¼\u008c¸å\u009eû»³«¬¼¼³¿§\u0090¥¸¥¼\u008eË«Ë\u0088\u0098\u008e\u009e\u0084¬ÝÍ\u00adÇ\u009b\u0087\u0088\u009d\u0082\u008a\u009d¢\u0085\u0083\u0081\u0085³ÓÛ©Û\u0081|zdjkdco]23]3wlqigijlBwucmne]7#N\u000bRDFWq\u0003\u0006}\u0012LDBV@MWt\u0005\u0003u\u001fWU^|\rL\ri\u001bW*08\u0015{w:\u0016c\u0014\u001a\u0012\u0005\f\u0007\u0003\r\u0001\b\u0017\u0015\u007fk\u0006s\u0005\u0002\u0005\u001dw$/KTU\u001b\n\u0019\u0000\u001e\u0014\u0003][@IK\u0010\u001a\u000f\u0012\u0010\r_KX\u0000\u0015\u0000\u0005\u0004W\u0004", "ubwxrvfj"), Lit3983, "deobfuscate text")), Lit3984);
        runtime.callComponentMethod(Lit1380, Lit3963, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0018U\u0017\u0012\u0010\u0002T_OCY\u0001\u000b\u000b\u000f\u0019\u0006\u0014QA@\n", "ubwxrvfj"), Lit3985, "deobfuscate text")), Lit3986);
        runtime.callComponentMethod(Lit1380, Lit3963, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("æ¤úâü÷¹º°½ îõëöö\u009a\u009c\u008dÏä\u008fÌÅÔËÓÐÀö\u0081\u0082×å\u0088ÐØÖËã\u0082\u0084Ìð\u0082ÆßÕ¯¹²¸\u0080àñ\u008cö\u009dð±í\u0086𴼤º¥¥´ ·\u008aº¿£¡\u0086ñò Ë\u0081£¼»¾\u0092¬ÌË Ò\u0097\u0093\u0099\u0088\u0083\u009d\u008f³\u0086\u0082\u0090\u0081\u00adÀÆ\u00adÈ\u0091\u0082zulfqo{\\'2J!fophcwyqFdemm\u007fcP\"/Z:GEQE`\u0000\u0007l\u0016RW_RS]It\u0014\u0005x\n[A_i\f[\u001fx\u0018VK4&\u0006fs)\u0006m\u0014\u000b\u0014\b\u0019\u000b\u0017\u001c\u0014\t\u0000\u0007nh\u0007b\u0001\u001c\u0016\u0000s7?uTD\u001d\u0007\f\f\n\u0015\u0016\\LRXH\u0011\u001b\u000b\f\u0003\u0010[XH\u0004'+>(\u001dW\u001b", "rhcwgx"), Lit3987, "deobfuscate text"), "{GUID}", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit35, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit3988, "replace all")), Lit3989);
        SimpleSymbol simpleSymbol = Lit1380;
        SimpleSymbol simpleSymbol2 = Lit3963;
        frame49Var.$name = " ";
        ModuleMethod moduleMethod = frame49Var.proc$Fn478;
        runtime.yailForEach(frame49Var.proc$Fn478, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Lit3992, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit3993)), Lit3994, "list by walking key path in dictionary"));
        frame49Var.$name = runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("-}&'1\"`|lkh4=>.?du`5\ru 3?\u0002\u001f\u0005\u001d3HT\r#P\u001a\u0000\u0013\u0003:\\]\u0011:[\f\u0003\u0013\u0004\u0000\u000e\u001d-UH-", "nhdkutpw"), Lit3995, "deobfuscate text"), runtime.callYailPrimitive(runtime.string$Mnsubstring, LList.list3(frame49Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame49Var.$name, Lit19, runtime.callYailPrimitive(AddOp.$Mn, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(frame49Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame49Var.$name), Lit3996, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit19), Lit3997, "-")), Lit3998, "segment"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u009b»ì\u0096ᬸ«ºº¾\u00ad¸ \u008f¤«¨¨\u008dÜѵÏ\u0090\u0083\u0087\u008d\u0087¾Æ£Á\u0082\u0080\u008a\u008a\u0092\u0093\u008e´\u0088\u0085\u0086\u0099µ×Ø«×\u0082pp\u007f~|gjgG%8]%qnon`vk\u007fOcvt~paE,*]\b@_IYw\u001a\u0001\u007f\u0005\\]Q@MKPh\u0003\u0007v\u001d[VRv\u0016X\u001aj\u0012_0'3\u0015mq8\bd\u0013\u0005\u0013\u0016\u0001\u0013\u0000\u001a\u0012\u0016\u0013\rdb\u0015p\u0017\u0019\n\u0013q=(ICE\u0002\u0019\u000f\r\u0018\u0013\u001f[_CKG\u0013\u0016\u0005\t\u0004\u001a\\BP\u001a\u0002\u000b\u0005\u0012Q\u0006", "utqzlqa"), Lit3999, "deobfuscate text")), Lit4000, "join");
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(frame49Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame49Var.$name), Lit4001);
    }

    static Object lambda480() {
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit36, runtime.$Stthe$Mnnull$Mnvalue$St) == Boolean.FALSE) {
            return Values.empty;
        }
        runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit36, Boolean.FALSE);
    }

    static Procedure lambda481() {
        return lambda$Fn481;
    }

    static Object lambda482() {
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit36, runtime.$Stthe$Mnnull$Mnvalue$St) == Boolean.FALSE) {
            return Values.empty;
        }
        runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit36, Boolean.FALSE);
    }

    public class frame50 extends ModuleBody {
        Object $name;
        final ModuleMethod lambda$Fn487 = new ModuleMethod(this, 95, null, 0);
        final ModuleMethod lambda$Fn488 = new ModuleMethod(this, 96, null, 0);
        final ModuleMethod lambda$Fn489 = new ModuleMethod(this, 97, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 95:
                    return lambda488();
                case 96:
                    return lambda489();
                case 97:
                    return lambda490();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 95:
                case 96:
                case 97:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        static Object lambda487() {
            return runtime.get$Mnproperty.apply2(Screen1.Lit4038, Screen1.Lit172);
        }

        Object lambda488() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$name;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ordertype", obj, ""), Screen1.Lit4044, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("MKT,PRC"), Screen1.Lit4045, "list from csv row")), Screen1.Lit4046, "is in list?");
        }

        Object lambda489() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mnalist$Mnlookup;
            Object obj = this.$name;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ordertype", obj, ""), Screen1.Lit4069, "lookup in pairs"), "LMT"), Screen1.Lit4070, "=");
        }

        Object lambda490() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mnalist$Mnlookup;
            Object obj = this.$name;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3(NotificationCompat.CATEGORY_STATUS, obj, ""), Screen1.Lit4071, "lookup in pairs"), "ACTIVE"), Screen1.Lit4072, "=");
        }
    }

    public class frame51 extends ModuleBody {
        Object $name;
        final ModuleMethod lambda$Fn493 = new ModuleMethod(this, 98, null, 0);
        final ModuleMethod lambda$Fn494 = new ModuleMethod(this, 99, null, 0);
        final ModuleMethod lambda$Fn495 = new ModuleMethod(this, 100, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 98:
                    return lambda494();
                case 99:
                    return lambda495();
                case 100:
                    return lambda496();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 98:
                case 99:
                case 100:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        static Object lambda493() {
            return runtime.get$Mnproperty.apply2(Screen1.Lit4038, Screen1.Lit172);
        }

        Object lambda494() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$name;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ordertype", obj, ""), Screen1.Lit4101, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("MKT,PRC"), Screen1.Lit4102, "list from csv row")), Screen1.Lit4103, "is in list?");
        }

        Object lambda495() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mnalist$Mnlookup;
            Object obj = this.$name;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("ordertype", obj, ""), Screen1.Lit4116, "lookup in pairs"), "LMT"), Screen1.Lit4117, "=");
        }

        Object lambda496() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mnalist$Mnlookup;
            Object obj = this.$name;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3(NotificationCompat.CATEGORY_STATUS, obj, ""), Screen1.Lit4118, "lookup in pairs"), "ACTIVE"), Screen1.Lit4119, "=");
        }
    }

    static Object lambda483() {
        runtime.setAndCoerceProperty$Ex(Lit374, Lit6, runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "Sell" : "Buy", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit963, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit32, runtime.callYailPrimitive(runtime.string$Mnto$Mnupper$Mncase, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit6)), Lit4004, "upcase"));
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit963, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit4007, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit4007, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit4007, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.callComponentMethod(Lit4009, Lit742, LList.list1("mtype"), Lit4010);
        runtime.callComponentMethod(Lit4009, Lit930, LList.list3(runtime.lookupInCurrentFormEnvironment(Lit4011), runtime.lookupInCurrentFormEnvironment(Lit4012), "mtype"), Lit4013);
        Object callComponentMethod = runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4014);
        boolean z = callComponentMethod instanceof Package;
        runtime.callComponentMethod(Lit4009, Lit2124, LList.list3(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "SingleSelection", Boolean.TRUE), Lit4015);
        runtime.setAndCoercePropertyAndCheck$Ex(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit4016, Lit989, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.callComponentTypeMethod(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit4016, Lit4017, LList.list3("Market", "", "MKT"), Lit4018);
        runtime.callComponentTypeMethod(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit4016, Lit4017, LList.list3("Limit", "", "LMT"), Lit4019);
        runtime.callComponentTypeMethod(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit4016, Lit4017, LList.list3("Advanced", "", "ADV"), Lit4020);
        if (z) {
            callComponentMethod = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentTypeMethod(callComponentMethod, Lit4016, Lit4017, LList.list3("Practice", "", "PRC"), Lit4021);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2873, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda484() {
        return lambda$Fn484;
    }

    static Object lambda485() {
        runtime.setAndCoerceProperty$Ex(Lit374, Lit6, runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "Sell" : "Buy", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit963, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit32, runtime.callYailPrimitive(runtime.string$Mnto$Mnupper$Mncase, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit6)), Lit4022, "upcase"));
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit963, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit4007, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit4007, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit4007, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.callComponentMethod(Lit4009, Lit742, LList.list1("mtype"), Lit4023);
        runtime.callComponentMethod(Lit4009, Lit930, LList.list3(runtime.lookupInCurrentFormEnvironment(Lit4011), runtime.lookupInCurrentFormEnvironment(Lit4012), "mtype"), Lit4024);
        Object callComponentMethod = runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4025);
        boolean z = callComponentMethod instanceof Package;
        runtime.callComponentMethod(Lit4009, Lit2124, LList.list3(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "SingleSelection", Boolean.TRUE), Lit4026);
        runtime.setAndCoercePropertyAndCheck$Ex(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit4016, Lit989, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit720);
        runtime.callComponentTypeMethod(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit4016, Lit4017, LList.list3("Market", "", "MKT"), Lit4027);
        runtime.callComponentTypeMethod(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit4016, Lit4017, LList.list3("Limit", "", "LMT"), Lit4028);
        runtime.callComponentTypeMethod(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, Lit4016, Lit4017, LList.list3("Advanced", "", "ADV"), Lit4029);
        if (z) {
            callComponentMethod = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentTypeMethod(callComponentMethod, Lit4016, Lit4017, LList.list3("Practice", "", "PRC"), Lit4030);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2873, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda486(Object obj) {
        Object obj2;
        Object obj3;
        Object obj4;
        Object obj5;
        Object obj6;
        frame50 frame50Var = new frame50();
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit3201, runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit30, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4032, "is text empty?") != Boolean.FALSE ? "None" : runtime.lookupGlobalVarInCurrentFormEnvironment(Lit30, runtime.$Stthe$Mnnull$Mnvalue$St), Lit9);
        SimpleSymbol simpleSymbol = Lit374;
        SimpleSymbol simpleSymbol2 = Lit375;
        Object obj7 = obj;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4033), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, obj7, Lit173);
        frame50Var.$name = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4034);
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3236, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("Qty", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, Lit19), Lit4035, "lookup in pairs"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4036, Lit172, runtime.get$Mnproperty.apply2(Lit3404, Lit172), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit375, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit375, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit4037, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit4038, Lit172)), Lit4039, "not"), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit172, runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.get$Mnproperty.apply2(Lit3200, Lit3201), "None"), Lit4040, "=") != Boolean.FALSE ? runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit4038, Lit172)), Lit4041, "not") : Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4042, Lit172, runtime.get$Mnproperty.apply2(Lit4038, Lit172), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit172, runtime.processAndDelayed$V(new Object[]{lambda$Fn486, frame50Var.lambda$Fn487}), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit6, runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit4047, "is text empty?") != Boolean.FALSE ? Lit19 : runtime.get$Mnproperty.apply2(Lit383, Lit6), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4048, Lit6, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit4049, "dictionary lookup"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit172, runtime.get$Mnproperty.apply2(Lit4038, Lit172), Lit173);
        if (runtime.get$Mnproperty.apply2(Lit3404, Lit172) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit4036, Lit172, runtime.get$Mnproperty.apply2(Lit4038, Lit172), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit4051, Lit6, runtime.get$Mnproperty.apply2(Lit3405, Lit6), Lit9);
            obj2 = "not";
            runtime.setAndCoerceProperty$Ex(Lit4051, Lit989, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.get$Mnproperty.apply2(Lit3405, Lit6), "BUY"), Lit4052, "=")), Lit720);
            runtime.setAndCoerceProperty$Ex(Lit4053, Lit6, runtime.get$Mnproperty.apply2(Lit3411, Lit6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit4054, Lit6, runtime.get$Mnproperty.apply2(Lit3429, Lit6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit4055, Lit6, runtime.get$Mnproperty.apply2(Lit3426, Lit6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit4056, Lit6, runtime.get$Mnproperty.apply2(Lit3417, Lit6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit4057, Lit6, runtime.get$Mnproperty.apply2(Lit3431, Lit6), Lit9);
        } else {
            obj2 = "not";
        }
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4058, "join"), runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty)), Lit4059, "is in list?") != Boolean.FALSE) {
            obj3 = "is text empty?";
            obj4 = "is in list?";
            obj5 = "lookup in pairs";
            runtime.setAndCoerceProperty$Ex(Lit379, Lit6, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4060, "join")), Lit4061), Lit980, Lit6), " "), Lit4062, "split"), Lit19), Lit4063, "select list item"), Lit9);
        } else {
            obj3 = "is text empty?";
            obj4 = "is in list?";
            obj5 = "lookup in pairs";
        }
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("lotSize ", Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit4065, "join"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit373), Boolean.TRUE), Lit4066);
        runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4002, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2873, runtime.$Stthe$Mnnull$Mnvalue$St));
        Object obj8 = "MKT";
        if (runtime.get$Mnproperty.apply2(Lit4036, Lit172) != Boolean.FALSE) {
            Object callComponentMethod = runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4067);
            SimpleSymbol simpleSymbol3 = Lit4016;
            SimpleSymbol simpleSymbol4 = Lit4068;
            if (runtime.processAndDelayed$V(new Object[]{frame50Var.lambda$Fn488, frame50Var.lambda$Fn489}) != Boolean.FALSE) {
                obj6 = obj5;
            } else {
                obj6 = obj5;
                obj8 = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, ""), Lit4073, obj6);
            }
            runtime.callComponentTypeMethod(callComponentMethod, simpleSymbol3, simpleSymbol4, LList.list1(obj8), Lit4074);
            runtime.setAndCoerceProperty$Ex(Lit4011, Lit1438, Boolean.TRUE, Lit173);
            runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4075), Lit4016, Lit4037, Boolean.FALSE, Lit173);
            Object obj9 = obj4;
            runtime.setAndCoerceProperty$Ex(Lit378, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, ""), Lit4076, obj6), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit4077, "list from csv row")), Lit4078, obj9) != Boolean.FALSE ? "pendingLTP" : "EntryLTP", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, Lit141), Lit4079, obj6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit378, Lit4037, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, ""), Lit4080, obj6), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV,PRC"), Lit4081, "list from csv row")), Lit4082, obj9), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("TGT", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, ""), Lit4083, obj6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit3224, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("TGTPCT", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, ""), Lit4084, obj6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit2820, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("SL", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, ""), Lit4085, obj6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit3221, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("SLPCT", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, ""), Lit4086, obj6), Lit9);
            Object obj10 = obj3;
            Object obj11 = obj2;
            runtime.setAndCoerceProperty$Ex(Lit4006, Lit375, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit2820, Lit6)), Lit4087, obj10)), Lit4088, obj11), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit4008, Lit375, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit2825, Lit6)), Lit4089, obj10)), Lit4090, obj11), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit383, Lit4037, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3236, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("notes", frame50Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame50Var.$name, ""), Lit4091, obj6), Lit9);
        } else {
            runtime.setAndCoerceProperty$Ex(Lit383, Lit4037, Boolean.TRUE, Lit173);
            runtime.addGlobalVarToCurrentFormEnvironment(Lit34, "MKT");
            runtime.callComponentTypeMethod(runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4092), Lit4016, Lit4068, LList.list1("MKT"), Lit4093);
            runtime.setAndCoerceProperty$Ex(Lit4011, Lit1438, Boolean.FALSE, Lit173);
            runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4094), Lit4016, Lit4037, Boolean.TRUE, Lit173);
        }
        return runtime.callComponentMethod(Lit383, Lit3352, LList.Empty, LList.Empty);
    }

    static Procedure lambda491() {
        return lambda$Fn491;
    }

    static Object lambda492(Object obj) {
        Object obj2;
        Object obj3;
        Object obj4;
        Object obj5;
        Object obj6;
        frame51 frame51Var = new frame51();
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit3201, runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit30, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4095, "is text empty?") != Boolean.FALSE ? "None" : runtime.lookupGlobalVarInCurrentFormEnvironment(Lit30, runtime.$Stthe$Mnnull$Mnvalue$St), Lit9);
        SimpleSymbol simpleSymbol = Lit374;
        SimpleSymbol simpleSymbol2 = Lit375;
        Object obj7 = obj;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4033), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, obj7, Lit173);
        frame51Var.$name = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4096);
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3236, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("Qty", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, Lit19), Lit4097, "lookup in pairs"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4036, Lit172, runtime.get$Mnproperty.apply2(Lit3404, Lit172), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit375, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit375, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit4037, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit4038, Lit172)), Lit4098, "not"), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit172, runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.get$Mnproperty.apply2(Lit3200, Lit3201), "None"), Lit4099, "=") != Boolean.FALSE ? runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit4038, Lit172)), Lit4100, "not") : Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4042, Lit172, runtime.get$Mnproperty.apply2(Lit4038, Lit172), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit172, runtime.processAndDelayed$V(new Object[]{lambda$Fn492, frame51Var.lambda$Fn493}), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit6, runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit4104, "is text empty?") != Boolean.FALSE ? Lit19 : runtime.get$Mnproperty.apply2(Lit383, Lit6), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4048, Lit6, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit4105, "dictionary lookup"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit172, runtime.get$Mnproperty.apply2(Lit4038, Lit172), Lit173);
        if (runtime.get$Mnproperty.apply2(Lit3404, Lit172) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit4036, Lit172, runtime.get$Mnproperty.apply2(Lit4038, Lit172), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit4051, Lit6, runtime.get$Mnproperty.apply2(Lit3405, Lit6), Lit9);
            obj2 = "not";
            runtime.setAndCoerceProperty$Ex(Lit4051, Lit989, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2349, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.get$Mnproperty.apply2(Lit3405, Lit6), "BUY"), Lit4106, "=")), Lit720);
            runtime.setAndCoerceProperty$Ex(Lit4053, Lit6, runtime.get$Mnproperty.apply2(Lit3411, Lit6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit4054, Lit6, runtime.get$Mnproperty.apply2(Lit3429, Lit6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit4055, Lit6, runtime.get$Mnproperty.apply2(Lit3426, Lit6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit4056, Lit6, runtime.get$Mnproperty.apply2(Lit3417, Lit6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit4057, Lit6, runtime.get$Mnproperty.apply2(Lit3431, Lit6), Lit9);
        } else {
            obj2 = "not";
        }
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4107, "join"), runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty)), Lit4108, "is in list?") != Boolean.FALSE) {
            obj3 = "is text empty?";
            obj4 = "is in list?";
            obj5 = "lookup in pairs";
            runtime.setAndCoerceProperty$Ex(Lit379, Lit6, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4109, "join")), Lit4110), Lit980, Lit6), " "), Lit4111, "split"), Lit19), Lit4112, "select list item"), Lit9);
        } else {
            obj3 = "is text empty?";
            obj4 = "is in list?";
            obj5 = "lookup in pairs";
        }
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("lotSize ", Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit4113, "join"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit373), Boolean.TRUE), Lit4114);
        runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4002, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2873, runtime.$Stthe$Mnnull$Mnvalue$St));
        Object obj8 = "MKT";
        if (runtime.get$Mnproperty.apply2(Lit4036, Lit172) != Boolean.FALSE) {
            Object callComponentMethod = runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4115);
            SimpleSymbol simpleSymbol3 = Lit4016;
            SimpleSymbol simpleSymbol4 = Lit4068;
            if (runtime.processAndDelayed$V(new Object[]{frame51Var.lambda$Fn494, frame51Var.lambda$Fn495}) != Boolean.FALSE) {
                obj6 = obj5;
            } else {
                obj6 = obj5;
                obj8 = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, ""), Lit4120, obj6);
            }
            runtime.callComponentTypeMethod(callComponentMethod, simpleSymbol3, simpleSymbol4, LList.list1(obj8), Lit4121);
            runtime.setAndCoerceProperty$Ex(Lit4011, Lit1438, Boolean.TRUE, Lit173);
            runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4122), Lit4016, Lit4037, Boolean.FALSE, Lit173);
            Object obj9 = obj4;
            runtime.setAndCoerceProperty$Ex(Lit378, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, ""), Lit4123, obj6), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit4124, "list from csv row")), Lit4125, obj9) != Boolean.FALSE ? "pendingLTP" : "EntryLTP", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, Lit141), Lit4126, obj6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit378, Lit4037, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, ""), Lit4127, obj6), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV,PRC"), Lit4128, "list from csv row")), Lit4129, obj9), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("TGT", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, ""), Lit4130, obj6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit3224, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("TGTPCT", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, ""), Lit4131, obj6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit2820, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("SL", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, ""), Lit4132, obj6), Lit9);
            runtime.setAndCoerceProperty$Ex(Lit3221, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("SLPCT", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, ""), Lit4133, obj6), Lit9);
            Object obj10 = obj3;
            Object obj11 = obj2;
            runtime.setAndCoerceProperty$Ex(Lit4006, Lit375, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit2820, Lit6)), Lit4134, obj10)), Lit4135, obj11), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit4008, Lit375, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit2825, Lit6)), Lit4136, obj10)), Lit4137, obj11), Lit173);
            runtime.setAndCoerceProperty$Ex(Lit383, Lit4037, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit3236, Lit6, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("notes", frame51Var.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : frame51Var.$name, ""), Lit4138, obj6), Lit9);
        } else {
            runtime.setAndCoerceProperty$Ex(Lit383, Lit4037, Boolean.TRUE, Lit173);
            runtime.addGlobalVarToCurrentFormEnvironment(Lit34, "MKT");
            runtime.callComponentTypeMethod(runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4139), Lit4016, Lit4068, LList.list1("MKT"), Lit4140);
            runtime.setAndCoerceProperty$Ex(Lit4011, Lit1438, Boolean.FALSE, Lit173);
            runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Lit4009, Lit934, LList.list1("mtype"), Lit4141), Lit4016, Lit4037, Boolean.TRUE, Lit173);
        }
        return runtime.callComponentMethod(Lit383, Lit3352, LList.Empty, LList.Empty);
    }

    static Object lambda497(Object obj, Object obj2) {
        boolean z = obj2 instanceof Package;
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj2;
        SimpleSymbol simpleSymbol = Lit3853;
        SimpleSymbol simpleSymbol2 = Lit2199;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError, simpleSymbol, simpleSymbol2, obj, Lit9);
        runtime.setAndCoercePropertyAndCheck$Ex(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj2, Lit3853, Lit3854, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"), Lit3855);
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(obj2, Lit3853, Lit2201, LList.Empty, Lit4142);
    }

    static Procedure lambda498() {
        return lambda$Fn498;
    }

    static Object lambda499(Object obj, Object obj2) {
        boolean z = obj2 instanceof Package;
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj2;
        SimpleSymbol simpleSymbol = Lit3853;
        SimpleSymbol simpleSymbol2 = Lit2199;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError, simpleSymbol, simpleSymbol2, obj, Lit9);
        runtime.setAndCoercePropertyAndCheck$Ex(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj2, Lit3853, Lit3854, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"), Lit3855);
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(obj2, Lit3853, Lit2201, LList.Empty, Lit4143);
    }

    static Object lambda500(Object obj, Object obj2) {
        ApplyToArgs applyToArgs;
        Object obj3;
        Object callYailPrimitive;
        Object obj4 = obj;
        Object obj5 = obj2;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St), "BUY"), Lit4145, "=") != Boolean.FALSE) {
            MultiplyOp multiplyOp = MultiplyOp.$St;
            ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
            AddOp addOp = AddOp.$Mn;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            }
            boolean z = obj4 instanceof Package;
            applyToArgs = applyToArgs2;
            Object callYailPrimitive2 = runtime.callYailPrimitive(addOp, LList.list2(obj5, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj4), Lit4146, "-");
            if (z) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive2, obj4), Lit4147, "yail-divide"), Lit435), Lit4148, "*");
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
        } else {
            applyToArgs = applyToArgs2;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            IntNum intNum = Lit964;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            ModuleMethod moduleMethod3 = runtime.yail$Mndivide;
            AddOp addOp2 = AddOp.$Mn;
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            }
            boolean z2 = obj4 instanceof Package;
            callYailPrimitive = runtime.callYailPrimitive(multiplyOp2, LList.list2(intNum, runtime.callYailPrimitive(multiplyOp3, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(obj5, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj), Lit4149, "-"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj), Lit4150, "yail-divide"), Lit435), Lit4151, "*")), Lit4152, "*");
        }
        return applyToArgs.apply2(obj3, runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, Lit711), Lit4153, "format as decimal"));
    }

    static Procedure lambda501() {
        return lambda$Fn501;
    }

    static Object lambda502(Object obj, Object obj2) {
        ApplyToArgs applyToArgs;
        Object obj3;
        Object callYailPrimitive;
        Object obj4 = obj;
        Object obj5 = obj2;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod = runtime.format$Mnas$Mndecimal;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St), "BUY"), Lit4154, "=") != Boolean.FALSE) {
            MultiplyOp multiplyOp = MultiplyOp.$St;
            ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
            AddOp addOp = AddOp.$Mn;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            }
            boolean z = obj4 instanceof Package;
            applyToArgs = applyToArgs2;
            Object callYailPrimitive2 = runtime.callYailPrimitive(addOp, LList.list2(obj5, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj4), Lit4155, "-");
            if (z) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive2, obj4), Lit4156, "yail-divide"), Lit435), Lit4157, "*");
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
        } else {
            applyToArgs = applyToArgs2;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            IntNum intNum = Lit964;
            MultiplyOp multiplyOp3 = MultiplyOp.$St;
            ModuleMethod moduleMethod3 = runtime.yail$Mndivide;
            AddOp addOp2 = AddOp.$Mn;
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
            if (obj5 instanceof Package) {
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            }
            boolean z2 = obj4 instanceof Package;
            callYailPrimitive = runtime.callYailPrimitive(multiplyOp2, LList.list2(intNum, runtime.callYailPrimitive(multiplyOp3, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(addOp2, LList.list2(obj5, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj), Lit4158, "-"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj), Lit4159, "yail-divide"), Lit435), Lit4160, "*")), Lit4161, "*");
        }
        return applyToArgs.apply2(obj3, runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, Lit711), Lit4162, "format as decimal"));
    }

    static Object lambda503(Object obj, Object obj2, Object obj3, Object obj4) {
        Object obj5 = obj4;
        Object obj6 = obj;
        boolean z = obj6 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3849), " is not bound in the current context"), "Unbound Variable") : obj6), Lit4163, "is text empty?")), Lit4164, "not") != Boolean.FALSE) {
            Object signalRuntimeError = obj5 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj5;
            SimpleSymbol simpleSymbol = Lit3853;
            SimpleSymbol simpleSymbol2 = Lit3854;
            if (z) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3849), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError, simpleSymbol, simpleSymbol2, obj6, Lit3855);
        }
        boolean z2 = obj5 instanceof Package;
        Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj5;
        SimpleSymbol simpleSymbol3 = Lit3853;
        SimpleSymbol simpleSymbol4 = Lit2199;
        Object obj7 = obj2;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError2, simpleSymbol3, simpleSymbol4, obj7, Lit9);
        if (z2) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable");
        }
        SimpleSymbol simpleSymbol5 = Lit3853;
        SimpleSymbol simpleSymbol6 = Lit2749;
        Object obj8 = obj3;
        if (obj8 instanceof Package) {
            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4165), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(obj5, simpleSymbol5, simpleSymbol6, LList.list1(obj8), Lit4166);
    }

    static Procedure lambda504() {
        return lambda$Fn504;
    }

    static Object lambda505(Object obj, Object obj2, Object obj3, Object obj4) {
        Object obj5 = obj4;
        Object obj6 = obj;
        boolean z = obj6 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3849), " is not bound in the current context"), "Unbound Variable") : obj6), Lit4167, "is text empty?")), Lit4168, "not") != Boolean.FALSE) {
            Object signalRuntimeError = obj5 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj5;
            SimpleSymbol simpleSymbol = Lit3853;
            SimpleSymbol simpleSymbol2 = Lit3854;
            if (z) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3849), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError, simpleSymbol, simpleSymbol2, obj6, Lit3855);
        }
        boolean z2 = obj5 instanceof Package;
        Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable") : obj5;
        SimpleSymbol simpleSymbol3 = Lit3853;
        SimpleSymbol simpleSymbol4 = Lit2199;
        Object obj7 = obj2;
        if (obj7 instanceof Package) {
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(signalRuntimeError2, simpleSymbol3, simpleSymbol4, obj7, Lit9);
        if (z2) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3852), " is not bound in the current context"), "Unbound Variable");
        }
        SimpleSymbol simpleSymbol5 = Lit3853;
        SimpleSymbol simpleSymbol6 = Lit2749;
        Object obj8 = obj3;
        if (obj8 instanceof Package) {
            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4165), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(obj5, simpleSymbol5, simpleSymbol6, LList.list1(obj8), Lit4169);
    }

    static Object lambda506(Object obj, Object obj2) {
        AddOp addOp;
        char c;
        char c2;
        char c3;
        Pair list2;
        PairWithPosition pairWithPosition;
        String str;
        char c4;
        char c5;
        char c6;
        Object obj3 = obj;
        Object obj4 = obj2;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St), "BUY"), Lit4171, "=") != Boolean.FALSE) {
            addOp = AddOp.$Pl;
            boolean z = obj3 instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod = runtime.yail$Mndivide;
            MultiplyOp multiplyOp = MultiplyOp.$St;
            if (obj4 instanceof Package) {
                c4 = 0;
                c6 = 1;
                c5 = 2;
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 0;
                c5 = 2;
                c6 = 1;
            }
            if (z) {
                Object[] objArr = new Object[3];
                objArr[c4] = "The variable ";
                objArr[c6] = runtime.getDisplayRepresentation(Lit3591);
                objArr[c5] = " is not bound in the current context";
                obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            }
            list2 = LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(obj4, obj3), Lit4172, "*"), Lit435), Lit4173, "yail-divide"));
            pairWithPosition = Lit4174;
            str = "+";
        } else {
            addOp = AddOp.$Mn;
            boolean z2 = obj3 instanceof Package;
            Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            if (obj4 instanceof Package) {
                c = 0;
                c3 = 1;
                c2 = 2;
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 0;
                c2 = 2;
                c3 = 1;
            }
            if (z2) {
                Object[] objArr2 = new Object[3];
                objArr2[c] = "The variable ";
                objArr2[c3] = runtime.getDisplayRepresentation(Lit3591);
                objArr2[c2] = " is not bound in the current context";
                obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            }
            list2 = LList.list2(signalRuntimeError2, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list2(obj4, obj3), Lit4175, "*"), Lit435), Lit4176, "yail-divide"));
            pairWithPosition = Lit4177;
            str = "-";
        }
        return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(addOp, list2, pairWithPosition, str));
    }

    static Procedure lambda507() {
        return lambda$Fn507;
    }

    static Object lambda508(Object obj, Object obj2) {
        AddOp addOp;
        char c;
        char c2;
        char c3;
        Pair list2;
        PairWithPosition pairWithPosition;
        String str;
        char c4;
        char c5;
        char c6;
        Object obj3 = obj;
        Object obj4 = obj2;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St), "BUY"), Lit4178, "=") != Boolean.FALSE) {
            addOp = AddOp.$Pl;
            boolean z = obj3 instanceof Package;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod = runtime.yail$Mndivide;
            MultiplyOp multiplyOp = MultiplyOp.$St;
            if (obj4 instanceof Package) {
                c4 = 0;
                c6 = 1;
                c5 = 2;
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            } else {
                c4 = 0;
                c5 = 2;
                c6 = 1;
            }
            if (z) {
                Object[] objArr = new Object[3];
                objArr[c4] = "The variable ";
                objArr[c6] = runtime.getDisplayRepresentation(Lit3591);
                objArr[c5] = " is not bound in the current context";
                obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
            }
            list2 = LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(multiplyOp, LList.list2(obj4, obj3), Lit4179, "*"), Lit435), Lit4180, "yail-divide"));
            pairWithPosition = Lit4181;
            str = "+";
        } else {
            addOp = AddOp.$Mn;
            boolean z2 = obj3 instanceof Package;
            Object signalRuntimeError2 = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3591), " is not bound in the current context"), "Unbound Variable") : obj3;
            ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            if (obj4 instanceof Package) {
                c = 0;
                c3 = 1;
                c2 = 2;
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3592), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 0;
                c2 = 2;
                c3 = 1;
            }
            if (z2) {
                Object[] objArr2 = new Object[3];
                objArr2[c] = "The variable ";
                objArr2[c3] = runtime.getDisplayRepresentation(Lit3591);
                objArr2[c2] = " is not bound in the current context";
                obj3 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
            }
            list2 = LList.list2(signalRuntimeError2, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(multiplyOp2, LList.list2(obj4, obj3), Lit4182, "*"), Lit435), Lit4183, "yail-divide"));
            pairWithPosition = Lit4184;
            str = "-";
        }
        return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(addOp, list2, pairWithPosition, str));
    }

    static Object lambda509() {
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit4186)), Lit4187, "is text empty?") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Cannot restore,Email is blank");
        }
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("~s`gl8#8mlnvg~*xixckj<\u007fhc0andh{|\u0019T\u001bvtDUT\\UEUVAlqh\u0001Ux\u001dP^x\u001do][E\u000b\u0002\u001cbv \u000e\u0010\u000et?\u001c=\u001b\fn$4&'\u0002\"!\n5kv%\f:\u007f\u0012.c \u0010\u001d\u001f;\u0011\u000b\u0007\u0011\u0011]-8&E\u0001\u0007\u0003\u0014[\u0003\u0002\u001eA H\u001a\u0001\u000e\u000e\u0016I", "iyikdxuo"), Lit4188, "deobfuscate text"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit4189)), Lit4190), "\n", ""), Lit4191, "replace all")), Lit4192, "join"), runtime.lookupInCurrentFormEnvironment(Lit150));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda510() {
        return lambda$Fn510;
    }

    static Object lambda511() {
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit4193)), Lit4194, "is text empty?") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Cannot restore,Email is blank");
        }
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("~s`gl8#8mlnvg~*xixckj<\u007fhc0andh{|\u0019T\u001bvtDUT\\UEUVAlqh\u0001Ux\u001dP^x\u001do][E\u000b\u0002\u001cbv \u000e\u0010\u000et?\u001c=\u001b\fn$4&'\u0002\"!\n5kv%\f:\u007f\u0012.c \u0010\u001d\u001f;\u0011\u000b\u0007\u0011\u0011]-8&E\u0001\u0007\u0003\u0014[\u0003\u0002\u001eA H\u001a\u0001\u000e\u000e\u0016I", "iyikdxuo"), Lit4195, "deobfuscate text"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit4196)), Lit4197), "\n", ""), Lit4198, "replace all")), Lit4199, "join"), runtime.lookupInCurrentFormEnvironment(Lit150));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda512(Object obj) {
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit4201)), Lit4202, "is text empty?") != Boolean.FALSE) {
            if (obj instanceof Package) {
            }
        } else {
            if (runtime.processOrDelayed$V(new Object[]{lambda$Fn512, lambda$Fn513}) == Boolean.FALSE) {
                return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Please wait for atleast one minute before the next backup");
            }
            runtime.addGlobalVarToCurrentFormEnvironment(Lit79, runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty));
            if (!(obj instanceof Package) ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Data backup started. It may take few mins to complete.");
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                SimpleSymbol simpleSymbol = Lit150;
                SimpleSymbol simpleSymbol2 = Lit2750;
                ModuleMethod moduleMethod = runtime.make$Mnyail$Mnlist;
                Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("dml", "U"), Lit4210, "make a list");
                Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("email", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit4211)), Lit4212), "\n", ""), Lit4213, "replace all")), Lit4214, "make a list");
                ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
                ModuleMethod moduleMethod3 = strings.string$Mnappend;
                Pair list1 = LList.list1(runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2358, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit160))), Lit4215));
                Object callComponentMethod = runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2358, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit156))), Lit4216);
                SimpleSymbol simpleSymbol3 = Lit2537;
                SimpleSymbol simpleSymbol4 = Lit2538;
                SimpleSymbol simpleSymbol5 = Lit198;
                LList.chain1(LList.chain1(LList.chain4(list1, "~", callComponentMethod, "~", runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(runtime.callComponentMethod(simpleSymbol5, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol5, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit4217)), Lit4218)), "~"), runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4219));
                applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), "", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("s|mty/6+psseri?kdwnX_\u000bJ[^\u000f\\]Q_NO\u0014[\u0016eaS@GAJXFCVybe\u000eX\u000bh'+\u000b`\u0010 (0|wooy-\u001d\u0005\u0019a,\u0001\"\u0006\u001f{3!5*\r/\u0012?\u0002^E\u00183\u0007L'\u0019V\u0013\u001d\u0012\u0012(\u0004\u001c\u0012\u0002\fB0+3R\u0014\u0014\u000e\u001b", "iyikdxuo"), Lit4209, "deobfuscate text"), runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod2, LList.list2(Constants.ScionAnalytics.MessageType.DATA_MESSAGE, runtime.callYailPrimitive(moduleMethod3, list1, Lit4220, "join")), Lit4221, "make a list")), Lit4222, "make a list")), Lit4223), runtime.lookupInCurrentFormEnvironment(Lit150)});
                return runtime.addGlobalVarToCurrentFormEnvironment(Lit4224, Boolean.TRUE);
            }
        }
        return Values.empty;
    }

    static Object lambda513() {
        return runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit79, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4203, "is text empty?");
    }

    static Object lambda514() {
        NumberCompare numberCompare = Scheme.numGrt;
        SimpleSymbol simpleSymbol = Lit198;
        return runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callComponentMethod(simpleSymbol, Lit4204, LList.list1(runtime.callComponentMethod(simpleSymbol, Lit803, LList.list2(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit79, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4205, "is text empty?") != Boolean.FALSE ? runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty) : runtime.lookupGlobalVarInCurrentFormEnvironment(Lit79, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty)), Lit4206)), Lit4207), Lit19), Lit4208, ">");
    }

    static Procedure lambda515() {
        return lambda$Fn515;
    }

    static Object lambda516(Object obj) {
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit4225)), Lit4226, "is text empty?") != Boolean.FALSE) {
            if (obj instanceof Package) {
            }
        } else {
            if (runtime.processOrDelayed$V(new Object[]{lambda$Fn516, lambda$Fn517}) == Boolean.FALSE) {
                return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Please wait for atleast one minute before the next backup");
            }
            runtime.addGlobalVarToCurrentFormEnvironment(Lit79, runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty));
            if (!(obj instanceof Package) ? obj != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Data backup started. It may take few mins to complete.");
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                SimpleSymbol simpleSymbol = Lit150;
                SimpleSymbol simpleSymbol2 = Lit2750;
                ModuleMethod moduleMethod = runtime.make$Mnyail$Mnlist;
                Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("dml", "U"), Lit4233, "make a list");
                Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("email", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit4234)), Lit4235), "\n", ""), Lit4236, "replace all")), Lit4237, "make a list");
                ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
                ModuleMethod moduleMethod3 = strings.string$Mnappend;
                Pair list1 = LList.list1(runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2358, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit160))), Lit4238));
                Object callComponentMethod = runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2358, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit156))), Lit4239);
                SimpleSymbol simpleSymbol3 = Lit2537;
                SimpleSymbol simpleSymbol4 = Lit2538;
                SimpleSymbol simpleSymbol5 = Lit198;
                LList.chain1(LList.chain1(LList.chain4(list1, "~", callComponentMethod, "~", runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(runtime.callComponentMethod(simpleSymbol5, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol5, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit4240)), Lit4241)), "~"), runtime.callComponentMethod(Lit2537, Lit2538, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4242));
                applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), "", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("s|mty/6+psseri?kdwnX_\u000bJ[^\u000f\\]Q_NO\u0014[\u0016eaS@GAJXFCVybe\u000eX\u000bh'+\u000b`\u0010 (0|wooy-\u001d\u0005\u0019a,\u0001\"\u0006\u001f{3!5*\r/\u0012?\u0002^E\u00183\u0007L'\u0019V\u0013\u001d\u0012\u0012(\u0004\u001c\u0012\u0002\fB0+3R\u0014\u0014\u000e\u001b", "iyikdxuo"), Lit4232, "deobfuscate text"), runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod2, LList.list2(Constants.ScionAnalytics.MessageType.DATA_MESSAGE, runtime.callYailPrimitive(moduleMethod3, list1, Lit4243, "join")), Lit4244, "make a list")), Lit4245, "make a list")), Lit4246), runtime.lookupInCurrentFormEnvironment(Lit150)});
                return runtime.addGlobalVarToCurrentFormEnvironment(Lit4224, Boolean.TRUE);
            }
        }
        return Values.empty;
    }

    static Object lambda517() {
        return runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit79, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4227, "is text empty?");
    }

    static Object lambda518() {
        NumberCompare numberCompare = Scheme.numGrt;
        SimpleSymbol simpleSymbol = Lit198;
        return runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callComponentMethod(simpleSymbol, Lit4204, LList.list1(runtime.callComponentMethod(simpleSymbol, Lit803, LList.list2(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit79, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4228, "is text empty?") != Boolean.FALSE ? runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty) : runtime.lookupGlobalVarInCurrentFormEnvironment(Lit79, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Lit198, Lit420, LList.Empty, LList.Empty)), Lit4229)), Lit4230), Lit19), Lit4231, ">");
    }

    public class frame52 extends ModuleBody {
        Object $jsonItem;
        Object $order;
        Object $symbol;
        final ModuleMethod lambda$Fn520 = new ModuleMethod(this, 101, null, 0);
        final ModuleMethod lambda$Fn521 = new ModuleMethod(this, 102, null, 0);
        final ModuleMethod lambda$Fn522 = new ModuleMethod(this, 103, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 101:
                    return lambda521();
                case 102:
                    return lambda522();
                case 103:
                    return lambda523();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 101:
                case 102:
                case 103:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda521() {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Qu;
            Object obj = this.$jsonItem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit4262), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list1(obj), Screen1.Lit4284, "check if something is a dictionary");
        }

        Object lambda522() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            Object obj = this.$symbol;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2218), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2("RW~", obj), Screen1.Lit4285, "join"), runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit744, LList.Empty, LList.Empty)), Screen1.Lit4286, "is in list?");
        }

        static Object lambda524() {
            return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Screen1.Lit3368, Screen1.Lit172)), Screen1.Lit4319, "not");
        }

        Object lambda523() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit4318, "not =");
        }
    }

    public class frame53 extends ModuleBody {
        Object $jsonItem;
        Object $order;
        Object $symbol;
        final ModuleMethod lambda$Fn527 = new ModuleMethod(this, 104, null, 0);
        final ModuleMethod lambda$Fn528 = new ModuleMethod(this, 105, null, 0);
        final ModuleMethod lambda$Fn529 = new ModuleMethod(this, 106, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 104:
                    return lambda528();
                case 105:
                    return lambda529();
                case 106:
                    return lambda530();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 104:
                case 105:
                case 106:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda528() {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Qu;
            Object obj = this.$jsonItem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit4262), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list1(obj), Screen1.Lit4370, "check if something is a dictionary");
        }

        Object lambda529() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            Object obj = this.$symbol;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2218), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2("RW~", obj), Screen1.Lit4371, "join"), runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit744, LList.Empty, LList.Empty)), Screen1.Lit4372, "is in list?");
        }

        static Object lambda531() {
            return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Screen1.Lit3368, Screen1.Lit172)), Screen1.Lit4400, "not");
        }

        Object lambda530() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit4399, "not =");
        }
    }

    static Object lambda519(Object obj) {
        SimpleSymbol simpleSymbol = Lit40;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, obj);
        runtime.yailForEach(proc$Fn519, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "instrument"), Lit4334, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4335)), Lit4336, "list by walking key path in dictionary"));
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1382, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public static Object lambda520proc(Object obj) {
        Object callYailPrimitive;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        boolean z;
        Object apply2;
        Object obj2;
        Object obj3;
        char c;
        char c2;
        char c3;
        Object obj4;
        Object obj5;
        char c4;
        char c5;
        char c6;
        Object obj6;
        Object obj7;
        char c7;
        char c8;
        char c9;
        Object obj8;
        Object obj9;
        Object obj10;
        Object obj11;
        char c10;
        char c11;
        Object obj12;
        Object obj13;
        char c12;
        char c13;
        Object obj14;
        Object obj15;
        int i;
        Object obj16;
        Object obj17;
        Object obj18;
        Object obj19;
        Object obj20;
        Object obj21;
        frame52 frame52Var = new frame52();
        boolean z2 = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mndictionary$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4248), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("data,token_data"), Lit4249, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4250), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4251, "dictionary recursive lookup"), ""), Lit4252, "dictionary lookup")), Lit4253, "check if something is a dictionary") != Boolean.FALSE) {
            frame52Var.$jsonItem = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4248), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("data,token_data"), Lit4254, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4255), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4256, "dictionary recursive lookup"), ""), Lit4257, "dictionary lookup");
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4248), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("data,token_data"), Lit4258, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4259), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4260, "dictionary recursive lookup"), ""), Lit4261, "dictionary lookup");
            Object signalRuntimeError = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4248), " is not bound in the current context"), "Unbound Variable") : obj;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit141, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("lastPrice", frame52Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame52Var.$jsonItem, ""), Lit4263, "lookup in pairs")), Lit4264, "=") != Boolean.FALSE) {
                callYailPrimitive = Lit141;
            } else {
                callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("netChange", frame52Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame52Var.$jsonItem, Component.CHIP_TYPE_CHOICE), Lit4265, "lookup in pairs");
            }
            Object apply22 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive);
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object obj22 = signalRuntimeError;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit141, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("lastPrice", frame52Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame52Var.$jsonItem, Component.CHIP_TYPE_CHOICE), Lit4266, "lookup in pairs")), Lit4267, "=") != Boolean.FALSE) {
                moduleMethod = runtime.yail$Mnalist$Mnlookup;
                list3 = LList.list3("closePrice", frame52Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame52Var.$jsonItem, Component.CHIP_TYPE_CHOICE);
                pairWithPosition = Lit4268;
            } else {
                moduleMethod = runtime.yail$Mnalist$Mnlookup;
                list3 = LList.list3("lastPrice", frame52Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame52Var.$jsonItem, Component.CHIP_TYPE_CHOICE);
                pairWithPosition = Lit4269;
            }
            Object apply23 = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "lookup in pairs"));
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            MultiplyOp multiplyOp = MultiplyOp.$St;
            ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
            boolean z3 = apply22 instanceof Package;
            Object signalRuntimeError2 = z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), "Unbound Variable") : apply22;
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod4 = runtime.yail$Mnalist$Mnlookup;
            Object obj23 = callYailPrimitive2;
            boolean z4 = obj23 instanceof Package;
            if (z4) {
                obj23 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(moduleMethod4, LList.list3("lastPrice", obj23, Lit141), Lit4271, "lookup in pairs"), Lit141), Lit4272, "=") != Boolean.FALSE) {
                apply2 = Lit141;
                z = z4;
            } else {
                z = z4;
                apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("lastPrice", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj23, Lit141), Lit4273, "lookup in pairs"));
            }
            Object apply24 = applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(signalRuntimeError2, apply2), Lit4274, "yail-divide"), Lit435), Lit4275, "*"));
            Object apply25 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), "Unbound Variable") : apply22);
            ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit4276, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4277)), Lit4278, "list by walking key path in dictionary");
            ModuleMethod moduleMethod6 = runtime.yail$Mnlist$Mnindex;
            Object obj24 = obj22;
            if (obj24 instanceof Package) {
                obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2220), " is not bound in the current context"), "Unbound Variable");
            }
            frame52Var.$symbol = runtime.callYailPrimitive(moduleMethod5, LList.list2(callYailPrimitive3, runtime.callYailPrimitive(moduleMethod6, LList.list2(obj24, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "instrument"), Lit4279, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4280)), Lit4281, "list by walking key path in dictionary")), Lit4282, "index in list")), Lit4283, "select list item");
            if (runtime.processAndDelayed$V(new Object[]{frame52Var.lambda$Fn520, frame52Var.lambda$Fn521}) != Boolean.FALSE) {
                boolean z5 = apply23 instanceof Package;
                Object apply26 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(AddOp.$Mn, LList.list2(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable") : apply23, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", frame52Var.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), "Unbound Variable") : frame52Var.$symbol), Lit4287, "join")), Lit4288), Lit980, Lit6), "\n"), Lit4289, "split"), Lit19), Lit4290, "select list item"))), Lit4291, "-"));
                ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnset$Mnpair;
                if (frame52Var.$symbol instanceof Package) {
                    obj2 = "Unbound Variable";
                    obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj2);
                } else {
                    obj2 = "Unbound Variable";
                    obj3 = frame52Var.$symbol;
                }
                runtime.callYailPrimitive(moduleMethod7, LList.list3(obj3, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4292, runtime.$Stthe$Mnnull$Mnvalue$St), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj2) : apply23), Lit4293, "set value for key in dictionary to value");
                Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", frame52Var.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj2) : frame52Var.$symbol), Lit4294, "join")), Lit4295);
                SimpleSymbol simpleSymbol = Lit980;
                SimpleSymbol simpleSymbol2 = Lit6;
                ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4296, "list from csv row");
                ModuleMethod moduleMethod8 = runtime.make$Mnyail$Mnlist;
                boolean z6 = apply26 instanceof Package;
                if (z6) {
                    c3 = 0;
                    c2 = 1;
                    c = 2;
                    apply26 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj2);
                } else {
                    c = 2;
                    c2 = 1;
                    c3 = 0;
                }
                if (z5) {
                    Object[] objArr = new Object[3];
                    objArr[c3] = "The variable ";
                    objArr[c2] = runtime.getDisplayRepresentation(Lit3578);
                    objArr[c] = " is not bound in the current context";
                    obj4 = runtime.signalRuntimeError(strings.stringAppend(objArr), obj2);
                } else {
                    obj4 = apply23;
                }
                if (z3) {
                    Object[] objArr2 = new Object[3];
                    objArr2[c3] = "The variable ";
                    objArr2[c2] = runtime.getDisplayRepresentation(Lit4270);
                    objArr2[c] = " is not bound in the current context";
                    obj5 = runtime.signalRuntimeError(strings.stringAppend(objArr2), obj2);
                } else {
                    obj5 = apply22;
                }
                boolean z7 = apply24 instanceof Package;
                runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol, simpleSymbol2, applyToArgs4.apply4(lookupGlobalVarInCurrentFormEnvironment4, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive4, runtime.callYailPrimitive(moduleMethod8, LList.list4(apply26, obj4, obj5, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj2) : apply24), Lit4299, "make a list")), Lit9);
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St), frame52Var.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj2) : frame52Var.$symbol), Lit4300, "=") != Boolean.FALSE) {
                    SimpleSymbol simpleSymbol3 = Lit379;
                    SimpleSymbol simpleSymbol4 = Lit6;
                    ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP}"), Lit4301, "list from csv row");
                    ModuleMethod moduleMethod9 = runtime.make$Mnyail$Mnlist;
                    boolean z8 = apply25 instanceof Package;
                    if (z8) {
                        c6 = 0;
                        c5 = 1;
                        c4 = 2;
                        obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj2);
                    } else {
                        c4 = 2;
                        c5 = 1;
                        c6 = 0;
                        obj6 = apply25;
                    }
                    if (z5) {
                        Object[] objArr3 = new Object[3];
                        objArr3[c6] = "The variable ";
                        objArr3[c5] = runtime.getDisplayRepresentation(Lit3578);
                        objArr3[c4] = " is not bound in the current context";
                        obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr3), obj2);
                    } else {
                        obj7 = apply23;
                    }
                    runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, applyToArgs5.apply4(lookupGlobalVarInCurrentFormEnvironment5, "<small><font color={COLOR}>{LTP}</font></small>", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod9, LList.list2(obj6, obj7), Lit4303, "make a list")), Lit9);
                    runtime.setAndCoerceProperty$Ex(Lit4304, Lit6, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj2) : apply23, Lit9);
                    SimpleSymbol simpleSymbol5 = Lit3448;
                    SimpleSymbol simpleSymbol6 = Lit6;
                    ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP},{PER}"), Lit4305, "list from csv row");
                    ModuleMethod moduleMethod10 = runtime.make$Mnyail$Mnlist;
                    if (z6) {
                        c7 = 0;
                        c9 = 1;
                        c8 = 2;
                        obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj2);
                    } else {
                        c7 = 0;
                        c8 = 2;
                        c9 = 1;
                        obj8 = apply26;
                    }
                    if (z5) {
                        Object[] objArr4 = new Object[3];
                        objArr4[c7] = "The variable ";
                        objArr4[c9] = runtime.getDisplayRepresentation(Lit3578);
                        objArr4[c8] = " is not bound in the current context";
                        obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr4), obj2);
                    } else {
                        obj9 = apply23;
                    }
                    Object obj25 = obj2;
                    runtime.setAndCoerceProperty$Ex(simpleSymbol5, simpleSymbol6, applyToArgs6.apply4(lookupGlobalVarInCurrentFormEnvironment6, "<small><font color=gray>Last Price </font></small><br><big><b><font color={COLOR}>{LTP}</font></b></big><br><br><small><font color=gray>Volume</font></small><br>{PER}", callYailPrimitive6, runtime.callYailPrimitive(moduleMethod10, LList.list3(obj8, obj9, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.get$Mnproperty.apply2(Lit3448, Lit6), "\n"), Lit4306, "split"), Lit645), Lit4307, "select list item")), Lit4308, "make a list")), Lit9);
                    SimpleSymbol simpleSymbol7 = Lit3444;
                    SimpleSymbol simpleSymbol8 = Lit6;
                    ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive7 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tSQ},{color},{chgp}"), Lit4309, "list from csv row");
                    ModuleMethod moduleMethod11 = runtime.make$Mnyail$Mnlist;
                    ApplyToArgs applyToArgs8 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment8 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                    ModuleMethod moduleMethod12 = runtime.yail$Mnalist$Mnlookup;
                    if (z) {
                        obj10 = obj25;
                        obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj10);
                    } else {
                        obj10 = obj25;
                        obj11 = obj23;
                    }
                    Object apply27 = applyToArgs8.apply2(lookupGlobalVarInCurrentFormEnvironment8, runtime.callYailPrimitive(moduleMethod12, LList.list3("sellQuantity", obj11, ""), Lit4310, "lookup in pairs"));
                    if (z8) {
                        c10 = 0;
                        c11 = 1;
                        obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj10);
                    } else {
                        c10 = 0;
                        c11 = 1;
                        obj12 = apply25;
                    }
                    if (z7) {
                        Object[] objArr5 = new Object[3];
                        objArr5[c10] = "The variable ";
                        objArr5[c11] = runtime.getDisplayRepresentation(Lit4298);
                        objArr5[2] = " is not bound in the current context";
                        obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr5), obj10);
                    } else {
                        obj13 = apply24;
                    }
                    runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, applyToArgs7.apply4(lookupGlobalVarInCurrentFormEnvironment7, "<small><font color=gray>Tot. Sell Qty</font></small><br><font>{tSQ}</font><br><br><small><font color=gray>Change Pct%</font></small><br><font color={color}>{chgp}%</font>", callYailPrimitive7, runtime.callYailPrimitive(moduleMethod11, LList.list3(apply27, obj12, obj13), Lit4311, "make a list")), Lit9);
                    SimpleSymbol simpleSymbol9 = Lit3446;
                    SimpleSymbol simpleSymbol10 = Lit6;
                    ApplyToArgs applyToArgs9 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment9 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tBQ},{color},{chg}"), Lit4312, "list from csv row");
                    ModuleMethod moduleMethod13 = runtime.make$Mnyail$Mnlist;
                    Object apply28 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("buyQuantity", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj10) : obj23, ""), Lit4313, "lookup in pairs"));
                    if (z8) {
                        c12 = 0;
                        c13 = 1;
                        obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj10);
                    } else {
                        c12 = 0;
                        c13 = 1;
                        obj14 = apply25;
                    }
                    if (z3) {
                        Object[] objArr6 = new Object[3];
                        objArr6[c12] = "The variable ";
                        objArr6[c13] = runtime.getDisplayRepresentation(Lit4270);
                        objArr6[2] = " is not bound in the current context";
                        obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr6), obj10);
                    } else {
                        obj15 = apply22;
                    }
                    runtime.setAndCoerceProperty$Ex(simpleSymbol9, simpleSymbol10, applyToArgs9.apply4(lookupGlobalVarInCurrentFormEnvironment9, "<small><font color=gray>Tot Buy Qty</font></small><br><font>{tBQ}</font><br><Br><small><font color=gray>Change</font></small><br><font color={color}>{chg}</font>", callYailPrimitive8, runtime.callYailPrimitive(moduleMethod13, LList.list3(apply28, obj14, obj15), Lit4314, "make a list")), Lit9);
                    frame52Var.$order = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4315);
                    Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame52Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10) : frame52Var.$order, Component.CHIP_TYPE_ACTION), Lit4316, "dictionary lookup"), Lit19);
                    ApplyToArgs applyToArgs10 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment10 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                    ModuleMethod moduleMethod14 = runtime.yail$Mndictionary$Mnlookup;
                    if (frame52Var.$order instanceof Package) {
                        i = 2;
                        obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10);
                    } else {
                        i = 2;
                        obj16 = frame52Var.$order;
                    }
                    Object apply29 = applyToArgs10.apply2(lookupGlobalVarInCurrentFormEnvironment10, runtime.callYailPrimitive(moduleMethod14, LList.list3("EntryLTP", obj16, ""), Lit4317, "dictionary lookup"));
                    Object[] objArr7 = new Object[i];
                    objArr7[0] = frame52Var.lambda$Fn522;
                    objArr7[1] = lambda$Fn523;
                    if (runtime.processAndDelayed$V(objArr7) != Boolean.FALSE) {
                        Object obj26 = obj10;
                        runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Curr.Value</font></small><br>{CURR}", "{CURR}", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame52Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10) : frame52Var.$order, Lit141), Lit4320, "dictionary lookup")), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame52Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10) : frame52Var.$order, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj10) : apply23), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame52Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10) : frame52Var.$order, Lit141), Lit4321, "dictionary lookup"))), Lit4322, "*")), Lit4323, "+")), Lit4324, "replace all"), Lit9);
                        ApplyToArgs applyToArgs11 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment11 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St);
                        if (frame52Var.$order instanceof Package) {
                            obj17 = obj26;
                            obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj17);
                        } else {
                            obj17 = obj26;
                            obj18 = frame52Var.$order;
                        }
                        Object apply3 = applyToArgs11.apply3(lookupGlobalVarInCurrentFormEnvironment11, obj18, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj17) : apply23);
                        SimpleSymbol simpleSymbol11 = Lit3369;
                        SimpleSymbol simpleSymbol12 = Lit6;
                        ApplyToArgs applyToArgs12 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment12 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive9 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Lit4325, "list from csv row");
                        ModuleMethod moduleMethod15 = runtime.make$Mnyail$Mnlist;
                        ApplyToArgs applyToArgs13 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment13 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                        boolean z9 = apply3 instanceof Package;
                        if (z9) {
                            apply3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj17);
                        }
                        Object apply210 = applyToArgs13.apply2(lookupGlobalVarInCurrentFormEnvironment13, apply3);
                        ApplyToArgs applyToArgs14 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment14 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                        MultiplyOp multiplyOp2 = MultiplyOp.$St;
                        ModuleMethod moduleMethod16 = runtime.yail$Mndivide;
                        if (z9) {
                            obj21 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj17);
                            obj19 = apply29;
                            obj20 = lookupGlobalVarInCurrentFormEnvironment12;
                        } else {
                            obj19 = apply29;
                            obj20 = lookupGlobalVarInCurrentFormEnvironment12;
                            obj21 = apply3;
                        }
                        if (obj19 instanceof Package) {
                            obj19 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit439), " is not bound in the current context"), obj17);
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, applyToArgs12.apply4(obj20, "<font color={color}>{PL}<BR>({PLPCT}%)</font>", callYailPrimitive9, runtime.callYailPrimitive(moduleMethod15, LList.list4(apply210, "", applyToArgs14.apply2(lookupGlobalVarInCurrentFormEnvironment14, runtime.callYailPrimitive(multiplyOp2, LList.list2(runtime.callYailPrimitive(moduleMethod16, LList.list2(obj21, obj19), Lit4326, "yail-divide"), Lit435), Lit4327, "*")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame52Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj17) : frame52Var.$order, Lit141), Lit4328, "dictionary lookup"), z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj17) : apply3), Lit4329, "*"))), Lit4330, "make a list")), Lit9);
                    }
                }
                if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty)), Lit4331, "is list empty?")), Lit4332, "not") != Boolean.FALSE) {
                    return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4333, runtime.$Stthe$Mnnull$Mnvalue$St));
                }
            }
        }
        return Values.empty;
    }

    static Procedure lambda525() {
        return lambda$Fn525;
    }

    static Object lambda526(Object obj) {
        SimpleSymbol simpleSymbol = Lit40;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, obj);
        runtime.yailForEach(proc$Fn526, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "instrument"), Lit4414, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4415)), Lit4416, "list by walking key path in dictionary"));
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1382, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public static Object lambda527proc(Object obj) {
        Object callYailPrimitive;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        boolean z;
        Object apply2;
        Object obj2;
        Object obj3;
        char c;
        char c2;
        char c3;
        Object obj4;
        Object obj5;
        char c4;
        char c5;
        char c6;
        Object obj6;
        Object obj7;
        char c7;
        char c8;
        char c9;
        Object obj8;
        Object obj9;
        Object obj10;
        Object obj11;
        char c10;
        char c11;
        Object obj12;
        Object obj13;
        char c12;
        char c13;
        Object obj14;
        Object obj15;
        int i;
        Object obj16;
        Object obj17;
        Object obj18;
        Object obj19;
        Object obj20;
        Object obj21;
        frame53 frame53Var = new frame53();
        boolean z2 = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mndictionary$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4248), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("data,token_data"), Lit4337, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4338), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4339, "dictionary recursive lookup"), ""), Lit4340, "dictionary lookup")), Lit4341, "check if something is a dictionary") != Boolean.FALSE) {
            frame53Var.$jsonItem = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4248), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("data,token_data"), Lit4342, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4343), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4344, "dictionary recursive lookup"), ""), Lit4345, "dictionary lookup");
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4248), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("data,token_data"), Lit4346, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4347), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4348, "dictionary recursive lookup"), ""), Lit4349, "dictionary lookup");
            Object signalRuntimeError = z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4248), " is not bound in the current context"), "Unbound Variable") : obj;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit141, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("lastPrice", frame53Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame53Var.$jsonItem, ""), Lit4350, "lookup in pairs")), Lit4351, "=") != Boolean.FALSE) {
                callYailPrimitive = Lit141;
            } else {
                callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("netChange", frame53Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame53Var.$jsonItem, Component.CHIP_TYPE_CHOICE), Lit4352, "lookup in pairs");
            }
            Object apply22 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive);
            ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object obj22 = signalRuntimeError;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit141, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("lastPrice", frame53Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame53Var.$jsonItem, Component.CHIP_TYPE_CHOICE), Lit4353, "lookup in pairs")), Lit4354, "=") != Boolean.FALSE) {
                moduleMethod = runtime.yail$Mnalist$Mnlookup;
                list3 = LList.list3("closePrice", frame53Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame53Var.$jsonItem, Component.CHIP_TYPE_CHOICE);
                pairWithPosition = Lit4355;
            } else {
                moduleMethod = runtime.yail$Mnalist$Mnlookup;
                list3 = LList.list3("lastPrice", frame53Var.$jsonItem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : frame53Var.$jsonItem, Component.CHIP_TYPE_CHOICE);
                pairWithPosition = Lit4356;
            }
            Object apply23 = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "lookup in pairs"));
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            MultiplyOp multiplyOp = MultiplyOp.$St;
            ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
            boolean z3 = apply22 instanceof Package;
            Object signalRuntimeError2 = z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), "Unbound Variable") : apply22;
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod4 = runtime.yail$Mnalist$Mnlookup;
            Object obj23 = callYailPrimitive2;
            boolean z4 = obj23 instanceof Package;
            if (z4) {
                obj23 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(moduleMethod4, LList.list3("lastPrice", obj23, Lit141), Lit4357, "lookup in pairs"), Lit141), Lit4358, "=") != Boolean.FALSE) {
                apply2 = Lit141;
                z = z4;
            } else {
                z = z4;
                apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("lastPrice", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj23, Lit141), Lit4359, "lookup in pairs"));
            }
            Object apply24 = applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(signalRuntimeError2, apply2), Lit4360, "yail-divide"), Lit435), Lit4361, "*"));
            Object apply25 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), "Unbound Variable") : apply22);
            ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit4362, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4363)), Lit4364, "list by walking key path in dictionary");
            ModuleMethod moduleMethod6 = runtime.yail$Mnlist$Mnindex;
            Object obj24 = obj22;
            if (obj24 instanceof Package) {
                obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2220), " is not bound in the current context"), "Unbound Variable");
            }
            frame53Var.$symbol = runtime.callYailPrimitive(moduleMethod5, LList.list2(callYailPrimitive3, runtime.callYailPrimitive(moduleMethod6, LList.list2(obj24, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "instrument"), Lit4365, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4366)), Lit4367, "list by walking key path in dictionary")), Lit4368, "index in list")), Lit4369, "select list item");
            if (runtime.processAndDelayed$V(new Object[]{frame53Var.lambda$Fn527, frame53Var.lambda$Fn528}) != Boolean.FALSE) {
                boolean z5 = apply23 instanceof Package;
                Object apply26 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(AddOp.$Mn, LList.list2(z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable") : apply23, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", frame53Var.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), "Unbound Variable") : frame53Var.$symbol), Lit4373, "join")), Lit4374), Lit980, Lit6), "\n"), Lit4375, "split"), Lit19), Lit4376, "select list item"))), Lit4377, "-"));
                ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnset$Mnpair;
                if (frame53Var.$symbol instanceof Package) {
                    obj2 = "Unbound Variable";
                    obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj2);
                } else {
                    obj2 = "Unbound Variable";
                    obj3 = frame53Var.$symbol;
                }
                runtime.callYailPrimitive(moduleMethod7, LList.list3(obj3, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4292, runtime.$Stthe$Mnnull$Mnvalue$St), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj2) : apply23), Lit4378, "set value for key in dictionary to value");
                Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", frame53Var.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj2) : frame53Var.$symbol), Lit4379, "join")), Lit4380);
                SimpleSymbol simpleSymbol = Lit980;
                SimpleSymbol simpleSymbol2 = Lit6;
                ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4381, "list from csv row");
                ModuleMethod moduleMethod8 = runtime.make$Mnyail$Mnlist;
                boolean z6 = apply26 instanceof Package;
                if (z6) {
                    c3 = 0;
                    c2 = 1;
                    c = 2;
                    apply26 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj2);
                } else {
                    c = 2;
                    c2 = 1;
                    c3 = 0;
                }
                if (z5) {
                    Object[] objArr = new Object[3];
                    objArr[c3] = "The variable ";
                    objArr[c2] = runtime.getDisplayRepresentation(Lit3578);
                    objArr[c] = " is not bound in the current context";
                    obj4 = runtime.signalRuntimeError(strings.stringAppend(objArr), obj2);
                } else {
                    obj4 = apply23;
                }
                if (z3) {
                    Object[] objArr2 = new Object[3];
                    objArr2[c3] = "The variable ";
                    objArr2[c2] = runtime.getDisplayRepresentation(Lit4270);
                    objArr2[c] = " is not bound in the current context";
                    obj5 = runtime.signalRuntimeError(strings.stringAppend(objArr2), obj2);
                } else {
                    obj5 = apply22;
                }
                boolean z7 = apply24 instanceof Package;
                runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol, simpleSymbol2, applyToArgs4.apply4(lookupGlobalVarInCurrentFormEnvironment4, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive4, runtime.callYailPrimitive(moduleMethod8, LList.list4(apply26, obj4, obj5, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj2) : apply24), Lit4382, "make a list")), Lit9);
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St), frame53Var.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj2) : frame53Var.$symbol), Lit4383, "=") != Boolean.FALSE) {
                    SimpleSymbol simpleSymbol3 = Lit379;
                    SimpleSymbol simpleSymbol4 = Lit6;
                    ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP}"), Lit4384, "list from csv row");
                    ModuleMethod moduleMethod9 = runtime.make$Mnyail$Mnlist;
                    boolean z8 = apply25 instanceof Package;
                    if (z8) {
                        c6 = 0;
                        c5 = 1;
                        c4 = 2;
                        obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj2);
                    } else {
                        c4 = 2;
                        c5 = 1;
                        c6 = 0;
                        obj6 = apply25;
                    }
                    if (z5) {
                        Object[] objArr3 = new Object[3];
                        objArr3[c6] = "The variable ";
                        objArr3[c5] = runtime.getDisplayRepresentation(Lit3578);
                        objArr3[c4] = " is not bound in the current context";
                        obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr3), obj2);
                    } else {
                        obj7 = apply23;
                    }
                    runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, applyToArgs5.apply4(lookupGlobalVarInCurrentFormEnvironment5, "<small><font color={COLOR}>{LTP}</font></small>", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod9, LList.list2(obj6, obj7), Lit4385, "make a list")), Lit9);
                    runtime.setAndCoerceProperty$Ex(Lit4304, Lit6, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj2) : apply23, Lit9);
                    SimpleSymbol simpleSymbol5 = Lit3448;
                    SimpleSymbol simpleSymbol6 = Lit6;
                    ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP},{PER}"), Lit4386, "list from csv row");
                    ModuleMethod moduleMethod10 = runtime.make$Mnyail$Mnlist;
                    if (z6) {
                        c7 = 0;
                        c9 = 1;
                        c8 = 2;
                        obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj2);
                    } else {
                        c7 = 0;
                        c8 = 2;
                        c9 = 1;
                        obj8 = apply26;
                    }
                    if (z5) {
                        Object[] objArr4 = new Object[3];
                        objArr4[c7] = "The variable ";
                        objArr4[c9] = runtime.getDisplayRepresentation(Lit3578);
                        objArr4[c8] = " is not bound in the current context";
                        obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr4), obj2);
                    } else {
                        obj9 = apply23;
                    }
                    Object obj25 = obj2;
                    runtime.setAndCoerceProperty$Ex(simpleSymbol5, simpleSymbol6, applyToArgs6.apply4(lookupGlobalVarInCurrentFormEnvironment6, "<small><font color=gray>Last Price </font></small><br><big><b><font color={COLOR}>{LTP}</font></b></big><br><br><small><font color=gray>Volume</font></small><br>{PER}", callYailPrimitive6, runtime.callYailPrimitive(moduleMethod10, LList.list3(obj8, obj9, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.get$Mnproperty.apply2(Lit3448, Lit6), "\n"), Lit4387, "split"), Lit645), Lit4388, "select list item")), Lit4389, "make a list")), Lit9);
                    SimpleSymbol simpleSymbol7 = Lit3444;
                    SimpleSymbol simpleSymbol8 = Lit6;
                    ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive7 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tSQ},{color},{chgp}"), Lit4390, "list from csv row");
                    ModuleMethod moduleMethod11 = runtime.make$Mnyail$Mnlist;
                    ApplyToArgs applyToArgs8 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment8 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                    ModuleMethod moduleMethod12 = runtime.yail$Mnalist$Mnlookup;
                    if (z) {
                        obj10 = obj25;
                        obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj10);
                    } else {
                        obj10 = obj25;
                        obj11 = obj23;
                    }
                    Object apply27 = applyToArgs8.apply2(lookupGlobalVarInCurrentFormEnvironment8, runtime.callYailPrimitive(moduleMethod12, LList.list3("sellQuantity", obj11, ""), Lit4391, "lookup in pairs"));
                    if (z8) {
                        c10 = 0;
                        c11 = 1;
                        obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj10);
                    } else {
                        c10 = 0;
                        c11 = 1;
                        obj12 = apply25;
                    }
                    if (z7) {
                        Object[] objArr5 = new Object[3];
                        objArr5[c10] = "The variable ";
                        objArr5[c11] = runtime.getDisplayRepresentation(Lit4298);
                        objArr5[2] = " is not bound in the current context";
                        obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr5), obj10);
                    } else {
                        obj13 = apply24;
                    }
                    runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, applyToArgs7.apply4(lookupGlobalVarInCurrentFormEnvironment7, "<small><font color=gray>Tot. Sell Qty</font></small><br><font>{tSQ}</font><br><br><small><font color=gray>Change Pct%</font></small><br><font color={color}>{chgp}%</font>", callYailPrimitive7, runtime.callYailPrimitive(moduleMethod11, LList.list3(apply27, obj12, obj13), Lit4392, "make a list")), Lit9);
                    SimpleSymbol simpleSymbol9 = Lit3446;
                    SimpleSymbol simpleSymbol10 = Lit6;
                    ApplyToArgs applyToArgs9 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment9 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tBQ},{color},{chg}"), Lit4393, "list from csv row");
                    ModuleMethod moduleMethod13 = runtime.make$Mnyail$Mnlist;
                    Object apply28 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("buyQuantity", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj10) : obj23, ""), Lit4394, "lookup in pairs"));
                    if (z8) {
                        c12 = 0;
                        c13 = 1;
                        obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj10);
                    } else {
                        c12 = 0;
                        c13 = 1;
                        obj14 = apply25;
                    }
                    if (z3) {
                        Object[] objArr6 = new Object[3];
                        objArr6[c12] = "The variable ";
                        objArr6[c13] = runtime.getDisplayRepresentation(Lit4270);
                        objArr6[2] = " is not bound in the current context";
                        obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr6), obj10);
                    } else {
                        obj15 = apply22;
                    }
                    runtime.setAndCoerceProperty$Ex(simpleSymbol9, simpleSymbol10, applyToArgs9.apply4(lookupGlobalVarInCurrentFormEnvironment9, "<small><font color=gray>Tot Buy Qty</font></small><br><font>{tBQ}</font><br><Br><small><font color=gray>Change</font></small><br><font color={color}>{chg}</font>", callYailPrimitive8, runtime.callYailPrimitive(moduleMethod13, LList.list3(apply28, obj14, obj15), Lit4395, "make a list")), Lit9);
                    frame53Var.$order = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4396);
                    Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame53Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10) : frame53Var.$order, Component.CHIP_TYPE_ACTION), Lit4397, "dictionary lookup"), Lit19);
                    ApplyToArgs applyToArgs10 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment10 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                    ModuleMethod moduleMethod14 = runtime.yail$Mndictionary$Mnlookup;
                    if (frame53Var.$order instanceof Package) {
                        i = 2;
                        obj16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10);
                    } else {
                        i = 2;
                        obj16 = frame53Var.$order;
                    }
                    Object apply29 = applyToArgs10.apply2(lookupGlobalVarInCurrentFormEnvironment10, runtime.callYailPrimitive(moduleMethod14, LList.list3("EntryLTP", obj16, ""), Lit4398, "dictionary lookup"));
                    Object[] objArr7 = new Object[i];
                    objArr7[0] = frame53Var.lambda$Fn529;
                    objArr7[1] = lambda$Fn530;
                    if (runtime.processAndDelayed$V(objArr7) != Boolean.FALSE) {
                        Object obj26 = obj10;
                        runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Curr.Value</font></small><br>{CURR}", "{CURR}", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame53Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10) : frame53Var.$order, Lit141), Lit4401, "dictionary lookup")), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame53Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10) : frame53Var.$order, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj10) : apply23), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame53Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj10) : frame53Var.$order, Lit141), Lit4402, "dictionary lookup"))), Lit4403, "*")), Lit4404, "+")), Lit4405, "replace all"), Lit9);
                        ApplyToArgs applyToArgs11 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment11 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St);
                        if (frame53Var.$order instanceof Package) {
                            obj17 = obj26;
                            obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj17);
                        } else {
                            obj17 = obj26;
                            obj18 = frame53Var.$order;
                        }
                        Object apply3 = applyToArgs11.apply3(lookupGlobalVarInCurrentFormEnvironment11, obj18, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj17) : apply23);
                        SimpleSymbol simpleSymbol11 = Lit3369;
                        SimpleSymbol simpleSymbol12 = Lit6;
                        ApplyToArgs applyToArgs12 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment12 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive9 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Lit4406, "list from csv row");
                        ModuleMethod moduleMethod15 = runtime.make$Mnyail$Mnlist;
                        ApplyToArgs applyToArgs13 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment13 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                        boolean z9 = apply3 instanceof Package;
                        if (z9) {
                            apply3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj17);
                        }
                        Object apply210 = applyToArgs13.apply2(lookupGlobalVarInCurrentFormEnvironment13, apply3);
                        ApplyToArgs applyToArgs14 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment14 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                        MultiplyOp multiplyOp2 = MultiplyOp.$St;
                        ModuleMethod moduleMethod16 = runtime.yail$Mndivide;
                        if (z9) {
                            obj21 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj17);
                            obj19 = apply29;
                            obj20 = lookupGlobalVarInCurrentFormEnvironment12;
                        } else {
                            obj19 = apply29;
                            obj20 = lookupGlobalVarInCurrentFormEnvironment12;
                            obj21 = apply3;
                        }
                        if (obj19 instanceof Package) {
                            obj19 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit439), " is not bound in the current context"), obj17);
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, applyToArgs12.apply4(obj20, "<font color={color}>{PL}<BR>({PLPCT}%)</font>", callYailPrimitive9, runtime.callYailPrimitive(moduleMethod15, LList.list4(apply210, "", applyToArgs14.apply2(lookupGlobalVarInCurrentFormEnvironment14, runtime.callYailPrimitive(multiplyOp2, LList.list2(runtime.callYailPrimitive(moduleMethod16, LList.list2(obj21, obj19), Lit4407, "yail-divide"), Lit435), Lit4408, "*")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame53Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj17) : frame53Var.$order, Lit141), Lit4409, "dictionary lookup"), z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj17) : apply3), Lit4410, "*"))), Lit4411, "make a list")), Lit9);
                    }
                }
                if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty)), Lit4412, "is list empty?")), Lit4413, "not") != Boolean.FALSE) {
                    return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4333, runtime.$Stthe$Mnnull$Mnvalue$St));
                }
            }
        }
        return Values.empty;
    }

    static Object lambda532() {
        return runtime.callComponentMethod(Lit1380, Lit4417, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0003\u001b\u000eFXM\r\u000e\u000f\u0014[\u001a\n\f\u001a\f\u0005\u000f\b\r\u000b\u0006\u001bG\u000f\u001f\bK", "hsgeouul"), Lit4418, "deobfuscate text")), Lit4419);
    }

    static Procedure lambda533() {
        return lambda$Fn533;
    }

    static Object lambda534() {
        return runtime.callComponentMethod(Lit1380, Lit4417, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0003\u001b\u000eFXM\r\u000e\u000f\u0014[\u001a\n\f\u001a\f\u0005\u000f\b\r\u000b\u0006\u001bG\u000f\u001f\bK", "hsgeouul"), Lit4420, "deobfuscate text")), Lit4421);
    }

    static Object lambda535(Object obj) {
        runtime.yailForEach(proc$Fn535, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callComponentMethod(Lit2537, Lit4425, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit37, runtime.$Stthe$Mnnull$Mnvalue$St), "~"), Lit4426, "split"), Lit19), Lit4427, "select list item")), Lit4428)), Lit4429));
        runtime.yailForEach(proc$Fn536, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callComponentMethod(Lit2537, Lit4425, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit37, runtime.$Stthe$Mnnull$Mnvalue$St), "~"), Lit4434, "split"), Lit711), Lit4435, "select list item")), Lit4436)), Lit4437));
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Data restored");
        runtime.callComponentMethod(Lit1380, Lit4438, LList.Empty, LList.Empty);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public static Object lambda536proc(Object obj) {
        boolean z = obj instanceof Package;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj, Lit19), Lit4422, "select list item");
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        if (z) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Lit711), Lit4423, "select list item");
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        }
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(callYailPrimitive, callYailPrimitive2), Lit4424);
    }

    public static Object lambda537proc(Object obj) {
        boolean z = obj instanceof Package;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj, Lit19), Lit4430, "select list item");
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        if (z) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Lit711), Lit4431, "select list item");
        SimpleSymbol simpleSymbol = Lit156;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        }
        ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list1(callYailPrimitive2), Lit4432, "convert an alist to a dictionary")), Lit4433);
    }

    static Procedure lambda538() {
        return lambda$Fn538;
    }

    static Object lambda539(Object obj) {
        runtime.yailForEach(proc$Fn539, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callComponentMethod(Lit2537, Lit4425, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit37, runtime.$Stthe$Mnnull$Mnvalue$St), "~"), Lit4442, "split"), Lit19), Lit4443, "select list item")), Lit4444)), Lit4445));
        runtime.yailForEach(proc$Fn540, runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callComponentMethod(Lit2537, Lit4425, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit37, runtime.$Stthe$Mnnull$Mnvalue$St), "~"), Lit4450, "split"), Lit711), Lit4451, "select list item")), Lit4452)), Lit4453));
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Data restored");
        runtime.callComponentMethod(Lit1380, Lit4438, LList.Empty, LList.Empty);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public static Object lambda540proc(Object obj) {
        boolean z = obj instanceof Package;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj, Lit19), Lit4439, "select list item");
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        if (z) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Lit711), Lit4440, "select list item");
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        }
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(callYailPrimitive, callYailPrimitive2), Lit4441);
    }

    public static Object lambda541proc(Object obj) {
        boolean z = obj instanceof Package;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj, Lit19), Lit4446, "select list item");
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        if (z) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Lit711), Lit4447, "select list item");
        SimpleSymbol simpleSymbol = Lit156;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        }
        ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
        if (callYailPrimitive2 instanceof Package) {
            callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, LList.list1(callYailPrimitive2), Lit4448, "convert an alist to a dictionary")), Lit4449);
    }

    static Object lambda542(Object obj, Object obj2, Object obj3) {
        SimpleSymbol simpleSymbol = Lit3009;
        SimpleSymbol simpleSymbol2 = Lit3010;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4455), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z = obj2 instanceof Package;
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(obj, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4456);
        SimpleSymbol simpleSymbol3 = Lit3009;
        SimpleSymbol simpleSymbol4 = Lit3014;
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(obj2), Lit4457);
        runtime.setAndCoerceProperty$Ex(Lit3009, Lit3016, Boolean.FALSE, Lit173);
        SimpleSymbol simpleSymbol5 = Lit3009;
        SimpleSymbol simpleSymbol6 = Lit3017;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2664), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list1(obj3), Lit4458);
    }

    static Procedure lambda543() {
        return lambda$Fn543;
    }

    static Object lambda544(Object obj, Object obj2, Object obj3) {
        SimpleSymbol simpleSymbol = Lit3009;
        SimpleSymbol simpleSymbol2 = Lit3010;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4455), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z = obj2 instanceof Package;
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(obj, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4459);
        SimpleSymbol simpleSymbol3 = Lit3009;
        SimpleSymbol simpleSymbol4 = Lit3014;
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(obj2), Lit4460);
        runtime.setAndCoerceProperty$Ex(Lit3009, Lit3016, Boolean.FALSE, Lit173);
        SimpleSymbol simpleSymbol5 = Lit3009;
        SimpleSymbol simpleSymbol6 = Lit3017;
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2664), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list1(obj3), Lit4461);
    }

    static Object lambda545(Object obj, Object obj2) {
        SimpleSymbol simpleSymbol = Lit3009;
        SimpleSymbol simpleSymbol2 = Lit3010;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4455), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z = obj2 instanceof Package;
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(obj, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4463);
        SimpleSymbol simpleSymbol3 = Lit3009;
        SimpleSymbol simpleSymbol4 = Lit3014;
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(obj2), Lit4464);
        return runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ò÷\u008e\u0098\u0090\u008f\u0083\u0083\u0083þª«¶¯üëâ\u008e\u008e\u008a\u008fõêÿ\u009e\u008b\u0093\u008bõÓÎ\u0096\u008b\u0082\u008b×\u009d\u009a\u0097\u0096ÛÜ\u0094\u0096\u009e\u0094\u0092\u0084\u008c\u0092ØÇ\u0080\u0084\u0084\u0097\u0093\u0080\u0086ÒÉd{\u007fz~7svmspc3uv\u007fwj'>otnwbko;}qngV\u000f\n\u0000\u0006\b\t\u0013\u0007\u0015{c\u007ff\u0001\u001b\u001f`dz\u007f\u0004\u0007\u0003\u000b\u0016j{i\u0012|y\u0010oy*7>6i272!;m82%y)?5?qwg\u0018s:\t\u001d\u000b'\u001b\u000b:*?+'::;2'?#0\n9\u000f\t\u001c>\u000b(L\u001d]L&\u0014J@?£«×ÖÏûÖÒÚÛÐαÁ¯®ÅÔÍÐÂËÑÁÍÇê¢ùÓøÎòóúïÞ\u0081æâùüÄçÿãüó\u0088ëîðßàðå\u009bðôçÉÖ\u009dÇã³\u0098\u008cº¯º·«\u0080ºó´ íë¤\u0090û²\u0081\u0093\u0080ò£«ñ\u0080·\u0093\u008c¼²³º¯·\u0093¶·²»²§ºÍ\u0088\u0092ÕÑ»Ê\u0091\u0083\u008c\u008e\u0099\u009c·\u009c\u009c\u0088\u008d\u009d<KXgYPP~~{Xwk`Pn(aHdV~@0moH!xt@$\u001cEplAytDZP\u000bOUALWPm[\u0011wKoq`XuGX\u0000dSa+p\u007f`<|\u0010,?\u00161+/gt,6\u0003,\b855-r\u000f>v\u0006>d\u0011ET\u0007N\f\u0004\\\rQ\\M?\u0005&0'\n\")!\u0012S\n!\u0003\f\u0003#\u00186]ÃùÑÉÅá¢ÀÍöÿíÚïÅêáìÁ¬ãô±ÀãåòÙåâÕøýóÚÃÇÛ\u0081ÊÊîøÇÉÑÝðÙÖàÝëÈÅÊØØ\u0094á\u0096ÄÍ\u009dª£\u0097 \u0095¿àü\u009d¢ ¥\u009aµ¼\u0090÷º\u0086´\u0089 ð\u0087\u0080³ô¦\u0082â\u0081©«\u009d\u009f¢¢\u0098\u0087\u0095\u009fÉ\u0087É\u0099Ö\u009a·\u0089ץΣÏÌ\u0089\u009bÜ\u0096\u0080\u009dÅ\u008aÜePTla28G*,eJ,)yiq)[h-1a0 IZGVqDIqTKM}aqIrIxnzJGzIqBFwHVomC[QTS[Q\u001a\u0010-e42e\u001a\u0001\u0018\u001a!=\u0011=\u0017(;\f\u0007 \u000f0\u000f\u000f\u0013\u000f\u001c\"\u0001\u0015\u001a\u0002+N'=\\\u0015:\u0016.9\rJ2F<\u0010P\r4\u000b\u0000\u0017H\n\u000e\u0015<V%>YüÇλÕ⢧èÿáÔî×îÎÀÍÎïâÉõÔú»âãÆØâù×ËÏøÞÝîýÜ\u008e\u0082\u0096õñÇÙÇ\u0093\u009c÷åÀ\u0091ï\u009aÚ\u0090×ÚÄÂ\u009e·æã¿\u0090£\u009b\u0084®é±²êúôªòð\u0083\u008dª°\u0090ñ¿¬\u0093\u008f\u0088º\u009e\u0086\u0084¼¨¹²\u0085ÎÃ\u008c\u008c¶\u0096\u0089Ö\u0094Í¥¥\u008a\u009a\u009fÕ©\u0089¼²Û\u009d¬¹©\u008d\\T]co?d!\u007f]v>zV}j34oQiI0dM80L?dkjF\u0007\u0003iy\u0005`\u0007\t\rkG\f@Ft\u0013RaJR\fS\fjMTEHfYQ\u001b\b66?\u001ag\u00127q5-j\u000e'\u001f\u000f/\u001f\u0010wu ;}.\t\u001e\u0000#,`\n\u0014\u0011\\AS\u001b\u0019\u0018\u0015@\u0010Q\u0000\u0016\t[Z\u001d6\r \u001e\u0012D\"\u0011!ZY@\r䦣ûðø¡ù¨ìçü¬ø´ÓÓô²§\u00adµ¾¶Ê¥¨úÉ¡»ÊöôÖÄÑÍæÔÖËüåýæûÙÌ\u0096âó÷èÎÉÃÂáäùÓàì\u0095\u0095\u009c¯¹þ\u008e\u008a¸¾¦¬¶ª¦\u0098\u0084\u0089\u0084\u0095\u008f\u0090\u008d\u0099¤þ¬½¡¢¾¡\u009a\u009b\u0092\u0097Äܸ¸··°\u00ad¬£¾º\u008bɺ¯¤¼\u0090¢ª« \u0081¯³®ªRkZJ_KVR_5do(1O/t{`stlSiypa`!KLb|h|CSK|BNX|S\u0015A|AsFl\r@_l\u0014]Ll\u0019\u0001Edi$\u0001\u001897 o:09 *-\r/t\u00123\u0003\f\r(\u00112=x\b.|+dzE\u0004P-\u0001\u000f2\u0004\u000e\u0017KI\u0011\u00167\t-\u0000\u0019\b\u0000B+\u000bS>\u0012Y\fE@\u0002«ôè¡à¡¸¸ÚýÊÍÚêÖÌÄê¿÷ÌóèöÆàÚ ÞùÅÌàÙ\u008eýàÆÛØÿ×é×ÜÌõ\u0089ÆÌ\u009dýÎÕÖìÀÚùÅàóÞÆ¢£í·§\u009e\u009c²¬©±\u008d¤¶\u0094¸\u008e°©·µ¨ð\u0094ó¼¡à·£\u0083¥°\u0087ÌÁ°\u0092\u0084\u0090¿\u008d\u0090\u00adÊ\u009a²\u0091¬\u0098ܺ\u00ad\u0083Ð\u0093§Ú\u00ad\u0094¶\u009d\u008b§G`khr9c<|.vJt7Q+F7 tv,rux=f!xP@iD\n\u0014z\u0007\u001cA\u007f\t\u0011UTL\toM\b\tM\r\ry~rsIhtlT_H\u0018\u0019\u001d4\u001f9\u001c\u001b\u001f2+\u00074\u00116#\u00120:\u0012\u00003?$1+7,\u0007\u00109`\u0011\nI',\u001e\u0005%\nC\u0001#\u0015/>\f\n\u00138\u0015\u001e\u0003\u0001/\u0000\u00029%\u001c!#\nðÑÈáýðÑÂâûö÷®»ùÐîåÁé±þ¾ò³É×ÇáèîÎÄýèÞÒÓÅàË\u008a\u0085ÃöèÔÊÇñßèÎÍþíò\u009e\u0092\u0085åËÇó·ãºú\u0095¼ã\u009fê\u0090à§\u00ad´²î\u0095òý¯\u0080\u0099\u008b\u0094¿øô²¹æ÷ºÂ\u0093³¿¡\u0080\u0090±ÏÂØ\u0094\u009a\u008fÈ\u009f\u008cѱ\u0091ÕѦ\u0091\u008eÜÌ\u0093\u0098\u0082Ø\u009eWWcm$pV\u007fcC`AREHoz-AvqTdn`AEp{wwfIyv\u001cTk\u000fD_nQW\u000e\u0014[tLq\u001eT`mIy\u001a\\GW[\u0007\u0017l\u001c}\fzd}\u000f2i8*\tn2\u0015/0t?q\u0007=00-\u001e5/\u0006\b}3\u0012\"O:!-X\u0018O6\u000b\"2\u000f'\u001fQM\f\u0006P\u001e+\u0019%\u001b\u0007\u00028\u0014\u0003X£öÔ½ÞøѼËÞù²ÿ»°Óåû¤¦ÕÒ°±¿¡¬ðù¦·þÕÄ\u008dÄ\u0085ÜÃÉ\u0089À\u0098îîÔ\u0086\u0082\u0088\u008d\u0092\u008bç\u0095\u008cÏì\u0099\u0097÷ëôÂÁ´µ\u008a©»»\u0098\u0090\u0098\u009e\u0097¤±ö\u0096\u0096\u0092\u0090¢´®²\u0085\u0091\u009c«\u008c\u0091\u0088\u0095\u0088ª\u009cÆ¢·\u0095\u008e\u0082\u0099\u0093\u0092\u008a¥¹©°°ª¨¡¤\u0089Î\u0088\u0088\u0084\u009a\u0092\u009c\u0087\u009b\u0086\u0092!$TEZGTXI[RGv)NJAD|_G[DtJKBWOkNOzszor\u0005@Z\r\tc\u0012I[TVQT\u007fTT@EU\u0004s`_ahhF63\u0010?#(\u0018&p9\u0010<\u000e&\u0018h%'\u0000i0<\bld=\b\u00149\u0001\f<\u0012\u0018C\u0007\u001d\t\u0004\u001f\b5\u0003I/\u00137)(\u0010=\u000f\u0010H,\u001bY\u0013HGX\u0004D(ä÷Þùã篼ôîÛôÐàííåºÇö¾Îö¬é½¬ÿ¶ôü¤Å\u0099\u0094\u0085÷ÍîøÿÒúñùÊ\u008bÒéËÄËëÐþ\u0095ûÁéñýÙ\u009aø\u0085¾·¥\u0092§\u008d¢¹´\u0099ô»¬é\u0098«\u00adº\u0091\u00adª\u009d°\u0085\u008b²»¿£ù²\u0082¦°\u008f\u0081\u0099\u0095¸\u0081\u008e¸\u0085³\u0090\u009d\u0092\u0090\u0090Ü©Þ\u008c\u0085Õ\u0092\u009b¯\u0098\u00ad\u0087ØÄUjhmR}tX/b^lQx(_H{<nJ*IaSegZZ`\u007fmW\u0001O\u0001Q\u001eR\u007fQ\u000f}\u0016{\u0017\u0014QS\u0014^HU\rB\u0014]hlTY\n\u0000\u007fbd-\u0002da1!)q\u00030ui9hh\u0001\u0012\u000f\u001e9\f\u0001\t,35\u0005\u0019\t1:\u00010&2\u0002\u000f2\u0011)\u001a\u001e/\u0010\u000e7%\u000b\u0013\u0019\u001c\u001b\u0013\u0019\"(\u0015]\f\n]\"ÉÓôéõÙõßðãÔßø×è×ÇÛÇÔêÉÝÒúӶߍíÂÞæñÅ\u0082ú\u008eôÈ\u0088ÕìÓØÏ\u0090ÂÆÝô\u009eíö\u0091Äÿö\u0083íÚ\u009a\u009f ·©\u009c¦\u009f¦\u0086\u0099\u0095\u0096·º\u0091\u00ad\u008c²óª«\u008e\u0090ª±¯³·\u0080¦¥\u0096\u0085\u0094ÆÊÞ½¹\u008f\u0091\u009fËį½\u0098É·Ò\u0092Ø\u009f\u0092\u008c\u008aÖ\u008fÞÛ\u0087¨\u009b£¼f!yz\"2<b*([UrFNKasHpv]pwCSNPDQJn\u0004QcG`~\u000fd^~wBq\u001bm\\ZwX_rxqp\u0019babT\u0007b\u001909b~\u0017e\u001f>-l7\t1\u0017i/&\u0016(\u00172h\u000b\">|{\u0011\u0001\u0002\u0018sAE#\u000bD\b@\u00157\b!\u0013\u0016\u0012\u001bN\u00105:\r\u0000.\u0015\u001a_R\u0006;A#\u0003SǹìËçÙó×ÐÿÊÀé\u00adïãóæÌøÒëÞöÎìí§Ùöú¸ÐÇÃÊÃØÝ\u0081ÊÞÕãÙÛæö\u008cÈ\u0092\u0089þÞ\u008cÑâ\u009e\u009bÃÈæ\u0098\u0080øý\u008e\u0096\u0097óø\u009b\u0094¼áòñ¤ðâ\u0086é\u009a\u009b\u008f´\u008e\u0080òù\u0094°©µ\u009e¬\u009e\u0083´\u00adµ®³\u0091\u0094κ«¯°\u0096\u0091\u008b\u008a©¬±\u009b¨¤\u00ad\u00ad¤\u0097\u0081ƶ²pvnd~bnP\\Q\\MWHUAl6duijvibcjo<$@@\u007f\u007fvwY\u001e\u0003Krprg\u007fkYPfcy]g{fbXkbwosbL\u0012+\u001a\u000f\u0017\u000bxk\u0012/'<u\u000f\u0012+\t3|nrl\u007fq|eq\u0017!8\"\u0019\u0003\u001c\u0016\u0007\u0007\u0018\u001a\t\t\f\u001d'\r\u0018L)\u0017QX\u0017\u0013MT\u0019\u001dE[5\t\u0011*\fàÕô¡ßúßßÑø×÷ø²Ôó³Ñú¯çè¾êøîðàú÷ý¤ÔÁóÆûæÇÅë\u008cÿô\u0088Øè\u008d\u0094\u0091\u0084ý\u0092Üâ\u0095Ý\u0098\u0088\u0099\u009aÄç\u009c\u0083åô¸ù\u00ad\u009e\u0094\u0098½ç\u0095\u0098ª°¾\u008a«\u0092¯\u008a°\u008eñ\u0084 ö\u0095\u009c¹¿\u0084¦\u009e¡´¬«Â\u009e\u009a\u0097Æ\u009f\u009a\u008c\u008fÐ\u0084\u008d\u008aµ\u008c\u008a¬´\u0089®²½\u009e\u0083\u009e\u009e`cpw{y[Tbi$UpFT)7p@57lK1 yr\u007f;e}~\u001cJXL~k\u000f{xO~rwXL\u0010T[XK\u0010i\u001eg|\u001b\u0015~}\u0002\u0019\u001d\u000ba?y0~\u0018\u001b2nx\u0012:\u0000\u0010=,t.,4m\bp>}4\u0002#j\u001f\u001bCK\u001e\u001c\u000fS\u0001\u001dML\\\fIM\t\u0015ZM\f\u0013#<T \f;;@61\u0006\u0003ðë×Íþý£ðÊÓ£éí×Ô\u00adêúÒíß×µñèóÂô¡ÿ·ïÚõêåÿâòÞÂ\u008fþÎÓê\u008eöàÕ\u0099ýßàòÎþáÎùýñÚƪ\u0098°·\u008c\u0085\u0093ü\u0089¨\u009d¨§\u0098¬í¥¯¥¼¿¼\u0081¨\u0085»\u0085\u0090\u0081\u0083 ®\u0096¾³\u009fÆ\u008b¡¸\u0097»§\u008eµ\u008cª\u008aÒ\u0093\u009f©\u0094\u0092\u009e¹\u009aÙ\u0080\u0084¸«\u008c¬WKT@rI|`L)wcgCl0j;jz4he6~RfFEzVb\u0002@O\u001c\u0001OgcJNWN\u000eRn\tLpaf\u0016P~vogf[HU\u001cs6\u001f\u00176\u0003)\u0018\u0019\b2\u0001*\u0016\u00189+\u001a\u0014\f\n\u00013\u00045)a*%{!d\u0011>\u001e\f]\u0000\"\"AM\u000e<\b*\u0013:\u000eW \u000f\nT\u001e\u0005P<\u0018\u0016\u0010,\u0018\u0019ZæÜþú«ñîØÕüàúéåõÂÓÊÒ·´³ò¨òüËå²\u0083ÂÕÔÕíæÙñÑË\u0096\u008dÄ\u0090á\u009b×ÍêÖÃìÓÁðÌ\u0082ÊÂçç¡\u0081¹¡áåàä⯥®¸ð´\u008e\u009b\u009aóõí¬¡µøò\u0081\u008eÿ`ÄÝ\u0089\u0080ÀÓ\u0081»«ËÊÍ\u009c\u0094ÔÌײª¿¡±¨ ª¨¡¬\u0081Ʀ®ZXjdqmpd),\\EZGZBl6ROSLjicbQ~cc@LtzsLY\u001enP\\RZLWK|htCdulqlBD\u001eLY]F@C\u0016\u0013<\u000f>a\u0006\u0002\u0019\u001c$\u0007\u001f\u0003\u001c,\u0002\u0003\n\u001f\u0007#\u0006\u0007\u0002\u000b\u0002\u0017\n}8\"EA+Z\u0001\u0013\u001c\u001e\t\f'\f\f\u0018\u001d\rL;(\u0017)  \u000e\u000e\u000b(\u0007\u001b\u0010 \u001e¸ñØôÆîРýÿرèäд¬õÀÜñÉÄôêà»ÿåñüçÀýË\u0081çÛÿáðÈå×È\u0090ôÃ\u0091Û\u0080\u008f\u0090Ì\u008càÜÏæÁÛß\u0097\u0084¼¦\u0093¼\u0098¨¥¥½â\u009f®æ\u0096®ô¡õä·þ¼´ì½áìý\u008fµ\u0096\u0080·\u009a²¹±\u0082Ã\u009a±\u0093\u009c\u0093³\u0088¦Í³\u0089¡¹µ\u0091Ò°½\u0086\u008f\u009dª\u009fµ\u009aq|Q<sd!PsubIurEhMCzswk1zz^Hwyam@IFpM{XUZHH\u0004q\u0006T]\rZSgPeO\u0010\fmRPUjEL`g*\u0016$\u00190`\u0017\u0010#d6\u0012r\u00119\u001b-/\u0012\u0012(7%/y7y)f*\u0007\u0019G5^3_\\\u0019\u000bL\u0006\u0010\rU\u001aL\u0015 $\u001c\u0011BH7Z\\\u0015:\\Y\t\u0019á¹Ëø½¡ñ °ÙÊ×ÆáÔÙÁäûýÍÑÁùÂùÈÞÊú÷ÊÙáÒÖçØÆÿýÓËÁÄÃËÁêàÝ\u0095ÄÂ\u0095êñÞÑàß\u008bÝî¸\u009f\u009a¹¿»\u0084¸££µ\u008aµª\u0085\u0088±\u0091\u0087¿¥\u0099\u0094¬ °\u0085\u0087·³ªºÃË\u009d¥\u009b\u008d½\u0084Ì\u009eÊ\u0097Æ¡«ª\u008c\u0098\u008a»\u0091µ´\u0093\u008f\u0093\u0091¥\u009eÂÙ\u008e[Xp\u007frYcEsmJHG6.(H{cFb+f7H|7Z?X<j@DV\u001b`\u001a\u0001B}y\u007fqJ\u0010\b_T\u0016\u0013O\u0017[or|nD{\u0005[\u0016J'78\u001e80e#l5|\u001e\u0010\u0001%34\t\u0019&mc\u00151&\"\t<9+<\u001c\u00185\u0013#\u0002.3\u001d\u0019>\u0011\u001f*WM\t\u0006\u0018'\u0013\u001cO_[\u0001\u0010$?\u001a9X\u0004ö¤ÿÂìÞæÝ°ê ö¯÷¦úöÇÝïÍÎÕ⻽çãºñ¤ýÖ\u009dÚãÏäÆ\u0083ÝûÔÁØöÍÂ\u0097Áæé\u008dÜþæÜÐÑÁ\u009a\u008aÚøë¾±«°å¿¤í\u0096¶¨\u008a¯\u0089¾ðõ¹\u0094\u0082㲡©¿\u0092 üê\u0089ûĨ\u009d«\u0091\u008dÂ\u0097È\u0080\u0081\u0093ÇÉÐ\u009d\u0094ÖÓ\u008a¾¨¯\u0090\u008dݳ\u0084\u0080Å\u009a»KJ.69hq+4ip6p6VZFDfta}Vdf{LUMVKi\\\u0006rcgx^YSRqtiCp|eel_I\u000e~zHNV\\FZVh\u0014\u0019\u0014\u0005\u001f\u0000\u001d\t4n<-12.1*+\"'tl\b\b\u0007\u0019\u0000\u0007\u000f\u0013\u000b8NP[\u0019\u001f\u000e\u0003\u001bFXJS[@A[_M)1\"#YCWE+\"#>Q", "rmpnkllf"), Lit4465, "deobfuscate text")), Lit4466);
    }

    static Procedure lambda546() {
        return lambda$Fn546;
    }

    static Object lambda547(Object obj, Object obj2) {
        SimpleSymbol simpleSymbol = Lit3009;
        SimpleSymbol simpleSymbol2 = Lit3010;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4455), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z = obj2 instanceof Package;
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(obj, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4467);
        SimpleSymbol simpleSymbol3 = Lit3009;
        SimpleSymbol simpleSymbol4 = Lit3014;
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(obj2), Lit4468);
        return runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ò÷\u008e\u0098\u0090\u008f\u0083\u0083\u0083þª«¶¯üëâ\u008e\u008e\u008a\u008fõêÿ\u009e\u008b\u0093\u008bõÓÎ\u0096\u008b\u0082\u008b×\u009d\u009a\u0097\u0096ÛÜ\u0094\u0096\u009e\u0094\u0092\u0084\u008c\u0092ØÇ\u0080\u0084\u0084\u0097\u0093\u0080\u0086ÒÉd{\u007fz~7svmspc3uv\u007fwj'>otnwbko;}qngV\u000f\n\u0000\u0006\b\t\u0013\u0007\u0015{c\u007ff\u0001\u001b\u001f`dz\u007f\u0004\u0007\u0003\u000b\u0016j{i\u0012|y\u0010oy*7>6i272!;m82%y)?5?qwg\u0018s:\t\u001d\u000b'\u001b\u000b:*?+'::;2'?#0\n9\u000f\t\u001c>\u000b(L\u001d]L&\u0014J@?£«×ÖÏûÖÒÚÛÐαÁ¯®ÅÔÍÐÂËÑÁÍÇê¢ùÓøÎòóúïÞ\u0081æâùüÄçÿãüó\u0088ëîðßàðå\u009bðôçÉÖ\u009dÇã³\u0098\u008cº¯º·«\u0080ºó´ íë¤\u0090û²\u0081\u0093\u0080ò£«ñ\u0080·\u0093\u008c¼²³º¯·\u0093¶·²»²§ºÍ\u0088\u0092ÕÑ»Ê\u0091\u0083\u008c\u008e\u0099\u009c·\u009c\u009c\u0088\u008d\u009d<KXgYPP~~{Xwk`Pn(aHdV~@0moH!xt@$\u001cEplAytDZP\u000bOUALWPm[\u0011wKoq`XuGX\u0000dSa+p\u007f`<|\u0010,?\u00161+/gt,6\u0003,\b855-r\u000f>v\u0006>d\u0011ET\u0007N\f\u0004\\\rQ\\M?\u0005&0'\n\")!\u0012S\n!\u0003\f\u0003#\u00186]ÃùÑÉÅá¢ÀÍöÿíÚïÅêáìÁ¬ãô±ÀãåòÙåâÕøýóÚÃÇÛ\u0081ÊÊîøÇÉÑÝðÙÖàÝëÈÅÊØØ\u0094á\u0096ÄÍ\u009dª£\u0097 \u0095¿àü\u009d¢ ¥\u009aµ¼\u0090÷º\u0086´\u0089 ð\u0087\u0080³ô¦\u0082â\u0081©«\u009d\u009f¢¢\u0098\u0087\u0095\u009fÉ\u0087É\u0099Ö\u009a·\u0089ץΣÏÌ\u0089\u009bÜ\u0096\u0080\u009dÅ\u008aÜePTla28G*,eJ,)yiq)[h-1a0 IZGVqDIqTKM}aqIrIxnzJGzIqBFwHVomC[QTS[Q\u001a\u0010-e42e\u001a\u0001\u0018\u001a!=\u0011=\u0017(;\f\u0007 \u000f0\u000f\u000f\u0013\u000f\u001c\"\u0001\u0015\u001a\u0002+N'=\\\u0015:\u0016.9\rJ2F<\u0010P\r4\u000b\u0000\u0017H\n\u000e\u0015<V%>YüÇλÕ⢧èÿáÔî×îÎÀÍÎïâÉõÔú»âãÆØâù×ËÏøÞÝîýÜ\u008e\u0082\u0096õñÇÙÇ\u0093\u009c÷åÀ\u0091ï\u009aÚ\u0090×ÚÄÂ\u009e·æã¿\u0090£\u009b\u0084®é±²êúôªòð\u0083\u008dª°\u0090ñ¿¬\u0093\u008f\u0088º\u009e\u0086\u0084¼¨¹²\u0085ÎÃ\u008c\u008c¶\u0096\u0089Ö\u0094Í¥¥\u008a\u009a\u009fÕ©\u0089¼²Û\u009d¬¹©\u008d\\T]co?d!\u007f]v>zV}j34oQiI0dM80L?dkjF\u0007\u0003iy\u0005`\u0007\t\rkG\f@Ft\u0013RaJR\fS\fjMTEHfYQ\u001b\b66?\u001ag\u00127q5-j\u000e'\u001f\u000f/\u001f\u0010wu ;}.\t\u001e\u0000#,`\n\u0014\u0011\\AS\u001b\u0019\u0018\u0015@\u0010Q\u0000\u0016\t[Z\u001d6\r \u001e\u0012D\"\u0011!ZY@\r䦣ûðø¡ù¨ìçü¬ø´ÓÓô²§\u00adµ¾¶Ê¥¨úÉ¡»ÊöôÖÄÑÍæÔÖËüåýæûÙÌ\u0096âó÷èÎÉÃÂáäùÓàì\u0095\u0095\u009c¯¹þ\u008e\u008a¸¾¦¬¶ª¦\u0098\u0084\u0089\u0084\u0095\u008f\u0090\u008d\u0099¤þ¬½¡¢¾¡\u009a\u009b\u0092\u0097Äܸ¸··°\u00ad¬£¾º\u008bɺ¯¤¼\u0090¢ª« \u0081¯³®ªRkZJ_KVR_5do(1O/t{`stlSiypa`!KLb|h|CSK|BNX|S\u0015A|AsFl\r@_l\u0014]Ll\u0019\u0001Edi$\u0001\u001897 o:09 *-\r/t\u00123\u0003\f\r(\u00112=x\b.|+dzE\u0004P-\u0001\u000f2\u0004\u000e\u0017KI\u0011\u00167\t-\u0000\u0019\b\u0000B+\u000bS>\u0012Y\fE@\u0002«ôè¡à¡¸¸ÚýÊÍÚêÖÌÄê¿÷ÌóèöÆàÚ ÞùÅÌàÙ\u008eýàÆÛØÿ×é×ÜÌõ\u0089ÆÌ\u009dýÎÕÖìÀÚùÅàóÞÆ¢£í·§\u009e\u009c²¬©±\u008d¤¶\u0094¸\u008e°©·µ¨ð\u0094ó¼¡à·£\u0083¥°\u0087ÌÁ°\u0092\u0084\u0090¿\u008d\u0090\u00adÊ\u009a²\u0091¬\u0098ܺ\u00ad\u0083Ð\u0093§Ú\u00ad\u0094¶\u009d\u008b§G`khr9c<|.vJt7Q+F7 tv,rux=f!xP@iD\n\u0014z\u0007\u001cA\u007f\t\u0011UTL\toM\b\tM\r\ry~rsIhtlT_H\u0018\u0019\u001d4\u001f9\u001c\u001b\u001f2+\u00074\u00116#\u00120:\u0012\u00003?$1+7,\u0007\u00109`\u0011\nI',\u001e\u0005%\nC\u0001#\u0015/>\f\n\u00138\u0015\u001e\u0003\u0001/\u0000\u00029%\u001c!#\nðÑÈáýðÑÂâûö÷®»ùÐîåÁé±þ¾ò³É×ÇáèîÎÄýèÞÒÓÅàË\u008a\u0085ÃöèÔÊÇñßèÎÍþíò\u009e\u0092\u0085åËÇó·ãºú\u0095¼ã\u009fê\u0090à§\u00ad´²î\u0095òý¯\u0080\u0099\u008b\u0094¿øô²¹æ÷ºÂ\u0093³¿¡\u0080\u0090±ÏÂØ\u0094\u009a\u008fÈ\u009f\u008cѱ\u0091ÕѦ\u0091\u008eÜÌ\u0093\u0098\u0082Ø\u009eWWcm$pV\u007fcC`AREHoz-AvqTdn`AEp{wwfIyv\u001cTk\u000fD_nQW\u000e\u0014[tLq\u001eT`mIy\u001a\\GW[\u0007\u0017l\u001c}\fzd}\u000f2i8*\tn2\u0015/0t?q\u0007=00-\u001e5/\u0006\b}3\u0012\"O:!-X\u0018O6\u000b\"2\u000f'\u001fQM\f\u0006P\u001e+\u0019%\u001b\u0007\u00028\u0014\u0003X£öÔ½ÞøѼËÞù²ÿ»°Óåû¤¦ÕÒ°±¿¡¬ðù¦·þÕÄ\u008dÄ\u0085ÜÃÉ\u0089À\u0098îîÔ\u0086\u0082\u0088\u008d\u0092\u008bç\u0095\u008cÏì\u0099\u0097÷ëôÂÁ´µ\u008a©»»\u0098\u0090\u0098\u009e\u0097¤±ö\u0096\u0096\u0092\u0090¢´®²\u0085\u0091\u009c«\u008c\u0091\u0088\u0095\u0088ª\u009cÆ¢·\u0095\u008e\u0082\u0099\u0093\u0092\u008a¥¹©°°ª¨¡¤\u0089Î\u0088\u0088\u0084\u009a\u0092\u009c\u0087\u009b\u0086\u0092!$TEZGTXI[RGv)NJAD|_G[DtJKBWOkNOzszor\u0005@Z\r\tc\u0012I[TVQT\u007fTT@EU\u0004s`_ahhF63\u0010?#(\u0018&p9\u0010<\u000e&\u0018h%'\u0000i0<\bld=\b\u00149\u0001\f<\u0012\u0018C\u0007\u001d\t\u0004\u001f\b5\u0003I/\u00137)(\u0010=\u000f\u0010H,\u001bY\u0013HGX\u0004D(ä÷Þùã篼ôîÛôÐàííåºÇö¾Îö¬é½¬ÿ¶ôü¤Å\u0099\u0094\u0085÷ÍîøÿÒúñùÊ\u008bÒéËÄËëÐþ\u0095ûÁéñýÙ\u009aø\u0085¾·¥\u0092§\u008d¢¹´\u0099ô»¬é\u0098«\u00adº\u0091\u00adª\u009d°\u0085\u008b²»¿£ù²\u0082¦°\u008f\u0081\u0099\u0095¸\u0081\u008e¸\u0085³\u0090\u009d\u0092\u0090\u0090Ü©Þ\u008c\u0085Õ\u0092\u009b¯\u0098\u00ad\u0087ØÄUjhmR}tX/b^lQx(_H{<nJ*IaSegZZ`\u007fmW\u0001O\u0001Q\u001eR\u007fQ\u000f}\u0016{\u0017\u0014QS\u0014^HU\rB\u0014]hlTY\n\u0000\u007fbd-\u0002da1!)q\u00030ui9hh\u0001\u0012\u000f\u001e9\f\u0001\t,35\u0005\u0019\t1:\u00010&2\u0002\u000f2\u0011)\u001a\u001e/\u0010\u000e7%\u000b\u0013\u0019\u001c\u001b\u0013\u0019\"(\u0015]\f\n]\"ÉÓôéõÙõßðãÔßø×è×ÇÛÇÔêÉÝÒúӶߍíÂÞæñÅ\u0082ú\u008eôÈ\u0088ÕìÓØÏ\u0090ÂÆÝô\u009eíö\u0091Äÿö\u0083íÚ\u009a\u009f ·©\u009c¦\u009f¦\u0086\u0099\u0095\u0096·º\u0091\u00ad\u008c²óª«\u008e\u0090ª±¯³·\u0080¦¥\u0096\u0085\u0094ÆÊÞ½¹\u008f\u0091\u009fËį½\u0098É·Ò\u0092Ø\u009f\u0092\u008c\u008aÖ\u008fÞÛ\u0087¨\u009b£¼f!yz\"2<b*([UrFNKasHpv]pwCSNPDQJn\u0004QcG`~\u000fd^~wBq\u001bm\\ZwX_rxqp\u0019babT\u0007b\u001909b~\u0017e\u001f>-l7\t1\u0017i/&\u0016(\u00172h\u000b\">|{\u0011\u0001\u0002\u0018sAE#\u000bD\b@\u00157\b!\u0013\u0016\u0012\u001bN\u00105:\r\u0000.\u0015\u001a_R\u0006;A#\u0003SǹìËçÙó×ÐÿÊÀé\u00adïãóæÌøÒëÞöÎìí§Ùöú¸ÐÇÃÊÃØÝ\u0081ÊÞÕãÙÛæö\u008cÈ\u0092\u0089þÞ\u008cÑâ\u009e\u009bÃÈæ\u0098\u0080øý\u008e\u0096\u0097óø\u009b\u0094¼áòñ¤ðâ\u0086é\u009a\u009b\u008f´\u008e\u0080òù\u0094°©µ\u009e¬\u009e\u0083´\u00adµ®³\u0091\u0094κ«¯°\u0096\u0091\u008b\u008a©¬±\u009b¨¤\u00ad\u00ad¤\u0097\u0081ƶ²pvnd~bnP\\Q\\MWHUAl6duijvibcjo<$@@\u007f\u007fvwY\u001e\u0003Krprg\u007fkYPfcy]g{fbXkbwosbL\u0012+\u001a\u000f\u0017\u000bxk\u0012/'<u\u000f\u0012+\t3|nrl\u007fq|eq\u0017!8\"\u0019\u0003\u001c\u0016\u0007\u0007\u0018\u001a\t\t\f\u001d'\r\u0018L)\u0017QX\u0017\u0013MT\u0019\u001dE[5\t\u0011*\fàÕô¡ßúßßÑø×÷ø²Ôó³Ñú¯çè¾êøîðàú÷ý¤ÔÁóÆûæÇÅë\u008cÿô\u0088Øè\u008d\u0094\u0091\u0084ý\u0092Üâ\u0095Ý\u0098\u0088\u0099\u009aÄç\u009c\u0083åô¸ù\u00ad\u009e\u0094\u0098½ç\u0095\u0098ª°¾\u008a«\u0092¯\u008a°\u008eñ\u0084 ö\u0095\u009c¹¿\u0084¦\u009e¡´¬«Â\u009e\u009a\u0097Æ\u009f\u009a\u008c\u008fÐ\u0084\u008d\u008aµ\u008c\u008a¬´\u0089®²½\u009e\u0083\u009e\u009e`cpw{y[Tbi$UpFT)7p@57lK1 yr\u007f;e}~\u001cJXL~k\u000f{xO~rwXL\u0010T[XK\u0010i\u001eg|\u001b\u0015~}\u0002\u0019\u001d\u000ba?y0~\u0018\u001b2nx\u0012:\u0000\u0010=,t.,4m\bp>}4\u0002#j\u001f\u001bCK\u001e\u001c\u000fS\u0001\u001dML\\\fIM\t\u0015ZM\f\u0013#<T \f;;@61\u0006\u0003ðë×Íþý£ðÊÓ£éí×Ô\u00adêúÒíß×µñèóÂô¡ÿ·ïÚõêåÿâòÞÂ\u008fþÎÓê\u008eöàÕ\u0099ýßàòÎþáÎùýñÚƪ\u0098°·\u008c\u0085\u0093ü\u0089¨\u009d¨§\u0098¬í¥¯¥¼¿¼\u0081¨\u0085»\u0085\u0090\u0081\u0083 ®\u0096¾³\u009fÆ\u008b¡¸\u0097»§\u008eµ\u008cª\u008aÒ\u0093\u009f©\u0094\u0092\u009e¹\u009aÙ\u0080\u0084¸«\u008c¬WKT@rI|`L)wcgCl0j;jz4he6~RfFEzVb\u0002@O\u001c\u0001OgcJNWN\u000eRn\tLpaf\u0016P~vogf[HU\u001cs6\u001f\u00176\u0003)\u0018\u0019\b2\u0001*\u0016\u00189+\u001a\u0014\f\n\u00013\u00045)a*%{!d\u0011>\u001e\f]\u0000\"\"AM\u000e<\b*\u0013:\u000eW \u000f\nT\u001e\u0005P<\u0018\u0016\u0010,\u0018\u0019ZæÜþú«ñîØÕüàúéåõÂÓÊÒ·´³ò¨òüËå²\u0083ÂÕÔÕíæÙñÑË\u0096\u008dÄ\u0090á\u009b×ÍêÖÃìÓÁðÌ\u0082ÊÂçç¡\u0081¹¡áåàä⯥®¸ð´\u008e\u009b\u009aóõí¬¡µøò\u0081\u008eÿ`ÄÝ\u0089\u0080ÀÓ\u0081»«ËÊÍ\u009c\u0094ÔÌײª¿¡±¨ ª¨¡¬\u0081Ʀ®ZXjdqmpd),\\EZGZBl6ROSLjicbQ~cc@LtzsLY\u001enP\\RZLWK|htCdulqlBD\u001eLY]F@C\u0016\u0013<\u000f>a\u0006\u0002\u0019\u001c$\u0007\u001f\u0003\u001c,\u0002\u0003\n\u001f\u0007#\u0006\u0007\u0002\u000b\u0002\u0017\n}8\"EA+Z\u0001\u0013\u001c\u001e\t\f'\f\f\u0018\u001d\rL;(\u0017)  \u000e\u000e\u000b(\u0007\u001b\u0010 \u001e¸ñØôÆîРýÿرèäд¬õÀÜñÉÄôêà»ÿåñüçÀýË\u0081çÛÿáðÈå×È\u0090ôÃ\u0091Û\u0080\u008f\u0090Ì\u008càÜÏæÁÛß\u0097\u0084¼¦\u0093¼\u0098¨¥¥½â\u009f®æ\u0096®ô¡õä·þ¼´ì½áìý\u008fµ\u0096\u0080·\u009a²¹±\u0082Ã\u009a±\u0093\u009c\u0093³\u0088¦Í³\u0089¡¹µ\u0091Ò°½\u0086\u008f\u009dª\u009fµ\u009aq|Q<sd!PsubIurEhMCzswk1zz^Hwyam@IFpM{XUZHH\u0004q\u0006T]\rZSgPeO\u0010\fmRPUjEL`g*\u0016$\u00190`\u0017\u0010#d6\u0012r\u00119\u001b-/\u0012\u0012(7%/y7y)f*\u0007\u0019G5^3_\\\u0019\u000bL\u0006\u0010\rU\u001aL\u0015 $\u001c\u0011BH7Z\\\u0015:\\Y\t\u0019á¹Ëø½¡ñ °ÙÊ×ÆáÔÙÁäûýÍÑÁùÂùÈÞÊú÷ÊÙáÒÖçØÆÿýÓËÁÄÃËÁêàÝ\u0095ÄÂ\u0095êñÞÑàß\u008bÝî¸\u009f\u009a¹¿»\u0084¸££µ\u008aµª\u0085\u0088±\u0091\u0087¿¥\u0099\u0094¬ °\u0085\u0087·³ªºÃË\u009d¥\u009b\u008d½\u0084Ì\u009eÊ\u0097Æ¡«ª\u008c\u0098\u008a»\u0091µ´\u0093\u008f\u0093\u0091¥\u009eÂÙ\u008e[Xp\u007frYcEsmJHG6.(H{cFb+f7H|7Z?X<j@DV\u001b`\u001a\u0001B}y\u007fqJ\u0010\b_T\u0016\u0013O\u0017[or|nD{\u0005[\u0016J'78\u001e80e#l5|\u001e\u0010\u0001%34\t\u0019&mc\u00151&\"\t<9+<\u001c\u00185\u0013#\u0002.3\u001d\u0019>\u0011\u001f*WM\t\u0006\u0018'\u0013\u001cO_[\u0001\u0010$?\u001a9X\u0004ö¤ÿÂìÞæÝ°ê ö¯÷¦úöÇÝïÍÎÕ⻽çãºñ¤ýÖ\u009dÚãÏäÆ\u0083ÝûÔÁØöÍÂ\u0097Áæé\u008dÜþæÜÐÑÁ\u009a\u008aÚøë¾±«°å¿¤í\u0096¶¨\u008a¯\u0089¾ðõ¹\u0094\u0082㲡©¿\u0092 üê\u0089ûĨ\u009d«\u0091\u008dÂ\u0097È\u0080\u0081\u0093ÇÉÐ\u009d\u0094ÖÓ\u008a¾¨¯\u0090\u008dݳ\u0084\u0080Å\u009a»KJ.69hq+4ip6p6VZFDfta}Vdf{LUMVKi\\\u0006rcgx^YSRqtiCp|eel_I\u000e~zHNV\\FZVh\u0014\u0019\u0014\u0005\u001f\u0000\u001d\t4n<-12.1*+\"'tl\b\b\u0007\u0019\u0000\u0007\u000f\u0013\u000b8NP[\u0019\u001f\u000e\u0003\u001bFXJS[@A[_M)1\"#YCWE+\"#>Q", "rmpnkllf"), Lit4469, "deobfuscate text")), Lit4470);
    }

    static Object lambda548(Object obj) {
        Object callComponentMethod;
        SimpleSymbol simpleSymbol = Lit40;
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("segment", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj), Lit4472), ""), Lit4473, "dictionary lookup"), "CASH"), Lit4474, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("exchangeAggRespMap,NSE,priceLivePointsMap"), Lit4475, "list from csv row");
            SimpleSymbol simpleSymbol2 = Lit150;
            SimpleSymbol simpleSymbol3 = Lit151;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
            }
            callComponentMethod = runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list1(obj), Lit4476), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4477, "dictionary recursive lookup");
        } else {
            SimpleSymbol simpleSymbol4 = Lit150;
            SimpleSymbol simpleSymbol5 = Lit151;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
            }
            callComponentMethod = runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(obj), Lit4478);
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, callComponentMethod);
        runtime.yailForEach(proc$Fn548, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnget$Mnkeys, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4544, "get a dictionary's keys"));
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1382, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public static Object lambda549proc(Object obj) {
        Object obj2;
        Object obj3;
        Object obj4;
        Object callYailPrimitive;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        boolean z;
        Object obj5;
        Object callYailPrimitive2;
        Object obj6;
        boolean z2;
        Object obj7;
        Object obj8;
        char c;
        char c2;
        char c3;
        Object obj9;
        Object obj10;
        Object obj11;
        char c4;
        char c5;
        char c6;
        Object obj12;
        Object obj13;
        char c7;
        char c8;
        Object obj14;
        Object obj15;
        Object obj16;
        Object obj17;
        char c9;
        char c10;
        Object obj18;
        Object obj19;
        char c11;
        char c12;
        Object obj20;
        Object obj21;
        int i;
        Object obj22;
        Object obj23;
        Object obj24;
        frame54 frame54Var = new frame54();
        boolean z3 = obj instanceof Package;
        Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4479, "dictionary lookup");
        boolean z4 = callYailPrimitive3 instanceof Package;
        Object signalRuntimeError = z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3;
        runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("Seg", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, ""), Lit4480, "lookup in pairs"), GetNamedPart.CAST_METHOD_NAME, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("Tok", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, ""), Lit4481, "lookup in pairs")), Lit4482, "join");
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit141, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ltp", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, ""), Lit4483, "lookup in pairs")), Lit4484, "=") != Boolean.FALSE) {
            callYailPrimitive = Lit141;
            obj4 = "ltp";
            obj2 = signalRuntimeError;
            obj3 = "=";
        } else {
            obj2 = signalRuntimeError;
            obj3 = "=";
            obj4 = "ltp";
            callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(runtime.callYailPrimitive(AddOp.$Mn, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ltp", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE), Lit4485, "lookup in pairs"), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("close", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE), Lit4486, "lookup in pairs")), Lit4487, "-"), Lit19), Lit4488, "yail-divide");
            applyToArgs = applyToArgs;
        }
        Object apply2 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive);
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
        Object obj25 = obj4;
        Object obj26 = obj3;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit141, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(obj25, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE), Lit4489, "lookup in pairs")), Lit4490, obj26) != Boolean.FALSE) {
            moduleMethod = runtime.yail$Mnalist$Mnlookup;
            list3 = LList.list3("close", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE);
            pairWithPosition = Lit4491;
        } else {
            moduleMethod = runtime.yail$Mnalist$Mnlookup;
            list3 = LList.list3(obj25, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE);
            pairWithPosition = Lit4492;
        }
        Object apply22 = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "lookup in pairs"), Lit19), Lit4493, "yail-divide"));
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        MultiplyOp multiplyOp = MultiplyOp.$St;
        ModuleMethod moduleMethod3 = runtime.yail$Mndivide;
        boolean z5 = apply2 instanceof Package;
        Object signalRuntimeError2 = z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), "Unbound Variable") : apply2;
        ModuleMethod moduleMethod4 = runtime.yail$Mnequal$Qu;
        ModuleMethod moduleMethod5 = runtime.yail$Mnalist$Mnlookup;
        Object obj27 = obj2;
        boolean z6 = obj27 instanceof Package;
        if (z6) {
            obj27 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(moduleMethod5, LList.list3("close", obj27, Lit141), Lit4494, "lookup in pairs"), Lit141), Lit4495, obj26) != Boolean.FALSE) {
            callYailPrimitive2 = Lit19;
            z = z6;
            obj5 = obj26;
        } else {
            z = z6;
            obj5 = obj26;
            callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("close", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj27, Lit141), Lit4496, "lookup in pairs")), Lit19), Lit4497, "yail-divide");
        }
        Object apply23 = applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(signalRuntimeError2, callYailPrimitive2), Lit4498, "yail-divide"), Lit435), Lit4499, "*"));
        Object apply24 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), "Unbound Variable") : apply2);
        Object signalRuntimeError3 = z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj;
        boolean z7 = apply22 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(Lit141, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable") : apply22), Lit4500, "not =") != Boolean.FALSE) {
            ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
            AddOp addOp = AddOp.$Mn;
            Object signalRuntimeError4 = z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable") : apply22;
            ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod6 = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod7 = runtime.string$Mnsplit;
            SimpleSymbol simpleSymbol = Lit741;
            SimpleSymbol simpleSymbol2 = Lit934;
            ModuleMethod moduleMethod8 = strings.string$Mnappend;
            boolean z8 = signalRuntimeError3 instanceof Package;
            if (z8) {
                obj6 = signalRuntimeError3;
                z2 = z8;
                signalRuntimeError3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), "Unbound Variable");
            } else {
                obj6 = signalRuntimeError3;
                z2 = z8;
            }
            Object apply25 = applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment4, runtime.callYailPrimitive(addOp, LList.list2(signalRuntimeError4, applyToArgs5.apply2(lookupGlobalVarInCurrentFormEnvironment5, runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(moduleMethod7, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod8, LList.list2("RW~", signalRuntimeError3), Lit4501, "join")), Lit4502), Lit980, Lit6), "\n"), Lit4503, "split"), Lit19), Lit4504, "select list item"))), Lit4505, "-"));
            ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnset$Mnpair;
            if (z2) {
                obj7 = "Unbound Variable";
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj7);
            } else {
                obj7 = "Unbound Variable";
                obj8 = obj6;
            }
            runtime.callYailPrimitive(moduleMethod9, LList.list3(obj8, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4292, runtime.$Stthe$Mnnull$Mnvalue$St), z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj7) : apply22), Lit4506, "set value for key in dictionary to value");
            Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj7) : obj6), Lit4507, "join")), Lit4508);
            SimpleSymbol simpleSymbol3 = Lit980;
            SimpleSymbol simpleSymbol4 = Lit6;
            ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4509, "list from csv row");
            ModuleMethod moduleMethod10 = runtime.make$Mnyail$Mnlist;
            boolean z9 = apply25 instanceof Package;
            if (z9) {
                c = 0;
                c3 = 1;
                c2 = 2;
                obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj7);
            } else {
                c = 0;
                c2 = 2;
                c3 = 1;
                obj9 = apply25;
            }
            if (z7) {
                Object[] objArr = new Object[3];
                objArr[c] = "The variable ";
                objArr[c3] = runtime.getDisplayRepresentation(Lit3578);
                objArr[c2] = " is not bound in the current context";
                obj10 = runtime.signalRuntimeError(strings.stringAppend(objArr), obj7);
            } else {
                obj10 = apply22;
            }
            if (z5) {
                Object[] objArr2 = new Object[3];
                objArr2[c] = "The variable ";
                objArr2[c3] = runtime.getDisplayRepresentation(Lit4270);
                objArr2[c2] = " is not bound in the current context";
                obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr2), obj7);
            } else {
                obj11 = apply2;
            }
            Object obj28 = apply23;
            boolean z10 = obj28 instanceof Package;
            if (z10) {
                obj28 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj7);
            }
            runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol3, simpleSymbol4, applyToArgs6.apply4(lookupGlobalVarInCurrentFormEnvironment6, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive4, runtime.callYailPrimitive(moduleMethod10, LList.list4(obj9, obj10, obj11, obj28), Lit4510, "make a list")), Lit9);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj7) : obj6), Lit4511, obj5) != Boolean.FALSE) {
                SimpleSymbol simpleSymbol5 = Lit379;
                SimpleSymbol simpleSymbol6 = Lit6;
                ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP}"), Lit4512, "list from csv row");
                ModuleMethod moduleMethod11 = runtime.make$Mnyail$Mnlist;
                boolean z11 = apply24 instanceof Package;
                if (z11) {
                    c4 = 0;
                    c6 = 1;
                    c5 = 2;
                    obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj7);
                } else {
                    c4 = 0;
                    c5 = 2;
                    c6 = 1;
                    obj12 = apply24;
                }
                if (z7) {
                    Object[] objArr3 = new Object[3];
                    objArr3[c4] = "The variable ";
                    objArr3[c6] = runtime.getDisplayRepresentation(Lit3578);
                    objArr3[c5] = " is not bound in the current context";
                    obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr3), obj7);
                } else {
                    obj13 = apply22;
                }
                runtime.setAndCoerceProperty$Ex(simpleSymbol5, simpleSymbol6, applyToArgs7.apply4(lookupGlobalVarInCurrentFormEnvironment7, "<small><font color={COLOR}>{LTP}</font></small>", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod11, LList.list2(obj12, obj13), Lit4513, "make a list")), Lit9);
                runtime.callComponentMethod(Lit728, Lit4514, LList.list1("recalcMargin"), Lit4515);
                runtime.setAndCoerceProperty$Ex(Lit4304, Lit6, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj7) : apply22, Lit9);
                SimpleSymbol simpleSymbol7 = Lit3448;
                SimpleSymbol simpleSymbol8 = Lit6;
                ApplyToArgs applyToArgs8 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment8 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP},{PER}"), Lit4516, "list from csv row");
                ModuleMethod moduleMethod12 = runtime.make$Mnyail$Mnlist;
                if (z9) {
                    c7 = 0;
                    c8 = 1;
                    obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj7);
                } else {
                    c7 = 0;
                    c8 = 1;
                    obj14 = apply25;
                }
                if (z7) {
                    Object[] objArr4 = new Object[3];
                    objArr4[c7] = "The variable ";
                    objArr4[c8] = runtime.getDisplayRepresentation(Lit3578);
                    objArr4[2] = " is not bound in the current context";
                    obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr4), obj7);
                } else {
                    obj15 = apply22;
                }
                Object obj29 = obj7;
                runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, applyToArgs8.apply4(lookupGlobalVarInCurrentFormEnvironment8, "<small><font color=gray>Last Price </font></small><br><big><b><font color={COLOR}>{LTP}</font></b></big><br><br><small><font color=gray>Volume</font></small><br>{PER}", callYailPrimitive6, runtime.callYailPrimitive(moduleMethod12, LList.list3(obj14, obj15, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.get$Mnproperty.apply2(Lit3448, Lit6), "\n"), Lit4517, "split"), Lit645), Lit4518, "select list item")), Lit4519, "make a list")), Lit9);
                SimpleSymbol simpleSymbol9 = Lit3444;
                SimpleSymbol simpleSymbol10 = Lit6;
                ApplyToArgs applyToArgs9 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment9 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive7 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tSQ},{color},{chgp}"), Lit4520, "list from csv row");
                ModuleMethod moduleMethod13 = runtime.make$Mnyail$Mnlist;
                ApplyToArgs applyToArgs10 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment10 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod14 = runtime.yail$Mnalist$Mnlookup;
                if (z) {
                    obj16 = obj29;
                    obj17 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj16);
                } else {
                    obj16 = obj29;
                    obj17 = obj27;
                }
                Object apply26 = applyToArgs10.apply2(lookupGlobalVarInCurrentFormEnvironment10, runtime.callYailPrimitive(moduleMethod14, LList.list3("totalSellQty", obj17, ""), Lit4521, "lookup in pairs"));
                if (z11) {
                    c9 = 0;
                    c10 = 1;
                    obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj16);
                } else {
                    c9 = 0;
                    c10 = 1;
                    obj18 = apply24;
                }
                if (z10) {
                    Object[] objArr5 = new Object[3];
                    objArr5[c9] = "The variable ";
                    objArr5[c10] = runtime.getDisplayRepresentation(Lit4298);
                    objArr5[2] = " is not bound in the current context";
                    obj19 = runtime.signalRuntimeError(strings.stringAppend(objArr5), obj16);
                } else {
                    obj19 = obj28;
                }
                runtime.setAndCoerceProperty$Ex(simpleSymbol9, simpleSymbol10, applyToArgs9.apply4(lookupGlobalVarInCurrentFormEnvironment9, "<small><font color=gray>Tot. Sell Qty</font></small><br><font>{tSQ}</font><br><br><small><font color=gray>Change Pct%</font></small><br><font color={color}>{chgp}%</font>", callYailPrimitive7, runtime.callYailPrimitive(moduleMethod13, LList.list3(apply26, obj18, obj19), Lit4522, "make a list")), Lit9);
                SimpleSymbol simpleSymbol11 = Lit3446;
                SimpleSymbol simpleSymbol12 = Lit6;
                ApplyToArgs applyToArgs11 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment11 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tBQ},{color},{chg}"), Lit4523, "list from csv row");
                ModuleMethod moduleMethod15 = runtime.make$Mnyail$Mnlist;
                Object apply27 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("totalBuyQty", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj16) : obj27, ""), Lit4524, "lookup in pairs"));
                if (z11) {
                    c11 = 0;
                    c12 = 1;
                    obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj16);
                } else {
                    c11 = 0;
                    c12 = 1;
                    obj20 = apply24;
                }
                if (z5) {
                    Object[] objArr6 = new Object[3];
                    objArr6[c11] = "The variable ";
                    objArr6[c12] = runtime.getDisplayRepresentation(Lit4270);
                    objArr6[2] = " is not bound in the current context";
                    obj21 = runtime.signalRuntimeError(strings.stringAppend(objArr6), obj16);
                } else {
                    obj21 = apply2;
                }
                runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, applyToArgs11.apply4(lookupGlobalVarInCurrentFormEnvironment11, "<small><font color=gray>Tot Buy Qty</font></small><br><font>{tBQ}</font><br><Br><small><font color=gray>Change</font></small><br><font color={color}>{chg}</font>", callYailPrimitive8, runtime.callYailPrimitive(moduleMethod15, LList.list3(apply27, obj20, obj21), Lit4525, "make a list")), Lit9);
                frame54Var.$order = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4526);
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame54Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16) : frame54Var.$order, Component.CHIP_TYPE_ACTION), Lit4527, "dictionary lookup"), Lit19);
                ApplyToArgs applyToArgs12 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment12 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod16 = runtime.yail$Mndictionary$Mnlookup;
                if (frame54Var.$order instanceof Package) {
                    i = 2;
                    obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16);
                } else {
                    i = 2;
                    obj22 = frame54Var.$order;
                }
                Object apply28 = applyToArgs12.apply2(lookupGlobalVarInCurrentFormEnvironment12, runtime.callYailPrimitive(moduleMethod16, LList.list3("EntryLTP", obj22, ""), Lit4528, "dictionary lookup"));
                Object[] objArr7 = new Object[i];
                objArr7[0] = frame54Var.lambda$Fn549;
                objArr7[1] = lambda$Fn550;
                if (runtime.processAndDelayed$V(objArr7) != Boolean.FALSE) {
                    Object obj30 = obj16;
                    runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Curr.Value</font></small><br>{CURR}", "{CURR}", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame54Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16) : frame54Var.$order, Lit141), Lit4531, "dictionary lookup")), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame54Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16) : frame54Var.$order, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj16) : apply22), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame54Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16) : frame54Var.$order, Lit141), Lit4532, "dictionary lookup"))), Lit4533, "*")), Lit4534, "+")), Lit4535, "replace all"), Lit9);
                    ApplyToArgs applyToArgs13 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment13 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St);
                    if (frame54Var.$order instanceof Package) {
                        obj23 = obj30;
                        obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj23);
                    } else {
                        obj23 = obj30;
                        obj24 = frame54Var.$order;
                    }
                    Object apply3 = applyToArgs13.apply3(lookupGlobalVarInCurrentFormEnvironment13, obj24, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj23) : apply22);
                    SimpleSymbol simpleSymbol13 = Lit3369;
                    SimpleSymbol simpleSymbol14 = Lit6;
                    ApplyToArgs applyToArgs14 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment14 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive9 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Lit4536, "list from csv row");
                    ModuleMethod moduleMethod17 = runtime.make$Mnyail$Mnlist;
                    ApplyToArgs applyToArgs15 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment15 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                    boolean z12 = apply3 instanceof Package;
                    if (z12) {
                        apply3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj23);
                    }
                    Object apply29 = applyToArgs15.apply2(lookupGlobalVarInCurrentFormEnvironment15, apply3);
                    ApplyToArgs applyToArgs16 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment16 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                    MultiplyOp multiplyOp2 = MultiplyOp.$St;
                    ModuleMethod moduleMethod18 = runtime.yail$Mndivide;
                    Object signalRuntimeError5 = z12 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj23) : apply3;
                    Object obj31 = apply28;
                    if (obj31 instanceof Package) {
                        obj31 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit439), " is not bound in the current context"), obj23);
                    }
                    runtime.setAndCoerceProperty$Ex(simpleSymbol13, simpleSymbol14, applyToArgs14.apply4(lookupGlobalVarInCurrentFormEnvironment14, "<font color={color}>{PL}<BR>({PLPCT}%)</font>", callYailPrimitive9, runtime.callYailPrimitive(moduleMethod17, LList.list4(apply29, "", applyToArgs16.apply2(lookupGlobalVarInCurrentFormEnvironment16, runtime.callYailPrimitive(multiplyOp2, LList.list2(runtime.callYailPrimitive(moduleMethod18, LList.list2(signalRuntimeError5, obj31), Lit4537, "yail-divide"), Lit435), Lit4538, "*")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame54Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj23) : frame54Var.$order, Lit141), Lit4539, "dictionary lookup"), z12 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj23) : apply3), Lit4540, "*"))), Lit4541, "make a list")), Lit9);
                }
            }
            if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty)), Lit4542, "is list empty?")), Lit4543, "not") != Boolean.FALSE) {
                return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4333, runtime.$Stthe$Mnnull$Mnvalue$St));
            }
        }
        return Values.empty;
    }

    static Procedure lambda552() {
        return lambda$Fn552;
    }

    static Object lambda553(Object obj) {
        Object callComponentMethod;
        SimpleSymbol simpleSymbol = Lit40;
        boolean z = obj instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("segment", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj), Lit4545), ""), Lit4546, "dictionary lookup"), "CASH"), Lit4547, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("exchangeAggRespMap,NSE,priceLivePointsMap"), Lit4548, "list from csv row");
            SimpleSymbol simpleSymbol2 = Lit150;
            SimpleSymbol simpleSymbol3 = Lit151;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
            }
            callComponentMethod = runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list1(obj), Lit4549), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4550, "dictionary recursive lookup");
        } else {
            SimpleSymbol simpleSymbol4 = Lit150;
            SimpleSymbol simpleSymbol5 = Lit151;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
            }
            callComponentMethod = runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(obj), Lit4551);
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, callComponentMethod);
        runtime.yailForEach(proc$Fn553, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnget$Mnkeys, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit4616, "get a dictionary's keys"));
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1382, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public static Object lambda554proc(Object obj) {
        Object obj2;
        Object obj3;
        Object obj4;
        Object callYailPrimitive;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        boolean z;
        Object obj5;
        Object callYailPrimitive2;
        Object obj6;
        boolean z2;
        Object obj7;
        Object obj8;
        char c;
        char c2;
        char c3;
        Object obj9;
        Object obj10;
        Object obj11;
        char c4;
        char c5;
        char c6;
        Object obj12;
        Object obj13;
        char c7;
        char c8;
        Object obj14;
        Object obj15;
        Object obj16;
        Object obj17;
        char c9;
        char c10;
        Object obj18;
        Object obj19;
        char c11;
        char c12;
        Object obj20;
        Object obj21;
        int i;
        Object obj22;
        Object obj23;
        Object obj24;
        frame55 frame55Var = new frame55();
        boolean z3 = obj instanceof Package;
        Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit40, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4552, "dictionary lookup");
        boolean z4 = callYailPrimitive3 instanceof Package;
        Object signalRuntimeError = z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3;
        runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("Seg", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, ""), Lit4553, "lookup in pairs"), GetNamedPart.CAST_METHOD_NAME, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("Tok", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, ""), Lit4554, "lookup in pairs")), Lit4555, "join");
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit141, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ltp", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, ""), Lit4556, "lookup in pairs")), Lit4557, "=") != Boolean.FALSE) {
            callYailPrimitive = Lit141;
            obj4 = "ltp";
            obj2 = signalRuntimeError;
            obj3 = "=";
        } else {
            obj2 = signalRuntimeError;
            obj3 = "=";
            obj4 = "ltp";
            callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(runtime.callYailPrimitive(AddOp.$Mn, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ltp", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE), Lit4558, "lookup in pairs"), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("close", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE), Lit4559, "lookup in pairs")), Lit4560, "-"), Lit19), Lit4561, "yail-divide");
            applyToArgs = applyToArgs;
        }
        Object apply2 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive);
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod2 = runtime.yail$Mndivide;
        Object obj25 = obj4;
        Object obj26 = obj3;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit141, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(obj25, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE), Lit4562, "lookup in pairs")), Lit4563, obj26) != Boolean.FALSE) {
            moduleMethod = runtime.yail$Mnalist$Mnlookup;
            list3 = LList.list3("close", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE);
            pairWithPosition = Lit4564;
        } else {
            moduleMethod = runtime.yail$Mnalist$Mnlookup;
            list3 = LList.list3(obj25, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4262), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive3, Component.CHIP_TYPE_CHOICE);
            pairWithPosition = Lit4565;
        }
        Object apply22 = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "lookup in pairs"), Lit19), Lit4566, "yail-divide"));
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        MultiplyOp multiplyOp = MultiplyOp.$St;
        ModuleMethod moduleMethod3 = runtime.yail$Mndivide;
        boolean z5 = apply2 instanceof Package;
        Object signalRuntimeError2 = z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), "Unbound Variable") : apply2;
        ModuleMethod moduleMethod4 = runtime.yail$Mnequal$Qu;
        ModuleMethod moduleMethod5 = runtime.yail$Mnalist$Mnlookup;
        Object obj27 = obj2;
        boolean z6 = obj27 instanceof Package;
        if (z6) {
            obj27 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(moduleMethod5, LList.list3("close", obj27, Lit141), Lit4567, "lookup in pairs"), Lit141), Lit4568, obj26) != Boolean.FALSE) {
            callYailPrimitive2 = Lit19;
            z = z6;
            obj5 = obj26;
        } else {
            z = z6;
            obj5 = obj26;
            callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("close", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj27, Lit141), Lit4569, "lookup in pairs")), Lit19), Lit4570, "yail-divide");
        }
        Object apply23 = applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(signalRuntimeError2, callYailPrimitive2), Lit4571, "yail-divide"), Lit435), Lit4572, "*"));
        Object apply24 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), "Unbound Variable") : apply2);
        Object signalRuntimeError3 = z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable") : obj;
        boolean z7 = apply22 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(Lit141, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable") : apply22), Lit4573, "not =") != Boolean.FALSE) {
            ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
            AddOp addOp = AddOp.$Mn;
            Object signalRuntimeError4 = z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable") : apply22;
            ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod6 = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod7 = runtime.string$Mnsplit;
            SimpleSymbol simpleSymbol = Lit741;
            SimpleSymbol simpleSymbol2 = Lit934;
            ModuleMethod moduleMethod8 = strings.string$Mnappend;
            boolean z8 = signalRuntimeError3 instanceof Package;
            if (z8) {
                obj6 = signalRuntimeError3;
                z2 = z8;
                signalRuntimeError3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), "Unbound Variable");
            } else {
                obj6 = signalRuntimeError3;
                z2 = z8;
            }
            Object apply25 = applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment4, runtime.callYailPrimitive(addOp, LList.list2(signalRuntimeError4, applyToArgs5.apply2(lookupGlobalVarInCurrentFormEnvironment5, runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(moduleMethod7, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod8, LList.list2("RW~", signalRuntimeError3), Lit4574, "join")), Lit4575), Lit980, Lit6), "\n"), Lit4576, "split"), Lit19), Lit4577, "select list item"))), Lit4578, "-"));
            ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnset$Mnpair;
            if (z2) {
                obj7 = "Unbound Variable";
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj7);
            } else {
                obj7 = "Unbound Variable";
                obj8 = obj6;
            }
            runtime.callYailPrimitive(moduleMethod9, LList.list3(obj8, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4292, runtime.$Stthe$Mnnull$Mnvalue$St), z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj7) : apply22), Lit4579, "set value for key in dictionary to value");
            Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj7) : obj6), Lit4580, "join")), Lit4581);
            SimpleSymbol simpleSymbol3 = Lit980;
            SimpleSymbol simpleSymbol4 = Lit6;
            ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4582, "list from csv row");
            ModuleMethod moduleMethod10 = runtime.make$Mnyail$Mnlist;
            boolean z9 = apply25 instanceof Package;
            if (z9) {
                c = 0;
                c3 = 1;
                c2 = 2;
                obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj7);
            } else {
                c = 0;
                c2 = 2;
                c3 = 1;
                obj9 = apply25;
            }
            if (z7) {
                Object[] objArr = new Object[3];
                objArr[c] = "The variable ";
                objArr[c3] = runtime.getDisplayRepresentation(Lit3578);
                objArr[c2] = " is not bound in the current context";
                obj10 = runtime.signalRuntimeError(strings.stringAppend(objArr), obj7);
            } else {
                obj10 = apply22;
            }
            if (z5) {
                Object[] objArr2 = new Object[3];
                objArr2[c] = "The variable ";
                objArr2[c3] = runtime.getDisplayRepresentation(Lit4270);
                objArr2[c2] = " is not bound in the current context";
                obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr2), obj7);
            } else {
                obj11 = apply2;
            }
            Object obj28 = apply23;
            boolean z10 = obj28 instanceof Package;
            if (z10) {
                obj28 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj7);
            }
            runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol3, simpleSymbol4, applyToArgs6.apply4(lookupGlobalVarInCurrentFormEnvironment6, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive4, runtime.callYailPrimitive(moduleMethod10, LList.list4(obj9, obj10, obj11, obj28), Lit4583, "make a list")), Lit9);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj7) : obj6), Lit4584, obj5) != Boolean.FALSE) {
                SimpleSymbol simpleSymbol5 = Lit379;
                SimpleSymbol simpleSymbol6 = Lit6;
                ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP}"), Lit4585, "list from csv row");
                ModuleMethod moduleMethod11 = runtime.make$Mnyail$Mnlist;
                boolean z11 = apply24 instanceof Package;
                if (z11) {
                    c4 = 0;
                    c6 = 1;
                    c5 = 2;
                    obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj7);
                } else {
                    c4 = 0;
                    c5 = 2;
                    c6 = 1;
                    obj12 = apply24;
                }
                if (z7) {
                    Object[] objArr3 = new Object[3];
                    objArr3[c4] = "The variable ";
                    objArr3[c6] = runtime.getDisplayRepresentation(Lit3578);
                    objArr3[c5] = " is not bound in the current context";
                    obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr3), obj7);
                } else {
                    obj13 = apply22;
                }
                runtime.setAndCoerceProperty$Ex(simpleSymbol5, simpleSymbol6, applyToArgs7.apply4(lookupGlobalVarInCurrentFormEnvironment7, "<small><font color={COLOR}>{LTP}</font></small>", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod11, LList.list2(obj12, obj13), Lit4586, "make a list")), Lit9);
                runtime.callComponentMethod(Lit728, Lit4514, LList.list1("recalcMargin"), Lit4587);
                runtime.setAndCoerceProperty$Ex(Lit4304, Lit6, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj7) : apply22, Lit9);
                SimpleSymbol simpleSymbol7 = Lit3448;
                SimpleSymbol simpleSymbol8 = Lit6;
                ApplyToArgs applyToArgs8 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment8 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP},{PER}"), Lit4588, "list from csv row");
                ModuleMethod moduleMethod12 = runtime.make$Mnyail$Mnlist;
                if (z9) {
                    c7 = 0;
                    c8 = 1;
                    obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj7);
                } else {
                    c7 = 0;
                    c8 = 1;
                    obj14 = apply25;
                }
                if (z7) {
                    Object[] objArr4 = new Object[3];
                    objArr4[c7] = "The variable ";
                    objArr4[c8] = runtime.getDisplayRepresentation(Lit3578);
                    objArr4[2] = " is not bound in the current context";
                    obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr4), obj7);
                } else {
                    obj15 = apply22;
                }
                Object obj29 = obj7;
                runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, applyToArgs8.apply4(lookupGlobalVarInCurrentFormEnvironment8, "<small><font color=gray>Last Price </font></small><br><big><b><font color={COLOR}>{LTP}</font></b></big><br><br><small><font color=gray>Volume</font></small><br>{PER}", callYailPrimitive6, runtime.callYailPrimitive(moduleMethod12, LList.list3(obj14, obj15, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.get$Mnproperty.apply2(Lit3448, Lit6), "\n"), Lit4589, "split"), Lit645), Lit4590, "select list item")), Lit4591, "make a list")), Lit9);
                SimpleSymbol simpleSymbol9 = Lit3444;
                SimpleSymbol simpleSymbol10 = Lit6;
                ApplyToArgs applyToArgs9 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment9 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive7 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tSQ},{color},{chgp}"), Lit4592, "list from csv row");
                ModuleMethod moduleMethod13 = runtime.make$Mnyail$Mnlist;
                ApplyToArgs applyToArgs10 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment10 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod14 = runtime.yail$Mnalist$Mnlookup;
                if (z) {
                    obj16 = obj29;
                    obj17 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj16);
                } else {
                    obj16 = obj29;
                    obj17 = obj27;
                }
                Object apply26 = applyToArgs10.apply2(lookupGlobalVarInCurrentFormEnvironment10, runtime.callYailPrimitive(moduleMethod14, LList.list3("totalSellQty", obj17, ""), Lit4593, "lookup in pairs"));
                if (z11) {
                    c9 = 0;
                    c10 = 1;
                    obj18 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj16);
                } else {
                    c9 = 0;
                    c10 = 1;
                    obj18 = apply24;
                }
                if (z10) {
                    Object[] objArr5 = new Object[3];
                    objArr5[c9] = "The variable ";
                    objArr5[c10] = runtime.getDisplayRepresentation(Lit4298);
                    objArr5[2] = " is not bound in the current context";
                    obj19 = runtime.signalRuntimeError(strings.stringAppend(objArr5), obj16);
                } else {
                    obj19 = obj28;
                }
                runtime.setAndCoerceProperty$Ex(simpleSymbol9, simpleSymbol10, applyToArgs9.apply4(lookupGlobalVarInCurrentFormEnvironment9, "<small><font color=gray>Tot. Sell Qty</font></small><br><font>{tSQ}</font><br><br><small><font color=gray>Change Pct%</font></small><br><font color={color}>{chgp}%</font>", callYailPrimitive7, runtime.callYailPrimitive(moduleMethod13, LList.list3(apply26, obj18, obj19), Lit4594, "make a list")), Lit9);
                SimpleSymbol simpleSymbol11 = Lit3446;
                SimpleSymbol simpleSymbol12 = Lit6;
                ApplyToArgs applyToArgs11 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment11 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tBQ},{color},{chg}"), Lit4595, "list from csv row");
                ModuleMethod moduleMethod15 = runtime.make$Mnyail$Mnlist;
                Object apply27 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("totalBuyQty", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), obj16) : obj27, ""), Lit4596, "lookup in pairs"));
                if (z11) {
                    c11 = 0;
                    c12 = 1;
                    obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj16);
                } else {
                    c11 = 0;
                    c12 = 1;
                    obj20 = apply24;
                }
                if (z5) {
                    Object[] objArr6 = new Object[3];
                    objArr6[c11] = "The variable ";
                    objArr6[c12] = runtime.getDisplayRepresentation(Lit4270);
                    objArr6[2] = " is not bound in the current context";
                    obj21 = runtime.signalRuntimeError(strings.stringAppend(objArr6), obj16);
                } else {
                    obj21 = apply2;
                }
                runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, applyToArgs11.apply4(lookupGlobalVarInCurrentFormEnvironment11, "<small><font color=gray>Tot Buy Qty</font></small><br><font>{tBQ}</font><br><Br><small><font color=gray>Change</font></small><br><font color={color}>{chg}</font>", callYailPrimitive8, runtime.callYailPrimitive(moduleMethod15, LList.list3(apply27, obj20, obj21), Lit4597, "make a list")), Lit9);
                frame55Var.$order = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4598);
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame55Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16) : frame55Var.$order, Component.CHIP_TYPE_ACTION), Lit4599, "dictionary lookup"), Lit19);
                ApplyToArgs applyToArgs12 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment12 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod16 = runtime.yail$Mndictionary$Mnlookup;
                if (frame55Var.$order instanceof Package) {
                    i = 2;
                    obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16);
                } else {
                    i = 2;
                    obj22 = frame55Var.$order;
                }
                Object apply28 = applyToArgs12.apply2(lookupGlobalVarInCurrentFormEnvironment12, runtime.callYailPrimitive(moduleMethod16, LList.list3("EntryLTP", obj22, ""), Lit4600, "dictionary lookup"));
                Object[] objArr7 = new Object[i];
                objArr7[0] = frame55Var.lambda$Fn554;
                objArr7[1] = lambda$Fn555;
                if (runtime.processAndDelayed$V(objArr7) != Boolean.FALSE) {
                    Object obj30 = obj16;
                    runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Curr.Value</font></small><br>{CURR}", "{CURR}", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame55Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16) : frame55Var.$order, Lit141), Lit4603, "dictionary lookup")), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame55Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16) : frame55Var.$order, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj16) : apply22), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame55Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj16) : frame55Var.$order, Lit141), Lit4604, "dictionary lookup"))), Lit4605, "*")), Lit4606, "+")), Lit4607, "replace all"), Lit9);
                    ApplyToArgs applyToArgs13 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment13 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St);
                    if (frame55Var.$order instanceof Package) {
                        obj23 = obj30;
                        obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj23);
                    } else {
                        obj23 = obj30;
                        obj24 = frame55Var.$order;
                    }
                    Object apply3 = applyToArgs13.apply3(lookupGlobalVarInCurrentFormEnvironment13, obj24, z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj23) : apply22);
                    SimpleSymbol simpleSymbol13 = Lit3369;
                    SimpleSymbol simpleSymbol14 = Lit6;
                    ApplyToArgs applyToArgs14 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment14 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive9 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Lit4608, "list from csv row");
                    ModuleMethod moduleMethod17 = runtime.make$Mnyail$Mnlist;
                    ApplyToArgs applyToArgs15 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment15 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                    boolean z12 = apply3 instanceof Package;
                    if (z12) {
                        apply3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj23);
                    }
                    Object apply29 = applyToArgs15.apply2(lookupGlobalVarInCurrentFormEnvironment15, apply3);
                    ApplyToArgs applyToArgs16 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment16 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                    MultiplyOp multiplyOp2 = MultiplyOp.$St;
                    ModuleMethod moduleMethod18 = runtime.yail$Mndivide;
                    Object signalRuntimeError5 = z12 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj23) : apply3;
                    Object obj31 = apply28;
                    if (obj31 instanceof Package) {
                        obj31 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit439), " is not bound in the current context"), obj23);
                    }
                    runtime.setAndCoerceProperty$Ex(simpleSymbol13, simpleSymbol14, applyToArgs14.apply4(lookupGlobalVarInCurrentFormEnvironment14, "<font color={color}>{PL}<BR>({PLPCT}%)</font>", callYailPrimitive9, runtime.callYailPrimitive(moduleMethod17, LList.list4(apply29, "", applyToArgs16.apply2(lookupGlobalVarInCurrentFormEnvironment16, runtime.callYailPrimitive(multiplyOp2, LList.list2(runtime.callYailPrimitive(moduleMethod18, LList.list2(signalRuntimeError5, obj31), Lit4609, "yail-divide"), Lit435), Lit4610, "*")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame55Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj23) : frame55Var.$order, Lit141), Lit4611, "dictionary lookup"), z12 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj23) : apply3), Lit4612, "*"))), Lit4613, "make a list")), Lit9);
                }
            }
            if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty)), Lit4614, "is list empty?")), Lit4615, "not") != Boolean.FALSE) {
                return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4333, runtime.$Stthe$Mnnull$Mnvalue$St));
            }
        }
        return Values.empty;
    }

    public class frame54 extends ModuleBody {
        Object $order;
        final ModuleMethod lambda$Fn549 = new ModuleMethod(this, 107, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            return moduleMethod.selector == 107 ? lambda550() : super.apply0(moduleMethod);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            if (moduleMethod.selector != 107) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        static Object lambda551() {
            return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Screen1.Lit3368, Screen1.Lit172)), Screen1.Lit4530, "not");
        }

        Object lambda550() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit4529, "not =");
        }
    }

    public class frame55 extends ModuleBody {
        Object $order;
        final ModuleMethod lambda$Fn554 = new ModuleMethod(this, 108, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            return moduleMethod.selector == 108 ? lambda555() : super.apply0(moduleMethod);
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            if (moduleMethod.selector != 108) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        static Object lambda556() {
            return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Screen1.Lit3368, Screen1.Lit172)), Screen1.Lit4602, "not");
        }

        Object lambda555() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit4601, "not =");
        }
    }

    public class frame56 extends ModuleBody {
        Object $livePrice;
        Object $order;
        Object $symbol;
        final ModuleMethod lambda$Fn558 = new ModuleMethod(this, 109, null, 0);
        final ModuleMethod lambda$Fn559 = new ModuleMethod(this, 110, null, 0);
        final ModuleMethod lambda$Fn560 = new ModuleMethod(this, 111, null, 0);
        final ModuleMethod lambda$Fn562 = new ModuleMethod(this, 112, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 109:
                    return lambda559();
                case 110:
                    return lambda560();
                case 111:
                    return lambda561();
                case 112:
                    return lambda563();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 109:
                case 110:
                case 111:
                case 112:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda559() {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Qu;
            Object obj = this.$livePrice;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit4629), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list1(obj), Screen1.Lit4654, "check if something is a dictionary");
        }

        Object lambda560() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            Object obj = this.$symbol;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2218), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2("RW~", obj), Screen1.Lit4655, "join"), runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit744, LList.Empty, LList.Empty)), Screen1.Lit4656, "is in list?");
        }

        static Object lambda562() {
            return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Screen1.Lit3368, Screen1.Lit172)), Screen1.Lit4691, "not");
        }

        Object lambda561() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit4690, "not =");
        }

        static Object lambda564() {
            return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit159, LList.Empty, LList.Empty)), Screen1.Lit4702, "is list empty?")), Screen1.Lit4703, "not");
        }

        Object lambda563() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            Object obj = this.$symbol;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2218), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit136, runtime.$Stthe$Mnnull$Mnvalue$St)), Screen1.Lit4701, "is in list?");
        }
    }

    public class frame57 extends ModuleBody {
        Object $livePrice;
        Object $order;
        Object $symbol;
        final ModuleMethod lambda$Fn568 = new ModuleMethod(this, 113, null, 0);
        final ModuleMethod lambda$Fn569 = new ModuleMethod(this, 114, null, 0);
        final ModuleMethod lambda$Fn570 = new ModuleMethod(this, 115, null, 0);
        final ModuleMethod lambda$Fn572 = new ModuleMethod(this, 116, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 113:
                    return lambda569();
                case 114:
                    return lambda570();
                case 115:
                    return lambda571();
                case 116:
                    return lambda573();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 113:
                case 114:
                case 115:
                case 116:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda569() {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Qu;
            Object obj = this.$livePrice;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit4629), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list1(obj), Screen1.Lit4794, "check if something is a dictionary");
        }

        Object lambda570() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = strings.string$Mnappend;
            Object obj = this.$symbol;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2218), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2("RW~", obj), Screen1.Lit4795, "join"), runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit744, LList.Empty, LList.Empty)), Screen1.Lit4796, "is in list?");
        }

        static Object lambda572() {
            return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Screen1.Lit3368, Screen1.Lit172)), Screen1.Lit4831, "not");
        }

        Object lambda571() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit4830, "not =");
        }

        static Object lambda574() {
            return runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit159, LList.Empty, LList.Empty)), Screen1.Lit4842, "is list empty?")), Screen1.Lit4843, "not");
        }

        Object lambda573() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            Object obj = this.$symbol;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2218), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit136, runtime.$Stthe$Mnnull$Mnvalue$St)), Screen1.Lit4841, "is in list?");
        }
    }

    static Object lambda557(Object obj) {
        Object obj2 = obj;
        boolean z = obj2 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Component.CHIP_TYPE_FILTER, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("type", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4618), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4619, "dictionary lookup")), Lit4620, "=") == Boolean.FALSE) {
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Component.CHIP_TYPE_ACTION, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("type", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable") : obj), Lit4708), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4709, "dictionary lookup")), Lit4710, "=") != Boolean.FALSE) {
                return runtime.yailForEach(proc$Fn564, runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("rdata"), Lit4755, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable") : obj), Lit4756), ""), Lit4757, "dictionary recursive lookup"), "\n"), Lit4758, "split"));
            }
            return Values.empty;
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit310, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("rdata"), Lit4621, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4622), " "), Lit4623, "dictionary recursive lookup"));
        ModuleMethod moduleMethod = proc$Fn557;
        ModuleMethod moduleMethod2 = runtime.string$Mnsplit;
        ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("rdata"), Lit4704, "list from csv row");
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit151;
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.yailForEach(moduleMethod, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list3(callYailPrimitive, runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj2), Lit4705), " "), Lit4706, "dictionary recursive lookup"), "\n"), Lit4707, "split"));
    }

    public static Object lambda558proc(Object obj) {
        Object obj2;
        Object obj3;
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        frame56 frame56Var;
        char c4;
        char c5;
        char c6;
        Object obj6;
        Object obj7;
        char c7;
        char c8;
        Object obj8;
        Object obj9;
        char c9;
        char c10;
        char c11;
        Object obj10;
        Object obj11;
        char c12;
        char c13;
        char c14;
        Object obj12;
        Object obj13;
        int i;
        Object obj14;
        char c15;
        char c16;
        char c17;
        Object obj15;
        Object obj16;
        frame56 frame56Var2 = new frame56();
        Object obj17 = obj;
        boolean z = obj17 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Qu, LList.list1(runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj17), Lit4624)), Lit4625, "is a list?") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
            SimpleSymbol simpleSymbol = Lit150;
            SimpleSymbol simpleSymbol2 = Lit151;
            if (z) {
                obj17 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            frame56Var2.$livePrice = runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj17), Lit4626)), Lit4627, "convert an alist to a dictionary");
            if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4628, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame56Var2.$livePrice, "not found"), Lit4630, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Lit4631, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4632)), Lit4633, "list by walking key path in dictionary")), Lit4634, "index in list"), Lit141), Lit4635, ">") != Boolean.FALSE) {
                Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,ltp"), Lit4636, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame56Var2.$livePrice, "not found"), Lit4637, "dictionary recursive lookup");
                Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4638, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame56Var2.$livePrice, "not found"), Lit4639, "dictionary recursive lookup");
                Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chgp"), Lit4640, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame56Var2.$livePrice, "not found"), Lit4641, "dictionary recursive lookup");
                Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4642, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame56Var2.$livePrice, Component.CHIP_TYPE_CHOICE), Lit4643, "dictionary recursive lookup"));
                frame56Var2.$symbol = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit4644, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4645)), Lit4646, "list by walking key path in dictionary"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4647, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame56Var2.$livePrice, "not found"), Lit4648, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Lit4649, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4650)), Lit4651, "list by walking key path in dictionary")), Lit4652, "index in list")), Lit4653, "select list item");
                if (runtime.processAndDelayed$V(new Object[]{frame56Var2.lambda$Fn558, frame56Var2.lambda$Fn559}) != Boolean.FALSE) {
                    ApplyToArgs applyToArgs = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                    AddOp addOp = AddOp.$Mn;
                    ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
                    Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,ltp"), Lit4657, "list from csv row");
                    if (frame56Var2.$livePrice instanceof Package) {
                        obj2 = "Unbound Variable";
                        obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), obj2);
                    } else {
                        obj2 = "Unbound Variable";
                        obj3 = frame56Var2.$livePrice;
                    }
                    Object obj18 = obj2;
                    Object apply22 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(addOp, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3(callYailPrimitive4, obj3, "not found"), Lit4658, "dictionary recursive lookup"), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", frame56Var2.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj2) : frame56Var2.$symbol), Lit4659, "join")), Lit4660), Lit980, Lit6), "\n"), Lit4661, "split"), Lit19), Lit4662, "select list item"))), Lit4663, "-"));
                    ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnset$Mnpair;
                    if (frame56Var2.$symbol instanceof Package) {
                        obj4 = obj18;
                        obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj4);
                    } else {
                        obj4 = obj18;
                        obj5 = frame56Var2.$symbol;
                    }
                    Object obj19 = callYailPrimitive;
                    boolean z2 = obj19 instanceof Package;
                    runtime.callYailPrimitive(moduleMethod3, LList.list3(obj5, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4292, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj4) : obj19), Lit4664, "set value for key in dictionary to value");
                    Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", frame56Var2.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj4) : frame56Var2.$symbol), Lit4665, "join")), Lit4666);
                    SimpleSymbol simpleSymbol3 = Lit980;
                    SimpleSymbol simpleSymbol4 = Lit6;
                    ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4667, "list from csv row");
                    ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
                    boolean z3 = apply22 instanceof Package;
                    if (z3) {
                        c3 = 0;
                        c2 = 1;
                        c = 2;
                        apply22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj4);
                    } else {
                        c = 2;
                        c2 = 1;
                        c3 = 0;
                    }
                    if (z2) {
                        Object[] objArr = new Object[3];
                        objArr[c3] = "The variable ";
                        objArr[c2] = runtime.getDisplayRepresentation(Lit3578);
                        objArr[c] = " is not bound in the current context";
                        obj19 = runtime.signalRuntimeError(strings.stringAppend(objArr), obj4);
                    }
                    boolean z4 = callYailPrimitive2 instanceof Package;
                    boolean z5 = callYailPrimitive3 instanceof Package;
                    runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol3, simpleSymbol4, applyToArgs2.apply4(lookupGlobalVarInCurrentFormEnvironment2, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod4, LList.list4(apply22, obj19, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), obj4) : callYailPrimitive2, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj4) : callYailPrimitive3), Lit4668, "make a list")), Lit9);
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St), frame56Var2.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj4) : frame56Var2.$symbol), Lit4669, "=") != Boolean.FALSE) {
                        SimpleSymbol simpleSymbol5 = Lit379;
                        SimpleSymbol simpleSymbol6 = Lit6;
                        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP}"), Lit4670, "list from csv row");
                        ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
                        boolean z6 = apply2 instanceof Package;
                        if (z6) {
                            c4 = 0;
                            c6 = 1;
                            c5 = 2;
                            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj4);
                        } else {
                            c4 = 0;
                            c5 = 2;
                            c6 = 1;
                            obj6 = apply2;
                        }
                        if (z2) {
                            Object[] objArr2 = new Object[3];
                            objArr2[c4] = "The variable ";
                            objArr2[c6] = runtime.getDisplayRepresentation(Lit3578);
                            objArr2[c5] = " is not bound in the current context";
                            obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr2), obj4);
                        } else {
                            obj7 = obj19;
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol5, simpleSymbol6, applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, "<small><font color={COLOR}>{LTP}</font></small>", callYailPrimitive6, runtime.callYailPrimitive(moduleMethod5, LList.list2(obj6, obj7), Lit4671, "make a list")), Lit9);
                        SimpleSymbol simpleSymbol7 = Lit3448;
                        SimpleSymbol simpleSymbol8 = Lit6;
                        ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive7 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP},{PER}"), Lit4672, "list from csv row");
                        ModuleMethod moduleMethod6 = runtime.make$Mnyail$Mnlist;
                        if (z3) {
                            c7 = 0;
                            c8 = 1;
                            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj4);
                        } else {
                            c7 = 0;
                            c8 = 1;
                            obj8 = apply22;
                        }
                        if (z2) {
                            Object[] objArr3 = new Object[3];
                            objArr3[c7] = "The variable ";
                            objArr3[c8] = runtime.getDisplayRepresentation(Lit3578);
                            objArr3[2] = " is not bound in the current context";
                            obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr3), obj4);
                        } else {
                            obj9 = obj19;
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, applyToArgs4.apply4(lookupGlobalVarInCurrentFormEnvironment4, "<small><font color=gray>Last Price </font></small><br><big><b><font color={COLOR}>{LTP}</font></b></big><br><br><small><font color=gray>Volume</font></small><br>{PER}", callYailPrimitive7, runtime.callYailPrimitive(moduleMethod6, LList.list3(obj8, obj9, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response,data,vol"), Lit4673, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), obj4) : frame56Var2.$livePrice, "not found"), Lit4674, "dictionary recursive lookup")), Lit4675, "make a list")), Lit9);
                        SimpleSymbol simpleSymbol9 = Lit3444;
                        SimpleSymbol simpleSymbol10 = Lit6;
                        ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tSQ},{color},{chgp}"), Lit4676, "list from csv row");
                        ModuleMethod moduleMethod7 = runtime.make$Mnyail$Mnlist;
                        Object callYailPrimitive9 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response,data,tSQ"), Lit4677, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), obj4) : frame56Var2.$livePrice, "not found"), Lit4678, "dictionary recursive lookup");
                        if (z6) {
                            c11 = 0;
                            c10 = 1;
                            c9 = 2;
                            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj4);
                        } else {
                            c9 = 2;
                            c10 = 1;
                            c11 = 0;
                            obj10 = apply2;
                        }
                        if (z5) {
                            Object[] objArr4 = new Object[3];
                            objArr4[c11] = "The variable ";
                            objArr4[c10] = runtime.getDisplayRepresentation(Lit4298);
                            objArr4[c9] = " is not bound in the current context";
                            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr4), obj4);
                        } else {
                            obj11 = callYailPrimitive3;
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol9, simpleSymbol10, applyToArgs5.apply4(lookupGlobalVarInCurrentFormEnvironment5, "<small><font color=gray>Tot. Sell Qty</font></small><br><font>{tSQ}</font><br><br><small><font color=gray>Change Pct%</font></small><br><font color={color}>{chgp}%</font>", callYailPrimitive8, runtime.callYailPrimitive(moduleMethod7, LList.list3(callYailPrimitive9, obj10, obj11), Lit4679, "make a list")), Lit9);
                        SimpleSymbol simpleSymbol11 = Lit3446;
                        SimpleSymbol simpleSymbol12 = Lit6;
                        ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive10 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tBQ},{color},{chg}"), Lit4680, "list from csv row");
                        ModuleMethod moduleMethod8 = runtime.make$Mnyail$Mnlist;
                        Object callYailPrimitive11 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response,data,tBQ"), Lit4681, "list from csv row"), frame56Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), obj4) : frame56Var2.$livePrice, "not found"), Lit4682, "dictionary recursive lookup");
                        if (z6) {
                            c12 = 0;
                            c14 = 1;
                            c13 = 2;
                            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj4);
                        } else {
                            c12 = 0;
                            c13 = 2;
                            c14 = 1;
                            obj12 = apply2;
                        }
                        if (z4) {
                            Object[] objArr5 = new Object[3];
                            objArr5[c12] = "The variable ";
                            objArr5[c14] = runtime.getDisplayRepresentation(Lit4270);
                            objArr5[c13] = " is not bound in the current context";
                            obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr5), obj4);
                        } else {
                            obj13 = callYailPrimitive2;
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, applyToArgs6.apply4(lookupGlobalVarInCurrentFormEnvironment6, "<small><font color=gray>Tot Buy Qty</font></small><br><font>{tBQ}</font><br><Br><small><font color=gray>Change</font></small><br><font color={color}>{chg}</font>", callYailPrimitive10, runtime.callYailPrimitive(moduleMethod8, LList.list3(callYailPrimitive11, obj12, obj13), Lit4683, "make a list")), Lit9);
                        frame56Var2.$order = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4684);
                        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame56Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame56Var2.$order, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", "lotsize"), Lit4685, "make a list"), frame56Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame56Var2.$order, Lit19), Lit4686, "dictionary recursive lookup")), Lit4687, "dictionary lookup"), Lit19);
                        Object apply23 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", frame56Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame56Var2.$order, ""), Lit4688, "dictionary lookup"));
                        ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                        ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnlookup;
                        if (frame56Var2.$order instanceof Package) {
                            i = 2;
                            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4);
                        } else {
                            i = 2;
                            obj14 = frame56Var2.$order;
                        }
                        Object apply24 = applyToArgs7.apply2(lookupGlobalVarInCurrentFormEnvironment7, runtime.callYailPrimitive(moduleMethod9, LList.list3("TotQty", obj14, ""), Lit4689, "dictionary lookup"));
                        Object[] objArr6 = new Object[i];
                        objArr6[0] = frame56Var2.lambda$Fn560;
                        objArr6[1] = lambda$Fn561;
                        if (runtime.processAndDelayed$V(objArr6) != Boolean.FALSE) {
                            Object apply3 = Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame56Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame56Var2.$order, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj4) : obj19);
                            frame56Var = frame56Var2;
                            boolean z7 = apply3 instanceof Package;
                            boolean z8 = apply24 instanceof Package;
                            runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Curr.Value</font></small><br>{CURR}", "{CURR}", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame56Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame56Var2.$order, Lit141), Lit4692, "dictionary lookup")), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj4) : apply3, z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2272), " is not bound in the current context"), obj4) : apply24), Lit4693, "*")), Lit4694, "+")), Lit4695, "replace all"), Lit9);
                            SimpleSymbol simpleSymbol13 = Lit3369;
                            SimpleSymbol simpleSymbol14 = Lit6;
                            ApplyToArgs applyToArgs8 = Scheme.applyToArgs;
                            Object lookupGlobalVarInCurrentFormEnvironment8 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                            Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Lit4696, "list from csv row");
                            ModuleMethod moduleMethod10 = runtime.make$Mnyail$Mnlist;
                            ApplyToArgs applyToArgs9 = Scheme.applyToArgs;
                            Object lookupGlobalVarInCurrentFormEnvironment9 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                            if (z7) {
                                apply3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj4);
                            }
                            Object apply25 = applyToArgs9.apply2(lookupGlobalVarInCurrentFormEnvironment9, apply3);
                            ApplyToArgs applyToArgs10 = Scheme.applyToArgs;
                            Object lookupGlobalVarInCurrentFormEnvironment10 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                            MultiplyOp multiplyOp = MultiplyOp.$St;
                            ModuleMethod moduleMethod11 = runtime.yail$Mndivide;
                            Object signalRuntimeError = z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj4) : apply3;
                            if (apply23 instanceof Package) {
                                apply23 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit439), " is not bound in the current context"), obj4);
                            }
                            Object apply26 = applyToArgs10.apply2(lookupGlobalVarInCurrentFormEnvironment10, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod11, LList.list2(signalRuntimeError, apply23), Lit4697, "yail-divide"), Lit435), Lit4698, "*"));
                            ApplyToArgs applyToArgs11 = Scheme.applyToArgs;
                            Object lookupGlobalVarInCurrentFormEnvironment11 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                            MultiplyOp multiplyOp2 = MultiplyOp.$St;
                            if (z7) {
                                c15 = 0;
                                c17 = 1;
                                c16 = 2;
                                obj15 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj4);
                            } else {
                                c15 = 0;
                                c16 = 2;
                                c17 = 1;
                                obj15 = apply3;
                            }
                            if (z8) {
                                Object[] objArr7 = new Object[3];
                                objArr7[c15] = "The variable ";
                                objArr7[c17] = runtime.getDisplayRepresentation(Lit2272);
                                objArr7[c16] = " is not bound in the current context";
                                obj16 = runtime.signalRuntimeError(strings.stringAppend(objArr7), obj4);
                            } else {
                                obj16 = apply24;
                            }
                            runtime.setAndCoerceProperty$Ex(simpleSymbol13, simpleSymbol14, applyToArgs8.apply4(lookupGlobalVarInCurrentFormEnvironment8, "<font color={color}>{PL}<BR>({PLPCT}%) </font>", callYailPrimitive12, runtime.callYailPrimitive(moduleMethod10, LList.list4(apply25, "", apply26, applyToArgs11.apply2(lookupGlobalVarInCurrentFormEnvironment11, runtime.callYailPrimitive(multiplyOp2, LList.list2(obj15, obj16), Lit4699, "*"))), Lit4700, "make a list")), Lit9);
                            if (runtime.processAndDelayed$V(new Object[]{frame56Var.lambda$Fn562, lambda$Fn563}) != Boolean.FALSE) {
                                return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4333, runtime.$Stthe$Mnnull$Mnvalue$St));
                            }
                        }
                    }
                    frame56Var = frame56Var2;
                    if (runtime.processAndDelayed$V(new Object[]{frame56Var.lambda$Fn562, lambda$Fn563}) != Boolean.FALSE) {
                    }
                }
            }
        }
        return Values.empty;
    }

    static Procedure lambda566() {
        return lambda$Fn566;
    }

    static Object lambda567(Object obj) {
        Object obj2 = obj;
        boolean z = obj2 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Component.CHIP_TYPE_FILTER, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("type", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4759), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4760, "dictionary lookup")), Lit4761, "=") == Boolean.FALSE) {
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Component.CHIP_TYPE_ACTION, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("type", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable") : obj), Lit4848), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4849, "dictionary lookup")), Lit4850, "=") != Boolean.FALSE) {
                return runtime.yailForEach(proc$Fn574, runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("rdata"), Lit4890, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable") : obj), Lit4891), ""), Lit4892, "dictionary recursive lookup"), "\n"), Lit4893, "split"));
            }
            return Values.empty;
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit310, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("rdata"), Lit4762, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4763), " "), Lit4764, "dictionary recursive lookup"));
        ModuleMethod moduleMethod = proc$Fn567;
        ModuleMethod moduleMethod2 = runtime.string$Mnsplit;
        ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("rdata"), Lit4844, "list from csv row");
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit151;
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.yailForEach(moduleMethod, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list3(callYailPrimitive, runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj2), Lit4845), " "), Lit4846, "dictionary recursive lookup"), "\n"), Lit4847, "split"));
    }

    public static Object lambda568proc(Object obj) {
        Object obj2;
        Object obj3;
        Object obj4;
        Object obj5;
        char c;
        char c2;
        char c3;
        frame57 frame57Var;
        char c4;
        char c5;
        char c6;
        Object obj6;
        Object obj7;
        char c7;
        char c8;
        Object obj8;
        Object obj9;
        char c9;
        char c10;
        char c11;
        Object obj10;
        Object obj11;
        char c12;
        char c13;
        char c14;
        Object obj12;
        Object obj13;
        int i;
        Object obj14;
        char c15;
        char c16;
        char c17;
        Object obj15;
        Object obj16;
        frame57 frame57Var2 = new frame57();
        Object obj17 = obj;
        boolean z = obj17 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Qu, LList.list1(runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj17), Lit4765)), Lit4766, "is a list?") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
            SimpleSymbol simpleSymbol = Lit150;
            SimpleSymbol simpleSymbol2 = Lit151;
            if (z) {
                obj17 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            frame57Var2.$livePrice = runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj17), Lit4767)), Lit4768, "convert an alist to a dictionary");
            if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4769, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame57Var2.$livePrice, "not found"), Lit4770, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Lit4771, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4772)), Lit4773, "list by walking key path in dictionary")), Lit4774, "index in list"), Lit141), Lit4775, ">") != Boolean.FALSE) {
                Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,ltp"), Lit4776, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame57Var2.$livePrice, "not found"), Lit4777, "dictionary recursive lookup");
                Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4778, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame57Var2.$livePrice, "not found"), Lit4779, "dictionary recursive lookup");
                Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chgp"), Lit4780, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame57Var2.$livePrice, "not found"), Lit4781, "dictionary recursive lookup");
                Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4782, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame57Var2.$livePrice, Component.CHIP_TYPE_CHOICE), Lit4783, "dictionary recursive lookup"));
                frame57Var2.$symbol = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit4784, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4785)), Lit4786, "list by walking key path in dictionary"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnindex, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4787, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : frame57Var2.$livePrice, "not found"), Lit4788, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "stream_id"), Lit4789, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4790)), Lit4791, "list by walking key path in dictionary")), Lit4792, "index in list")), Lit4793, "select list item");
                if (runtime.processAndDelayed$V(new Object[]{frame57Var2.lambda$Fn568, frame57Var2.lambda$Fn569}) != Boolean.FALSE) {
                    ApplyToArgs applyToArgs = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                    AddOp addOp = AddOp.$Mn;
                    ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
                    Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,ltp"), Lit4797, "list from csv row");
                    if (frame57Var2.$livePrice instanceof Package) {
                        obj2 = "Unbound Variable";
                        obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), obj2);
                    } else {
                        obj2 = "Unbound Variable";
                        obj3 = frame57Var2.$livePrice;
                    }
                    Object obj18 = obj2;
                    Object apply22 = applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(addOp, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3(callYailPrimitive4, obj3, "not found"), Lit4798, "dictionary recursive lookup"), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", frame57Var2.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj2) : frame57Var2.$symbol), Lit4799, "join")), Lit4800), Lit980, Lit6), "\n"), Lit4801, "split"), Lit19), Lit4802, "select list item"))), Lit4803, "-"));
                    ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnset$Mnpair;
                    if (frame57Var2.$symbol instanceof Package) {
                        obj4 = obj18;
                        obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj4);
                    } else {
                        obj4 = obj18;
                        obj5 = frame57Var2.$symbol;
                    }
                    Object obj19 = callYailPrimitive;
                    boolean z2 = obj19 instanceof Package;
                    runtime.callYailPrimitive(moduleMethod3, LList.list3(obj5, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4292, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj4) : obj19), Lit4804, "set value for key in dictionary to value");
                    Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RW~", frame57Var2.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj4) : frame57Var2.$symbol), Lit4805, "join")), Lit4806);
                    SimpleSymbol simpleSymbol3 = Lit980;
                    SimpleSymbol simpleSymbol4 = Lit6;
                    ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4807, "list from csv row");
                    ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
                    boolean z3 = apply22 instanceof Package;
                    if (z3) {
                        c3 = 0;
                        c2 = 1;
                        c = 2;
                        apply22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj4);
                    } else {
                        c = 2;
                        c2 = 1;
                        c3 = 0;
                    }
                    if (z2) {
                        Object[] objArr = new Object[3];
                        objArr[c3] = "The variable ";
                        objArr[c2] = runtime.getDisplayRepresentation(Lit3578);
                        objArr[c] = " is not bound in the current context";
                        obj19 = runtime.signalRuntimeError(strings.stringAppend(objArr), obj4);
                    }
                    boolean z4 = callYailPrimitive2 instanceof Package;
                    boolean z5 = callYailPrimitive3 instanceof Package;
                    runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol3, simpleSymbol4, applyToArgs2.apply4(lookupGlobalVarInCurrentFormEnvironment2, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod4, LList.list4(apply22, obj19, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), obj4) : callYailPrimitive2, z5 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj4) : callYailPrimitive3), Lit4808, "make a list")), Lit9);
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St), frame57Var2.$symbol instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2218), " is not bound in the current context"), obj4) : frame57Var2.$symbol), Lit4809, "=") != Boolean.FALSE) {
                        SimpleSymbol simpleSymbol5 = Lit379;
                        SimpleSymbol simpleSymbol6 = Lit6;
                        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive6 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP}"), Lit4810, "list from csv row");
                        ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mnlist;
                        boolean z6 = apply2 instanceof Package;
                        if (z6) {
                            c4 = 0;
                            c6 = 1;
                            c5 = 2;
                            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj4);
                        } else {
                            c4 = 0;
                            c5 = 2;
                            c6 = 1;
                            obj6 = apply2;
                        }
                        if (z2) {
                            Object[] objArr2 = new Object[3];
                            objArr2[c4] = "The variable ";
                            objArr2[c6] = runtime.getDisplayRepresentation(Lit3578);
                            objArr2[c5] = " is not bound in the current context";
                            obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr2), obj4);
                        } else {
                            obj7 = obj19;
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol5, simpleSymbol6, applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, "<small><font color={COLOR}>{LTP}</font></small>", callYailPrimitive6, runtime.callYailPrimitive(moduleMethod5, LList.list2(obj6, obj7), Lit4811, "make a list")), Lit9);
                        SimpleSymbol simpleSymbol7 = Lit3448;
                        SimpleSymbol simpleSymbol8 = Lit6;
                        ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive7 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{COLOR},{LTP},{PER}"), Lit4812, "list from csv row");
                        ModuleMethod moduleMethod6 = runtime.make$Mnyail$Mnlist;
                        if (z3) {
                            c7 = 0;
                            c8 = 1;
                            obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4297), " is not bound in the current context"), obj4);
                        } else {
                            c7 = 0;
                            c8 = 1;
                            obj8 = apply22;
                        }
                        if (z2) {
                            Object[] objArr3 = new Object[3];
                            objArr3[c7] = "The variable ";
                            objArr3[c8] = runtime.getDisplayRepresentation(Lit3578);
                            objArr3[2] = " is not bound in the current context";
                            obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr3), obj4);
                        } else {
                            obj9 = obj19;
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol7, simpleSymbol8, applyToArgs4.apply4(lookupGlobalVarInCurrentFormEnvironment4, "<small><font color=gray>Last Price </font></small><br><big><b><font color={COLOR}>{LTP}</font></b></big><br><br><small><font color=gray>Volume</font></small><br>{PER}", callYailPrimitive7, runtime.callYailPrimitive(moduleMethod6, LList.list3(obj8, obj9, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response,data,vol"), Lit4813, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), obj4) : frame57Var2.$livePrice, "not found"), Lit4814, "dictionary recursive lookup")), Lit4815, "make a list")), Lit9);
                        SimpleSymbol simpleSymbol9 = Lit3444;
                        SimpleSymbol simpleSymbol10 = Lit6;
                        ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tSQ},{color},{chgp}"), Lit4816, "list from csv row");
                        ModuleMethod moduleMethod7 = runtime.make$Mnyail$Mnlist;
                        Object callYailPrimitive9 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response,data,tSQ"), Lit4817, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), obj4) : frame57Var2.$livePrice, "not found"), Lit4818, "dictionary recursive lookup");
                        if (z6) {
                            c11 = 0;
                            c10 = 1;
                            c9 = 2;
                            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj4);
                        } else {
                            c9 = 2;
                            c10 = 1;
                            c11 = 0;
                            obj10 = apply2;
                        }
                        if (z5) {
                            Object[] objArr4 = new Object[3];
                            objArr4[c11] = "The variable ";
                            objArr4[c10] = runtime.getDisplayRepresentation(Lit4298);
                            objArr4[c9] = " is not bound in the current context";
                            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr4), obj4);
                        } else {
                            obj11 = callYailPrimitive3;
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol9, simpleSymbol10, applyToArgs5.apply4(lookupGlobalVarInCurrentFormEnvironment5, "<small><font color=gray>Tot. Sell Qty</font></small><br><font>{tSQ}</font><br><br><small><font color=gray>Change Pct%</font></small><br><font color={color}>{chgp}%</font>", callYailPrimitive8, runtime.callYailPrimitive(moduleMethod7, LList.list3(callYailPrimitive9, obj10, obj11), Lit4819, "make a list")), Lit9);
                        SimpleSymbol simpleSymbol11 = Lit3446;
                        SimpleSymbol simpleSymbol12 = Lit6;
                        ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive10 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{tBQ},{color},{chg}"), Lit4820, "list from csv row");
                        ModuleMethod moduleMethod8 = runtime.make$Mnyail$Mnlist;
                        Object callYailPrimitive11 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response,data,tBQ"), Lit4821, "list from csv row"), frame57Var2.$livePrice instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), obj4) : frame57Var2.$livePrice, "not found"), Lit4822, "dictionary recursive lookup");
                        if (z6) {
                            c12 = 0;
                            c14 = 1;
                            c13 = 2;
                            obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), obj4);
                        } else {
                            c12 = 0;
                            c13 = 2;
                            c14 = 1;
                            obj12 = apply2;
                        }
                        if (z4) {
                            Object[] objArr5 = new Object[3];
                            objArr5[c12] = "The variable ";
                            objArr5[c14] = runtime.getDisplayRepresentation(Lit4270);
                            objArr5[c13] = " is not bound in the current context";
                            obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr5), obj4);
                        } else {
                            obj13 = callYailPrimitive2;
                        }
                        runtime.setAndCoerceProperty$Ex(simpleSymbol11, simpleSymbol12, applyToArgs6.apply4(lookupGlobalVarInCurrentFormEnvironment6, "<small><font color=gray>Tot Buy Qty</font></small><br><font>{tBQ}</font><br><Br><small><font color=gray>Change</font></small><br><font color={color}>{chg}</font>", callYailPrimitive10, runtime.callYailPrimitive(moduleMethod8, LList.list3(callYailPrimitive11, obj12, obj13), Lit4823, "make a list")), Lit9);
                        frame57Var2.$order = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit4824);
                        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", frame57Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame57Var2.$order, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", "lotsize"), Lit4825, "make a list"), frame57Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame57Var2.$order, Lit19), Lit4826, "dictionary recursive lookup")), Lit4827, "dictionary lookup"), Lit19);
                        Object apply23 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", frame57Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame57Var2.$order, ""), Lit4828, "dictionary lookup"));
                        ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                        ModuleMethod moduleMethod9 = runtime.yail$Mndictionary$Mnlookup;
                        if (frame57Var2.$order instanceof Package) {
                            i = 2;
                            obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4);
                        } else {
                            i = 2;
                            obj14 = frame57Var2.$order;
                        }
                        Object apply24 = applyToArgs7.apply2(lookupGlobalVarInCurrentFormEnvironment7, runtime.callYailPrimitive(moduleMethod9, LList.list3("TotQty", obj14, ""), Lit4829, "dictionary lookup"));
                        Object[] objArr6 = new Object[i];
                        objArr6[0] = frame57Var2.lambda$Fn570;
                        objArr6[1] = lambda$Fn571;
                        if (runtime.processAndDelayed$V(objArr6) != Boolean.FALSE) {
                            Object apply3 = Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame57Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame57Var2.$order, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj4) : obj19);
                            frame57Var = frame57Var2;
                            boolean z7 = apply3 instanceof Package;
                            boolean z8 = apply24 instanceof Package;
                            runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("<small><font color=grey>Curr.Value</font></small><br>{CURR}", "{CURR}", runtime.callYailPrimitive(AddOp.$Pl, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totInvested", frame57Var2.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit413), " is not bound in the current context"), obj4) : frame57Var2.$order, Lit141), Lit4832, "dictionary lookup")), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj4) : apply3, z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2272), " is not bound in the current context"), obj4) : apply24), Lit4833, "*")), Lit4834, "+")), Lit4835, "replace all"), Lit9);
                            SimpleSymbol simpleSymbol13 = Lit3369;
                            SimpleSymbol simpleSymbol14 = Lit6;
                            ApplyToArgs applyToArgs8 = Scheme.applyToArgs;
                            Object lookupGlobalVarInCurrentFormEnvironment8 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                            Object callYailPrimitive12 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Lit4836, "list from csv row");
                            ModuleMethod moduleMethod10 = runtime.make$Mnyail$Mnlist;
                            ApplyToArgs applyToArgs9 = Scheme.applyToArgs;
                            Object lookupGlobalVarInCurrentFormEnvironment9 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                            if (z7) {
                                apply3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj4);
                            }
                            Object apply25 = applyToArgs9.apply2(lookupGlobalVarInCurrentFormEnvironment9, apply3);
                            ApplyToArgs applyToArgs10 = Scheme.applyToArgs;
                            Object lookupGlobalVarInCurrentFormEnvironment10 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                            MultiplyOp multiplyOp = MultiplyOp.$St;
                            ModuleMethod moduleMethod11 = runtime.yail$Mndivide;
                            Object signalRuntimeError = z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj4) : apply3;
                            if (apply23 instanceof Package) {
                                apply23 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit439), " is not bound in the current context"), obj4);
                            }
                            Object apply26 = applyToArgs10.apply2(lookupGlobalVarInCurrentFormEnvironment10, runtime.callYailPrimitive(multiplyOp, LList.list2(runtime.callYailPrimitive(moduleMethod11, LList.list2(signalRuntimeError, apply23), Lit4837, "yail-divide"), Lit435), Lit4838, "*"));
                            ApplyToArgs applyToArgs11 = Scheme.applyToArgs;
                            Object lookupGlobalVarInCurrentFormEnvironment11 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                            MultiplyOp multiplyOp2 = MultiplyOp.$St;
                            if (z7) {
                                c15 = 0;
                                c17 = 1;
                                c16 = 2;
                                obj15 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit433), " is not bound in the current context"), obj4);
                            } else {
                                c15 = 0;
                                c16 = 2;
                                c17 = 1;
                                obj15 = apply3;
                            }
                            if (z8) {
                                Object[] objArr7 = new Object[3];
                                objArr7[c15] = "The variable ";
                                objArr7[c17] = runtime.getDisplayRepresentation(Lit2272);
                                objArr7[c16] = " is not bound in the current context";
                                obj16 = runtime.signalRuntimeError(strings.stringAppend(objArr7), obj4);
                            } else {
                                obj16 = apply24;
                            }
                            runtime.setAndCoerceProperty$Ex(simpleSymbol13, simpleSymbol14, applyToArgs8.apply4(lookupGlobalVarInCurrentFormEnvironment8, "<font color={color}>{PL}<BR>({PLPCT}%) </font>", callYailPrimitive12, runtime.callYailPrimitive(moduleMethod10, LList.list4(apply25, "", apply26, applyToArgs11.apply2(lookupGlobalVarInCurrentFormEnvironment11, runtime.callYailPrimitive(multiplyOp2, LList.list2(obj15, obj16), Lit4839, "*"))), Lit4840, "make a list")), Lit9);
                            if (runtime.processAndDelayed$V(new Object[]{frame57Var.lambda$Fn572, lambda$Fn573}) != Boolean.FALSE) {
                                return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4333, runtime.$Stthe$Mnnull$Mnvalue$St));
                            }
                        }
                    }
                    frame57Var = frame57Var2;
                    if (runtime.processAndDelayed$V(new Object[]{frame57Var.lambda$Fn572, lambda$Fn573}) != Boolean.FALSE) {
                    }
                }
            }
        }
        return Values.empty;
    }

    static Object lambda576(Object obj) {
        Object callYailPrimitive;
        Object obj2 = obj;
        boolean z = obj2 instanceof Package;
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : obj2;
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError2 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : obj2;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Symbol", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Lit4895, "dictionary lookup"), "BANKNIFTY"), Lit4896, "string contains") != Boolean.FALSE) {
            callYailPrimitive = Lit4897;
        } else {
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list3("MarketLot", obj2, Lit19), Lit4898, "dictionary lookup");
        }
        runtime.callYailPrimitive(moduleMethod, LList.list3("MarketLot", signalRuntimeError2, callYailPrimitive), Lit4899, "set value for key in dictionary to value");
        return signalRuntimeError instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4900), " is not bound in the current context"), "Unbound Variable") : signalRuntimeError;
    }

    static Procedure lambda577() {
        return lambda$Fn577;
    }

    static Object lambda578(Object obj) {
        Object callYailPrimitive;
        Object obj2 = obj;
        boolean z = obj2 instanceof Package;
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : obj2;
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
        Object signalRuntimeError2 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : obj2;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Symbol", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : obj2, ""), Lit4901, "dictionary lookup"), "BANKNIFTY"), Lit4902, "string contains") != Boolean.FALSE) {
            callYailPrimitive = Lit4897;
        } else {
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list3("MarketLot", obj2, Lit19), Lit4903, "dictionary lookup");
        }
        runtime.callYailPrimitive(moduleMethod, LList.list3("MarketLot", signalRuntimeError2, callYailPrimitive), Lit4904, "set value for key in dictionary to value");
        return signalRuntimeError instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4900), " is not bound in the current context"), "Unbound Variable") : signalRuntimeError;
    }

    public Object any$HorizontalArrangement$LongClick(Object obj, Object obj2) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        runtime.callComponentMethod(Lit4905, Lit4906, LList.list1(runtime.callComponentMethod(Lit4009, Lit4907, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit4909)), Lit4910);
        SimpleSymbol simpleSymbol = Lit4009;
        SimpleSymbol simpleSymbol2 = Lit4907;
        if (z) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(sanitizeComponentData), Lit4911) != Boolean.FALSE ? Boolean.FALSE : Values.empty;
    }

    public static Object lambda565proc(Object obj) {
        Object obj2;
        Object obj3;
        Object apply4;
        SimpleSymbol simpleSymbol;
        Object obj4;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        Object obj5;
        Object obj6;
        Object obj7;
        Object obj8 = obj;
        boolean z = obj8 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Qu, LList.list1(runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj8), Lit4711)), Lit4712, "is a list?") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
            SimpleSymbol simpleSymbol4 = Lit150;
            SimpleSymbol simpleSymbol5 = Lit151;
            if (z) {
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(obj8), Lit4713)), Lit4714, "convert an alist to a dictionary");
            boolean z2 = callYailPrimitive instanceof Package;
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,ltp"), Lit4715, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4716, "dictionary recursive lookup");
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4717, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4718, "dictionary recursive lookup");
            Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4719, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, Lit141), Lit4720, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,ltp"), Lit4721, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, Lit141), Lit4722, "dictionary recursive lookup")), Lit4723, "yail-divide"), Lit435), Lit4724, "*"));
            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3328, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4725, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, Lit141), Lit4726, "dictionary recursive lookup"));
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit4727, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4728, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4729, "dictionary recursive lookup")), Lit4730, "=") != Boolean.FALSE) {
                runtime.lookupInCurrentFormEnvironment(Lit4731);
            } else {
                runtime.lookupInCurrentFormEnvironment(runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit4732, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4733, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4734, "dictionary recursive lookup")), Lit4735, "=") != Boolean.FALSE ? Lit4736 : Lit4731);
            }
            if (runtime.callYailPrimitive(runtime.yail$Mndictionary$Qu, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit4737, "check if something is a dictionary") != Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit4732, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4738, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4739, "dictionary recursive lookup")), Lit4740, "=") != Boolean.FALSE) {
                    Object lookupInCurrentFormEnvironment = runtime.lookupInCurrentFormEnvironment(Lit4731);
                    SimpleSymbol simpleSymbol6 = Lit980;
                    SimpleSymbol simpleSymbol7 = Lit6;
                    ApplyToArgs applyToArgs = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4741, "list from csv row");
                    ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
                    ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                    AddOp addOp = AddOp.$Mn;
                    Object obj9 = callYailPrimitive2;
                    boolean z3 = obj9 instanceof Package;
                    if (z3) {
                        obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable");
                    }
                    Object apply22 = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(addOp, LList.list2(obj9, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.lookupInCurrentFormEnvironment(Lit4731), Lit980, Lit6), "\n"), Lit4742, "split"), Lit19), Lit4743, "select list item"))), Lit4744, "-"));
                    if (z3) {
                        obj5 = "Unbound Variable";
                        obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj5);
                        obj6 = callYailPrimitive3;
                    } else {
                        obj5 = "Unbound Variable";
                        obj6 = callYailPrimitive3;
                        obj7 = obj9;
                    }
                    if (obj6 instanceof Package) {
                        obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), obj5);
                    }
                    apply4 = applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive4, runtime.callYailPrimitive(moduleMethod2, LList.list4(apply22, obj7, obj6, apply2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj5) : apply2), Lit4745, "make a list"));
                    simpleSymbol = Lit9;
                    obj4 = lookupInCurrentFormEnvironment;
                    simpleSymbol2 = simpleSymbol6;
                    simpleSymbol3 = simpleSymbol7;
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit4746, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4747, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4748, "dictionary recursive lookup")), Lit4749, "=") != Boolean.FALSE) {
                        Object lookupInCurrentFormEnvironment2 = runtime.lookupInCurrentFormEnvironment(Lit4736);
                        SimpleSymbol simpleSymbol8 = Lit980;
                        SimpleSymbol simpleSymbol9 = Lit6;
                        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4750, "list from csv row");
                        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
                        ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                        AddOp addOp2 = AddOp.$Mn;
                        Object obj10 = callYailPrimitive2;
                        boolean z4 = obj10 instanceof Package;
                        if (z4) {
                            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable");
                        }
                        Object apply23 = applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment4, runtime.callYailPrimitive(addOp2, LList.list2(obj10, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.lookupInCurrentFormEnvironment(Lit4731), Lit980, Lit6), "\n"), Lit4751, "split"), Lit19), Lit4752, "select list item"))), Lit4753, "-"));
                        if (z4) {
                            obj2 = "Unbound Variable";
                            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj2);
                        } else {
                            obj2 = "Unbound Variable";
                            obj3 = obj10;
                        }
                        Object obj11 = callYailPrimitive3;
                        if (obj11 instanceof Package) {
                            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), obj2);
                        }
                        apply4 = applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod3, LList.list4(apply23, obj3, obj11, apply2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj2) : apply2), Lit4754, "make a list"));
                        simpleSymbol = Lit9;
                        obj4 = lookupInCurrentFormEnvironment2;
                        simpleSymbol2 = simpleSymbol8;
                        simpleSymbol3 = simpleSymbol9;
                    }
                }
                return runtime.setAndCoercePropertyAndCheck$Ex(obj4, simpleSymbol2, simpleSymbol3, apply4, simpleSymbol);
            }
        }
        return Values.empty;
    }

    public static Object lambda575proc(Object obj) {
        Object obj2;
        Object obj3;
        Object apply4;
        SimpleSymbol simpleSymbol;
        Object obj4;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        Object obj5;
        Object obj6;
        Object obj7;
        Object obj8 = obj;
        boolean z = obj8 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Qu, LList.list1(runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : obj8), Lit4851)), Lit4852, "is a list?") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnalist$Mnto$Mndict;
            SimpleSymbol simpleSymbol4 = Lit150;
            SimpleSymbol simpleSymbol5 = Lit151;
            if (z) {
                obj8 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(obj8), Lit4853)), Lit4854, "convert an alist to a dictionary");
            boolean z2 = callYailPrimitive instanceof Package;
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,ltp"), Lit4855, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4856, "dictionary recursive lookup");
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4857, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4858, "dictionary recursive lookup");
            Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4859, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, Lit141), Lit4860, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,ltp"), Lit4861, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, Lit141), Lit4862, "dictionary recursive lookup")), Lit4863, "yail-divide"), Lit435), Lit4864, "*"));
            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3328, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,chg"), Lit4865, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, Lit141), Lit4866, "dictionary recursive lookup"));
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit4727, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4867, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4868, "dictionary recursive lookup")), Lit4869, "=") != Boolean.FALSE) {
                runtime.lookupInCurrentFormEnvironment(Lit4731);
            } else {
                runtime.lookupInCurrentFormEnvironment(runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit4732, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4870, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4871, "dictionary recursive lookup")), Lit4872, "=") != Boolean.FALSE ? Lit4736 : Lit4731);
            }
            if (runtime.callYailPrimitive(runtime.yail$Mndictionary$Qu, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit4873, "check if something is a dictionary") != Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit4732, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4874, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4875, "dictionary recursive lookup")), Lit4876, "=") != Boolean.FALSE) {
                    Object lookupInCurrentFormEnvironment = runtime.lookupInCurrentFormEnvironment(Lit4731);
                    SimpleSymbol simpleSymbol6 = Lit980;
                    SimpleSymbol simpleSymbol7 = Lit6;
                    ApplyToArgs applyToArgs = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4877, "list from csv row");
                    ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
                    ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                    AddOp addOp = AddOp.$Mn;
                    Object obj9 = callYailPrimitive2;
                    boolean z3 = obj9 instanceof Package;
                    if (z3) {
                        obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable");
                    }
                    Object apply22 = applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(addOp, LList.list2(obj9, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.lookupInCurrentFormEnvironment(Lit4731), Lit980, Lit6), "\n"), Lit4878, "split"), Lit19), Lit4879, "select list item"))), Lit4880, "-"));
                    if (z3) {
                        obj5 = "Unbound Variable";
                        obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj5);
                        obj6 = callYailPrimitive3;
                    } else {
                        obj5 = "Unbound Variable";
                        obj6 = callYailPrimitive3;
                        obj7 = obj9;
                    }
                    if (obj6 instanceof Package) {
                        obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), obj5);
                    }
                    apply4 = applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive4, runtime.callYailPrimitive(moduleMethod2, LList.list4(apply22, obj7, obj6, apply2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj5) : apply2), Lit4881, "make a list"));
                    simpleSymbol = Lit9;
                    obj4 = lookupInCurrentFormEnvironment;
                    simpleSymbol2 = simpleSymbol6;
                    simpleSymbol3 = simpleSymbol7;
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(Lit4746, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("response, data,sym"), Lit4882, "list from csv row"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4629), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "not found"), Lit4883, "dictionary recursive lookup")), Lit4884, "=") != Boolean.FALSE) {
                        Object lookupInCurrentFormEnvironment2 = runtime.lookupInCurrentFormEnvironment(Lit4736);
                        SimpleSymbol simpleSymbol8 = Lit980;
                        SimpleSymbol simpleSymbol9 = Lit6;
                        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                        Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit4885, "list from csv row");
                        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
                        ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
                        Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                        AddOp addOp2 = AddOp.$Mn;
                        Object obj10 = callYailPrimitive2;
                        boolean z4 = obj10 instanceof Package;
                        if (z4) {
                            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), "Unbound Variable");
                        }
                        Object apply23 = applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment4, runtime.callYailPrimitive(addOp2, LList.list2(obj10, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.getPropertyAndCheck(runtime.lookupInCurrentFormEnvironment(Lit4731), Lit980, Lit6), "\n"), Lit4886, "split"), Lit19), Lit4887, "select list item"))), Lit4888, "-"));
                        if (z4) {
                            obj2 = "Unbound Variable";
                            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit3578), " is not bound in the current context"), obj2);
                        } else {
                            obj2 = "Unbound Variable";
                            obj3 = obj10;
                        }
                        Object obj11 = callYailPrimitive3;
                        if (obj11 instanceof Package) {
                            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4270), " is not bound in the current context"), obj2);
                        }
                        apply4 = applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod3, LList.list4(apply23, obj3, obj11, apply2 instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4298), " is not bound in the current context"), obj2) : apply2), Lit4889, "make a list"));
                        simpleSymbol = Lit9;
                        obj4 = lookupInCurrentFormEnvironment2;
                        simpleSymbol2 = simpleSymbol8;
                        simpleSymbol3 = simpleSymbol9;
                    }
                }
                return runtime.setAndCoercePropertyAndCheck$Ex(obj4, simpleSymbol2, simpleSymbol3, apply4, simpleSymbol);
            }
        }
        return Values.empty;
    }

    public Object any$HorizontalArrangement$Click(Object obj, Object obj2) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        if (runtime.callComponentMethod(Lit4009, Lit4907, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit4913) == Boolean.FALSE || runtime.get$Mnproperty.apply2(Lit3637, Lit172) == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol = Lit30;
        ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
        SimpleSymbol simpleSymbol2 = Lit4009;
        SimpleSymbol simpleSymbol3 = Lit4914;
        if (z) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod, LList.list3(runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list1(sanitizeComponentData), Lit4915), "haBASKET", ""), Lit4916, "replace all"));
    }

    public class frame58 extends ModuleBody {
        Object $row;
        final ModuleMethod proc$Fn580 = new ModuleMethod(this, 117, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 117) {
                return super.apply1(moduleMethod, obj);
            }
            lambda581proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 117) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda580proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit4009;
            SimpleSymbol simpleSymbol2 = Screen1.Lit742;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit4919);
        }

        public void lambda581proc(Object obj) {
            Pair pair;
            Object obj2;
            Object obj3;
            Object obj4;
            Object obj5;
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj6 = this.$row;
            if (obj6 instanceof Package) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2985), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{{id}},{{scrip_sec_desc}},{{status}},{{updated_datetime}},{{published_date}},{{call_type}},{{entryprice}},{{sl}},{{tgt}},{{report_expiry}},{{btnclr}}"), Screen1.Lit4928, "list from csv row");
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            boolean z = obj instanceof Package;
            Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4929, "dictionary lookup"));
            Object obj7 = obj6;
            Pair chain4 = LList.chain4(list1, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("scrip_sec_desc", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4930, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4931, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("updated_datetime", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4932, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("published_date", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4933, "dictionary lookup"));
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("call_type", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4934, "dictionary lookup");
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("value", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("datapoints", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit4935, "dictionary lookup"), Screen1.Lit19), Screen1.Lit4936, "select list item"), Screen1.Lit141), Screen1.Lit4937, "dictionary lookup");
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                pair = chain4;
                obj2 = "";
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            } else {
                pair = chain4;
                obj2 = "";
                obj3 = obj;
            }
            Pair chain42 = LList.chain4(pair, callYailPrimitive2, callYailPrimitive3, runtime.callYailPrimitive(moduleMethod3, LList.list3("value", runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(moduleMethod5, LList.list3("datapoints", obj3, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit4938, "dictionary lookup"), Screen1.Lit1666), Screen1.Lit4939, "select list item"), Screen1.Lit141), Screen1.Lit4940, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("value", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("datapoints", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit4941, "dictionary lookup"), Screen1.Lit711), Screen1.Lit4942, "select list item"), Screen1.Lit141), Screen1.Lit4943, "dictionary lookup"));
            ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj4 = "Unbound Variable";
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), obj4);
            } else {
                obj4 = "Unbound Variable";
                obj5 = obj;
            }
            Object obj8 = obj2;
            LList.chain1(LList.chain1(chain42, runtime.callYailPrimitive(moduleMethod6, LList.list3("report_expiry", obj5, obj8), Screen1.Lit4944, "dictionary lookup")), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("call_type", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), obj4) : obj, obj8), Screen1.Lit4945, "dictionary lookup")), Screen1.Lit4946, "downcase"), "buy"), Screen1.Lit4947, "=") != Boolean.FALSE ? "#69ad30" : "#ff453a");
            this.$row = runtime.callYailPrimitive(moduleMethod, LList.list2(obj7, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<tr class=\"prevent-select\" onclick=\"sendfunction('{{scrip_sec_desc}}~{{id}}')\">      <div class=\"card\">    <div class=\"container\" > <td><table><tr><td colspan=\"3\"><big><b><b>{{scrip_sec_desc}} - {{status}}</b></b></big> - {{updated_datetime}}<br><br> <font color=grey>Entry Date : {{published_date}}</font><br></td><td><p style=\"background-color: {{btnclr}}\">{{call_type}}</p></td></tr><tr><td><font color=grey>Entry Price</font> <br>{{entryprice}}</td><td><font color=grey>Stop Loss</font><br>{{sl}}</td><td><font color=grey>Target Price</font><br> {{tgt}}</td></tr><tr><td colspan=\"4\"><font color=grey>End Date</font><br>{{report_expiry}}</td></tr></table><hr></td></div> </div></tr>", callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, list1, Screen1.Lit4948, "make a list"))), Screen1.Lit4949, "join");
        }
    }

    public class frame59 extends ModuleBody {
        Object $row;
        final ModuleMethod proc$Fn584 = new ModuleMethod(this, 118, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 118) {
                return super.apply1(moduleMethod, obj);
            }
            lambda585proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 118) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda584proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit4009;
            SimpleSymbol simpleSymbol2 = Screen1.Lit742;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit4963);
        }

        public void lambda585proc(Object obj) {
            Pair pair;
            Object obj2;
            Object obj3;
            Object obj4;
            Object obj5;
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj6 = this.$row;
            if (obj6 instanceof Package) {
                obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2985), " is not bound in the current context"), "Unbound Variable");
            }
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{{id}},{{scrip_sec_desc}},{{status}},{{updated_datetime}},{{published_date}},{{call_type}},{{entryprice}},{{sl}},{{tgt}},{{report_expiry}},{{btnclr}}"), Screen1.Lit4968, "list from csv row");
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            boolean z = obj instanceof Package;
            Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4969, "dictionary lookup"));
            Object obj7 = obj6;
            Pair chain4 = LList.chain4(list1, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("scrip_sec_desc", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4970, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4971, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("updated_datetime", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4972, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("published_date", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4973, "dictionary lookup"));
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("call_type", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit4974, "dictionary lookup");
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("value", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("datapoints", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit4975, "dictionary lookup"), Screen1.Lit19), Screen1.Lit4976, "select list item"), Screen1.Lit141), Screen1.Lit4977, "dictionary lookup");
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
            ModuleMethod moduleMethod4 = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                pair = chain4;
                obj2 = "";
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            } else {
                pair = chain4;
                obj2 = "";
                obj3 = obj;
            }
            Pair chain42 = LList.chain4(pair, callYailPrimitive2, callYailPrimitive3, runtime.callYailPrimitive(moduleMethod3, LList.list3("value", runtime.callYailPrimitive(moduleMethod4, LList.list2(runtime.callYailPrimitive(moduleMethod5, LList.list3("datapoints", obj3, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit4978, "dictionary lookup"), Screen1.Lit1666), Screen1.Lit4979, "select list item"), Screen1.Lit141), Screen1.Lit4980, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("value", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("datapoints", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit4981, "dictionary lookup"), Screen1.Lit711), Screen1.Lit4982, "select list item"), Screen1.Lit141), Screen1.Lit4983, "dictionary lookup"));
            ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnlookup;
            if (z) {
                obj4 = "Unbound Variable";
                obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), obj4);
            } else {
                obj4 = "Unbound Variable";
                obj5 = obj;
            }
            Object obj8 = obj2;
            LList.chain1(LList.chain1(chain42, runtime.callYailPrimitive(moduleMethod6, LList.list3("report_expiry", obj5, obj8), Screen1.Lit4984, "dictionary lookup")), runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("call_type", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), obj4) : obj, obj8), Screen1.Lit4985, "dictionary lookup")), Screen1.Lit4986, "downcase"), "buy"), Screen1.Lit4987, "=") != Boolean.FALSE ? "#69ad30" : "#ff453a");
            this.$row = runtime.callYailPrimitive(moduleMethod, LList.list2(obj7, applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, "<tr class=\"prevent-select\" onclick=\"sendfunction('{{scrip_sec_desc}}~{{id}}')\">      <div class=\"card\">    <div class=\"container\" > <td><table><tr><td colspan=\"3\"><big><b><b>{{scrip_sec_desc}} - {{status}}</b></b></big> - {{updated_datetime}}<br><br> <font color=grey>Entry Date : {{published_date}}</font><br></td><td><p style=\"background-color: {{btnclr}}\">{{call_type}}</p></td></tr><tr><td><font color=grey>Entry Price</font> <br>{{entryprice}}</td><td><font color=grey>Stop Loss</font><br>{{sl}}</td><td><font color=grey>Target Price</font><br> {{tgt}}</td></tr><tr><td colspan=\"4\"><font color=grey>End Date</font><br>{{report_expiry}}</td></tr></table><hr></td></div> </div></tr>", callYailPrimitive, runtime.callYailPrimitive(moduleMethod2, list1, Screen1.Lit4988, "make a list"))), Screen1.Lit4989, "join");
        }
    }

    static Object lambda579(Object obj) {
        frame58 frame58Var = new frame58();
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
        runtime.yailForEach(proc$Fn579, runtime.callComponentMethod(Lit4009, Lit744, LList.Empty, LList.Empty));
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit963, Lit964, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit4921, Lit1666, Lit720);
        Object obj2 = obj;
        boolean z = obj2 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("research", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("response", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4922), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4923, "dictionary lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4924, "dictionary lookup")), Lit4925, "is list empty?") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "No active recommendations");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.lookupInCurrentFormEnvironment(Lit4926), Lit980, Lit6, "<font color=red>*</font> Recommendations are for education purpose only", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit6, "<b><big>SHORT TERM RECOMMENDATIONS</big></b>", Lit9);
        runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
        runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        frame58Var.$row = "";
        ModuleMethod moduleMethod = frame58Var.proc$Fn580;
        ModuleMethod moduleMethod2 = frame58Var.proc$Fn580;
        ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit151;
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.yailForEach(moduleMethod2, runtime.callYailPrimitive(moduleMethod3, LList.list3("research", runtime.callYailPrimitive(moduleMethod4, LList.list3("response", runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj2), Lit4950), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4951, "dictionary lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4952, "dictionary lookup"));
        runtime.callComponentMethod(Lit3009, Lit3010, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit4953), Lit4954), Lit4955);
        runtime.callComponentMethod(Lit3009, Lit3014, LList.list1(Lit4954), Lit4956);
        runtime.setAndCoerceProperty$Ex(Lit3009, Lit3016, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ùá\u0096\u0090\u008a\u008e\u0084\u0099\u009fî·¢©¹ýô﫤\u0095\u0085Ì\u0092\u008a\u0093\u0089Ô×\u0083\u009cη£ÃÉØÃ\u009b\u0095\u0098\u0091\u009dÔ¸\u0091\u0086\u009c\u008e\u009c\u0085\u009fouc'#\u007fr||d:6?yoof>x~v5;|dnkqw}ug[\u001b\nEKOX\u0012\u0004GQJHF\u001dC[J\u001e\u0010\u001b\u0011S\\QW\u0002]SMT\u001aj96)+='(3sb&>,\"\"08`i+2/,(l0#%,54P\u0019\u0013\u000f\u001e\u0010E_\t\t\u001e\u0010\u001d\u0004\f_\f\n\u001b\u0011\fG_]HDI\u0010\u0000\n\u000f\u0015¦©¬´«æ®©µäýû¯ãèíññ覬ÿ÷øóäà¸ãýþ¬\u008eÁ\u008d\u009bØÊÙÄÕ\u0081ß\u0096\u0083\u0095ÀÎÃÊ\u0087ÝÛÅÐÃÉ\u008d\u0087ÕÖÜÑÎãù¹¬·¹ó¼£¦¬µÿãóશ®ª¾¿óºªº®²¢³´ýÈ\u008c\u0090\u0080\u0090\u008c\u0098\u0089\u0082ÊÂÅÑ\u0095\u009f\u0083\u008a\u0084ÇËÍËÛÝÛÑ\u0089ÆÓ\u0091\u0092Ý=zr+q8)?bhe`qw:2/yb=zubvr$6gpwgt\\\u0012\f\u001e\u000bMOMQO\\D\u0018\u0010\u0019G@\u0004\u000fZCSL\u0007DHHP\u001b\u0012\u0017\u0003>$v&lkx%)\u0015%4/0f5%rjx71\r.2;\"t01p9OYJ\u001d\u0018\u000e\u001a\u0006\b\u0013_SQ\u0013\u000b[H\u0004\\NX\u0000\u0007-\u0004\u0014\u000e\u0016R\u0014\u0003G󯿬þâúþâã¯çþöâè󶽻ìã«ëïýý⳦òõÙ\u0095\u009aÖ\u008a\u0098\u008aÒÙóÖÆØÀ\u0080ÆÍ\u0087ÒØÈÞËÍ\u009a\u0084\u0096ÎÍçÂÒ´¬ìª¹ç¦¦££ ã¹ðá÷º¾¬·«¯·¿¹¥ÿ¶®¾©¥ÔÜÎ\u009dÝ\u008dÊ\u008eÁÚÄ\u008bÃÕÈ\u0082\u008c\u008c\u008eÛ\u0081ÈÙÏ\u0092\u0098\u009fÙ\u0097\u009d\u0091\u0086`n0-)*.\u007f~45c|## z~~o3=2))&.#<28<\b\u000f\u001fXNLFINEKJ_\u0018\u0016\u0017\u0010\u001fN\u0010\u001c\u001b\u000bOIU@N\t\u0005WD)!akjx=:83z%8,'<ei98'.+-mduct.cpV\n\r\f\u000fG\u0006\u0006\u0003\u0003\u0000C\u0019PAW\u001a\u0010\u0017Q\u001f\u0015\u0019\u000e\u0018\u0016HUQR^\u0007ö¼¼\u00adü󻸰óãô⽶\u00ad½²º·ª¦«¦«·ú´¤»àðÊÏÏÃÍ\u0087ÍÊÊÑÆÇ\u0084Ø\u0093\u0080\u0088\u0094ËËÙÆ×Í\u0088ÃÑÖÀ\u008d¤ª¼¸æí¦µ©´ùåþèö\u0094¿ª¼¹µûá÷àñô뾶û¤\u008e\u008b\u0088Æ\u0099\u009d\u0085\u009a\u0083\u0093ÍÄ\u009a\u008a\u008e\u0097ÄÉÕ×ɳ«ßÇÔÕ\u0082\u009a\u0097ù])=/+7!)5&gpgb,d}sj\u007fx'8dxow.!=,7}HLUHJIL\u0010R]XWT^\u0001\u0007\u0011\nF\u001aX\u0019T\u0010\u0017D[HZB\u0018o.\"$-/eof$$7 *='rym{+5~kp&:hr`%\"\u0010\u001bR\r\u0010\u0004\u000f\u0014]Q\u0001\u0000\u001f\u0016\u0013\u0015EL]\u001f\u0019\u0003\u001fU\u0004\u0014\u0017\t\u0001\u0004\u0002\u0018òà «ä÷çú»§·àýöðþþð ½àôâöøá¸áøüàû\u0083Ô\u0090\u0091ØÉ×ÅÐ\u0098\u0092\u009fÀßÅÎ\u0086\u009f\u0093ÈÍßÔÏ\u0097ÈÖ\u0088\u0083ßß㯾¡¾îõ º¿¶¹ê졧£¡»ôûúèå¼³¥®¤°ëðâ\u0089\u008c\u0084\u008e\u008d\u0083\u0091\u0081Æ\u0087\u008d\u0092\u0096\u0086Û\u0098ÁÙ\u0087Î\u008c\u0084\u0090\u009d\u008a\u0081̲\u0082\u0090¸\u0089~jqxs\u007f&ibeU`sT\u007fbi_iyuul0x8/&n%6wH@Y_CWG\u001fSBY@RPNQK@US\u0001B\u0007\u001fM\u0004BJZWLGv\b<.\u000238,;2=1l#$#\u000f:-\n%8/\u0019#3;;&z>~U\\\u0010[LKGG\u0003\u0002\u0016\u001f\u0013\u0001XAQQ\b\u0014\u001e\u0011GOLX\u000f\u0000\t\u0019N", "wqbpg"), Lit4957, "deobfuscate text"), "{row}", frame58Var.$row instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2985), " is not bound in the current context"), "Unbound Variable") : frame58Var.$row), Lit4958, "replace all")), Lit4959);
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit4960, Lit172)), Lit4961, "not") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit4960, Lit172, Boolean.TRUE, Lit173);
            runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit4960), Boolean.TRUE), Lit4962);
            runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
        }
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Procedure lambda582() {
        return lambda$Fn582;
    }

    static Object lambda583(Object obj) {
        frame59 frame59Var = new frame59();
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
        runtime.yailForEach(proc$Fn583, runtime.callComponentMethod(Lit4009, Lit744, LList.Empty, LList.Empty));
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit963, Lit964, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit4921, Lit1666, Lit720);
        Object obj2 = obj;
        boolean z = obj2 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("research", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("response", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable") : obj2), Lit4964), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4965, "dictionary lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4966, "dictionary lookup")), Lit4967, "is list empty?") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "No active recommendations");
        }
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.lookupInCurrentFormEnvironment(Lit4926), Lit980, Lit6, "<font color=red>*</font> Recommendations are for education purpose only", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit6, "<b><big>SHORT TERM RECOMMENDATIONS</big></b>", Lit9);
        runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
        runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        frame59Var.$row = "";
        ModuleMethod moduleMethod = frame59Var.proc$Fn584;
        ModuleMethod moduleMethod2 = frame59Var.proc$Fn584;
        ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit151;
        if (z) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.yailForEach(moduleMethod2, runtime.callYailPrimitive(moduleMethod3, LList.list3("research", runtime.callYailPrimitive(moduleMethod4, LList.list3("response", runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj2), Lit4990), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4991, "dictionary lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit4992, "dictionary lookup"));
        runtime.callComponentMethod(Lit3009, Lit3010, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit4953), Lit4954), Lit4993);
        runtime.callComponentMethod(Lit3009, Lit3014, LList.list1(Lit4954), Lit4994);
        runtime.setAndCoerceProperty$Ex(Lit3009, Lit3016, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ùá\u0096\u0090\u008a\u008e\u0084\u0099\u009fî·¢©¹ýô﫤\u0095\u0085Ì\u0092\u008a\u0093\u0089Ô×\u0083\u009cη£ÃÉØÃ\u009b\u0095\u0098\u0091\u009dÔ¸\u0091\u0086\u009c\u008e\u009c\u0085\u009fouc'#\u007fr||d:6?yoof>x~v5;|dnkqw}ug[\u001b\nEKOX\u0012\u0004GQJHF\u001dC[J\u001e\u0010\u001b\u0011S\\QW\u0002]SMT\u001aj96)+='(3sb&>,\"\"08`i+2/,(l0#%,54P\u0019\u0013\u000f\u001e\u0010E_\t\t\u001e\u0010\u001d\u0004\f_\f\n\u001b\u0011\fG_]HDI\u0010\u0000\n\u000f\u0015¦©¬´«æ®©µäýû¯ãèíññ覬ÿ÷øóäà¸ãýþ¬\u008eÁ\u008d\u009bØÊÙÄÕ\u0081ß\u0096\u0083\u0095ÀÎÃÊ\u0087ÝÛÅÐÃÉ\u008d\u0087ÕÖÜÑÎãù¹¬·¹ó¼£¦¬µÿãóશ®ª¾¿óºªº®²¢³´ýÈ\u008c\u0090\u0080\u0090\u008c\u0098\u0089\u0082ÊÂÅÑ\u0095\u009f\u0083\u008a\u0084ÇËÍËÛÝÛÑ\u0089ÆÓ\u0091\u0092Ý=zr+q8)?bhe`qw:2/yb=zubvr$6gpwgt\\\u0012\f\u001e\u000bMOMQO\\D\u0018\u0010\u0019G@\u0004\u000fZCSL\u0007DHHP\u001b\u0012\u0017\u0003>$v&lkx%)\u0015%4/0f5%rjx71\r.2;\"t01p9OYJ\u001d\u0018\u000e\u001a\u0006\b\u0013_SQ\u0013\u000b[H\u0004\\NX\u0000\u0007-\u0004\u0014\u000e\u0016R\u0014\u0003G󯿬þâúþâã¯çþöâè󶽻ìã«ëïýý⳦òõÙ\u0095\u009aÖ\u008a\u0098\u008aÒÙóÖÆØÀ\u0080ÆÍ\u0087ÒØÈÞËÍ\u009a\u0084\u0096ÎÍçÂÒ´¬ìª¹ç¦¦££ ã¹ðá÷º¾¬·«¯·¿¹¥ÿ¶®¾©¥ÔÜÎ\u009dÝ\u008dÊ\u008eÁÚÄ\u008bÃÕÈ\u0082\u008c\u008c\u008eÛ\u0081ÈÙÏ\u0092\u0098\u009fÙ\u0097\u009d\u0091\u0086`n0-)*.\u007f~45c|## z~~o3=2))&.#<28<\b\u000f\u001fXNLFINEKJ_\u0018\u0016\u0017\u0010\u001fN\u0010\u001c\u001b\u000bOIU@N\t\u0005WD)!akjx=:83z%8,'<ei98'.+-mduct.cpV\n\r\f\u000fG\u0006\u0006\u0003\u0003\u0000C\u0019PAW\u001a\u0010\u0017Q\u001f\u0015\u0019\u000e\u0018\u0016HUQR^\u0007ö¼¼\u00adü󻸰óãô⽶\u00ad½²º·ª¦«¦«·ú´¤»àðÊÏÏÃÍ\u0087ÍÊÊÑÆÇ\u0084Ø\u0093\u0080\u0088\u0094ËËÙÆ×Í\u0088ÃÑÖÀ\u008d¤ª¼¸æí¦µ©´ùåþèö\u0094¿ª¼¹µûá÷àñô뾶û¤\u008e\u008b\u0088Æ\u0099\u009d\u0085\u009a\u0083\u0093ÍÄ\u009a\u008a\u008e\u0097ÄÉÕ×ɳ«ßÇÔÕ\u0082\u009a\u0097ù])=/+7!)5&gpgb,d}sj\u007fx'8dxow.!=,7}HLUHJIL\u0010R]XWT^\u0001\u0007\u0011\nF\u001aX\u0019T\u0010\u0017D[HZB\u0018o.\"$-/eof$$7 *='rym{+5~kp&:hr`%\"\u0010\u001bR\r\u0010\u0004\u000f\u0014]Q\u0001\u0000\u001f\u0016\u0013\u0015EL]\u001f\u0019\u0003\u001fU\u0004\u0014\u0017\t\u0001\u0004\u0002\u0018òà «ä÷çú»§·àýöðþþð ½àôâöøá¸áøüàû\u0083Ô\u0090\u0091ØÉ×ÅÐ\u0098\u0092\u009fÀßÅÎ\u0086\u009f\u0093ÈÍßÔÏ\u0097ÈÖ\u0088\u0083ßß㯾¡¾îõ º¿¶¹ê졧£¡»ôûúèå¼³¥®¤°ëðâ\u0089\u008c\u0084\u008e\u008d\u0083\u0091\u0081Æ\u0087\u008d\u0092\u0096\u0086Û\u0098ÁÙ\u0087Î\u008c\u0084\u0090\u009d\u008a\u0081̲\u0082\u0090¸\u0089~jqxs\u007f&ibeU`sT\u007fbi_iyuul0x8/&n%6wH@Y_CWG\u001fSBY@RPNQK@US\u0001B\u0007\u001fM\u0004BJZWLGv\b<.\u000238,;2=1l#$#\u000f:-\n%8/\u0019#3;;&z>~U\\\u0010[LKGG\u0003\u0002\u0016\u001f\u0013\u0001XAQQ\b\u0014\u001e\u0011GOLX\u000f\u0000\t\u0019N", "wqbpg"), Lit4995, "deobfuscate text"), "{row}", frame59Var.$row instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2985), " is not bound in the current context"), "Unbound Variable") : frame59Var.$row), Lit4996, "replace all")), Lit4997);
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit4960, Lit172)), Lit4998, "not") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit4960, Lit172, Boolean.TRUE, Lit173);
            runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit4960), Boolean.TRUE), Lit4999);
            runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.FALSE, Lit173);
            runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
        }
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    public class frame60 extends ModuleBody {
        Object $component;
        final ModuleMethod proc$Fn585 = new ModuleMethod(this, 119, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 119 ? lambda586proc(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 119) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public Object lambda586proc(Object obj) {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
            SimpleSymbol simpleSymbol = Screen1.Lit4009;
            SimpleSymbol simpleSymbol2 = Screen1.Lit4914;
            Object obj2 = this.$component;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit4908), " is not bound in the current context"), "Unbound Variable");
            }
            Object obj3 = obj;
            boolean z = obj3 instanceof Package;
            if (runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj2), Screen1.Lit5003), "EDITBASKET", ""), Screen1.Lit5004, "replace all"), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("transID", runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj3), Screen1.Lit5005), ""), Screen1.Lit5006, "lookup in pairs")), Screen1.Lit5007, "=") == Boolean.FALSE) {
                return Values.empty;
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit139, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (z) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.callYailPrimitive(moduleMethod3, LList.list2(lookupGlobalVarInCurrentFormEnvironment, obj3), Screen1.Lit5008, "add items to list");
            SimpleSymbol simpleSymbol3 = Screen1.Lit4009;
            SimpleSymbol simpleSymbol4 = Screen1.Lit742;
            ModuleMethod moduleMethod4 = runtime.string$Mnreplace$Mnall;
            SimpleSymbol simpleSymbol5 = Screen1.Lit4009;
            SimpleSymbol simpleSymbol6 = Screen1.Lit4914;
            Object obj4 = this.$component;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit4908), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(runtime.callYailPrimitive(moduleMethod4, LList.list3(runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list1(obj4), Screen1.Lit5009), "EDIT", "ha"), Screen1.Lit5010, "replace all")), Screen1.Lit5011);
        }
    }

    public Object any$Label$Click(Object obj, Object obj2) {
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        String str;
        frame60 frame60Var = new frame60();
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        frame60Var.$component = sanitizeComponentData;
        runtime.setThisForm();
        if (runtime.callComponentMethod(Lit4009, Lit4907, LList.list1(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component), Lit5000) != Boolean.FALSE) {
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callComponentMethod(Lit4009, Lit4914, LList.list1(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component), Lit5001), "EDITBASKET"), Lit5002, "string contains") != Boolean.FALSE) {
                ModuleMethod moduleMethod = frame60Var.proc$Fn585;
                return runtime.yailForEach(frame60Var.proc$Fn585, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
            }
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callComponentMethod(Lit4009, Lit4914, LList.list1(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component), Lit5012), FirebaseAnalytics.Event.SEARCH), Lit5013, "string contains") != Boolean.FALSE) {
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
                Object callComponentMethod = runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit308, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callComponentMethod(Lit4009, Lit4914, LList.list1(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component), Lit5014), FirebaseAnalytics.Event.SEARCH, ""), Lit5015, "replace all")), Lit5016, "select list item")), Lit5017);
                Object callComponentMethod2 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit5018);
                ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mndictionary;
                ModuleMethod moduleMethod3 = runtime.make$Mndictionary$Mnpair;
                ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
                ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
                ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnlookup;
                boolean z = callComponentMethod instanceof Package;
                if (z) {
                    callComponentMethod = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable");
                }
                Pair list1 = LList.list1(runtime.callYailPrimitive(moduleMethod3, LList.list2(OSOutcomeConstants.OUTCOME_ID, runtime.callYailPrimitive(moduleMethod4, LList.list3(runtime.callYailPrimitive(moduleMethod5, LList.list3(runtime.callYailPrimitive(moduleMethod6, LList.list3("entity_type", callComponentMethod, ""), Lit5020, "dictionary lookup"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit101, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit5021, "dictionary lookup"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5022, "dictionary lookup")), Lit5023, "make a pair"));
                LList.chain1(LList.chain1(LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("search_id", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("search_id", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5024, "dictionary lookup")), Lit5025, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("underlying_search_id", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("underlying_search_id", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5026, "dictionary lookup")), Lit5027, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("entity_type", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5028, "dictionary lookup")), Lit5029, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5030, "dictionary lookup")), Lit5031, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("expiry", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("expiry", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "T"), Lit5032, "dictionary lookup"), "T"), Lit5033, "split"), Lit19), Lit5034, "select list item")), Lit5035, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("isin", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("isin", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5036, "dictionary lookup")), Lit5037, "make a pair"));
                Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, list1, Lit5038, "make a dictionary");
                boolean z2 = callYailPrimitive instanceof Package;
                runtime.addGlobalVarToCurrentFormEnvironment(Lit5039, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive);
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("check_box_outline_blank", runtime.getPropertyAndCheck(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component, Lit980, Lit6)), Lit5040, "=") == Boolean.FALSE) {
                    runtime.setAndCoercePropertyAndCheck$Ex(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component, Lit980, Lit5060, Boolean.FALSE, Lit173);
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit45, frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component);
                    if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty)), Lit5061, "list to csv row"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5062, "dictionary lookup")), Lit5063, "string contains") != Boolean.FALSE) {
                        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Cannot delete from Watchlist if there are one or more Active/Basket Orders");
                        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                        return runtime.setAndCoercePropertyAndCheck$Ex(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component, Lit980, Lit5060, Boolean.TRUE, Lit173);
                    }
                    if (runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit5064) == Boolean.FALSE) {
                        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Delete option from search only available for Pro Users");
                        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                        return runtime.setAndCoercePropertyAndCheck$Ex(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component, Lit980, Lit5060, Boolean.TRUE, Lit173);
                    }
                    ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit200, runtime.$Stthe$Mnnull$Mnvalue$St);
                    ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnlookup;
                    if (z2) {
                        callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
                    }
                    applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod7, LList.list3(OSOutcomeConstants.OUTCOME_ID, callYailPrimitive, ""), Lit5065, "dictionary lookup"));
                    return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2903, runtime.$Stthe$Mnnull$Mnvalue$St));
                }
                if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5041, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Option,Future"), Lit5042, "list from csv row")), Lit5043, "is in list?") != Boolean.FALSE) {
                    NumberCompare numberCompare = Scheme.numGEq;
                    Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("expiry", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5044, "dictionary lookup"), "-", ""), Lit5045, "replace all");
                    SimpleSymbol simpleSymbol = Lit198;
                    if (runtime.callYailPrimitive(numberCompare, LList.list2(callYailPrimitive2, runtime.callComponentMethod(simpleSymbol, Lit2080, LList.list2(runtime.callComponentMethod(simpleSymbol, Lit420, LList.Empty, LList.Empty), "yyyyMMdd"), Lit5046)), Lit5047, ">=") == Boolean.FALSE) {
                        applyToArgs = Scheme.applyToArgs;
                        lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                        str = "Cannot add fno, already expired !";
                        applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, "", str);
                        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                    }
                }
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("OPTION_CHAIN", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5048, "dictionary lookup")), Lit5049, "=") != Boolean.FALSE) {
                    SimpleSymbol simpleSymbol2 = Lit78;
                    if (z2) {
                        callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
                    }
                    runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol2, callYailPrimitive);
                    return runtime.callComponentMethod(Lit5050, Lit5051, LList.Empty, LList.Empty);
                }
                boolean z3 = callComponentMethod2 instanceof Package;
                if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5052, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit5053, "make a list"), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : callComponentMethod2), Lit5054, "list by walking key path in dictionary")), Lit5055, "is in list?")), Lit5056, "not") == Boolean.FALSE) {
                    Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Already added to Watchlist");
                    return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                }
                if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : callComponentMethod2), Lit5057, "length of list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit5058)), Lit5059, ">=") != Boolean.FALSE) {
                    applyToArgs = Scheme.applyToArgs;
                    lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                    str = "Reached Watchlist limit, try deleting few";
                    applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, "", str);
                    return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                }
                SimpleSymbol simpleSymbol3 = Lit78;
                if (z2) {
                    callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
                }
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, callYailPrimitive);
                runtime.setAndCoercePropertyAndCheck$Ex(frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component, Lit980, Lit5060, Boolean.FALSE, Lit173);
                runtime.addGlobalVarToCurrentFormEnvironment(Lit45, frame60Var.$component instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : frame60Var.$component);
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2366, runtime.$Stthe$Mnnull$Mnvalue$St));
                return "ignored";
            }
        }
        return Values.empty;
    }

    public Object any$NiotronCardView$Click(Object obj, Object obj2) {
        Object obj3;
        Object callYailPrimitive;
        Object obj4;
        Object obj5;
        Object obj6;
        Object obj7;
        Object apply3;
        Object obj8;
        Object obj9;
        Object obj10;
        Object obj11;
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        if (runtime.callComponentMethod(Lit741, Lit4907, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit5067) == Boolean.FALSE) {
            Object obj12 = sanitizeComponentData;
            SimpleSymbol simpleSymbol = Lit4009;
            SimpleSymbol simpleSymbol2 = Lit4907;
            if (z) {
                obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj12), Lit5107) != Boolean.FALSE ? Boolean.FALSE : Values.empty;
        }
        Object callComponentMethod = runtime.callComponentMethod(Lit741, Lit4914, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit5068);
        boolean z2 = callComponentMethod instanceof Package;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "CVO~"), Lit5069, "string contains") != Boolean.FALSE) {
            obj3 = sanitizeComponentData;
            callYailPrimitive = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, "CVO~", ""), Lit5070, "replace all"), "#", "\""), Lit5071, "replace all"), "!", "'"), Lit5072, "replace all");
        } else {
            obj3 = sanitizeComponentData;
            callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        }
        SimpleSymbol simpleSymbol3 = Lit134;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callComponentMethod(Lit741, Lit4914, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : obj3), Lit5073), "CVO~"), Lit5074, "string contains") == Boolean.FALSE) {
            callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
        } else if (callYailPrimitive instanceof Package) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5075), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, callYailPrimitive);
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callComponentMethod(Lit741, Lit4914, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : obj3), Lit5076), "O~"), Lit5077, "string contains") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            SimpleSymbol simpleSymbol4 = Lit1365;
            SimpleSymbol simpleSymbol5 = Lit151;
            obj5 = "string contains";
            ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
            obj4 = "O~";
            SimpleSymbol simpleSymbol6 = Lit741;
            SimpleSymbol simpleSymbol7 = Lit4914;
            if (z) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
            }
            apply3 = runtime.callYailPrimitive(moduleMethod, LList.list3("symbol", runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list3(runtime.callComponentMethod(simpleSymbol6, simpleSymbol7, LList.list1(obj3), Lit5078), "CVO~", ""), Lit5079, "replace all")), Lit5080), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit5081, "dictionary lookup");
            obj7 = OSOutcomeConstants.OUTCOME_ID;
            obj6 = "CVW~";
        } else {
            obj4 = "O~";
            obj5 = "string contains";
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1883, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod3 = runtime.string$Mnreplace$Mnall;
            SimpleSymbol simpleSymbol8 = Lit741;
            SimpleSymbol simpleSymbol9 = Lit4914;
            if (z) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
            }
            Object callComponentMethod2 = runtime.callComponentMethod(simpleSymbol8, simpleSymbol9, LList.list1(obj3), Lit5082);
            obj6 = "CVW~";
            Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod3, LList.list3(callComponentMethod2, obj6, ""), Lit5083, "replace all");
            obj7 = OSOutcomeConstants.OUTCOME_ID;
            apply3 = applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive2, obj7);
        }
        boolean z3 = apply3 instanceof Package;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit78, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : apply3);
        Object obj13 = apply3;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit53, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj7, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : apply3, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, obj6, ""), Lit5084, "replace all")), Lit5085, "dictionary lookup"));
        runtime.addGlobalVarToCurrentFormEnvironment(Lit5039, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : obj13, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit5086, "dictionary lookup"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit80, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit5087, "dictionary lookup"), "{ID}", runtime.callComponentMethod(Lit150, Lit2680, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj7, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), "Unbound Variable") : obj13, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit5088, "dictionary lookup")), Lit5089)), Lit5090, "replace all"));
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod4 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnlookup;
        if (z3) {
            obj8 = "Unbound Variable";
            obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), obj8);
        } else {
            obj8 = "Unbound Variable";
            obj9 = obj13;
        }
        Object obj14 = obj8;
        applyToArgs2.apply3(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod4, LList.list3(runtime.callYailPrimitive(moduleMethod5, LList.list3(runtime.callYailPrimitive(moduleMethod6, LList.list3("entity_type", obj9, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit5091, "dictionary lookup"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit80, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit5092, "dictionary lookup"), "{ID}", runtime.callComponentMethod(Lit150, Lit2680, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(obj7, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), " is not bound in the current context"), obj8) : obj13, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit5093, "dictionary lookup")), Lit5094)), Lit5095, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150));
        Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(HttpConnection.CONTENT_TYPE, "application/json"), Lit5096, "make a list")), Lit5097, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("=+.1(xvo+.,!m9)7,,/8%6 1S\u0014\u001d\u0004\\\u000b\u0001\u0001Z\u001c\u0017N+\u0010\u0016\u0006\u0004\u000b\u00074\b\u000eN3\u0000\u0016#\u001f\r\u001dF", "biouhphp"), Lit5098, "deobfuscate text"), Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("K\rnGW\\\u0003/t~o.\"(1)onb\u000f!67?41\f;~y}rzh\u00028!=\u0007OIK\u0015\u0005\u000e\u0005\u0019ZLC+\u000f\u0000\u000e\u0004\u0015\f.\u0017^@D\t\u0000\u000b\u001b\bS\u0012", "ukxvsnu"), Lit5099, "deobfuscate text"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{seg},{tok}"), Lit5100, "list from csv row"), runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("token", runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit5101), ""), Lit5102, "dictionary lookup"), GetNamedPart.CAST_METHOD_NAME), Lit5103, "split")), runtime.lookupInCurrentFormEnvironment(Lit150)});
        SimpleSymbol simpleSymbol10 = Lit3433;
        SimpleSymbol simpleSymbol11 = Lit172;
        ModuleMethod moduleMethod7 = runtime.string$Mncontains;
        if (z2) {
            obj10 = obj14;
            obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), obj10);
        } else {
            obj10 = obj14;
            obj11 = callComponentMethod;
        }
        Object obj15 = obj4;
        Object obj16 = obj5;
        runtime.setAndCoerceProperty$Ex(simpleSymbol10, simpleSymbol11, runtime.callYailPrimitive(moduleMethod7, LList.list2(obj11, obj15), Lit5104, obj16), Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3478, Lit172, runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), obj10) : callComponentMethod, obj15), Lit5105, obj16), Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4038, Lit172, runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), obj10) : callComponentMethod, obj15), Lit5106, obj16), Lit173);
    }

    public class frame61 extends ModuleBody {
        Object $x;
        final ModuleMethod proc$Fn586 = new ModuleMethod(this, 120, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            return moduleMethod.selector == 120 ? lambda587proc(obj) : super.apply1(moduleMethod, obj);
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 120) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public Object lambda587proc(Object obj) {
            Object obj2 = obj;
            boolean z = obj2 instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj2), Screen1.Lit5113), ""), Screen1.Lit5114, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("PENDING,ACTIVE,BASKET"), Screen1.Lit5115, "list from csv row")), Screen1.Lit5116, "is in list?") == Boolean.FALSE) {
                return Values.empty;
            }
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
            Object obj3 = this.$x;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit7), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", OSOutcomeConstants.OUTCOME_ID), Screen1.Lit5117, "make a list");
            SimpleSymbol simpleSymbol = Screen1.Lit150;
            SimpleSymbol simpleSymbol2 = Screen1.Lit151;
            if (z) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj3, runtime.callYailPrimitive(moduleMethod2, LList.list3(callYailPrimitive, runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj2), Screen1.Lit5118), ""), Screen1.Lit5119, "dictionary recursive lookup")), Screen1.Lit5120, "add items to list");
        }
    }

    public Object any$NiotronCardView$LongClick(Object obj, Object obj2) {
        frame61 frame61Var = new frame61();
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        if (runtime.callComponentMethod(Lit741, Lit4907, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit5109) != Boolean.FALSE) {
            if (runtime.get$Mnproperty.apply2(Lit3368, Lit172) != Boolean.FALSE) {
                ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
                SimpleSymbol simpleSymbol = Lit741;
                SimpleSymbol simpleSymbol2 = Lit4914;
                if (z) {
                    sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
                }
                Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list3(runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(sanitizeComponentData), Lit5110), "CVW~", ""), Lit5111, "replace all");
                runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit5112);
                frame61Var.$x = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
                ModuleMethod moduleMethod2 = frame61Var.proc$Fn586;
                runtime.yailForEach(frame61Var.proc$Fn586, runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty));
                boolean z2 = callYailPrimitive instanceof Package;
                if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, frame61Var.$x instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7), " is not bound in the current context"), "Unbound Variable") : frame61Var.$x), Lit5121, "is in list?") != Boolean.FALSE) {
                    return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Cannot delete from Watchlist if there are one or more Pending/Active/Basket Orders");
                }
                SimpleSymbol simpleSymbol3 = Lit38;
                if (z2) {
                    callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1898), " is not bound in the current context"), "Unbound Variable");
                }
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, callYailPrimitive);
                return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "Delete?", "Are you sure you want to delete?", "Cancel", "Delete", Boolean.TRUE});
            }
            if (runtime.get$Mnproperty.apply2(Lit3404, Lit172) != Boolean.FALSE) {
                return Boolean.FALSE;
            }
        }
        return Values.empty;
    }

    public Object any$NiotronMaterialTextBox$OnFocusChange(Object obj, Object obj2, Object obj3) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj3);
        runtime.setThisForm();
        boolean z = sanitizeComponentData2 instanceof Package;
        if (!z ? sanitizeComponentData2 != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5123), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mnnot;
            if (z) {
                sanitizeComponentData2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5123), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod, LList.list1(sanitizeComponentData2), Lit5125, "not") != Boolean.FALSE) {
                boolean z2 = sanitizeComponentData instanceof Package;
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("", runtime.getPropertyAndCheck(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, Lit3341, Lit6)), Lit5126, "=") != Boolean.FALSE) {
                    if (z2) {
                        sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
                    }
                    return runtime.setAndCoercePropertyAndCheck$Ex(sanitizeComponentData, Lit3341, Lit6, " ", Lit9);
                }
            }
        } else {
            boolean z3 = sanitizeComponentData instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(" ", runtime.getPropertyAndCheck(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, Lit3341, Lit6)), Lit5124, "=") != Boolean.FALSE) {
                if (z3) {
                    sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
                }
                return runtime.setAndCoercePropertyAndCheck$Ex(sanitizeComponentData, Lit3341, Lit6, "", Lit9);
            }
        }
        return Values.empty;
    }

    public Object any$NiotronMaterialTextBox$OnTextChange(Object obj, Object obj2, Object obj3) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.sanitizeComponentData(obj3);
        runtime.setThisForm();
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentTypeMethod(sanitizeComponentData, Lit3341, Lit2841, LList.list1(Boolean.FALSE), Lit5128);
    }

    public class frame62 extends ModuleBody {
        Object $id;
        Object $isChecked;
        final ModuleMethod lambda$Fn587 = new ModuleMethod(this, 121, null, 0);
        final ModuleMethod lambda$Fn588 = new ModuleMethod(this, 122, null, 0);
        final ModuleMethod lambda$Fn590 = new ModuleMethod(this, 123, null, 0);
        final ModuleMethod lambda$Fn591 = new ModuleMethod(this, 124, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 121:
                    return lambda588();
                case 122:
                    return lambda589();
                case 123:
                    return lambda591();
                case 124:
                    return lambda592();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 121:
                case 122:
                case 123:
                case 124:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        static Object lambda590() {
            return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("ACTIVE", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Screen1.Lit5134), ""), Screen1.Lit5135, "dictionary lookup")), Screen1.Lit5136, "=");
        }

        Object lambda588() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            Object obj = this.$id;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,PRC,ADV"), Screen1.Lit5131, "list from csv row")), Screen1.Lit5132, "is in list?");
        }

        Object lambda589() {
            Object obj = this.$isChecked;
            return obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5133), " is not bound in the current context"), "Unbound Variable") : obj;
        }

        Object lambda591() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            Object obj = this.$id;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,PRC,ADV"), Screen1.Lit5138, "list from csv row")), Screen1.Lit5139, "is in list?");
        }

        Object lambda592() {
            Object obj = this.$isChecked;
            return obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5133), " is not bound in the current context"), "Unbound Variable") : obj;
        }
    }

    public Object any$NiotronMaterialToggleButton$Click(Object obj, Object obj2, Object obj3, Object obj4) {
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        SimpleSymbol simpleSymbol4;
        Pair list2;
        PairWithPosition pairWithPosition;
        frame62 frame62Var = new frame62();
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj3);
        frame62Var.$isChecked = runtime.sanitizeComponentData(obj4);
        frame62Var.$id = sanitizeComponentData2;
        runtime.setThisForm();
        SimpleSymbol simpleSymbol5 = Lit4009;
        SimpleSymbol simpleSymbol6 = Lit4907;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list1(sanitizeComponentData), Lit5130) == Boolean.FALSE) {
            return Values.empty;
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit34, frame62Var.$id instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable") : frame62Var.$id);
        if (runtime.processAndDelayed$V(new Object[]{frame62Var.lambda$Fn587, frame62Var.lambda$Fn588, lambda$Fn589}) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit378, Lit4037, Boolean.FALSE, Lit173);
            simpleSymbol = Lit378;
            simpleSymbol2 = Lit963;
            simpleSymbol3 = Lit160;
            simpleSymbol4 = Lit161;
            list2 = LList.list2("Level1BG", Lit964);
            pairWithPosition = Lit5137;
        } else {
            if (runtime.processAndDelayed$V(new Object[]{frame62Var.lambda$Fn590, frame62Var.lambda$Fn591}) == Boolean.FALSE) {
                runtime.setAndCoerceProperty$Ex(Lit378, Lit963, Lit5141, Lit720);
                runtime.setAndCoerceProperty$Ex(Lit378, Lit4037, Boolean.FALSE, Lit173);
                return runtime.setAndCoerceProperty$Ex(Lit378, Lit6, "", Lit9);
            }
            runtime.setAndCoerceProperty$Ex(Lit378, Lit4037, Boolean.TRUE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit378, Lit6, runtime.get$Mnproperty.apply2(Lit379, Lit6), Lit9);
            simpleSymbol = Lit378;
            simpleSymbol2 = Lit963;
            simpleSymbol3 = Lit160;
            simpleSymbol4 = Lit161;
            list2 = LList.list2("Level1BG", Lit964);
            pairWithPosition = Lit5140;
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, list2, pairWithPosition), Lit720);
    }

    public Object any$VerticalArrangement$Click(Object obj, Object obj2) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        if (runtime.callComponentMethod(Lit4009, Lit4907, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit5143) == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit151;
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit308, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
        SimpleSymbol simpleSymbol3 = Lit4009;
        SimpleSymbol simpleSymbol4 = Lit4914;
        if (z) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4908), " is not bound in the current context"), "Unbound Variable");
        }
        Object callComponentMethod = runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod, LList.list2(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod2, LList.list3(runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(sanitizeComponentData), Lit5144), FirebaseAnalytics.Event.SEARCH, ""), Lit5145, "replace all")), Lit5146, "select list item")), Lit5147);
        Object callComponentMethod2 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit5148);
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mndictionary;
        boolean z2 = callComponentMethod instanceof Package;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(OSOutcomeConstants.OUTCOME_ID, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5149, "dictionary lookup"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit101, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit5150, "dictionary lookup"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5151, "dictionary lookup")), Lit5152, "make a pair"));
        LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("search_id", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("search_id", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5153, "dictionary lookup")), Lit5154, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("underlying_search_id", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("underlying_search_id", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5155, "dictionary lookup")), Lit5156, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("entity_type", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5157, "dictionary lookup")), Lit5158, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5159, "dictionary lookup")), Lit5160, "make a pair"));
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, list1, Lit5161, "make a dictionary");
        boolean z3 = callYailPrimitive instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("OPTION_CHAIN", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5162, "dictionary lookup")), Lit5163, "=") != Boolean.FALSE) {
            SimpleSymbol simpleSymbol5 = Lit78;
            if (z3) {
                callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol5, callYailPrimitive);
            return runtime.callComponentMethod(Lit5050, Lit5051, LList.Empty, LList.Empty);
        }
        boolean z4 = callComponentMethod2 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5164, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit5165, "make a list"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : callComponentMethod2), Lit5166, "list by walking key path in dictionary")), Lit5167, "is in list?")), Lit5168, "not") == Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Already added to Watchlist");
        }
        SimpleSymbol simpleSymbol6 = Lit78;
        if (z3) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol6, callYailPrimitive);
        if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : callComponentMethod2), Lit5169, "length of list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit5170)), Lit5171, ">=") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Reached Watchlist limit, try deleting few");
        }
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2366, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda593() {
        return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3848, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("accept", "application/json"), Lit5174, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("Authorization", "Basic NjhkYjFlNTktZWE2NS00OTZkLWIwMzktNWY5NjY0OWExNzU5"), Lit5175, "make a list")), Lit5176, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("i\u007fdaz<-\u001dV]MZXYT[]\u0015CNT\u0019SR@\fN\b\u000e@E^HMYRHRK=7 w(!.\u000535ft$igku}rua\"-+gu}cid$z\u0016K^\r[GHIK\u0010K\u0001\u0002HOT\u000e\u0000\u000e\u0011\r\\[ZL\n\u0002\u001e\u0015TW", "gntrkgbm"), Lit5177, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
    }

    static Procedure lambda594() {
        return lambda$Fn594;
    }

    static Object lambda595() {
        return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3848, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("accept", "application/json"), Lit5178, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("Authorization", "Basic NjhkYjFlNTktZWE2NS00OTZkLWIwMzktNWY5NjY0OWExNzU5"), Lit5179, "make a list")), Lit5180, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("i\u007fdaz<-\u001dV]MZXYT[]\u0015CNT\u0019SR@\fN\b\u000e@E^HMYRHRK=7 w(!.\u000535ft$igku}rua\"-+gu}cid$z\u0016K^\r[GHIK\u0010K\u0001\u0002HOT\u000e\u0000\u000e\u0011\r\\[ZL\n\u0002\u001e\u0015TW", "gntrkgbm"), Lit5181, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150));
    }

    static Object lambda596() {
        return runtime.callComponentMethod(Lit2789, Lit1656, LList.Empty, LList.Empty);
    }

    static Procedure lambda597() {
        return lambda$Fn597;
    }

    static Object lambda598() {
        return runtime.callComponentMethod(Lit2789, Lit1656, LList.Empty, LList.Empty);
    }

    static Object lambda599() {
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit628, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
    }

    static Procedure lambda600() {
        return lambda$Fn600;
    }

    static Object lambda601() {
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit628, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
    }

    static Object lambda602() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
    }

    static Object lambda603() {
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("5(-", "fxcfrokb"), Lit5184, "deobfuscate text"), Boolean.FALSE), Lit5185) == Boolean.FALSE) {
            return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("subscription"), Lit5191, "open another screen");
        }
        Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("accept", "application/json"), Lit5186, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("content-type", "application/json"), Lit5187, "make a list")), Lit5188, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("GRWRP\u001d\u000e\u0003OMK%u1?168813480y=4'd.9-n>(6&+=%/1 \u0000\u001a\n\rV\tD\\\u0013\u0003\u001e^\u000e\u001c\u0007\u0010\f\u0019\u0001\u000fC\u001d\u000e\u001d\u0007\u001f\u0014L\u000f\u0002\u0019", "eokeeb"), Lit5189, "deobfuscate text"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("Ü\u009bÉÈÏ÷×ÌÛÔ\u0086\u0094ñòç÷¾º\u0083³£¨¦¯«ãîîïâ© ´¼\u00ad´¨ \u008c¹¶¡¡ìÉÒÉÙÕ\u0085\u0095\u009b\u0092\u008cÁÇÎÑØÜ\u008c\u0086\u009d\u0096\u0082\u008dÎÜÛÄÑ\u009e\u008a\u0096\u0089\u008b}d)/5OS47:pi~s`Agao`%#.$'*`yneq}\u0011\n\t\u0017\u001b\u000bOCY[BIZF[LZ\u007fRA\u0005\u0003\u000e\u0004\u0007\n@HNCGFqjiw{k52yba\u007fsc!-&2\u0004,#{vdidq9&<!\"\u001a\u001e\u000e*\u0012\u0007\u001d\u0014\u0017\u001d\u0007_EPX\\\u0000\u0001\u000f\u0000\u0000\u0016\u001e\u001f4\u0001\u0017OUC\u0019", "lsenlnvi"), Lit5190, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150)});
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Procedure lambda604() {
        return lambda$Fn604;
    }

    static Object lambda605() {
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("5(-", "fxcfrokb"), Lit5192, "deobfuscate text"), Boolean.FALSE), Lit5193) == Boolean.FALSE) {
            return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("subscription"), Lit5199, "open another screen");
        }
        Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit522, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("accept", "application/json"), Lit5194, "make a list"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("content-type", "application/json"), Lit5195, "make a list")), Lit5196, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("GRWRP\u001d\u000e\u0003OMK%u1?168813480y=4'd.9-n>(6&+=%/1 \u0000\u001a\n\rV\tD\\\u0013\u0003\u001e^\u000e\u001c\u0007\u0010\f\u0019\u0001\u000fC\u001d\u000e\u001d\u0007\u001f\u0014L\u000f\u0002\u0019", "eokeeb"), Lit5197, "deobfuscate text"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("Ü\u009bÉÈÏ÷×ÌÛÔ\u0086\u0094ñòç÷¾º\u0083³£¨¦¯«ãîîïâ© ´¼\u00ad´¨ \u008c¹¶¡¡ìÉÒÉÙÕ\u0085\u0095\u009b\u0092\u008cÁÇÎÑØÜ\u008c\u0086\u009d\u0096\u0082\u008dÎÜÛÄÑ\u009e\u008a\u0096\u0089\u008b}d)/5OS47:pi~s`Agao`%#.$'*`yneq}\u0011\n\t\u0017\u001b\u000bOCY[BIZF[LZ\u007fRA\u0005\u0003\u000e\u0004\u0007\n@HNCGFqjiw{k52yba\u007fsc!-&2\u0004,#{vdidq9&<!\"\u001a\u001e\u000e*\u0012\u0007\u001d\u0014\u0017\u001d\u0007_EPX\\\u0000\u0001\u000f\u0000\u0000\u0016\u001e\u001f4\u0001\u0017OUC\u0019", "lsenlnvi"), Lit5198, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit150)});
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public class frame63 extends ModuleBody {
        Object $totCurrPL;
        final ModuleMethod proc$Fn623 = new ModuleMethod(this, 135, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 135) {
                return super.apply1(moduleMethod, obj);
            }
            lambda624proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 135) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda613proc(Object obj) {
            int i;
            Object obj2;
            Object obj3;
            Object obj4;
            Object obj5;
            Object obj6;
            Object obj7;
            Object obj8;
            Object obj9;
            Object obj10;
            Object obj11;
            char c;
            char c2;
            char c3;
            Object obj12;
            Object obj13;
            Object obj14;
            Object obj15;
            Object obj16;
            int i2;
            Object obj17;
            frame64 frame64Var = new frame64();
            boolean z = obj instanceof Package;
            frame64Var.$order = runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit161, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit5212);
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(Screen1.Lit1365, Screen1.Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit5213), ""), Screen1.Lit5214, "dictionary lookup")), Screen1.Lit5215, "dictionary lookup");
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", OSOutcomeConstants.OUTCOME_ID), Screen1.Lit5216, "make a list"), frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5217, "dictionary recursive lookup");
            Object obj18 = "dictionary recursive lookup";
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5218, "lookup in pairs");
            Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5219, "dictionary lookup");
            frame64Var.$ordertype = callYailPrimitive3;
            frame64Var.$orderStatus = callYailPrimitive;
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            if (callYailPrimitive2 instanceof Package) {
                callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5220), " is not bound in the current context"), "Unbound Variable");
            }
            frame64Var.$ltp = runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive2, runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit4292, runtime.$Stthe$Mnnull$Mnvalue$St), Screen1.Lit141), Screen1.Lit5221, "dictionary lookup");
            Object processAndDelayed$V = runtime.processAndDelayed$V(new Object[]{frame64Var.lambda$Fn613, frame64Var.lambda$Fn614});
            Boolean bool = Boolean.FALSE;
            Object obj19 = OSOutcomeConstants.OUTCOME_ID;
            if (processAndDelayed$V == bool) {
                if (runtime.processAndDelayed$V(new Object[]{frame64Var.lambda$Fn615, frame64Var.lambda$Fn616}) != Boolean.FALSE) {
                    ApplyToArgs applyToArgs = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit432, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object signalRuntimeError = frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order;
                    if (frame64Var.$ltp instanceof Package) {
                        i = 2;
                        obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable");
                    } else {
                        i = 2;
                        obj2 = frame64Var.$ltp;
                    }
                    Object apply3 = applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, signalRuntimeError, obj2);
                    Object[] objArr = new Object[i];
                    objArr[0] = frame64Var.lambda$Fn617;
                    objArr[1] = frame64Var.lambda$Fn618;
                    if (runtime.processAndDelayed$V(objArr) != Boolean.FALSE) {
                        obj3 = apply3;
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5281, "dictionary lookup"), "SELL"), Screen1.Lit5282, "=") != Boolean.FALSE) {
                            obj4 = "join";
                            obj5 = "=";
                            obj6 = runtime.callYailPrimitive(Scheme.numLss, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5283, "dictionary lookup"), Screen1.Lit141), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5284, "<");
                        } else {
                            obj4 = "join";
                            obj5 = "=";
                            obj6 = runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5285, "dictionary lookup"), Screen1.Lit141), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5286, ">");
                        }
                    } else {
                        obj3 = apply3;
                        obj4 = "join";
                        obj5 = "=";
                        obj6 = Boolean.FALSE;
                    }
                    if (runtime.processAndDelayed$V(new Object[]{frame64Var.lambda$Fn619, frame64Var.lambda$Fn620}) != Boolean.FALSE) {
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5290, "dictionary lookup"), "SELL"), Screen1.Lit5291, obj5) != Boolean.FALSE) {
                            obj7 = runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5292, "dictionary lookup"), Screen1.Lit141), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5293, ">");
                        } else {
                            obj7 = runtime.callYailPrimitive(Scheme.numLss, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5294, "dictionary lookup"), Screen1.Lit141), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5295, "<");
                        }
                    } else {
                        obj7 = Boolean.FALSE;
                    }
                    frame64Var.$ADV_exec = obj7;
                    frame64Var.$LMT_exec = obj6;
                    Object obj20 = obj3;
                    boolean z2 = obj20 instanceof Package;
                    runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RO~", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit5296, obj4)), Screen1.Lit5297), Screen1.Lit980, Screen1.Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<font color=gray><BR>{PL}</font><br><small><font color=gray>LTP</font></small> {LTP}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Screen1.Lit5298, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable") : obj20), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable") : obj20, frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5299, "yail-divide"), Screen1.Lit435), Screen1.Lit5300, "*")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", runtime.callComponentMethod(Screen1.Lit1365, Screen1.Lit151, LList.list1(frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order), Screen1.Lit5301), ""), Screen1.Lit5302, "dictionary lookup"))), Screen1.Lit5303, "make a list")), Screen1.Lit9);
                    if (runtime.processOrDelayed$V(new Object[]{frame64Var.lambda$Fn621, frame64Var.lambda$Fn622}) != Boolean.FALSE) {
                        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                        Object[] objArr2 = new Object[6];
                        objArr2[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit472, runtime.$Stthe$Mnnull$Mnvalue$St);
                        objArr2[1] = Screen1.Lit5306;
                        objArr2[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("👍 ordertype Executed 👍:", "ordertype", frame64Var.$ordertype instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ordertype), Screen1.Lit5307, "replace all"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", obj19), Screen1.Lit5308, "make a list"), frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5309, obj18)), Screen1.Lit5310, obj4);
                        objArr2[3] = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("ordertype: {LMT} LTP: {LTP}", "ordertype", frame64Var.$ordertype instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ordertype), Screen1.Lit5311, "replace all"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{LMT},{LTP}"), Screen1.Lit5312, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5313, "dictionary lookup"), Screen1.Lit141), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5314, "make a list"));
                        objArr2[4] = Boolean.TRUE;
                        objArr2[5] = "";
                        applyToArgs2.applyN(objArr2);
                        runtime.addGlobalVarToCurrentFormEnvironment(Screen1.Lit134, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj);
                        return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit411, runtime.$Stthe$Mnnull$Mnvalue$St), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("👍 ordertype Executed 👍:", "ordertype", frame64Var.$ordertype instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ordertype), Screen1.Lit5315, "replace all"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", obj19), Screen1.Lit5316, "make a list"), frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5317, obj18)), Screen1.Lit5318, obj4), "lmtadvHit");
                    }
                }
                return Values.empty;
            }
            Object apply32 = Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp);
            Object obj21 = "=";
            if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SL", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5225, "dictionary lookup")), Screen1.Lit141), Screen1.Lit5226, ">") != Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5227, "dictionary lookup"), "SELL"), Screen1.Lit5228, obj21) != Boolean.FALSE) {
                    obj21 = obj21;
                    obj8 = runtime.callYailPrimitive(Scheme.numLss, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SL", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5229, "dictionary lookup")), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5230, "<");
                } else {
                    obj21 = obj21;
                    obj8 = runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SL", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5231, "dictionary lookup")), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5232, ">");
                }
            } else {
                obj8 = Boolean.FALSE;
            }
            Object obj22 = obj8;
            if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TGT", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5233, "dictionary lookup")), Screen1.Lit141), Screen1.Lit5234, ">") != Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5235, "dictionary lookup"), "SELL"), Screen1.Lit5236, obj21) != Boolean.FALSE) {
                    obj9 = runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TGT", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5237, "dictionary lookup")), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5238, ">");
                } else {
                    obj9 = runtime.callYailPrimitive(Scheme.numLss, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TGT", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5239, "dictionary lookup")), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5240, "<");
                }
            } else {
                obj9 = Boolean.FALSE;
            }
            Object callComponentMethod = runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RO~", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit5241, "join")), Screen1.Lit5242);
            SimpleSymbol simpleSymbol = Screen1.Lit980;
            SimpleSymbol simpleSymbol2 = Screen1.Lit6;
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object obj23 = obj9;
            Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Screen1.Lit5243, "list from csv row");
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            Object obj24 = "join";
            boolean z3 = apply32 instanceof Package;
            Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable") : apply32);
            Object signalRuntimeError2 = frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp;
            Object apply22 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable") : apply32, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5244, "dictionary lookup"))), Screen1.Lit5245, "yail-divide"), Screen1.Lit435), Screen1.Lit5246, "*"));
            ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            MultiplyOp multiplyOp = MultiplyOp.$St;
            if (z3) {
                obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable");
                obj10 = callYailPrimitive4;
            } else {
                obj10 = callYailPrimitive4;
                obj11 = apply32;
            }
            boolean z4 = obj10 instanceof Package;
            runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol, simpleSymbol2, applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment2, "<font color={color}>{PL}<BR>({PLPCT}%)</font><br><small><font color=gray>LTP</font></small> {LTP}", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod2, LList.list4(apply2, signalRuntimeError2, apply22, applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(multiplyOp, LList.list2(obj11, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2272), " is not bound in the current context"), "Unbound Variable") : obj10), Screen1.Lit5247, "*"))), Screen1.Lit5248, "make a list")), Screen1.Lit9);
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mncombine$Mndicts;
            Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit362, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mndictionary;
            ModuleMethod moduleMethod5 = runtime.make$Mndictionary$Mnpair;
            Object signalRuntimeError3 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            Object obj25 = obj10;
            if (z3) {
                c3 = 0;
                c2 = 1;
                c = 2;
                obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 2;
                c2 = 1;
                c3 = 0;
                obj12 = apply32;
            }
            if (z4) {
                Object[] objArr3 = new Object[3];
                objArr3[c3] = "The variable ";
                objArr3[c2] = runtime.getDisplayRepresentation(Screen1.Lit2272);
                objArr3[c] = " is not bound in the current context";
                obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
            } else {
                obj13 = obj25;
            }
            runtime.callYailPrimitive(moduleMethod3, LList.list2(lookupGlobalVarInCurrentFormEnvironment4, runtime.callYailPrimitive(moduleMethod4, LList.list1(runtime.callYailPrimitive(moduleMethod5, LList.list2(signalRuntimeError3, runtime.callYailPrimitive(multiplyOp2, LList.list2(obj12, obj13), Screen1.Lit5249, "*")), Screen1.Lit5250, "make a pair")), Screen1.Lit5251, "make a dictionary")), Screen1.Lit5252, "combine 2 dictionaries");
            if (obj22 instanceof Package) {
                if (runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5253), " is not bound in the current context"), "Unbound Variable") == Boolean.FALSE) {
                    obj14 = "";
                    obj15 = "dictionary lookup";
                    obj16 = "symbol";
                    obj17 = obj23;
                    i2 = 3;
                    if (obj17 instanceof Package) {
                        Object[] objArr4 = new Object[i2];
                        objArr4[0] = "The variable ";
                        objArr4[1] = runtime.getDisplayRepresentation(Screen1.Lit5264);
                        objArr4[2] = " is not bound in the current context";
                    }
                }
            } else if (obj22 == Boolean.FALSE) {
                obj14 = "";
                obj15 = "dictionary lookup";
                obj16 = "symbol";
                i2 = 3;
                obj17 = obj23;
                if (obj17 instanceof Package) {
                }
            }
            runtime.addGlobalVarToCurrentFormEnvironment(Screen1.Lit134, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj);
            Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit411, runtime.$Stthe$Mnnull$Mnvalue$St), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("❌ SL Hit ❌: ", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", obj19), Screen1.Lit5254, "make a list"), frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, "not found"), Screen1.Lit5255, obj18)), Screen1.Lit5256, obj24), "slhit");
            ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
            Object[] objArr5 = new Object[6];
            objArr5[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit472, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr5[1] = Screen1.Lit5257;
            obj16 = "symbol";
            objArr5[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("❌ SL Hit ❌: ", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", obj19), Screen1.Lit5258, "make a list"), frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, ""), Screen1.Lit5259, obj18)), Screen1.Lit5260, obj24);
            obj24 = obj24;
            obj18 = obj18;
            obj19 = obj19;
            obj14 = "";
            obj15 = "dictionary lookup";
            i2 = 3;
            objArr5[3] = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "SL: {SL} Avg Price: {EntryLTP}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{SL},{EntryLTP}"), Screen1.Lit5261, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SL", frame64Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame64Var.$order, Screen1.Lit141), Screen1.Lit5262, obj15), Screen1.Lit141), frame64Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame64Var.$ltp), Screen1.Lit5263, "make a list"));
            objArr5[4] = Boolean.TRUE;
            objArr5[5] = obj14;
            applyToArgs5.applyN(objArr5);
            obj17 = obj23;
            if (obj17 instanceof Package) {
            }
        }

        public void lambda624proc(Object obj) {
            boolean z = obj instanceof Package;
            runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, Screen1.Lit19), Screen1.Lit5319, "select list item");
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit711), Screen1.Lit5320, "select list item");
            AddOp addOp = AddOp.$Pl;
            Object obj2 = this.$totCurrPL;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5321), " is not bound in the current context"), "Unbound Variable");
            }
            if (callYailPrimitive instanceof Package) {
                callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            this.$totCurrPL = runtime.callYailPrimitive(addOp, LList.list2(obj2, callYailPrimitive), Screen1.Lit5322, "+");
        }
    }

    public class frame64 extends ModuleBody {
        Object $ADV_exec;
        Object $LMT_exec;
        Object $ltp;
        Object $order;
        Object $orderStatus;
        Object $ordertype;
        final ModuleMethod lambda$Fn613 = new ModuleMethod(this, 125, null, 0);
        final ModuleMethod lambda$Fn614 = new ModuleMethod(this, 126, null, 0);
        final ModuleMethod lambda$Fn615 = new ModuleMethod(this, WorkQueueKt.MASK, null, 0);
        final ModuleMethod lambda$Fn616 = new ModuleMethod(this, 128, null, 0);
        final ModuleMethod lambda$Fn617 = new ModuleMethod(this, 129, null, 0);
        final ModuleMethod lambda$Fn618 = new ModuleMethod(this, 130, null, 0);
        final ModuleMethod lambda$Fn619 = new ModuleMethod(this, 131, null, 0);
        final ModuleMethod lambda$Fn620 = new ModuleMethod(this, 132, null, 0);
        final ModuleMethod lambda$Fn621 = new ModuleMethod(this, 133, null, 0);
        final ModuleMethod lambda$Fn622 = new ModuleMethod(this, 134, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 125:
                    return lambda614();
                case 126:
                    return lambda615();
                case WorkQueueKt.MASK:
                    return lambda616();
                case 128:
                    return lambda617();
                case 129:
                    return lambda618();
                case 130:
                    return lambda619();
                case 131:
                    return lambda620();
                case 132:
                    return lambda621();
                case 133:
                    return lambda622();
                case 134:
                    return lambda623();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 125:
                case 126:
                case WorkQueueKt.MASK:
                case 128:
                case 129:
                case 130:
                case 131:
                case 132:
                case 133:
                case 134:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda614() {
            NumberCompare numberCompare = Scheme.numGrt;
            Object obj = this.$ltp;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(obj, Screen1.Lit141), Screen1.Lit5222, ">");
        }

        Object lambda615() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$orderStatus;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5223), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2("ACTIVE", obj), Screen1.Lit5224, "=");
        }

        Object lambda616() {
            NumberCompare numberCompare = Scheme.numGrt;
            Object obj = this.$ltp;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(obj, Screen1.Lit141), Screen1.Lit5275, ">");
        }

        Object lambda617() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$orderStatus;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5223), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2("PENDING", obj), Screen1.Lit5276, "=");
        }

        Object lambda618() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$ordertype;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "LMT"), Screen1.Lit5278, "=");
        }

        Object lambda619() {
            NumberCompare numberCompare = Scheme.numGrt;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod, LList.list3("pendingLTP", obj, Screen1.Lit141), Screen1.Lit5279, "dictionary lookup"), Screen1.Lit141), Screen1.Lit141), Screen1.Lit5280, ">");
        }

        Object lambda620() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$ordertype;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "ADV"), Screen1.Lit5287, "=");
        }

        Object lambda621() {
            NumberCompare numberCompare = Scheme.numGrt;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod, LList.list3("pendingLTP", obj, Screen1.Lit141), Screen1.Lit5288, "dictionary lookup"), Screen1.Lit141), Screen1.Lit141), Screen1.Lit5289, ">");
        }

        Object lambda622() {
            Object obj = this.$LMT_exec;
            return obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5304), " is not bound in the current context"), "Unbound Variable") : obj;
        }

        Object lambda623() {
            Object obj = this.$ADV_exec;
            return obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5305), " is not bound in the current context"), "Unbound Variable") : obj;
        }
    }

    public class frame65 extends ModuleBody {
        Object $totCurrPL;
        final ModuleMethod proc$Fn637 = new ModuleMethod(this, 146, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 146) {
                return super.apply1(moduleMethod, obj);
            }
            lambda638proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 146) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public static Object lambda627proc(Object obj) {
            int i;
            Object obj2;
            Object obj3;
            Object obj4;
            Object obj5;
            Object obj6;
            Object obj7;
            Object obj8;
            Object obj9;
            Object obj10;
            Object obj11;
            char c;
            char c2;
            char c3;
            Object obj12;
            Object obj13;
            Object obj14;
            Object obj15;
            Object obj16;
            int i2;
            Object obj17;
            frame66 frame66Var = new frame66();
            boolean z = obj instanceof Package;
            frame66Var.$order = runtime.callComponentMethod(Screen1.Lit156, Screen1.Lit161, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit5323);
            Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, runtime.callComponentMethod(Screen1.Lit1365, Screen1.Lit151, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit5324), ""), Screen1.Lit5325, "dictionary lookup")), Screen1.Lit5326, "dictionary lookup");
            Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", OSOutcomeConstants.OUTCOME_ID), Screen1.Lit5327, "make a list"), frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5328, "dictionary recursive lookup");
            Object obj18 = "dictionary recursive lookup";
            Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5329, "lookup in pairs");
            Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TotQty", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5330, "dictionary lookup");
            frame66Var.$ordertype = callYailPrimitive3;
            frame66Var.$orderStatus = callYailPrimitive;
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            if (callYailPrimitive2 instanceof Package) {
                callYailPrimitive2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5220), " is not bound in the current context"), "Unbound Variable");
            }
            frame66Var.$ltp = runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive2, runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit4292, runtime.$Stthe$Mnnull$Mnvalue$St), Screen1.Lit141), Screen1.Lit5331, "dictionary lookup");
            Object processAndDelayed$V = runtime.processAndDelayed$V(new Object[]{frame66Var.lambda$Fn627, frame66Var.lambda$Fn628});
            Boolean bool = Boolean.FALSE;
            Object obj19 = OSOutcomeConstants.OUTCOME_ID;
            if (processAndDelayed$V == bool) {
                if (runtime.processAndDelayed$V(new Object[]{frame66Var.lambda$Fn629, frame66Var.lambda$Fn630}) != Boolean.FALSE) {
                    ApplyToArgs applyToArgs = Scheme.applyToArgs;
                    Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit432, runtime.$Stthe$Mnnull$Mnvalue$St);
                    Object signalRuntimeError = frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order;
                    if (frame66Var.$ltp instanceof Package) {
                        i = 2;
                        obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable");
                    } else {
                        i = 2;
                        obj2 = frame66Var.$ltp;
                    }
                    Object apply3 = applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, signalRuntimeError, obj2);
                    Object[] objArr = new Object[i];
                    objArr[0] = frame66Var.lambda$Fn631;
                    objArr[1] = frame66Var.lambda$Fn632;
                    if (runtime.processAndDelayed$V(objArr) != Boolean.FALSE) {
                        obj3 = apply3;
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5385, "dictionary lookup"), "SELL"), Screen1.Lit5386, "=") != Boolean.FALSE) {
                            obj4 = "join";
                            obj5 = "=";
                            obj6 = runtime.callYailPrimitive(Scheme.numLss, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5387, "dictionary lookup"), Screen1.Lit141), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5388, "<");
                        } else {
                            obj4 = "join";
                            obj5 = "=";
                            obj6 = runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5389, "dictionary lookup"), Screen1.Lit141), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5390, ">");
                        }
                    } else {
                        obj3 = apply3;
                        obj4 = "join";
                        obj5 = "=";
                        obj6 = Boolean.FALSE;
                    }
                    if (runtime.processAndDelayed$V(new Object[]{frame66Var.lambda$Fn633, frame66Var.lambda$Fn634}) != Boolean.FALSE) {
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5394, "dictionary lookup"), "SELL"), Screen1.Lit5395, obj5) != Boolean.FALSE) {
                            obj7 = runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5396, "dictionary lookup"), Screen1.Lit141), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5397, ">");
                        } else {
                            obj7 = runtime.callYailPrimitive(Scheme.numLss, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5398, "dictionary lookup"), Screen1.Lit141), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5399, "<");
                        }
                    } else {
                        obj7 = Boolean.FALSE;
                    }
                    frame66Var.$ADV_exec = obj7;
                    frame66Var.$LMT_exec = obj6;
                    Object obj20 = obj3;
                    boolean z2 = obj20 instanceof Package;
                    runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RO~", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit5400, obj4)), Screen1.Lit5401), Screen1.Lit980, Screen1.Lit6, Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<font color=gray><BR>{PL}</font><br><small><font color=gray>LTP</font></small> {LTP}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Screen1.Lit5402, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable") : obj20), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable") : obj20, frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5403, "yail-divide"), Screen1.Lit435), Screen1.Lit5404, "*")), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", runtime.callComponentMethod(Screen1.Lit1365, Screen1.Lit151, LList.list1(frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order), Screen1.Lit5405), ""), Screen1.Lit5406, "dictionary lookup"))), Screen1.Lit5407, "make a list")), Screen1.Lit9);
                    if (runtime.processOrDelayed$V(new Object[]{frame66Var.lambda$Fn635, frame66Var.lambda$Fn636}) != Boolean.FALSE) {
                        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                        Object[] objArr2 = new Object[6];
                        objArr2[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit472, runtime.$Stthe$Mnnull$Mnvalue$St);
                        objArr2[1] = Screen1.Lit5306;
                        objArr2[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("👍 ordertype Executed 👍:", "ordertype", frame66Var.$ordertype instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ordertype), Screen1.Lit5408, "replace all"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", obj19), Screen1.Lit5409, "make a list"), frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5410, obj18)), Screen1.Lit5411, obj4);
                        objArr2[3] = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("ordertype: {LMT} LTP: {LTP}", "ordertype", frame66Var.$ordertype instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ordertype), Screen1.Lit5412, "replace all"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{LMT},{LTP}"), Screen1.Lit5413, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("pendingLTP", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5414, "dictionary lookup"), Screen1.Lit141), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5415, "make a list"));
                        objArr2[4] = Boolean.TRUE;
                        objArr2[5] = "";
                        applyToArgs2.applyN(objArr2);
                        runtime.addGlobalVarToCurrentFormEnvironment(Screen1.Lit134, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj);
                        return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit411, runtime.$Stthe$Mnnull$Mnvalue$St), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("👍 ordertype Executed 👍:", "ordertype", frame66Var.$ordertype instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ordertype), Screen1.Lit5416, "replace all"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", obj19), Screen1.Lit5417, "make a list"), frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5418, obj18)), Screen1.Lit5419, obj4), "lmtadvHit");
                    }
                }
                return Values.empty;
            }
            Object apply32 = Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit432, runtime.$Stthe$Mnnull$Mnvalue$St), frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp);
            Object obj21 = "=";
            if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SL", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5334, "dictionary lookup")), Screen1.Lit141), Screen1.Lit5335, ">") != Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5336, "dictionary lookup"), "SELL"), Screen1.Lit5337, obj21) != Boolean.FALSE) {
                    obj21 = obj21;
                    obj8 = runtime.callYailPrimitive(Scheme.numLss, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SL", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5338, "dictionary lookup")), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5339, "<");
                } else {
                    obj21 = obj21;
                    obj8 = runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SL", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5340, "dictionary lookup")), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5341, ">");
                }
            } else {
                obj8 = Boolean.FALSE;
            }
            Object obj22 = obj8;
            if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TGT", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5342, "dictionary lookup")), Screen1.Lit141), Screen1.Lit5343, ">") != Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("transtype", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5344, "dictionary lookup"), "SELL"), Screen1.Lit5345, obj21) != Boolean.FALSE) {
                    obj9 = runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TGT", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5346, "dictionary lookup")), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5347, ">");
                } else {
                    obj9 = runtime.callYailPrimitive(Scheme.numLss, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("TGT", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5348, "dictionary lookup")), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5349, "<");
                }
            } else {
                obj9 = Boolean.FALSE;
            }
            Object callComponentMethod = runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("RO~", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj), Screen1.Lit5350, "join")), Screen1.Lit5351);
            SimpleSymbol simpleSymbol = Screen1.Lit980;
            SimpleSymbol simpleSymbol2 = Screen1.Lit6;
            ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
            Object obj23 = obj9;
            Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{PLPCT},{PL}"), Screen1.Lit5352, "list from csv row");
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            Object obj24 = "join";
            boolean z3 = apply32 instanceof Package;
            Object apply2 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable") : apply32);
            Object signalRuntimeError2 = frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp;
            Object apply22 = Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndivide, LList.list2(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable") : apply32, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("EntryLTP", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5353, "dictionary lookup"))), Screen1.Lit5354, "yail-divide"), Screen1.Lit435), Screen1.Lit5355, "*"));
            ApplyToArgs applyToArgs4 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
            MultiplyOp multiplyOp = MultiplyOp.$St;
            if (z3) {
                obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable");
                obj10 = callYailPrimitive4;
            } else {
                obj10 = callYailPrimitive4;
                obj11 = apply32;
            }
            boolean z4 = obj10 instanceof Package;
            runtime.setAndCoercePropertyAndCheck$Ex(callComponentMethod, simpleSymbol, simpleSymbol2, applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment2, "<font color={color}>{PL}<BR>({PLPCT}%)</font><br><small><font color=gray>LTP</font></small> {LTP}", callYailPrimitive5, runtime.callYailPrimitive(moduleMethod2, LList.list4(apply2, signalRuntimeError2, apply22, applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment3, runtime.callYailPrimitive(multiplyOp, LList.list2(obj11, z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2272), " is not bound in the current context"), "Unbound Variable") : obj10), Screen1.Lit5356, "*"))), Screen1.Lit5357, "make a list")), Screen1.Lit9);
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mncombine$Mndicts;
            Object lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit362, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mndictionary;
            ModuleMethod moduleMethod5 = runtime.make$Mndictionary$Mnpair;
            Object signalRuntimeError3 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj;
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            Object obj25 = obj10;
            if (z3) {
                c3 = 0;
                c2 = 1;
                c = 2;
                obj12 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit433), " is not bound in the current context"), "Unbound Variable");
            } else {
                c = 2;
                c2 = 1;
                c3 = 0;
                obj12 = apply32;
            }
            if (z4) {
                Object[] objArr3 = new Object[3];
                objArr3[c3] = "The variable ";
                objArr3[c2] = runtime.getDisplayRepresentation(Screen1.Lit2272);
                objArr3[c] = " is not bound in the current context";
                obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
            } else {
                obj13 = obj25;
            }
            runtime.callYailPrimitive(moduleMethod3, LList.list2(lookupGlobalVarInCurrentFormEnvironment4, runtime.callYailPrimitive(moduleMethod4, LList.list1(runtime.callYailPrimitive(moduleMethod5, LList.list2(signalRuntimeError3, runtime.callYailPrimitive(multiplyOp2, LList.list2(obj12, obj13), Screen1.Lit5358, "*")), Screen1.Lit5359, "make a pair")), Screen1.Lit5360, "make a dictionary")), Screen1.Lit5361, "combine 2 dictionaries");
            if (obj22 instanceof Package) {
                if (runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5253), " is not bound in the current context"), "Unbound Variable") == Boolean.FALSE) {
                    obj14 = "";
                    obj15 = "dictionary lookup";
                    obj16 = "symbol";
                    obj17 = obj23;
                    i2 = 3;
                    if (obj17 instanceof Package) {
                        Object[] objArr4 = new Object[i2];
                        objArr4[0] = "The variable ";
                        objArr4[1] = runtime.getDisplayRepresentation(Screen1.Lit5264);
                        objArr4[2] = " is not bound in the current context";
                    }
                }
            } else if (obj22 == Boolean.FALSE) {
                obj14 = "";
                obj15 = "dictionary lookup";
                obj16 = "symbol";
                i2 = 3;
                obj17 = obj23;
                if (obj17 instanceof Package) {
                }
            }
            runtime.addGlobalVarToCurrentFormEnvironment(Screen1.Lit134, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit463), " is not bound in the current context"), "Unbound Variable") : obj);
            Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit411, runtime.$Stthe$Mnnull$Mnvalue$St), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("❌ SL Hit ❌: ", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", obj19), Screen1.Lit5362, "make a list"), frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, "not found"), Screen1.Lit5363, obj18)), Screen1.Lit5364, obj24), "slhit");
            ApplyToArgs applyToArgs5 = Scheme.applyToArgs;
            Object[] objArr5 = new Object[6];
            objArr5[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit472, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr5[1] = Screen1.Lit5257;
            obj16 = "symbol";
            objArr5[2] = runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("❌ SL Hit ❌: ", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("symbol", obj19), Screen1.Lit5365, "make a list"), frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, ""), Screen1.Lit5366, obj18)), Screen1.Lit5367, obj24);
            obj24 = obj24;
            obj18 = obj18;
            obj19 = obj19;
            obj14 = "";
            obj15 = "dictionary lookup";
            i2 = 3;
            objArr5[3] = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "SL: {SL} Avg Price: {EntryLTP}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{SL},{EntryLTP}"), Screen1.Lit5368, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SL", frame66Var.$order instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable") : frame66Var.$order, Screen1.Lit141), Screen1.Lit5369, obj15), Screen1.Lit141), frame66Var.$ltp instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable") : frame66Var.$ltp), Screen1.Lit5370, "make a list"));
            objArr5[4] = Boolean.TRUE;
            objArr5[5] = obj14;
            applyToArgs5.applyN(objArr5);
            obj17 = obj23;
            if (obj17 instanceof Package) {
            }
        }

        public void lambda638proc(Object obj) {
            boolean z = obj instanceof Package;
            runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, Screen1.Lit19), Screen1.Lit5420, "select list item");
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
            if (z) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, LList.list2(obj, Screen1.Lit711), Screen1.Lit5421, "select list item");
            AddOp addOp = AddOp.$Pl;
            Object obj2 = this.$totCurrPL;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5321), " is not bound in the current context"), "Unbound Variable");
            }
            if (callYailPrimitive instanceof Package) {
                callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit2062), " is not bound in the current context"), "Unbound Variable");
            }
            this.$totCurrPL = runtime.callYailPrimitive(addOp, LList.list2(obj2, callYailPrimitive), Screen1.Lit5422, "+");
        }
    }

    public class frame66 extends ModuleBody {
        Object $ADV_exec;
        Object $LMT_exec;
        Object $ltp;
        Object $order;
        Object $orderStatus;
        Object $ordertype;
        final ModuleMethod lambda$Fn627 = new ModuleMethod(this, 136, null, 0);
        final ModuleMethod lambda$Fn628 = new ModuleMethod(this, 137, null, 0);
        final ModuleMethod lambda$Fn629 = new ModuleMethod(this, 138, null, 0);
        final ModuleMethod lambda$Fn630 = new ModuleMethod(this, 139, null, 0);
        final ModuleMethod lambda$Fn631 = new ModuleMethod(this, 140, null, 0);
        final ModuleMethod lambda$Fn632 = new ModuleMethod(this, 141, null, 0);
        final ModuleMethod lambda$Fn633 = new ModuleMethod(this, 142, null, 0);
        final ModuleMethod lambda$Fn634 = new ModuleMethod(this, 143, null, 0);
        final ModuleMethod lambda$Fn635 = new ModuleMethod(this, 144, null, 0);
        final ModuleMethod lambda$Fn636 = new ModuleMethod(this, 145, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 136:
                    return lambda628();
                case 137:
                    return lambda629();
                case 138:
                    return lambda630();
                case 139:
                    return lambda631();
                case 140:
                    return lambda632();
                case 141:
                    return lambda633();
                case 142:
                    return lambda634();
                case 143:
                    return lambda635();
                case 144:
                    return lambda636();
                case 145:
                    return lambda637();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 136:
                case 137:
                case 138:
                case 139:
                case 140:
                case 141:
                case 142:
                case 143:
                case 144:
                case 145:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda628() {
            NumberCompare numberCompare = Scheme.numGrt;
            Object obj = this.$ltp;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(obj, Screen1.Lit141), Screen1.Lit5332, ">");
        }

        Object lambda629() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$orderStatus;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5223), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2("ACTIVE", obj), Screen1.Lit5333, "=");
        }

        Object lambda630() {
            NumberCompare numberCompare = Scheme.numGrt;
            Object obj = this.$ltp;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit3578), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(obj, Screen1.Lit141), Screen1.Lit5380, ">");
        }

        Object lambda631() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$orderStatus;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5223), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2("PENDING", obj), Screen1.Lit5381, "=");
        }

        Object lambda632() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$ordertype;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "LMT"), Screen1.Lit5382, "=");
        }

        Object lambda633() {
            NumberCompare numberCompare = Scheme.numGrt;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod, LList.list3("pendingLTP", obj, Screen1.Lit141), Screen1.Lit5383, "dictionary lookup"), Screen1.Lit141), Screen1.Lit141), Screen1.Lit5384, ">");
        }

        Object lambda634() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            Object obj = this.$ordertype;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5277), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "ADV"), Screen1.Lit5391, "=");
        }

        Object lambda635() {
            NumberCompare numberCompare = Scheme.numGrt;
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St);
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$order;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit413), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod, LList.list3("pendingLTP", obj, Screen1.Lit141), Screen1.Lit5392, "dictionary lookup"), Screen1.Lit141), Screen1.Lit141), Screen1.Lit5393, ">");
        }

        Object lambda636() {
            Object obj = this.$LMT_exec;
            return obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5304), " is not bound in the current context"), "Unbound Variable") : obj;
        }

        Object lambda637() {
            Object obj = this.$ADV_exec;
            return obj instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit5305), " is not bound in the current context"), "Unbound Variable") : obj;
        }
    }

    static Object lambda609(Object obj, Object obj2, Object obj3, Object obj4) {
        Object obj5;
        Object obj6;
        char c;
        char c2;
        char c3;
        Object obj7;
        Object obj8;
        Object obj9;
        char c4;
        char c5;
        char c6;
        Object obj10;
        Object obj11;
        Object obj12;
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
        Object obj13 = obj;
        if (obj13 instanceof Package) {
            obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5201), " is not bound in the current context"), "Unbound Variable");
        }
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod3 = runtime.make$Mndictionary$Mnpair;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2561, runtime.$Stthe$Mnnull$Mnvalue$St);
        boolean z = obj3 instanceof Package;
        if (z) {
            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            obj5 = obj2;
        } else {
            obj5 = obj2;
            obj6 = obj3;
        }
        boolean z2 = obj5 instanceof Package;
        boolean z3 = obj4 instanceof Package;
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2("Stocks", applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, obj6, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj2, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj4)), Lit5202, "make a pair");
        ModuleMethod moduleMethod4 = runtime.make$Mndictionary$Mnpair;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3098, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            c3 = 0;
            c2 = 1;
            c = 2;
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 2;
            c2 = 1;
            c3 = 0;
            obj7 = obj3;
        }
        if (z2) {
            Object[] objArr = new Object[3];
            objArr[c3] = "The variable ";
            objArr[c2] = runtime.getDisplayRepresentation(Lit389);
            objArr[c] = " is not bound in the current context";
            obj8 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
        } else {
            obj8 = obj2;
        }
        Object obj14 = obj13;
        if (z3) {
            Object[] objArr2 = new Object[3];
            objArr2[c3] = "The variable ";
            objArr2[c2] = runtime.getDisplayRepresentation(Lit391);
            objArr2[c] = " is not bound in the current context";
            obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            obj9 = obj4;
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod4, LList.list2("Option", applyToArgs2.apply4(lookupGlobalVarInCurrentFormEnvironment2, obj7, obj8, obj9)), Lit5203, "make a pair");
        ModuleMethod moduleMethod5 = runtime.make$Mndictionary$Mnpair;
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1772, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            c4 = 0;
            c6 = 1;
            c5 = 2;
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c4 = 0;
            c5 = 2;
            c6 = 1;
            obj10 = obj3;
        }
        if (z2) {
            Object[] objArr3 = new Object[3];
            objArr3[c4] = "The variable ";
            objArr3[c6] = runtime.getDisplayRepresentation(Lit389);
            objArr3[c5] = " is not bound in the current context";
            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj11 = obj2;
        }
        if (z3) {
            Object[] objArr4 = new Object[3];
            objArr4[c4] = "The variable ";
            objArr4[c6] = runtime.getDisplayRepresentation(Lit391);
            objArr4[c5] = " is not bound in the current context";
            obj12 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
        } else {
            obj12 = obj4;
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list3(obj14, runtime.callYailPrimitive(moduleMethod2, LList.list3(callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod5, LList.list2("Future", applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, obj10, obj11, obj12)), Lit5204, "make a pair")), Lit5205, "make a dictionary"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit5206, "dictionary lookup");
    }

    static Procedure lambda610() {
        return lambda$Fn610;
    }

    static Object lambda611(Object obj, Object obj2, Object obj3, Object obj4) {
        Object obj5;
        Object obj6;
        char c;
        char c2;
        char c3;
        Object obj7;
        Object obj8;
        Object obj9;
        char c4;
        char c5;
        char c6;
        Object obj10;
        Object obj11;
        Object obj12;
        ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
        Object obj13 = obj;
        if (obj13 instanceof Package) {
            obj13 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5201), " is not bound in the current context"), "Unbound Variable");
        }
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod3 = runtime.make$Mndictionary$Mnpair;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2561, runtime.$Stthe$Mnnull$Mnvalue$St);
        boolean z = obj3 instanceof Package;
        if (z) {
            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
            obj5 = obj2;
        } else {
            obj5 = obj2;
            obj6 = obj3;
        }
        boolean z2 = obj5 instanceof Package;
        boolean z3 = obj4 instanceof Package;
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list2("Stocks", applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, obj6, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit389), " is not bound in the current context"), "Unbound Variable") : obj2, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit391), " is not bound in the current context"), "Unbound Variable") : obj4)), Lit5207, "make a pair");
        ModuleMethod moduleMethod4 = runtime.make$Mndictionary$Mnpair;
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3098, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            c3 = 0;
            c2 = 1;
            c = 2;
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 2;
            c2 = 1;
            c3 = 0;
            obj7 = obj3;
        }
        if (z2) {
            Object[] objArr = new Object[3];
            objArr[c3] = "The variable ";
            objArr[c2] = runtime.getDisplayRepresentation(Lit389);
            objArr[c] = " is not bound in the current context";
            obj8 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
        } else {
            obj8 = obj2;
        }
        Object obj14 = obj13;
        if (z3) {
            Object[] objArr2 = new Object[3];
            objArr2[c3] = "The variable ";
            objArr2[c2] = runtime.getDisplayRepresentation(Lit391);
            objArr2[c] = " is not bound in the current context";
            obj9 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            obj9 = obj4;
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod4, LList.list2("Option", applyToArgs2.apply4(lookupGlobalVarInCurrentFormEnvironment2, obj7, obj8, obj9)), Lit5208, "make a pair");
        ModuleMethod moduleMethod5 = runtime.make$Mndictionary$Mnpair;
        ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1772, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            c4 = 0;
            c6 = 1;
            c5 = 2;
            obj10 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit390), " is not bound in the current context"), "Unbound Variable");
        } else {
            c4 = 0;
            c5 = 2;
            c6 = 1;
            obj10 = obj3;
        }
        if (z2) {
            Object[] objArr3 = new Object[3];
            objArr3[c4] = "The variable ";
            objArr3[c6] = runtime.getDisplayRepresentation(Lit389);
            objArr3[c5] = " is not bound in the current context";
            obj11 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj11 = obj2;
        }
        if (z3) {
            Object[] objArr4 = new Object[3];
            objArr4[c4] = "The variable ";
            objArr4[c6] = runtime.getDisplayRepresentation(Lit391);
            objArr4[c5] = " is not bound in the current context";
            obj12 = runtime.signalRuntimeError(strings.stringAppend(objArr4), "Unbound Variable");
        } else {
            obj12 = obj4;
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list3(obj14, runtime.callYailPrimitive(moduleMethod2, LList.list3(callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod5, LList.list2("Future", applyToArgs3.apply4(lookupGlobalVarInCurrentFormEnvironment3, obj10, obj11, obj12)), Lit5209, "make a pair")), Lit5210, "make a dictionary"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit5211, "dictionary lookup");
    }

    static Object lambda612() {
        frame63 frame63Var = new frame63();
        runtime.yailForEach(proc$Fn612, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit916, runtime.$Stthe$Mnnull$Mnvalue$St));
        frame63Var.$totCurrPL = Lit141;
        ModuleMethod moduleMethod = frame63Var.proc$Fn623;
        runtime.yailForEach(frame63Var.proc$Fn623, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit362, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.setAndCoerceProperty$Ex(Lit232, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3328, runtime.$Stthe$Mnnull$Mnvalue$St), frame63Var.$totCurrPL instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5321), " is not bound in the current context"), "Unbound Variable") : frame63Var.$totCurrPL), Lit9);
    }

    static Procedure lambda625() {
        return lambda$Fn625;
    }

    static Object lambda626() {
        frame65 frame65Var = new frame65();
        runtime.yailForEach(proc$Fn626, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit916, runtime.$Stthe$Mnnull$Mnvalue$St));
        frame65Var.$totCurrPL = Lit141;
        ModuleMethod moduleMethod = frame65Var.proc$Fn637;
        runtime.yailForEach(frame65Var.proc$Fn637, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit362, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.setAndCoerceProperty$Ex(Lit232, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3328, runtime.$Stthe$Mnnull$Mnvalue$St), frame65Var.$totCurrPL instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5321), " is not bound in the current context"), "Unbound Variable") : frame65Var.$totCurrPL), Lit9);
    }

    static Object lambda639() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary");
    }

    static Object lambda640() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda641() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda642() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda643() {
        return runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
    }

    static Object lambda645(Object obj, Object obj2, Object obj3, Object obj4, Object obj5) {
        SimpleSymbol simpleSymbol = Lit622;
        SimpleSymbol simpleSymbol2 = Lit5426;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, obj, Lit720);
        SimpleSymbol simpleSymbol3 = Lit622;
        SimpleSymbol simpleSymbol4 = Lit2296;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        }
        Pair list1 = LList.list1(obj2);
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit475), " is not bound in the current context"), "Unbound Variable");
        }
        if (obj4 instanceof Package) {
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5427), " is not bound in the current context"), "Unbound Variable");
        }
        if (obj5 instanceof Package) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5428), " is not bound in the current context"), "Unbound Variable");
        }
        SimpleSymbol simpleSymbol5 = Lit198;
        LList.chain4(list1, obj3, obj4, obj5, runtime.callComponentMethod(simpleSymbol5, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol5, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit5429));
        return runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, list1, Lit5430);
    }

    static Procedure lambda646() {
        return lambda$Fn646;
    }

    static Object lambda647(Object obj, Object obj2, Object obj3, Object obj4, Object obj5) {
        SimpleSymbol simpleSymbol = Lit622;
        SimpleSymbol simpleSymbol2 = Lit5426;
        if (obj instanceof Package) {
            obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit4302), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, obj, Lit720);
        SimpleSymbol simpleSymbol3 = Lit622;
        SimpleSymbol simpleSymbol4 = Lit2296;
        if (obj2 instanceof Package) {
            obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        }
        Pair list1 = LList.list1(obj2);
        if (obj3 instanceof Package) {
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit475), " is not bound in the current context"), "Unbound Variable");
        }
        if (obj4 instanceof Package) {
            obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5427), " is not bound in the current context"), "Unbound Variable");
        }
        if (obj5 instanceof Package) {
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5428), " is not bound in the current context"), "Unbound Variable");
        }
        SimpleSymbol simpleSymbol5 = Lit198;
        LList.chain4(list1, obj3, obj4, obj5, runtime.callComponentMethod(simpleSymbol5, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol5, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit5431));
        return runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, list1, Lit5432);
    }

    static Object lambda648() {
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5433, Lit5434, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5435, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5436, "Virtual Trading", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5437, "VirtualTrading_icon.png", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5438, "com.mkapps.virtualtrading", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5439, Lit5440, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5441, Lit5442, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5443, "portrait", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5444, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5445, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5446, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5447, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5448, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit571, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5449, "Responsive", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5450, "vt_splash.png", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5451, Lit5452, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5453, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5454, "Screen1", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5455, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit636, Lit5456, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit0, Lit637, "2.0.94", Lit9);
    }

    public Object Screen1$Initialize() {
        ModuleMethod moduleMethod;
        Pair list2;
        PairWithPosition pairWithPosition;
        ModuleMethod moduleMethod2;
        Pair list22;
        PairWithPosition pairWithPosition2;
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit0, Lit963, runtime.callComponentMethod(Lit160, Lit161, LList.list2("Level1BG", Lit964), Lit5457), Lit720);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit29, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\n\u001b\u001c\n\u0007\u0018\u0003\u001c\u0001mdv`&rdx\"5($(-+s(qf)+ '06z6$$4!8\u0013E\u0015\u0007^\u0002\u0003\u001f\u0001Q\b\n\u0017\f\u0017\u0002\u001f\u0014\u0012\u000f\u0003\u001c\r\u000b\u0007\u0001\u000b[\u000b\u0014\u0006", "weizqkyj"), Lit5458, "deobfuscate text"));
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("app", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit5459);
        SimpleSymbol simpleSymbol = Lit1662;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit5460, "=") != Boolean.FALSE) {
            moduleMethod = runtime.text$Mndeobfuscate;
            list2 = LList.list2("\r\u0012\u0013B\t\u0014\u000b\b\u0016\u0006H\u0002\u0015\u0015\u0006\u0015\u001f\u0001\u001a\u000e\u0015\u000b\u0013\u0006\u0011", "weizqkyj");
            pairWithPosition = Lit5461;
        } else {
            moduleMethod = runtime.text$Mndeobfuscate;
            list2 = LList.list2("\u000f\u0010\u001dL\r\u001c\u001a\u0015\u0016\u001e\u000b\u0002\u001f\u0015\u0004\u0015R\u001c\u0014\u001d\u0015\u0006\u001d\u0002\u0011\u0015\u001c", "weizqkyj");
            pairWithPosition = Lit5462;
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod, list2, pairWithPosition, "deobfuscate text"));
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "Start");
        runtime.setAndCoerceProperty$Ex(Lit5463, Lit5464, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0007\u0005<!\u00190\n\u0005!\u0018GH%\u0001\u001eL\u0018\u001aC\u0001\u0014\u0017\u0016L(]'\u0019\u0006X\u0010]!/S\u0016G\u0018\b", "ajcdikjl"), Lit5465, "deobfuscate text"), Lit9);
        SimpleSymbol simpleSymbol2 = Lit5463;
        SimpleSymbol simpleSymbol3 = Lit5466;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("vt", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit5467, "=") != Boolean.FALSE) {
            moduleMethod2 = runtime.text$Mndeobfuscate;
            list22 = LList.list2("kswikvl|jv|ocz\\\u0015\u0004\u001d\u0000\u000f\u0001\u0017TIW@MZXME\\\u0019^R@O\u0007\u001bT\u0014X\u000eA\u0015", "weizqkyj");
            pairWithPosition2 = Lit5468;
        } else {
            moduleMethod2 = runtime.text$Mndeobfuscate;
            list22 = LList.list2("kswikvl|jv|ocz\\\u0015\u0004\u001d\u0000\u000f\u0001\u0017TJ\u0001EO\\TCN\\\u001f\rZBK\u0006\u001dT\u0014X\u000eA\u0015", "weizqkyj");
            pairWithPosition2 = Lit5469;
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, runtime.callYailPrimitive(moduleMethod2, list22, pairWithPosition2, "deobfuscate text"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5463, Lit5470, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("=-%%*~kn\"1=$.\"?=7((+,\u0006Y\u0007\u0014\u0003\r\b\u0010\u0010\b\u000b\u0014\u001d\u0018\u001b\u001eJ\u0002\b\u001f\u0004\u000b\f\u0012\t\u0005\u0006K\n\u000e\b", "ajcdikjl"), Lit5471, "deobfuscate text"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5463, Lit5472, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("8\r\u001c\u001c\u0017\u0000\u000fD2\u001e\u0007\u0004\u0003\u0007\f", "ajcdikjl"), Lit5473, "deobfuscate text"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5463, Lit5474, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0013\u0006\f\u0017\u001f\u001d\u000e\u000e\u0006\u001f\u0019\u0018\u001d\tH\u0014\u0005\u0014\u001c\u001b\u0001\u000f\u0019\u0018\u0005\n\t\b\u000f", "ajcdikjl"), Lit5475, "deobfuscate text"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5463, Lit5476, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("'20+#!::2+\u0015\u0014\u0011\u0005\\\u0000\u0011\u0000\u0000\u0007\u001d\u0013\r\f\u0011\u001e\u0005\u0004\u0003I\u0000\u0016\u0018\u0011\u0014\r\u0018A\n\u0001\r", "ajcdikjl"), Lit5477, "deobfuscate text"), Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5463, Lit5478, Boolean.FALSE, Lit173);
        runtime.callComponentMethod(Lit204, Lit5479, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit5463)), Lit5480);
        runtime.callComponentMethod(Lit5481, Lit5482, LList.list3("first_open", Component.CHIP_TYPE_ACTION, Component.CHIP_TYPE_ACTION), Lit5483);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5484, "https://docs.google.com/drawings/d/e/2PACX-1vROKjyRC83EqGYd1Mk3wC21Zt76Y8DOqev-Bc3N1SCAXKcO5bt5SNQInyH66oJOYIrKy71aJydPAArf/pub?w=530&h=960", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit0, Lit5444, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5485, Lit6, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.get$Mnproperty.apply2(Lit0, Lit636), " ", runtime.get$Mnproperty.apply2(Lit0, Lit637)), Lit5486, "join"), Lit9);
        Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3848, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2("Accept", "application/json, text/plain, */*"), Lit5487, "make a list")), Lit5488, "make a list"), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(";:97)utn-/+7|$;&*\u001d\u0018\u001e\u0004\u001b\u0002\u0010U\u0015\u001a\u0012M\u0016\u0013\u0010\\\u001d\b\u0013\u000e\u0006\u0015\u0006\u0018I\"\n\u001c,\u0016\u0010", "cacjvdqh"), Lit5489, "deobfuscate text"), runtime.lookupInCurrentFormEnvironment(Lit1365));
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Version", runtime.get$Mnproperty.apply2(Lit5485, Lit6)), Lit5490);
        runtime.callComponentMethod(Lit160, Lit157, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(">##", "msmebnva"), Lit5491, "deobfuscate text")), Lit5492);
        runtime.callComponentMethod(Lit160, Lit157, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("9<.*", "msmebnva"), Lit5493, "deobfuscate text")), Lit5494);
        runtime.callComponentMethod(Lit0, Lit5495, LList.Empty, LList.Empty);
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "Screen init completed");
        runtime.callComponentMethod(Lit5496, Lit5497, LList.list1(runtime.lookupInCurrentFormEnvironment(Lit826)), Lit5498);
        runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit828, "_ed_load"), Lit5499);
        return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit435, "_checkver"), Lit5500);
    }

    public Object Screen1$OtherScreenClosed(Object obj, Object obj2) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit628, runtime.$Stthe$Mnnull$Mnvalue$St));
        ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5502), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callYailPrimitive(moduleMethod, LList.list2(sanitizeComponentData, "subscription"), Lit5503, "=") != Boolean.FALSE ? Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit582, runtime.$Stthe$Mnnull$Mnvalue$St)) : Values.empty;
    }

    public Object Screen1$BackPressed() {
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        SimpleSymbol simpleSymbol3;
        Boolean bool;
        runtime.setThisForm();
        if (runtime.get$Mnproperty.apply2(Lit563, Lit172) != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit563, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.TRUE, Lit173);
            simpleSymbol2 = Lit5506;
            simpleSymbol3 = Lit172;
            bool = Boolean.TRUE;
        } else {
            if (runtime.get$Mnproperty.apply2(Lit3750, Lit172) != Boolean.FALSE) {
                runtime.setAndCoerceProperty$Ex(Lit3750, Lit172, Boolean.FALSE, Lit173);
                runtime.setAndCoercePropertyAndCheck$Ex(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3754, runtime.$Stthe$Mnnull$Mnvalue$St), Lit3638, Lit172, Boolean.TRUE, Lit173);
                return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
            }
            if (runtime.get$Mnproperty.apply2(Lit562, Lit172) != Boolean.FALSE) {
                simpleSymbol = Lit562;
            } else {
                if (runtime.get$Mnproperty.apply2(Lit561, Lit172) == Boolean.FALSE) {
                    if (runtime.get$Mnproperty.apply2(Lit3614, Lit172) != Boolean.FALSE) {
                        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
                    }
                    if (runtime.processOrDelayed$V(new Object[]{lambda$Fn648, lambda$Fn649}) == Boolean.FALSE) {
                        return Values.empty;
                    }
                    if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit33, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
                        if (runtime.processAndDelayed$V(new Object[]{lambda$Fn650, lambda$Fn651}) != Boolean.FALSE) {
                            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4200, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
                        }
                        return runtime.callYailPrimitive(runtime.close$Mnapplication, LList.Empty, LList.Empty, "close application");
                    }
                    Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Press back again to exit");
                    Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit33, Boolean.TRUE);
                    return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit5510, "cancelSnackbar"), Lit5511);
                }
                simpleSymbol = Lit561;
            }
            runtime.setAndCoerceProperty$Ex(simpleSymbol, Lit172, Boolean.FALSE, Lit173);
            runtime.setAndCoerceProperty$Ex(Lit560, Lit172, Boolean.TRUE, Lit173);
            simpleSymbol2 = Lit5506;
            simpleSymbol3 = Lit172;
            bool = Boolean.FALSE;
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, bool, Lit173);
    }

    static Object lambda649() {
        return runtime.get$Mnproperty.apply2(Lit171, Lit172);
    }

    static Object lambda650() {
        return runtime.get$Mnproperty.apply2(Lit560, Lit172);
    }

    static Object lambda651() {
        return runtime.get$Mnproperty.apply2(Lit5507, Lit569);
    }

    static Object lambda652() {
        return runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("=6\"", "nflai"), Lit5508, "deobfuscate text"), Boolean.FALSE), Lit5509);
    }

    public Object Screen1$ErrorOccurred(Object obj, Object obj2, Object obj3, Object obj4) {
        runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj3);
        runtime.sanitizeComponentData(obj4);
        runtime.setThisForm();
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5514), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod, LList.list2(sanitizeComponentData, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("1101,1102,1103,1004,1105"), Lit5515, "list from csv row")), Lit5516, "is in list?") == Boolean.FALSE) {
            return Values.empty;
        }
        runtime.setAndCoerceProperty$Ex(Lit198, Lit5517, Lit5518, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.TRUE, Lit173);
    }

    public Object Screen1$PermissionDenied(Object obj, Object obj2, Object obj3) {
        runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.sanitizeComponentData(obj3);
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit622, Lit623, LList.Empty, LList.Empty) != Boolean.FALSE ? Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "Enable notification", "Enable Virtual Trading app to send notifcations?", "back", "Enable", Boolean.FALSE}) : Values.empty;
    }

    static Object lambda653() {
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3614, Lit5527, Lit5524, Lit720);
    }

    static Object lambda654() {
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3614, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3614, Lit5527, Lit5524, Lit720);
    }

    static Object lambda655() {
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5539, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5540, Lit5541, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5530, Lit5527, Lit5542, Lit720);
    }

    static Object lambda656() {
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5539, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5530, Lit5540, Lit5541, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5530, Lit5527, Lit5542, Lit720);
    }

    static Object lambda657() {
        runtime.setAndCoerceProperty$Ex(Lit5545, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5545, Lit1112, Lit5546, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5545, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5545, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5545, Lit5527, Lit5524, Lit720);
    }

    static Object lambda658() {
        runtime.setAndCoerceProperty$Ex(Lit5545, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5545, Lit1112, Lit5546, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5545, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5545, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5545, Lit5527, Lit5524, Lit720);
    }

    static Object lambda659() {
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5549, Lit5527, Lit5552, Lit720);
    }

    static Object lambda660() {
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5549, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5549, Lit5527, Lit5552, Lit720);
    }

    public Object lblSearchBack$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
    }

    static Object lambda661() {
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit963, Lit5557, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit5558, "Search and add", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2906, Lit5527, Lit5524, Lit720);
    }

    static Object lambda662() {
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit963, Lit5557, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit5558, "Search and add", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2906, Lit5527, Lit5524, Lit720);
    }

    public Object txtSearch$OnTextChange(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        SimpleSymbol simpleSymbol = Lit5560;
        SimpleSymbol simpleSymbol2 = Lit172;
        NumberCompare numberCompare = Scheme.numGEq;
        ModuleMethod moduleMethod = strings.string$Mnlength;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2798), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(numberCompare, LList.list2(runtime.callYailPrimitive(moduleMethod, LList.list1(sanitizeComponentData), Lit5561, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit19), Lit5562, ">="), Lit173);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2903, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda663() {
        runtime.setAndCoerceProperty$Ex(Lit5560, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5560, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5560, Lit6, "X", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5560, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5560, Lit5527, Lit1489, Lit720);
    }

    static Object lambda664() {
        runtime.setAndCoerceProperty$Ex(Lit5560, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5560, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5560, Lit6, "X", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5560, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5560, Lit5527, Lit1489, Lit720);
    }

    public Object Label121$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit2906, Lit6, "", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5560, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda665() {
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit5525, "10,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit989, Lit5571, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5569, Lit5527, Lit5552, Lit720);
    }

    static Object lambda666() {
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit5525, "10,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5569, Lit989, Lit5571, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5569, Lit5527, Lit5552, Lit720);
    }

    public Object lblMic2$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit5573, Lit5051, LList.Empty, LList.Empty);
    }

    static Object lambda667() {
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit963, Lit5576, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit989, Lit5577, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5573, Lit5527, Lit5578, Lit720);
    }

    static Object lambda668() {
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit963, Lit5576, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit989, Lit5577, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5573, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5573, Lit5527, Lit5578, Lit720);
    }

    public Object btnMicSearch$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit5580, Lit5051, LList.Empty, LList.Empty);
    }

    static Object lambda669() {
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit2790, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit5583, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit989, Lit5584, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4012, Lit5527, Lit5585, Lit720);
    }

    static Object lambda670() {
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit2790, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit5583, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit989, Lit5584, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4012, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4012, Lit5527, Lit5585, Lit720);
    }

    public Object Material_Toggle_Button1$Click(Object obj, Object obj2) {
        runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.callComponentMethod(Lit4012, Lit5587, LList.Empty, LList.Empty)), Lit5588, "is text empty?")), Lit5589, "not") == Boolean.FALSE) {
            return Values.empty;
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit50, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4("All", "Stocks", "OPTION_CHAIN", "F&O"), Lit5590, "make a list"), runtime.callComponentMethod(Lit4012, Lit5587, LList.Empty, LList.Empty)), Lit5591, "select list item"));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2903, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda671() {
        runtime.setAndCoerceProperty$Ex(Lit583, Lit963, Lit5594, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit5595, Lit5596, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit5597, Lit5598, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit989, Lit5599, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit583, Lit5527, Lit5524, Lit720);
    }

    static Object lambda672() {
        runtime.setAndCoerceProperty$Ex(Lit583, Lit963, Lit5594, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit5595, Lit5596, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit5597, Lit5598, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit583, Lit989, Lit5599, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit583, Lit5527, Lit5524, Lit720);
    }

    public Object tabSearch$Selected(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        SimpleSymbol simpleSymbol = Lit50;
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list4("All", "Stocks", "OPTION_CHAIN", "F&O"), Lit5601, "make a list");
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5602), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod, LList.list2(callYailPrimitive, sanitizeComponentData), Lit5603, "select list item"));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2903, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda673() {
        runtime.setAndCoerceProperty$Ex(Lit5607, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5607, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5607, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5607, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5607, Lit5527, Lit5608, Lit720);
    }

    static Object lambda674() {
        runtime.setAndCoerceProperty$Ex(Lit5607, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5607, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5607, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5607, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5607, Lit5527, Lit5608, Lit720);
    }

    static Object lambda675() {
        runtime.setAndCoerceProperty$Ex(Lit5611, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5611, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5611, Lit5612, Boolean.FALSE, Lit173);
    }

    static Object lambda676() {
        runtime.setAndCoerceProperty$Ex(Lit5611, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5611, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5611, Lit5612, Boolean.FALSE, Lit173);
    }

    public Object Web_View2$WebViewStringChange(Object obj) {
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Boolean bool;
        String str;
        ApplyToArgs applyToArgs2;
        SimpleSymbol simpleSymbol;
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
        boolean z = sanitizeComponentData instanceof Package;
        Object callComponentMethod = runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit308, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, "_"), Lit5614, "split"), Lit19), Lit5615, "select list item"), "lblSearch", ""), Lit5616, "replace all")), Lit5617, "select list item")), Lit5618);
        Object callComponentMethod2 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit5619);
        ModuleMethod moduleMethod = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod2 = runtime.make$Mndictionary$Mnpair;
        ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
        ModuleMethod moduleMethod5 = runtime.yail$Mndictionary$Mnlookup;
        boolean z2 = callComponentMethod instanceof Package;
        if (z2) {
            callComponentMethod = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable");
        }
        Pair list1 = LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2(OSOutcomeConstants.OUTCOME_ID, runtime.callYailPrimitive(moduleMethod3, LList.list3(runtime.callYailPrimitive(moduleMethod4, LList.list3(runtime.callYailPrimitive(moduleMethod5, LList.list3("entity_type", callComponentMethod, ""), Lit5620, "dictionary lookup"), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit101, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit5621, "dictionary lookup"), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5622, "dictionary lookup")), Lit5623, "make a pair"));
        LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("search_id", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("search_id", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5624, "dictionary lookup")), Lit5625, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("underlying_search_id", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("underlying_search_id", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5626, "dictionary lookup")), Lit5627, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("entity_type", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5628, "dictionary lookup")), Lit5629, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5019), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit5630, "dictionary lookup")), Lit5631, "make a pair"));
        Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod, list1, Lit5632, "make a dictionary");
        boolean z3 = callYailPrimitive instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("OPTION_CHAIN", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5633, "dictionary lookup")), Lit5634, "=") != Boolean.FALSE) {
            SimpleSymbol simpleSymbol2 = Lit78;
            if (z3) {
                callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol2, callYailPrimitive);
            return runtime.callComponentMethod(Lit5050, Lit5051, LList.Empty, LList.Empty);
        }
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("true", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, "_"), Lit5635, "split"), Lit711), Lit5636, "select list item")), Lit5637, "=") != Boolean.FALSE) {
            boolean z4 = callComponentMethod2 instanceof Package;
            if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5638, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit5639, "make a list"), z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : callComponentMethod2), Lit5640, "list by walking key path in dictionary")), Lit5641, "is in list?")), Lit5642, "not") != Boolean.FALSE) {
                SimpleSymbol simpleSymbol3 = Lit78;
                if (z3) {
                    callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
                }
                runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, callYailPrimitive);
                if (runtime.callYailPrimitive(Scheme.numGEq, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), " is not bound in the current context"), "Unbound Variable") : callComponentMethod2), Lit5643, "length of list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("watchlistlength", Lit645), Lit5644)), Lit5645, ">=") != Boolean.FALSE) {
                    Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "Reached Watchlist limit, try deleting few");
                    applyToArgs2 = Scheme.applyToArgs;
                    simpleSymbol = Lit1739;
                } else {
                    applyToArgs2 = Scheme.applyToArgs;
                    simpleSymbol = Lit2366;
                }
                applyToArgs2.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol, runtime.$Stthe$Mnnull$Mnvalue$St));
            } else {
                applyToArgs = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool = Boolean.FALSE;
                str = "Already added to Watchlist";
                applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, str);
                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
            }
        } else {
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callComponentMethod(Lit156, Lit159, LList.Empty, LList.Empty)), Lit5646, "list to csv row"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, ""), Lit5647, "dictionary lookup")), Lit5648, "string contains") != Boolean.FALSE) {
                applyToArgs = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool = Boolean.FALSE;
                str = "Cannot delete from Watchlist if there are one or more Active/Basket Orders";
            } else if (runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit5649) != Boolean.FALSE) {
                ApplyToArgs applyToArgs3 = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit200, runtime.$Stthe$Mnnull$Mnvalue$St);
                ModuleMethod moduleMethod6 = runtime.yail$Mndictionary$Mnlookup;
                if (z3) {
                    callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
                }
                applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod6, LList.list3(OSOutcomeConstants.OUTCOME_ID, callYailPrimitive, ""), Lit5650, "dictionary lookup"));
            } else {
                applyToArgs = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                bool = Boolean.FALSE;
                str = "Delete option from search only available for Pro Users";
            }
            applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, str);
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
        }
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda677() {
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit5655, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5654, Lit5527, Lit5656, Lit720);
    }

    static Object lambda678() {
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit5655, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5654, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5654, Lit5527, Lit5656, Lit720);
    }

    static Object lambda679() {
        runtime.setAndCoerceProperty$Ex(Lit5659, Lit963, Lit5660, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5659, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5659, Lit6, "Cancel", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5659, Lit989, Lit5662, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5659, Lit5527, Lit5524, Lit720);
    }

    static Object lambda680() {
        runtime.setAndCoerceProperty$Ex(Lit5659, Lit963, Lit5660, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5659, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5659, Lit6, "Cancel", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5659, Lit989, Lit5662, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5659, Lit5527, Lit5524, Lit720);
    }

    public Object mbtnSCancel$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
    }

    static Object lambda681() {
        runtime.setAndCoerceProperty$Ex(Lit3615, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3615, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3615, Lit6, "Quick Order", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3615, Lit4007, Lit5666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3615, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda682() {
        runtime.setAndCoerceProperty$Ex(Lit3615, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3615, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3615, Lit6, "Quick Order", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3615, Lit4007, Lit5666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3615, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda683() {
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3928, Lit5527, Lit5524, Lit720);
    }

    static Object lambda684() {
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3928, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3928, Lit5527, Lit5524, Lit720);
    }

    static Object lambda685() {
        runtime.setAndCoerceProperty$Ex(Lit5671, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5671, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5671, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5671, Lit5672, "VirtualTrading_icon.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5671, Lit5527, Lit828, Lit720);
    }

    static Object lambda686() {
        runtime.setAndCoerceProperty$Ex(Lit5671, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5671, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5671, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5671, Lit5672, "VirtualTrading_icon.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5671, Lit5527, Lit828, Lit720);
    }

    static Object lambda687() {
        runtime.setAndCoerceProperty$Ex(Lit5675, Lit5676, Lit5677, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5675, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5675, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda688() {
        runtime.setAndCoerceProperty$Ex(Lit5675, Lit5676, Lit5677, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5675, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5675, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda689() {
        runtime.setAndCoerceProperty$Ex(Lit5680, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5680, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5680, Lit6, "Loading...", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5680, Lit989, Lit5681, Lit720);
    }

    static Object lambda690() {
        runtime.setAndCoerceProperty$Ex(Lit5680, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5680, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5680, Lit6, "Loading...", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5680, Lit989, Lit5681, Lit720);
    }

    static Object lambda691() {
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5537, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5539, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit2936, Lit5527, Lit5524, Lit720);
    }

    static Object lambda692() {
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5537, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit5539, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2936, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit2936, Lit5527, Lit5524, Lit720);
    }

    static Object lambda693() {
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit963, Lit5687, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit1112, Lit5688, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5686, Lit5527, Lit5524, Lit720);
    }

    static Object lambda694() {
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit963, Lit5687, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit1112, Lit5688, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5686, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5686, Lit5527, Lit5524, Lit720);
    }

    static Object lambda695() {
        runtime.setAndCoerceProperty$Ex(Lit2933, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2933, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2933, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2933, Lit5527, Lit1439, Lit720);
    }

    static Object lambda696() {
        runtime.setAndCoerceProperty$Ex(Lit2933, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2933, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2933, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2933, Lit5527, Lit1439, Lit720);
    }

    static Object lambda697() {
        runtime.setAndCoerceProperty$Ex(Lit5693, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5693, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5693, Lit5527, Lit1439, Lit720);
    }

    static Object lambda698() {
        runtime.setAndCoerceProperty$Ex(Lit5693, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5693, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5693, Lit5527, Lit1439, Lit720);
    }

    static Object lambda699() {
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit6, "Text for Label19", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2932, Lit5527, Lit5524, Lit720);
    }

    static Object lambda700() {
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2932, Lit6, "Text for Label19", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2932, Lit5527, Lit5524, Lit720);
    }

    static Object lambda701() {
        runtime.setAndCoerceProperty$Ex(Lit5699, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5699, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5699, Lit5527, Lit1439, Lit720);
    }

    static Object lambda702() {
        runtime.setAndCoerceProperty$Ex(Lit5699, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5699, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5699, Lit5527, Lit1439, Lit720);
    }

    static Object lambda703() {
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5536, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit2937, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit2777, Lit5527, Lit5524, Lit720);
    }

    static Object lambda704() {
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5536, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit2937, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2777, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit2777, Lit5527, Lit5524, Lit720);
    }

    static Object lambda705() {
        runtime.setAndCoerceProperty$Ex(Lit5704, Lit963, Lit5705, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5704, Lit1112, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5704, Lit5525, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5704, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5704, Lit5527, Lit5706, Lit720);
    }

    static Object lambda706() {
        runtime.setAndCoerceProperty$Ex(Lit5704, Lit963, Lit5705, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5704, Lit1112, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5704, Lit5525, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5704, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5704, Lit5527, Lit5706, Lit720);
    }

    static Object lambda707() {
        runtime.setAndCoerceProperty$Ex(Lit2778, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2778, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2778, Lit6, "Text for Label20", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2778, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda708() {
        runtime.setAndCoerceProperty$Ex(Lit2778, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2778, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2778, Lit6, "Text for Label20", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2778, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda709() {
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2773, Lit5527, Lit5524, Lit720);
    }

    static Object lambda710() {
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2773, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2773, Lit5527, Lit5524, Lit720);
    }

    static Object lambda711() {
        runtime.setAndCoerceProperty$Ex(Lit2774, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2774, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2774, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2774, Lit5527, Lit5524, Lit720);
    }

    static Object lambda712() {
        runtime.setAndCoerceProperty$Ex(Lit2774, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2774, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2774, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2774, Lit5527, Lit5524, Lit720);
    }

    static Object lambda713() {
        runtime.setAndCoerceProperty$Ex(Lit2779, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2779, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2779, Lit5527, Lit5524, Lit720);
    }

    static Object lambda714() {
        runtime.setAndCoerceProperty$Ex(Lit2779, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2779, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2779, Lit5527, Lit5524, Lit720);
    }

    static Object lambda715() {
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5533, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5536, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit2937, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5540, Lit5720, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2782, Lit5527, Lit5524, Lit720);
    }

    static Object lambda716() {
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5533, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5536, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit2937, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5540, Lit5720, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2782, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2782, Lit5527, Lit5524, Lit720);
    }

    public Object cv11$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit144, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit2778, Lit6), runtime.get$Mnproperty.apply2(Lit2780, Lit6));
    }

    static Object lambda717() {
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit6, "Text for Label20", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2780, Lit5527, Lit5524, Lit720);
    }

    static Object lambda718() {
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit6, "Text for Label20", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2780, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2780, Lit5527, Lit5524, Lit720);
    }

    static Object lambda719() {
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit963, Lit5728, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5533, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5536, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit2937, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5540, Lit5729, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5727, Lit5527, Lit5524, Lit720);
    }

    static Object lambda720() {
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit963, Lit5728, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5533, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5536, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit2937, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5540, Lit5729, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5727, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5727, Lit5527, Lit5524, Lit720);
    }

    public Object cv12$Click() {
        runtime.setThisForm();
        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit144, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit2778, Lit6), runtime.get$Mnproperty.apply2(Lit2785, Lit6));
        return runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
    }

    static Object lambda721() {
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit6, "Text for Label20", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit989, Lit5733, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2785, Lit5527, Lit5524, Lit720);
    }

    static Object lambda722() {
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit6, "Text for Label20", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2785, Lit989, Lit5733, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2785, Lit5527, Lit5524, Lit720);
    }

    static Object lambda723() {
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit963, Lit5736, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit2668, Lit5527, Lit5524, Lit720);
    }

    static Object lambda724() {
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit963, Lit5736, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2668, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit2668, Lit5527, Lit5524, Lit720);
    }

    static Object lambda725() {
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit963, Lit5740, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5739, Lit5527, Lit5524, Lit720);
    }

    static Object lambda726() {
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit963, Lit5740, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5739, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5739, Lit5527, Lit5524, Lit720);
    }

    static Object lambda727() {
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit5525, "15,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit6, "clear", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5743, Lit989, Lit5744, Lit720);
    }

    static Object lambda728() {
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit5525, "15,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5743, Lit6, "clear", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5743, Lit989, Lit5744, Lit720);
    }

    public Object lblShowBack$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
    }

    static Object lambda729() {
        runtime.setAndCoerceProperty$Ex(Lit2663, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2663, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2663, Lit5612, Boolean.FALSE, Lit173);
    }

    static Object lambda730() {
        runtime.setAndCoerceProperty$Ex(Lit2663, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2663, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2663, Lit5612, Boolean.FALSE, Lit173);
    }

    static Object lambda731() {
        runtime.setAndCoerceProperty$Ex(Lit5750, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5750, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5750, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5750, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda732() {
        runtime.setAndCoerceProperty$Ex(Lit5750, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5750, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5750, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5750, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda733() {
        runtime.setAndCoerceProperty$Ex(Lit724, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit724, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda734() {
        runtime.setAndCoerceProperty$Ex(Lit724, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit724, Lit5526, "0,0,0,0", Lit9);
    }

    public Object Web_View3$AfterJavaScriptEvaluated(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        SimpleSymbol simpleSymbol = Lit160;
        SimpleSymbol simpleSymbol2 = Lit169;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2("javaAppIdKey", sanitizeComponentData), Lit5754);
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "got javaAppIdKey");
    }

    public Object Web_View3$ProgressChanged(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        SimpleSymbol simpleSymbol = Lit718;
        SimpleSymbol simpleSymbol2 = Lit719;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5757), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, sanitizeComponentData, Lit720);
    }

    static Object lambda735() {
        runtime.setAndCoerceProperty$Ex(Lit373, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit373, Lit963, Lit5761, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit373, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit373, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit373, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit373, Lit5527, Lit5524, Lit720);
    }

    static Object lambda736() {
        runtime.setAndCoerceProperty$Ex(Lit373, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit373, Lit963, Lit5761, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit373, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit373, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit373, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit373, Lit5527, Lit5524, Lit720);
    }

    static Object lambda737() {
        runtime.setAndCoerceProperty$Ex(Lit5764, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5764, Lit1112, Lit5765, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5764, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5764, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5764, Lit5527, Lit5766, Lit720);
    }

    static Object lambda738() {
        runtime.setAndCoerceProperty$Ex(Lit5764, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5764, Lit1112, Lit5765, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5764, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5764, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5764, Lit5527, Lit5766, Lit720);
    }

    static Object lambda739() {
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5769, Lit5527, Lit828, Lit720);
    }

    static Object lambda740() {
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5769, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5769, Lit5527, Lit828, Lit720);
    }

    public Object lblBuySellBack$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
    }

    static Object lambda741() {
        runtime.setAndCoerceProperty$Ex(Lit5773, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5773, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5773, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5773, Lit5527, Lit1439, Lit720);
    }

    static Object lambda742() {
        runtime.setAndCoerceProperty$Ex(Lit5773, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5773, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5773, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5773, Lit5527, Lit1439, Lit720);
    }

    static Object lambda743() {
        runtime.setAndCoerceProperty$Ex(Lit4048, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4048, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4048, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4048, Lit6, "<b><big>Title</big></b><br><font color=gray>Symbol</font>", Lit9);
    }

    static Object lambda744() {
        runtime.setAndCoerceProperty$Ex(Lit4048, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4048, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4048, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4048, Lit6, "<b><big>Title</big></b><br><font color=gray>Symbol</font>", Lit9);
    }

    static Object lambda745() {
        runtime.setAndCoerceProperty$Ex(Lit5778, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5778, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5778, Lit5527, Lit1439, Lit720);
    }

    static Object lambda746() {
        runtime.setAndCoerceProperty$Ex(Lit5778, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5778, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5778, Lit5527, Lit1439, Lit720);
    }

    static Object lambda747() {
        runtime.setAndCoerceProperty$Ex(Lit379, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit379, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit379, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda748() {
        runtime.setAndCoerceProperty$Ex(Lit379, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit379, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit379, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda749() {
        runtime.setAndCoerceProperty$Ex(Lit4304, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4304, Lit5558, "Hint for Text_Box1", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4304, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda750() {
        runtime.setAndCoerceProperty$Ex(Lit4304, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4304, Lit5558, "Hint for Text_Box1", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4304, Lit172, Boolean.FALSE, Lit173);
    }

    public Object txtLTP$OnTextChange(Object obj) {
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2, runtime.$Stthe$Mnnull$Mnvalue$St);
    }

    static Object lambda751() {
        runtime.setAndCoerceProperty$Ex(Lit5786, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5786, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5786, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5786, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5786, Lit5527, Lit5787, Lit720);
    }

    static Object lambda752() {
        runtime.setAndCoerceProperty$Ex(Lit5786, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5786, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5786, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5786, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5786, Lit5527, Lit5787, Lit720);
    }

    static Object lambda753() {
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit2937, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5790, Lit5527, Lit5524, Lit720);
    }

    static Object lambda754() {
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit2937, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5790, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5790, Lit5527, Lit5524, Lit720);
    }

    public Object cvbasketBuySell$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit5792) != Boolean.FALSE ? runtime.callComponentMethod(Lit3200, Lit5793, LList.Empty, LList.Empty) : runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("subscription"), Lit5794, "open another screen");
    }

    static Object lambda755() {
        runtime.setAndCoerceProperty$Ex(Lit5797, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5797, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5797, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5797, Lit5527, Lit5524, Lit720);
    }

    static Object lambda756() {
        runtime.setAndCoerceProperty$Ex(Lit5797, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5797, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5797, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5797, Lit5527, Lit5524, Lit720);
    }

    static Object lambda757() {
        runtime.setAndCoerceProperty$Ex(Lit5800, Lit5525, "20,20,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5800, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5800, Lit6, "Basket", Lit9);
    }

    static Object lambda758() {
        runtime.setAndCoerceProperty$Ex(Lit5800, Lit5525, "20,20,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5800, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5800, Lit6, "Basket", Lit9);
    }

    static Object lambda759() {
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit5803, "None,Create New", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit3201, "None", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3200, Lit5527, Lit5524, Lit720);
    }

    static Object lambda760() {
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit5803, "None,Create New", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3200, Lit3201, "None", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3200, Lit5527, Lit5524, Lit720);
    }

    public Object spnBasket$AfterSelecting(Object obj) {
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        Boolean bool;
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5805), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, "Create New"), Lit5806, "=") != Boolean.FALSE) {
            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2902, runtime.$Stthe$Mnnull$Mnvalue$St));
            return runtime.setAndCoerceProperty$Ex(Lit3200, Lit3201, "None", Lit9);
        }
        ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
        if (z) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5805), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod, LList.list2(sanitizeComponentData, "None"), Lit5807, "=") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit4005, Lit172, Boolean.TRUE, Lit173);
            simpleSymbol = Lit5808;
            simpleSymbol2 = Lit172;
            bool = Boolean.FALSE;
        } else {
            runtime.setAndCoerceProperty$Ex(Lit4005, Lit172, Boolean.FALSE, Lit173);
            simpleSymbol = Lit5808;
            simpleSymbol2 = Lit172;
            bool = Boolean.TRUE;
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, bool, Lit173);
    }

    static Object lambda761() {
        runtime.setAndCoerceProperty$Ex(Lit5812, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5812, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5812, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5812, Lit5527, Lit5524, Lit720);
    }

    static Object lambda762() {
        runtime.setAndCoerceProperty$Ex(Lit5812, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5812, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5812, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5812, Lit5527, Lit5524, Lit720);
    }

    static Object lambda763() {
        runtime.setAndCoerceProperty$Ex(Lit5815, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5815, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5815, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda764() {
        runtime.setAndCoerceProperty$Ex(Lit5815, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5815, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5815, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda765() {
        runtime.setAndCoerceProperty$Ex(Lit374, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit6, "Buy ", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit4007, Lit5818, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit5819, Lit5820, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit374, Lit5527, Lit435, Lit720);
    }

    static Object lambda766() {
        runtime.setAndCoerceProperty$Ex(Lit374, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit6, "Buy ", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit4007, Lit5818, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit374, Lit5819, Lit5820, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit374, Lit5527, Lit435, Lit720);
    }

    public Object swtBuySell$Changed() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4002, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda767() {
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4050, Lit5527, Lit5524, Lit720);
    }

    static Object lambda768() {
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4050, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4050, Lit5527, Lit5524, Lit720);
    }

    static Object lambda769() {
        runtime.setAndCoerceProperty$Ex(Lit4036, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4036, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4036, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4036, Lit5527, Lit5524, Lit720);
    }

    static Object lambda770() {
        runtime.setAndCoerceProperty$Ex(Lit4036, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4036, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4036, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4036, Lit5527, Lit5524, Lit720);
    }

    static Object lambda771() {
        runtime.setAndCoerceProperty$Ex(Lit4051, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4051, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4051, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4051, Lit6, "Text for Label28", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4051, Lit5551, Lit19, Lit720);
    }

    static Object lambda772() {
        runtime.setAndCoerceProperty$Ex(Lit4051, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4051, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4051, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4051, Lit6, "Text for Label28", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4051, Lit5551, Lit19, Lit720);
    }

    static Object lambda773() {
        runtime.setAndCoerceProperty$Ex(Lit4053, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4053, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4053, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4053, Lit6, "Text for Label29", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4053, Lit5551, Lit19, Lit720);
    }

    static Object lambda774() {
        runtime.setAndCoerceProperty$Ex(Lit4053, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4053, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4053, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4053, Lit6, "Text for Label29", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4053, Lit5551, Lit19, Lit720);
    }

    static Object lambda775() {
        runtime.setAndCoerceProperty$Ex(Lit4054, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4054, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4054, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4054, Lit6, "Text for Label30", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4054, Lit5551, Lit19, Lit720);
    }

    static Object lambda776() {
        runtime.setAndCoerceProperty$Ex(Lit4054, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4054, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4054, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4054, Lit6, "Text for Label30", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4054, Lit5551, Lit19, Lit720);
    }

    static Object lambda777() {
        runtime.setAndCoerceProperty$Ex(Lit4055, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4055, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4055, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4055, Lit6, "Text for Label31", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4055, Lit5551, Lit19, Lit720);
    }

    static Object lambda778() {
        runtime.setAndCoerceProperty$Ex(Lit4055, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4055, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4055, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4055, Lit6, "Text for Label31", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4055, Lit5551, Lit19, Lit720);
    }

    static Object lambda779() {
        runtime.setAndCoerceProperty$Ex(Lit4056, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4056, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4056, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4056, Lit6, "Text for Label31", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4056, Lit5551, Lit19, Lit720);
    }

    static Object lambda780() {
        runtime.setAndCoerceProperty$Ex(Lit4056, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4056, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4056, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4056, Lit6, "Text for Label31", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4056, Lit5551, Lit19, Lit720);
    }

    static Object lambda781() {
        runtime.setAndCoerceProperty$Ex(Lit4057, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4057, Lit5525, "0,0,5,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4057, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4057, Lit6, "Text for Label118", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4057, Lit5551, Lit19, Lit720);
    }

    static Object lambda782() {
        runtime.setAndCoerceProperty$Ex(Lit4057, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4057, Lit5525, "0,0,5,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4057, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4057, Lit6, "Text for Label118", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4057, Lit5551, Lit19, Lit720);
    }

    static Object lambda783() {
        runtime.setAndCoerceProperty$Ex(Lit5842, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5842, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5842, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda784() {
        runtime.setAndCoerceProperty$Ex(Lit5842, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5842, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5842, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda785() {
        runtime.setAndCoerceProperty$Ex(Lit5845, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5845, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5845, Lit5527, Lit5524, Lit720);
    }

    static Object lambda786() {
        runtime.setAndCoerceProperty$Ex(Lit5845, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5845, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5845, Lit5527, Lit5524, Lit720);
    }

    static Object lambda787() {
        runtime.setAndCoerceProperty$Ex(Lit5848, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5848, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5848, Lit5527, Lit5524, Lit720);
    }

    static Object lambda788() {
        runtime.setAndCoerceProperty$Ex(Lit5848, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5848, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5848, Lit5527, Lit5524, Lit720);
    }

    static Object lambda789() {
        runtime.setAndCoerceProperty$Ex(Lit5851, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5851, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5851, Lit5527, Lit5524, Lit720);
    }

    static Object lambda790() {
        runtime.setAndCoerceProperty$Ex(Lit5851, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5851, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5851, Lit5527, Lit5524, Lit720);
    }

    static Object lambda791() {
        runtime.setAndCoerceProperty$Ex(Lit5854, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5854, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5854, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5854, Lit6, "Quantity", Lit9);
    }

    static Object lambda792() {
        runtime.setAndCoerceProperty$Ex(Lit5854, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5854, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5854, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5854, Lit6, "Quantity", Lit9);
    }

    static Object lambda793() {
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit6, "LotSize: 1", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4064, Lit5527, Lit5524, Lit720);
    }

    static Object lambda794() {
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit6, "LotSize: 1", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4064, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4064, Lit5527, Lit5524, Lit720);
    }

    static Object lambda795() {
        runtime.setAndCoerceProperty$Ex(Lit383, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit2824, "Enter valid quantity", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit5859, Lit5860, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit5558, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit5862, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit383, Lit5527, Lit5524, Lit720);
    }

    static Object lambda796() {
        runtime.setAndCoerceProperty$Ex(Lit383, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit2824, "Enter valid quantity", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit5859, Lit5860, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit5558, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit383, Lit5862, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit383, Lit5527, Lit5524, Lit720);
    }

    public Object mtxtQty$OnTextChange(Object obj) {
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2873, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda797() {
        runtime.setAndCoerceProperty$Ex(Lit5866, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5866, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5866, Lit5527, Lit2717, Lit720);
    }

    static Object lambda798() {
        runtime.setAndCoerceProperty$Ex(Lit5866, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5866, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5866, Lit5527, Lit2717, Lit720);
    }

    static Object lambda799() {
        runtime.setAndCoerceProperty$Ex(Lit5869, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5869, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5869, Lit5527, Lit5524, Lit720);
    }

    static Object lambda800() {
        runtime.setAndCoerceProperty$Ex(Lit5869, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5869, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5869, Lit5527, Lit5524, Lit720);
    }

    static Object lambda801() {
        runtime.setAndCoerceProperty$Ex(Lit5872, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5872, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5872, Lit5527, Lit5524, Lit720);
    }

    static Object lambda802() {
        runtime.setAndCoerceProperty$Ex(Lit5872, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5872, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5872, Lit5527, Lit5524, Lit720);
    }

    static Object lambda803() {
        runtime.setAndCoerceProperty$Ex(Lit5875, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5875, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5875, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5875, Lit6, "Price", Lit9);
    }

    static Object lambda804() {
        runtime.setAndCoerceProperty$Ex(Lit5875, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5875, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5875, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5875, Lit6, "Price", Lit9);
    }

    static Object lambda805() {
        runtime.setAndCoerceProperty$Ex(Lit5878, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5878, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5878, Lit6, "Tick size 0.05", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5878, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5878, Lit5527, Lit5524, Lit720);
    }

    static Object lambda806() {
        runtime.setAndCoerceProperty$Ex(Lit5878, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5878, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5878, Lit6, "Tick size 0.05", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5878, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5878, Lit5527, Lit5524, Lit720);
    }

    static Object lambda807() {
        runtime.setAndCoerceProperty$Ex(Lit378, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit5859, Lit5881, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit5558, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit5862, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit378, Lit5527, Lit5524, Lit720);
    }

    static Object lambda808() {
        runtime.setAndCoerceProperty$Ex(Lit378, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit5859, Lit5881, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit5558, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit378, Lit5862, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit378, Lit5527, Lit5524, Lit720);
    }

    static Object lambda809() {
        runtime.setAndCoerceProperty$Ex(Lit5884, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5884, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5884, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5884, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda810() {
        runtime.setAndCoerceProperty$Ex(Lit5884, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5884, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5884, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5884, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda811() {
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit6, "Product", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5887, Lit5527, Lit5524, Lit720);
    }

    static Object lambda812() {
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit6, "Product", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5887, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5887, Lit5527, Lit5524, Lit720);
    }

    static Object lambda813() {
        runtime.setAndCoerceProperty$Ex(Lit5890, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5890, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5890, Lit5583, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5890, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5890, Lit5527, Lit5524, Lit720);
    }

    static Object lambda814() {
        runtime.setAndCoerceProperty$Ex(Lit5890, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5890, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5890, Lit5583, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5890, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5890, Lit5527, Lit5524, Lit720);
    }

    static Object lambda815() {
        runtime.setAndCoerceProperty$Ex(Lit5893, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5893, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5893, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda816() {
        runtime.setAndCoerceProperty$Ex(Lit5893, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5893, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5893, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda817() {
        runtime.setAndCoerceProperty$Ex(Lit5896, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5896, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5896, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5896, Lit6, "Type", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5896, Lit5527, Lit5524, Lit720);
    }

    static Object lambda818() {
        runtime.setAndCoerceProperty$Ex(Lit5896, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5896, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5896, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5896, Lit6, "Type", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5896, Lit5527, Lit5524, Lit720);
    }

    static Object lambda819() {
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit5583, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit989, Lit5900, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit5901, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5899, Lit5527, Lit5524, Lit720);
    }

    static Object lambda820() {
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit5583, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit989, Lit5900, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit5901, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5899, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5899, Lit5527, Lit5524, Lit720);
    }

    static Object lambda821() {
        runtime.setAndCoerceProperty$Ex(Lit5904, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5904, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5904, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5904, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5904, Lit5527, Lit5524, Lit720);
    }

    static Object lambda822() {
        runtime.setAndCoerceProperty$Ex(Lit5904, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5904, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5904, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5904, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5904, Lit5527, Lit5524, Lit720);
    }

    static Object lambda823() {
        runtime.setAndCoerceProperty$Ex(Lit4011, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4011, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4011, Lit5527, Lit5524, Lit720);
    }

    static Object lambda824() {
        runtime.setAndCoerceProperty$Ex(Lit4011, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4011, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4011, Lit5527, Lit5524, Lit720);
    }

    static Object lambda825() {
        runtime.setAndCoerceProperty$Ex(Lit5909, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5909, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5909, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda826() {
        runtime.setAndCoerceProperty$Ex(Lit5909, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5909, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5909, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda827() {
        runtime.setAndCoerceProperty$Ex(Lit5912, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5912, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5912, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5912, Lit6, "GTT", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5912, Lit5527, Lit5524, Lit720);
    }

    static Object lambda828() {
        runtime.setAndCoerceProperty$Ex(Lit5912, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5912, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5912, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5912, Lit6, "GTT", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5912, Lit5527, Lit5524, Lit720);
    }

    static Object lambda829() {
        runtime.setAndCoerceProperty$Ex(Lit1437, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1437, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1437, Lit5527, Lit5524, Lit720);
    }

    static Object lambda830() {
        runtime.setAndCoerceProperty$Ex(Lit1437, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1437, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1437, Lit5527, Lit5524, Lit720);
    }

    public Object vaSLTGT$Click() {
        runtime.setThisForm();
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("subscription"), Lit5916, "open another screen");
    }

    static Object lambda831() {
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit6, "Set stoploss", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4006, Lit5527, Lit5524, Lit720);
    }

    static Object lambda832() {
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4006, Lit6, "Set stoploss", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4006, Lit5527, Lit5524, Lit720);
    }

    public Object Switch1$Changed() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit5920, Lit172, runtime.get$Mnproperty.apply2(Lit4006, Lit375), Lit173);
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit4006, Lit375)), Lit5921, "not") == Boolean.FALSE) {
            return Values.empty;
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit142, "");
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit6, "", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3221, Lit6, "", Lit9);
    }

    static Object lambda833() {
        runtime.setAndCoerceProperty$Ex(Lit5920, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5920, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5920, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5920, Lit5527, Lit5524, Lit720);
    }

    static Object lambda834() {
        runtime.setAndCoerceProperty$Ex(Lit5920, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5920, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5920, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5920, Lit5527, Lit5524, Lit720);
    }

    static Object lambda835() {
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit5859, Lit5926, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit5558, "SL", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2820, Lit5862, Lit711, Lit720);
    }

    static Object lambda836() {
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit5859, Lit5926, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2820, Lit5558, "SL", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2820, Lit5862, Lit711, Lit720);
    }

    public Object mtxtSL$OnFocusChange(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit142, (!(sanitizeComponentData instanceof Package) ? sanitizeComponentData != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5123), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? "" : runtime.lookupInCurrentFormEnvironment(Lit2820));
    }

    public Object mtxtSL$OnTextChange(Object obj) {
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit142, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit2820)), Lit5930, "=") == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol2 = Lit3221;
        SimpleSymbol simpleSymbol3 = Lit6;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3588, runtime.$Stthe$Mnnull$Mnvalue$St);
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit5931, "is text empty?") != Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        } else {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, moduleMethod.apply2(simpleSymbol, Lit6)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit2820, Lit6))), Lit9);
    }

    static Object lambda837() {
        runtime.setAndCoerceProperty$Ex(Lit3221, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3221, Lit5859, Lit5934, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3221, Lit5558, "%", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3221, Lit5862, Lit711, Lit720);
    }

    static Object lambda838() {
        runtime.setAndCoerceProperty$Ex(Lit3221, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3221, Lit5859, Lit5934, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3221, Lit5558, "%", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3221, Lit5862, Lit711, Lit720);
    }

    public Object mtxtSLP$OnFocusChange(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit142, (!(sanitizeComponentData instanceof Package) ? sanitizeComponentData != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5123), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? "" : runtime.lookupInCurrentFormEnvironment(Lit3221));
    }

    public Object mtxtSLP$OnTextChange(Object obj) {
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit142, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit3221)), Lit5937, "=") == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol2 = Lit2820;
        SimpleSymbol simpleSymbol3 = Lit6;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3860, runtime.$Stthe$Mnnull$Mnvalue$St);
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit5938, "is text empty?") != Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        } else {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, moduleMethod.apply2(simpleSymbol, Lit6)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit3221, Lit6))), Lit9);
    }

    static Object lambda839() {
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit6, "Set target", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4008, Lit5527, Lit5524, Lit720);
    }

    static Object lambda840() {
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4008, Lit6, "Set target", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4008, Lit5527, Lit5524, Lit720);
    }

    public Object Switch2$Changed() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit5942, Lit172, runtime.get$Mnproperty.apply2(Lit4008, Lit375), Lit173);
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit4008, Lit375)), Lit5943, "not") == Boolean.FALSE) {
            return Values.empty;
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit142, "");
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit6, "", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3224, Lit6, "", Lit9);
    }

    static Object lambda841() {
        runtime.setAndCoerceProperty$Ex(Lit5942, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5942, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5942, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5942, Lit5527, Lit5524, Lit720);
    }

    static Object lambda842() {
        runtime.setAndCoerceProperty$Ex(Lit5942, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5942, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5942, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5942, Lit5527, Lit5524, Lit720);
    }

    static Object lambda843() {
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit5859, Lit5948, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit5558, "TGT", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2825, Lit5862, Lit711, Lit720);
    }

    static Object lambda844() {
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit5859, Lit5948, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2825, Lit5558, "TGT", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2825, Lit5862, Lit711, Lit720);
    }

    public Object mtxtTGT$OnFocusChange(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit142, (!(sanitizeComponentData instanceof Package) ? sanitizeComponentData != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5123), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? "" : runtime.lookupInCurrentFormEnvironment(Lit2825));
    }

    public Object mtxtTGT$OnTextChange(Object obj) {
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit142, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit2825)), Lit5951, "=") == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol2 = Lit3224;
        SimpleSymbol simpleSymbol3 = Lit6;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4144, runtime.$Stthe$Mnnull$Mnvalue$St);
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit5952, "is text empty?") != Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        } else {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, moduleMethod.apply2(simpleSymbol, Lit6)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit2825, Lit6))), Lit9);
    }

    static Object lambda845() {
        runtime.setAndCoerceProperty$Ex(Lit3224, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3224, Lit5859, Lit5955, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3224, Lit5558, "%", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3224, Lit5862, Lit711, Lit720);
    }

    static Object lambda846() {
        runtime.setAndCoerceProperty$Ex(Lit3224, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3224, Lit5859, Lit5955, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3224, Lit5558, "%", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3224, Lit5862, Lit711, Lit720);
    }

    public Object mtxtTGTP$OnFocusChange(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit142, (!(sanitizeComponentData instanceof Package) ? sanitizeComponentData != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit5123), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) ? "" : runtime.lookupInCurrentFormEnvironment(Lit3224));
    }

    public Object mtxtTGTP$OnTextChange(Object obj) {
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit142, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupInCurrentFormEnvironment(Lit3224)), Lit5958, "=") == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol2 = Lit2825;
        SimpleSymbol simpleSymbol3 = Lit6;
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4170, runtime.$Stthe$Mnnull$Mnvalue$St);
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit5959, "is text empty?") != Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        } else {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol2, simpleSymbol3, applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, applyToArgs2.apply2(lookupGlobalVarInCurrentFormEnvironment2, moduleMethod.apply2(simpleSymbol, Lit6)), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit3224, Lit6))), Lit9);
    }

    static Object lambda847() {
        runtime.setAndCoerceProperty$Ex(Lit5962, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5962, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5962, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda848() {
        runtime.setAndCoerceProperty$Ex(Lit5962, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5962, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5962, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda849() {
        runtime.setAndCoerceProperty$Ex(Lit3236, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3236, Lit5859, Lit5965, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3236, Lit5558, "Trade notes", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3236, Lit5527, Lit5524, Lit720);
    }

    static Object lambda850() {
        runtime.setAndCoerceProperty$Ex(Lit3236, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3236, Lit5859, Lit5965, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3236, Lit5558, "Trade notes", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3236, Lit5527, Lit5524, Lit720);
    }

    static Object lambda851() {
        runtime.setAndCoerceProperty$Ex(Lit5968, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5968, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5968, Lit5527, Lit5524, Lit720);
    }

    static Object lambda852() {
        runtime.setAndCoerceProperty$Ex(Lit5968, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5968, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5968, Lit5527, Lit5524, Lit720);
    }

    static Object lambda853() {
        runtime.setAndCoerceProperty$Ex(Lit5971, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5971, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5971, Lit5527, Lit4897, Lit720);
    }

    static Object lambda854() {
        runtime.setAndCoerceProperty$Ex(Lit5971, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5971, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5971, Lit5527, Lit4897, Lit720);
    }

    static Object lambda855() {
        runtime.setAndCoerceProperty$Ex(Lit5974, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5974, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5974, Lit5527, Lit5524, Lit720);
    }

    static Object lambda856() {
        runtime.setAndCoerceProperty$Ex(Lit5974, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5974, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5974, Lit5527, Lit5524, Lit720);
    }

    static Object lambda857() {
        runtime.setAndCoerceProperty$Ex(Lit5977, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5977, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5977, Lit6, "Approx. Margin", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5977, Lit989, Lit5978, Lit720);
    }

    static Object lambda858() {
        runtime.setAndCoerceProperty$Ex(Lit5977, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5977, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5977, Lit6, "Approx. Margin", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5977, Lit989, Lit5978, Lit720);
    }

    static Object lambda859() {
        runtime.setAndCoerceProperty$Ex(Lit2881, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2881, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2881, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2881, Lit989, Lit5981, Lit720);
    }

    static Object lambda860() {
        runtime.setAndCoerceProperty$Ex(Lit2881, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2881, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2881, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2881, Lit989, Lit5981, Lit720);
    }

    static Object lambda861() {
        runtime.setAndCoerceProperty$Ex(Lit5984, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5984, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5984, Lit5527, Lit5524, Lit720);
    }

    static Object lambda862() {
        runtime.setAndCoerceProperty$Ex(Lit5984, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5984, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5984, Lit5527, Lit5524, Lit720);
    }

    static Object lambda863() {
        runtime.setAndCoerceProperty$Ex(Lit5987, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5987, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5987, Lit6, "Brokerage", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5987, Lit989, Lit5988, Lit720);
    }

    static Object lambda864() {
        runtime.setAndCoerceProperty$Ex(Lit5987, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5987, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5987, Lit6, "Brokerage", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5987, Lit989, Lit5988, Lit720);
    }

    static Object lambda865() {
        runtime.setAndCoerceProperty$Ex(Lit386, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit386, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit386, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit386, Lit989, Lit5991, Lit720);
    }

    static Object lambda866() {
        runtime.setAndCoerceProperty$Ex(Lit386, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit386, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit386, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit386, Lit989, Lit5991, Lit720);
    }

    static Object lambda867() {
        runtime.setAndCoerceProperty$Ex(Lit5994, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5994, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5994, Lit5527, Lit5524, Lit720);
    }

    static Object lambda868() {
        runtime.setAndCoerceProperty$Ex(Lit5994, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5994, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5994, Lit5527, Lit5524, Lit720);
    }

    static Object lambda869() {
        runtime.setAndCoerceProperty$Ex(Lit5997, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5997, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5997, Lit6, "Available Balance", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5997, Lit989, Lit5998, Lit720);
    }

    static Object lambda870() {
        runtime.setAndCoerceProperty$Ex(Lit5997, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5997, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5997, Lit6, "Available Balance", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5997, Lit989, Lit5998, Lit720);
    }

    static Object lambda871() {
        runtime.setAndCoerceProperty$Ex(Lit2837, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2837, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2837, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2837, Lit989, Lit6001, Lit720);
    }

    static Object lambda872() {
        runtime.setAndCoerceProperty$Ex(Lit2837, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2837, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2837, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2837, Lit989, Lit6001, Lit720);
    }

    static Object lambda873() {
        runtime.setAndCoerceProperty$Ex(Lit4042, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4042, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4042, Lit5527, Lit5524, Lit720);
    }

    static Object lambda874() {
        runtime.setAndCoerceProperty$Ex(Lit4042, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4042, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4042, Lit5527, Lit5524, Lit720);
    }

    static Object lambda875() {
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit963, Lit6006, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit6007, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit6, "Update", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit989, Lit6008, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4003, Lit5527, Lit5524, Lit720);
    }

    static Object lambda876() {
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit963, Lit6006, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit6007, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit6, "Update", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4003, Lit989, Lit6008, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4003, Lit5527, Lit5524, Lit720);
    }

    public class frame67 extends ModuleBody {
        Object $jsonitem;
        final ModuleMethod lambda$Fn876 = new ModuleMethod(this, 147, null, 0);
        final ModuleMethod lambda$Fn877 = new ModuleMethod(this, 148, null, 0);
        final ModuleMethod lambda$Fn878 = new ModuleMethod(this, 149, null, 0);
        final ModuleMethod lambda$Fn879 = new ModuleMethod(this, 150, null, 0);
        final ModuleMethod lambda$Fn880 = new ModuleMethod(this, 151, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 147:
                    return lambda877();
                case 148:
                    return lambda878();
                case 149:
                    return lambda879();
                case 150:
                    return lambda880();
                case 151:
                    return lambda881();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 147:
                case 148:
                case 149:
                case 150:
                case 151:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda877() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("EntryLTP", obj, Screen1.Lit141), Screen1.Lit6011, "dictionary lookup"), runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6)), Screen1.Lit6012, "=");
        }

        Object lambda878() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            if (runtime.callYailPrimitive(moduleMethod, LList.list2("LMT", runtime.callYailPrimitive(moduleMethod2, LList.list3("ordertype", obj, Screen1.Lit141), Screen1.Lit6013, "dictionary lookup")), Screen1.Lit6014, "=") == Boolean.FALSE) {
                return Boolean.TRUE;
            }
            ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
            Object obj2 = this.$jsonitem;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(moduleMethod4, LList.list3("pendingLTP", obj2, Screen1.Lit141), Screen1.Lit6015, "dictionary lookup"), runtime.get$Mnproperty.apply2(Screen1.Lit378, Screen1.Lit6)), Screen1.Lit6016, "=");
        }

        Object lambda879() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("SL", obj, Screen1.Lit141), Screen1.Lit6017, "dictionary lookup"), runtime.get$Mnproperty.apply2(Screen1.Lit2820, Screen1.Lit6)), Screen1.Lit6018, "=");
        }

        Object lambda880() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("TGT", obj, Screen1.Lit141), Screen1.Lit6019, "dictionary lookup"), runtime.get$Mnproperty.apply2(Screen1.Lit2825, Screen1.Lit6)), Screen1.Lit6020, "=");
        }

        Object lambda881() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$jsonitem;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1035), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("notes", obj, ""), Screen1.Lit6021, "dictionary lookup"), runtime.get$Mnproperty.apply2(Screen1.Lit3236, Screen1.Lit6)), Screen1.Lit6022, "=");
        }
    }

    public Object btnUpdate$Click() {
        frame67 frame67Var = new frame67();
        runtime.setThisForm();
        if (Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2815, runtime.$Stthe$Mnnull$Mnvalue$St), "U") == Boolean.FALSE) {
            return Values.empty;
        }
        frame67Var.$jsonitem = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit6010);
        if (runtime.processAndDelayed$V(new Object[]{frame67Var.lambda$Fn876, frame67Var.lambda$Fn877, frame67Var.lambda$Fn878, frame67Var.lambda$Fn879, frame67Var.lambda$Fn880}) != Boolean.FALSE) {
            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "No change found");
        } else {
            runtime.callComponentMethod(Lit156, Lit157, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6023);
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ordertype", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, ""), Lit6024, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,ADV"), Lit6025, "list from csv row")), Lit6026, "is in list?") != Boolean.FALSE) {
                runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("pendingLTP", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit6027, "set value for key in dictionary to value");
            }
            if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ordertype", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, ""), Lit6028, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("PRC"), Lit6029, "list from csv row")), Lit6030, "is in list?") != Boolean.FALSE) {
                runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("EntryLTP", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit6031, "set value for key in dictionary to value");
            }
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("Qty", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit6032, "set value for key in dictionary to value");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("SL", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit2820, Lit6)), Lit6033, "set value for key in dictionary to value");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("SLPCT", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit3221, Lit6)), Lit6034, "set value for key in dictionary to value");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("TGT", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit2825, Lit6)), Lit6035, "set value for key in dictionary to value");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("TGTPCT", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit3224, Lit6)), Lit6036, "set value for key in dictionary to value");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("notes", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit3236, Lit6)), Lit6037, "set value for key in dictionary to value");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("totInvested", frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), Lit141), Lit6038, "lookup in pairs")), Lit6039, "set value for key in dictionary to value");
            runtime.callComponentMethod(Lit156, Lit169, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem), Lit6040);
            ApplyToArgs applyToArgs = Scheme.applyToArgs;
            Object[] objArr = new Object[7];
            objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr[1] = "I";
            objArr[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
            objArr[3] = "Orders";
            objArr[4] = "DateTime|TagKey|TagValue|userid|deviceid";
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
            ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
            SimpleSymbol simpleSymbol = Lit198;
            Pair list1 = LList.list1(runtime.callComponentMethod(simpleSymbol, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit6041));
            LList.chain4(list1, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
            objArr[5] = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, list1, Lit6042, "make a list"), "|"), Lit6043, "join with separator");
            objArr[6] = "DateTime";
            applyToArgs.applyN(objArr);
            SimpleSymbol simpleSymbol2 = Lit622;
            SimpleSymbol simpleSymbol3 = Lit2296;
            Pair list12 = LList.list1("Order Updated Successfully !");
            Object apply4 = Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "{transtype} {ordertype} {sid} {TotQty} Qty for {EntryLTP} \nat {EntryTS}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,ordertype, sid,TotQty,EntryLTP,EntryTS"), Lit6044, "list from csv row"), frame67Var.$jsonitem instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : frame67Var.$jsonitem);
            Boolean bool = Boolean.TRUE;
            SimpleSymbol simpleSymbol4 = Lit198;
            LList.chain4(list12, apply4, bool, "", runtime.callComponentMethod(simpleSymbol4, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol4, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit6045));
            runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, list12, Lit6046);
        }
        runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit0, Lit642, LList.Empty, LList.Empty);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda882() {
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit963, Lit6049, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit6007, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit6, "Square Off", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit989, Lit6050, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4043, Lit5527, Lit5524, Lit720);
    }

    static Object lambda883() {
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit963, Lit6049, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit6007, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit6, "Square Off", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4043, Lit989, Lit6050, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4043, Lit5527, Lit5524, Lit720);
    }

    public Object btnBuySellExit$Click() {
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("ordertype", runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit6052), ""), Lit6053, "lookup in pairs"), "PRC"), Lit6054, "=") != Boolean.FALSE) {
            runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.TRUE);
            Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit411, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit378, Lit6), "Order exited Successful", "manual");
        } else {
            runtime.callComponentMethod(Lit3433, Lit5051, LList.Empty, LList.Empty);
        }
        return runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
    }

    static Object lambda884() {
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit6007, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit6, "Submit", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit989, Lit6057, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4005, Lit5527, Lit5524, Lit720);
    }

    static Object lambda885() {
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit6007, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit6, "Submit", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4005, Lit989, Lit6057, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4005, Lit5527, Lit5524, Lit720);
    }

    public Object btnSubmit$Click() {
        runtime.setThisForm();
        if (Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2815, runtime.$Stthe$Mnnull$Mnvalue$St), "S") == Boolean.FALSE) {
            return Values.empty;
        }
        if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit25, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
            return Boolean.FALSE;
        }
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3190, runtime.$Stthe$Mnnull$Mnvalue$St));
        runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
        return runtime.callComponentMethod(Lit0, Lit642, LList.Empty, LList.Empty);
    }

    static Object lambda886() {
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit963, Lit6061, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit6007, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit6, "Add to Basket", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit989, Lit6062, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5808, Lit5527, Lit5524, Lit720);
    }

    static Object lambda887() {
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit963, Lit6061, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit6007, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit6, "Add to Basket", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit989, Lit6062, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5808, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5808, Lit5527, Lit5524, Lit720);
    }

    public Object btnSubmitBasket$Click() {
        ModuleMethod moduleMethod;
        SimpleSymbol simpleSymbol;
        runtime.setThisForm();
        if (Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2815, runtime.$Stthe$Mnnull$Mnvalue$St), "S") == Boolean.FALSE) {
            return Values.empty;
        }
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2873, runtime.$Stthe$Mnnull$Mnvalue$St));
        runtime.callComponentMethod(Lit160, Lit161, LList.list2("Orders", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit6064);
        runtime.callYailPrimitive(runtime.yail$Mnlist$Mnto$Mncsv$Mnrow, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, "symbol"), Lit6065, "make a list"), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Orders", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit6066)), Lit6067, "list by walking key path in dictionary")), Lit6068, "list to csv row");
        ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mndictionary;
        Pair list1 = LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("BASKET", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit312, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit3200, Lit3201))), Lit6069, "make a pair"));
        Pair chain4 = LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, "BASKET"), Lit6070, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ordertype", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6071, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6072, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("sid", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6073, "make a pair"));
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("transtype", runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit374, Lit375)), Lit6074, "not") != Boolean.FALSE ? "BUY" : "SELL"), Lit6075, "make a pair");
        Object callYailPrimitive2 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("pendingLTP", runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit6076, "make a pair");
        ModuleMethod moduleMethod3 = runtime.make$Mndictionary$Mnpair;
        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.get$Mnproperty.apply2(Lit378, Lit6)), Lit6077, "is text empty?")), Lit6078, "not") != Boolean.FALSE) {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit378;
        } else {
            moduleMethod = runtime.get$Mnproperty;
            simpleSymbol = Lit379;
        }
        Pair chain42 = LList.chain4(LList.chain4(chain4, callYailPrimitive, callYailPrimitive2, runtime.callYailPrimitive(moduleMethod3, LList.list2("EntryLTP", moduleMethod.apply2(simpleSymbol, Lit6)), Lit6079, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Qty", runtime.get$Mnproperty.apply2(Lit383, Lit6)), Lit6080, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SL", runtime.get$Mnproperty.apply2(Lit2820, Lit6)), Lit6081, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("SLPCT", runtime.get$Mnproperty.apply2(Lit3221, Lit6)), Lit6082, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGT", runtime.get$Mnproperty.apply2(Lit2825, Lit6)), Lit6083, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TGTPCT", runtime.get$Mnproperty.apply2(Lit3224, Lit6)), Lit6084, "make a pair"));
        Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("lotSize", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit18, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit6085, "dictionary lookup")), Lit6086, "make a pair");
        Object callYailPrimitive4 = runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitLTP", ""), Lit6087, "make a pair");
        ModuleMethod moduleMethod4 = runtime.make$Mndictionary$Mnpair;
        SimpleSymbol simpleSymbol2 = Lit198;
        LList.chain1(LList.chain1(LList.chain1(LList.chain4(chain42, callYailPrimitive3, callYailPrimitive4, runtime.callYailPrimitive(moduleMethod4, LList.list2("EntryTS", runtime.callComponentMethod(simpleSymbol2, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol2, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit6088)), Lit6089, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("ExitTS", ""), Lit6090, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("totInvested", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit306, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6091, "dictionary lookup")), Lit6092, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("brokerage", Lit141), Lit6093, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("TotQty", runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(runtime.get$Mnproperty.apply2(Lit383, Lit6), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit18, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit6094, "dictionary lookup")), Lit6095, "*")), Lit6096, "make a pair"));
        Object callYailPrimitive5 = runtime.callYailPrimitive(moduleMethod2, list1, Lit6097, "make a dictionary");
        SimpleSymbol simpleSymbol3 = Lit156;
        SimpleSymbol simpleSymbol4 = Lit169;
        ModuleMethod moduleMethod5 = runtime.make$Mnyail$Mndictionary;
        ModuleMethod moduleMethod6 = runtime.make$Mndictionary$Mnpair;
        SimpleSymbol simpleSymbol5 = Lit198;
        Object callYailPrimitive6 = runtime.callYailPrimitive(moduleMethod5, LList.list4(runtime.callYailPrimitive(moduleMethod6, LList.list2("transID", runtime.callComponentMethod(simpleSymbol5, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol5, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssa"), Lit6098)), Lit6099, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("symbol", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mndict$Mnto$Mnalist, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6100, "convert a dictionary to an alist")), Lit6101, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(NotificationCompat.CATEGORY_STATUS, "BASKET"), Lit6102, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("BASKET", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit312, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit3200, Lit3201))), Lit6103, "make a pair")), Lit6104, "make a dictionary");
        boolean z = callYailPrimitive5 instanceof Package;
        runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list2(callYailPrimitive6, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive5), Lit6105);
        SimpleSymbol simpleSymbol6 = Lit160;
        SimpleSymbol simpleSymbol7 = Lit169;
        AddOp addOp = AddOp.$Mn;
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit141), Lit6106);
        ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnlookup;
        if (z) {
            callYailPrimitive5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callComponentMethod(simpleSymbol6, simpleSymbol7, LList.list2("fund", runtime.callYailPrimitive(addOp, LList.list2(callComponentMethod, runtime.callYailPrimitive(moduleMethod7, LList.list3("totInvested", callYailPrimitive5, Lit141), Lit6107, "dictionary lookup")), Lit6108, "-")), Lit6109);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
    }

    static Object lambda888() {
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit963, Lit6112, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3476, Lit5527, Lit5524, Lit720);
    }

    static Object lambda889() {
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit963, Lit6112, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3476, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3476, Lit5527, Lit5524, Lit720);
    }

    static Object lambda890() {
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit963, Lit6116, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit1112, Lit5688, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6115, Lit5527, Lit5524, Lit720);
    }

    static Object lambda891() {
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit963, Lit6116, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit1112, Lit5688, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6115, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6115, Lit5527, Lit5524, Lit720);
    }

    static Object lambda892() {
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6119, Lit5527, Lit828, Lit720);
    }

    static Object lambda893() {
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6119, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6119, Lit5527, Lit828, Lit720);
    }

    static Object lambda894() {
        runtime.setAndCoerceProperty$Ex(Lit6122, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6122, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6122, Lit5527, Lit4897, Lit720);
    }

    static Object lambda895() {
        runtime.setAndCoerceProperty$Ex(Lit6122, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6122, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6122, Lit5527, Lit4897, Lit720);
    }

    static Object lambda896() {
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit6, "<b><big>Title</big></b><br><font color=gray>Symbol</font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3439, Lit5527, Lit5524, Lit720);
    }

    static Object lambda897() {
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3439, Lit6, "<b><big>Title</big></b><br><font color=gray>Symbol</font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3439, Lit5527, Lit5524, Lit720);
    }

    static Object lambda898() {
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit5525, "0,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3369, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda899() {
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit5525, "0,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3369, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3369, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda900() {
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit6, FirebaseAnalytics.Event.SHARE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6129, Lit5527, Lit828, Lit720);
    }

    static Object lambda901() {
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit6, FirebaseAnalytics.Event.SHARE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6129, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6129, Lit5527, Lit828, Lit720);
    }

    public Object lblShare$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit172, Boolean.TRUE, Lit173);
        return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit6132, FirebaseAnalytics.Event.SHARE), Lit6133);
    }

    static Object lambda902() {
        runtime.setAndCoerceProperty$Ex(Lit6136, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6136, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6136, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6136, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6136, Lit5527, Lit6137, Lit720);
    }

    static Object lambda903() {
        runtime.setAndCoerceProperty$Ex(Lit6136, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6136, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6136, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6136, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6136, Lit5527, Lit6137, Lit720);
    }

    static Object lambda904() {
        runtime.setAndCoerceProperty$Ex(Lit6140, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6140, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6140, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda905() {
        runtime.setAndCoerceProperty$Ex(Lit6140, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6140, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6140, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda906() {
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit1112, Lit5688, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3364, Lit5527, Lit5524, Lit720);
    }

    static Object lambda907() {
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit1112, Lit5688, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3364, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3364, Lit5527, Lit5524, Lit720);
    }

    static Object lambda908() {
        runtime.setAndCoerceProperty$Ex(Lit6145, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6145, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6145, Lit5527, Lit4897, Lit720);
    }

    static Object lambda909() {
        runtime.setAndCoerceProperty$Ex(Lit6145, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6145, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6145, Lit5527, Lit4897, Lit720);
    }

    static Object lambda910() {
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit963, Lit6149, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit6007, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit6, "Buy", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit989, Lit6151, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6148, Lit5527, Lit5524, Lit720);
    }

    static Object lambda911() {
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit963, Lit6149, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit6007, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit6, "Buy", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6148, Lit989, Lit6151, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6148, Lit5527, Lit5524, Lit720);
    }

    public Object btnBuy$Click() {
        runtime.setThisForm();
        runtime.addGlobalVarToCurrentFormEnvironment(Lit34, "");
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4031, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
    }

    static Object lambda912() {
        runtime.setAndCoerceProperty$Ex(Lit6155, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6155, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6155, Lit5527, Lit4897, Lit720);
    }

    static Object lambda913() {
        runtime.setAndCoerceProperty$Ex(Lit6155, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6155, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6155, Lit5527, Lit4897, Lit720);
    }

    static Object lambda914() {
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit963, Lit6159, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit6007, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit6, "Sell", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit989, Lit6160, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6158, Lit5527, Lit5524, Lit720);
    }

    static Object lambda915() {
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit963, Lit6159, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit6007, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit6, "Sell", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6158, Lit989, Lit6160, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6158, Lit5527, Lit5524, Lit720);
    }

    public Object btnSell$Click() {
        runtime.setThisForm();
        runtime.addGlobalVarToCurrentFormEnvironment(Lit34, "");
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4031, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda916() {
        runtime.setAndCoerceProperty$Ex(Lit6164, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6164, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6164, Lit5527, Lit4897, Lit720);
    }

    static Object lambda917() {
        runtime.setAndCoerceProperty$Ex(Lit6164, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6164, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6164, Lit5527, Lit4897, Lit720);
    }

    static Object lambda918() {
        runtime.setAndCoerceProperty$Ex(Lit3478, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3478, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3478, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3478, Lit5527, Lit5524, Lit720);
    }

    static Object lambda919() {
        runtime.setAndCoerceProperty$Ex(Lit3478, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3478, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3478, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3478, Lit5527, Lit5524, Lit720);
    }

    static Object lambda920() {
        runtime.setAndCoerceProperty$Ex(Lit6169, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6169, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6169, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda921() {
        runtime.setAndCoerceProperty$Ex(Lit6169, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6169, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6169, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda922() {
        runtime.setAndCoerceProperty$Ex(Lit4038, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4038, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4038, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4038, Lit5527, Lit5524, Lit720);
    }

    static Object lambda923() {
        runtime.setAndCoerceProperty$Ex(Lit4038, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4038, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4038, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4038, Lit5527, Lit5524, Lit720);
    }

    static Object lambda924() {
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit6, "Text for Label28", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3405, Lit5527, Lit5524, Lit720);
    }

    static Object lambda925() {
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit6, "Text for Label28", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3405, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3405, Lit5527, Lit5524, Lit720);
    }

    static Object lambda926() {
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit6, "Text for Label29", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3411, Lit5527, Lit5524, Lit720);
    }

    static Object lambda927() {
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit6, "Text for Label29", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3411, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3411, Lit5527, Lit5524, Lit720);
    }

    static Object lambda928() {
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit6, "Text for Label30", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3429, Lit5527, Lit5524, Lit720);
    }

    static Object lambda929() {
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit6, "Text for Label30", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3429, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3429, Lit5527, Lit5524, Lit720);
    }

    static Object lambda930() {
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit6, "Text for Label31", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3426, Lit5527, Lit5524, Lit720);
    }

    static Object lambda931() {
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit6, "Text for Label31", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3426, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3426, Lit5527, Lit5524, Lit720);
    }

    static Object lambda932() {
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, "Text for Label31", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3417, Lit5527, Lit5524, Lit720);
    }

    static Object lambda933() {
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit6, "Text for Label31", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3417, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3417, Lit5527, Lit5524, Lit720);
    }

    static Object lambda934() {
        runtime.setAndCoerceProperty$Ex(Lit3431, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3431, Lit5525, "0,0,10,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3431, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3431, Lit6, "SLTGT", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3431, Lit5551, Lit19, Lit720);
    }

    static Object lambda935() {
        runtime.setAndCoerceProperty$Ex(Lit3431, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3431, Lit5525, "0,0,10,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3431, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3431, Lit6, "SLTGT", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3431, Lit5551, Lit19, Lit720);
    }

    static Object lambda936() {
        runtime.setAndCoerceProperty$Ex(Lit6186, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6186, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6186, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda937() {
        runtime.setAndCoerceProperty$Ex(Lit6186, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6186, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6186, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda938() {
        runtime.setAndCoerceProperty$Ex(Lit3479, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3479, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3479, Lit5527, Lit5524, Lit720);
    }

    static Object lambda939() {
        runtime.setAndCoerceProperty$Ex(Lit3479, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3479, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3479, Lit5527, Lit5524, Lit720);
    }

    static Object lambda940() {
        runtime.setAndCoerceProperty$Ex(Lit6191, Lit963, Lit6192, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6191, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6191, Lit6, "Edit", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6191, Lit989, Lit6193, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6191, Lit5527, Lit5524, Lit720);
    }

    static Object lambda941() {
        runtime.setAndCoerceProperty$Ex(Lit6191, Lit963, Lit6192, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6191, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6191, Lit6, "Edit", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6191, Lit989, Lit6193, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6191, Lit5527, Lit5524, Lit720);
    }

    public Object upt_btn$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4031, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.get$Mnproperty.apply2(Lit3405, Lit6), "SELL"), Lit6195, "string contains"));
    }

    static Object lambda942() {
        runtime.setAndCoerceProperty$Ex(Lit3436, Lit963, Lit6198, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3436, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3436, Lit6, "Cancel", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3436, Lit989, Lit6199, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3436, Lit5527, Lit5524, Lit720);
    }

    static Object lambda943() {
        runtime.setAndCoerceProperty$Ex(Lit3436, Lit963, Lit6198, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3436, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3436, Lit6, "Cancel", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3436, Lit989, Lit6199, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3436, Lit5527, Lit5524, Lit720);
    }

    public Object cancel_btn$Click() {
        Object obj;
        Object obj2;
        char c;
        char c2;
        Object obj3;
        Object obj4;
        Object obj5;
        Object obj6;
        char c3;
        char c4;
        char c5;
        Object obj7;
        Object obj8;
        runtime.setThisForm();
        Object callComponentMethod = runtime.callComponentMethod(Lit156, Lit161, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit6201);
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St);
        boolean z = callComponentMethod instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(NotificationCompat.CATEGORY_STATUS, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod, ""), Lit6202, "dictionary lookup"), "PENDING"), Lit6203, "=") != Boolean.FALSE) {
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
            SimpleSymbol simpleSymbol = Lit198;
            obj = callComponentMethod;
            runtime.callYailPrimitive(moduleMethod, LList.list3("EntryTS", signalRuntimeError, runtime.callComponentMethod(simpleSymbol, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit6204)), Lit6205, "set value for key in dictionary to value");
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnset$Mnpair;
            Object signalRuntimeError2 = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : obj;
            SimpleSymbol simpleSymbol2 = Lit198;
            obj2 = "";
            runtime.callYailPrimitive(moduleMethod2, LList.list3("ExitTS", signalRuntimeError2, runtime.callComponentMethod(simpleSymbol2, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol2, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit6206)), Lit6207, "set value for key in dictionary to value");
            lookupGlobalVarInCurrentFormEnvironment = runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St), "PENDING", "CANCELLED"), Lit6208, "replace all");
            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3(NotificationCompat.CATEGORY_STATUS, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : obj, "CANCELLED"), Lit6209, "set value for key in dictionary to value");
            Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "Cancelled {transtype} {sid} {TotQty} Qty for {pendingLTP}", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,sid,TotQty,pendingLTP"), Lit6210, "list from csv row"), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), "Unbound Variable") : obj);
        } else {
            obj = callComponentMethod;
            obj2 = "";
        }
        runtime.callComponentMethod(Lit156, Lit157, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit134, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6211);
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object[] objArr = new Object[7];
        objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr[1] = "I";
        objArr[2] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit42, runtime.$Stthe$Mnnull$Mnvalue$St);
        objArr[3] = "Orders";
        objArr[4] = "DateTime|TagKey|TagValue|userid|deviceid";
        ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod4 = runtime.make$Mnyail$Mnlist;
        SimpleSymbol simpleSymbol3 = Lit198;
        Pair list1 = LList.list1(runtime.callComponentMethod(simpleSymbol3, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol3, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy hh:mm:ss a"), Lit6212));
        boolean z2 = lookupGlobalVarInCurrentFormEnvironment instanceof Package;
        if (z2) {
            c = 0;
            c2 = 1;
            obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 0;
            c2 = 1;
            obj3 = lookupGlobalVarInCurrentFormEnvironment;
        }
        if (z) {
            Object[] objArr2 = new Object[3];
            objArr2[c] = "The variable ";
            objArr2[c2] = runtime.getDisplayRepresentation(Lit1035);
            objArr2[2] = " is not bound in the current context";
            obj4 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            obj4 = obj;
        }
        Object obj9 = lookupGlobalVarInCurrentFormEnvironment;
        LList.chain4(list1, obj3, obj4, runtime.get$Mnproperty.apply2(Lit467, Lit6), runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty));
        objArr[5] = runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(moduleMethod4, list1, Lit6213, "make a list"), "|"), Lit6214, "join with separator");
        objArr[6] = "DateTime";
        applyToArgs.applyN(objArr);
        SimpleSymbol simpleSymbol4 = Lit622;
        SimpleSymbol simpleSymbol5 = Lit2296;
        Pair list12 = LList.list1("Order canceled Successfully !");
        ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit425, runtime.$Stthe$Mnnull$Mnvalue$St);
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("transtype,ordertype, sid,TotQty,EntryLTP,EntryTS"), Lit6215, "list from csv row");
        if (z) {
            obj5 = "Unbound Variable";
            obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1035), " is not bound in the current context"), obj5);
        } else {
            obj5 = "Unbound Variable";
            obj6 = obj;
        }
        Object apply4 = applyToArgs2.apply4(lookupGlobalVarInCurrentFormEnvironment2, "{transtype} {ordertype} {sid} {TotQty} Qty for {EntryLTP} \nat {EntryTS}", callYailPrimitive, obj6);
        Boolean bool = Boolean.TRUE;
        SimpleSymbol simpleSymbol6 = Lit198;
        LList.chain4(list12, apply4, bool, obj2, runtime.callComponentMethod(simpleSymbol6, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol6, Lit420, LList.Empty, LList.Empty), "yyyyMMddhhmmssS"), Lit6216));
        runtime.callComponentMethod(simpleSymbol4, simpleSymbol5, list12, Lit6217);
        SimpleSymbol simpleSymbol7 = Lit156;
        SimpleSymbol simpleSymbol8 = Lit169;
        if (z2) {
            c3 = 0;
            c5 = 1;
            c4 = 2;
            obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit463), " is not bound in the current context"), obj5);
        } else {
            c3 = 0;
            c4 = 2;
            c5 = 1;
            obj7 = obj9;
        }
        if (z) {
            Object[] objArr3 = new Object[3];
            objArr3[c3] = "The variable ";
            objArr3[c5] = runtime.getDisplayRepresentation(Lit1035);
            objArr3[c4] = " is not bound in the current context";
            obj8 = runtime.signalRuntimeError(strings.stringAppend(objArr3), obj5);
        } else {
            obj8 = obj;
        }
        runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list2(obj7, obj8), Lit6218);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
        return runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
    }

    static Object lambda944() {
        runtime.setAndCoerceProperty$Ex(Lit3433, Lit963, Lit6221, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3433, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3433, Lit6, "Square Off", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3433, Lit989, Lit6222, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3433, Lit5527, Lit5524, Lit720);
    }

    static Object lambda945() {
        runtime.setAndCoerceProperty$Ex(Lit3433, Lit963, Lit6221, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3433, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3433, Lit6, "Square Off", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3433, Lit989, Lit6222, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3433, Lit5527, Lit5524, Lit720);
    }

    public Object exit_btn$Click() {
        runtime.setThisForm();
        runtime.addGlobalVarToCurrentFormEnvironment(Lit15, Boolean.TRUE);
        return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit411, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.get$Mnproperty.apply2(Lit3448, Lit6), "\n"), Lit6224, "split"), Lit711), Lit6225, "select list item"), "Order exited Successful", "manual");
    }

    static Object lambda946() {
        runtime.setAndCoerceProperty$Ex(Lit6228, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6228, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6228, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda947() {
        runtime.setAndCoerceProperty$Ex(Lit6228, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6228, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6228, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda948() {
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit6, "kavkrishapps.web.app", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6131, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda949() {
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit6, "kavkrishapps.web.app", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6131, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda950() {
        runtime.setAndCoerceProperty$Ex(Lit6233, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6233, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6233, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6233, Lit5527, Lit5524, Lit720);
    }

    static Object lambda951() {
        runtime.setAndCoerceProperty$Ex(Lit6233, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6233, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6233, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6233, Lit5527, Lit5524, Lit720);
    }

    static Object lambda952() {
        runtime.setAndCoerceProperty$Ex(Lit6236, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6236, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6236, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6236, Lit5527, Lit5524, Lit720);
    }

    static Object lambda953() {
        runtime.setAndCoerceProperty$Ex(Lit6236, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6236, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6236, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6236, Lit5527, Lit5524, Lit720);
    }

    static Object lambda954() {
        runtime.setAndCoerceProperty$Ex(Lit6239, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6239, Lit1112, Lit6240, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6239, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6239, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6239, Lit5527, Lit5524, Lit720);
    }

    static Object lambda955() {
        runtime.setAndCoerceProperty$Ex(Lit6239, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6239, Lit1112, Lit6240, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6239, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6239, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6239, Lit5527, Lit5524, Lit720);
    }

    public Object vaWV$Click() {
        runtime.setThisForm();
        runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen$Mnwith$Mnstart$Mnvalue, LList.list2("scrChart", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnalist$Mnto$Mndict, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6242, "convert an alist to a dictionary")), Lit6243, "open another screen with start value");
    }

    static Object lambda956() {
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6246, Lit5527, Lit5524, Lit720);
    }

    static Object lambda957() {
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6246, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6246, Lit5527, Lit5524, Lit720);
    }

    public Object haTechnicals$Click() {
        runtime.setThisForm();
        runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen$Mnwith$Mnstart$Mnvalue, LList.list2("scrChart1", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnalist$Mnto$Mndict, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6248, "convert an alist to a dictionary")), Lit6249, "open another screen with start value");
    }

    static Object lambda958() {
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit981, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit5550, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit6, "f080", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6252, Lit989, Lit6253, Lit720);
    }

    static Object lambda959() {
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit981, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit5550, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6252, Lit6, "f080", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6252, Lit989, Lit6253, Lit720);
    }

    static Object lambda960() {
        runtime.setAndCoerceProperty$Ex(Lit6256, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6256, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6256, Lit5527, Lit2717, Lit720);
    }

    static Object lambda961() {
        runtime.setAndCoerceProperty$Ex(Lit6256, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6256, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6256, Lit5527, Lit2717, Lit720);
    }

    static Object lambda962() {
        runtime.setAndCoerceProperty$Ex(Lit6259, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6259, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6259, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6259, Lit6, "<big>👑</big> View Technical Chart ->", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6259, Lit989, Lit6260, Lit720);
    }

    static Object lambda963() {
        runtime.setAndCoerceProperty$Ex(Lit6259, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6259, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6259, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6259, Lit6, "<big>👑</big> View Technical Chart ->", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6259, Lit989, Lit6260, Lit720);
    }

    static Object lambda964() {
        runtime.setAndCoerceProperty$Ex(Lit3471, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3471, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3471, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3471, Lit5527, Lit6263, Lit720);
    }

    static Object lambda965() {
        runtime.setAndCoerceProperty$Ex(Lit3471, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3471, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3471, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3471, Lit5527, Lit6263, Lit720);
    }

    static Object lambda966() {
        runtime.setAndCoerceProperty$Ex(Lit3450, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3450, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3450, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3450, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3450, Lit6, "<small><font color=gray>OI</font></small><br>{oi}<br><br><small><font color=gray>Change in OI</font></small><br>{oichg}", Lit9);
    }

    static Object lambda967() {
        runtime.setAndCoerceProperty$Ex(Lit3450, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3450, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3450, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3450, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3450, Lit6, "<small><font color=gray>OI</font></small><br>{oi}<br><br><small><font color=gray>Change in OI</font></small><br>{oichg}", Lit9);
    }

    static Object lambda968() {
        runtime.setAndCoerceProperty$Ex(Lit6268, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6268, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6268, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda969() {
        runtime.setAndCoerceProperty$Ex(Lit6268, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6268, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6268, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda970() {
        runtime.setAndCoerceProperty$Ex(Lit6271, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6271, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6271, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6271, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6271, Lit5527, Lit5524, Lit720);
    }

    static Object lambda971() {
        runtime.setAndCoerceProperty$Ex(Lit6271, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6271, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6271, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6271, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6271, Lit5527, Lit5524, Lit720);
    }

    static Object lambda972() {
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit6, "<small><font color=gray>Open</font></small><br>{open}<br>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3455, Lit5527, Lit5524, Lit720);
    }

    static Object lambda973() {
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit6, "<small><font color=gray>Open</font></small><br>{open}<br>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3455, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3455, Lit5527, Lit5524, Lit720);
    }

    static Object lambda974() {
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit6, "<small><font color=gray>Open</font></small><br>{open}<br>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3461, Lit5527, Lit5524, Lit720);
    }

    static Object lambda975() {
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit6, "<small><font color=gray>Open</font></small><br>{open}<br>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3461, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3461, Lit5527, Lit5524, Lit720);
    }

    static Object lambda976() {
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit6, "<small><font color=gray>Open</font></small><br>{open}<br>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3464, Lit5527, Lit5524, Lit720);
    }

    static Object lambda977() {
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit6, "<small><font color=gray>Open</font></small><br>{open}<br>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3464, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3464, Lit5527, Lit5524, Lit720);
    }

    static Object lambda978() {
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit6, "<small><font color=gray>Open</font></small><br>{open}<br>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3458, Lit5527, Lit5524, Lit720);
    }

    static Object lambda979() {
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit6, "<small><font color=gray>Open</font></small><br>{open}<br>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3458, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3458, Lit5527, Lit5524, Lit720);
    }

    static Object lambda980() {
        runtime.setAndCoerceProperty$Ex(Lit6282, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6282, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6282, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda981() {
        runtime.setAndCoerceProperty$Ex(Lit6282, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6282, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6282, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda982() {
        runtime.setAndCoerceProperty$Ex(Lit6285, Lit963, Lit6286, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6285, Lit1112, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6285, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6285, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6285, Lit5527, Lit6287, Lit720);
    }

    static Object lambda983() {
        runtime.setAndCoerceProperty$Ex(Lit6285, Lit963, Lit6286, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6285, Lit1112, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6285, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6285, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6285, Lit5527, Lit6287, Lit720);
    }

    static Object lambda984() {
        runtime.setAndCoerceProperty$Ex(Lit6290, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6290, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6290, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda985() {
        runtime.setAndCoerceProperty$Ex(Lit6290, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6290, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6290, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda986() {
        runtime.setAndCoerceProperty$Ex(Lit6293, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6293, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6293, Lit5527, Lit5524, Lit720);
    }

    static Object lambda987() {
        runtime.setAndCoerceProperty$Ex(Lit6293, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6293, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6293, Lit5527, Lit5524, Lit720);
    }

    static Object lambda988() {
        runtime.setAndCoerceProperty$Ex(Lit3448, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3448, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3448, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3448, Lit6, "<small><font color=gray>Last Price </font></small><br><big><b>{LTP}</b></big><br><br><small><font color=gray>PE Ratio</font></small><br>{PER}", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3448, Lit5527, Lit5524, Lit720);
    }

    static Object lambda989() {
        runtime.setAndCoerceProperty$Ex(Lit3448, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3448, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3448, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3448, Lit6, "<small><font color=gray>Last Price </font></small><br><big><b>{LTP}</b></big><br><br><small><font color=gray>PE Ratio</font></small><br>{PER}", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3448, Lit5527, Lit5524, Lit720);
    }

    static Object lambda990() {
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit6, "<small><font color=gray>1M Return</font></small><br>{1MR} <br><Br><small><font color=gray>β</font></small><br>{BETA}", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3446, Lit5527, Lit5524, Lit720);
    }

    static Object lambda991() {
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit6, "<small><font color=gray>1M Return</font></small><br>{1MR} <br><Br><small><font color=gray>β</font></small><br>{BETA}", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3446, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3446, Lit5527, Lit5524, Lit720);
    }

    static Object lambda992() {
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit6, "<small><font color=gray>1Y Return</font></small><br>{1YR}<br><br><small><font color=gray>Div. Yield</font></small><br>{DY}", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3444, Lit5527, Lit5524, Lit720);
    }

    static Object lambda993() {
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit6, "<small><font color=gray>1Y Return</font></small><br>{1YR}<br><br><small><font color=gray>Div. Yield</font></small><br>{DY}", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3444, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit3444, Lit5527, Lit5524, Lit720);
    }

    static Object lambda994() {
        runtime.setAndCoerceProperty$Ex(Lit6302, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6302, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6302, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda995() {
        runtime.setAndCoerceProperty$Ex(Lit6302, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6302, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6302, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda996() {
        runtime.setAndCoerceProperty$Ex(Lit3477, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3477, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3477, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3477, Lit5527, Lit5524, Lit720);
    }

    static Object lambda997() {
        runtime.setAndCoerceProperty$Ex(Lit3477, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3477, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3477, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3477, Lit5527, Lit5524, Lit720);
    }

    static Object lambda998() {
        runtime.setAndCoerceProperty$Ex(Lit5050, Lit963, Lit6307, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5050, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5050, Lit6, "Option Chain", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5050, Lit989, Lit6308, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5050, Lit5527, Lit6309, Lit720);
    }

    static Object lambda999() {
        runtime.setAndCoerceProperty$Ex(Lit5050, Lit963, Lit6307, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5050, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5050, Lit6, "Option Chain", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5050, Lit989, Lit6308, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit5050, Lit5527, Lit6309, Lit720);
    }

    public Object btn_optionchain$Click() {
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit6311, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Stocks,Index,Option,OPTION_CHAIN,Future"), Lit6312, "list from csv row")), Lit6313, "is in list?") == Boolean.FALSE) {
            return Values.empty;
        }
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod3 = runtime.string$Mnreplace$Mnall;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("LZRRP\u0019\b\u0003KTA]\\\u0005F:{(g}2#>s3&*345\u0000',//,\u001c0\">:/-/d=~[\u001b\u000e\u0002\u001b\u001c\u001d(\u001f\u0014\u0017\u0017\u0014T\u001f\u001a\u0016\r\u0018\u0007\u0016\n\u0015\u0002\u001fC\u001d\u001d\u0003\u000f\u0016", "jcjiijok"), Lit6314, "deobfuscate text");
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit6315, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Stocks,Index,OPTION_CHAIN"), Lit6316, "list from csv row")), Lit6317, "is in list?") != Boolean.FALSE) {
            moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            list3 = LList.list3("search_id", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), "");
            pairWithPosition = Lit6318;
        } else {
            moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            list3 = LList.list3("underlying_search_id", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), "");
            pairWithPosition = Lit6319;
        }
        applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod2, LList.list3(runtime.callYailPrimitive(moduleMethod3, LList.list3(callYailPrimitive, "{sid}", runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "dictionary lookup")), Lit6320, "replace all"), "{ETD}", runtime.get$Mnproperty.apply2(Lit3664, Lit6)), Lit6321, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1000() {
        runtime.setAndCoerceProperty$Ex(Lit6324, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6324, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6324, Lit5527, Lit1439, Lit720);
    }

    static Object lambda1001() {
        runtime.setAndCoerceProperty$Ex(Lit6324, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6324, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6324, Lit5527, Lit1439, Lit720);
    }

    static Object lambda1002() {
        runtime.setAndCoerceProperty$Ex(Lit6327, Lit963, Lit6328, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6327, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6327, Lit6, "Futures", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6327, Lit989, Lit6329, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6327, Lit5527, Lit6330, Lit720);
    }

    static Object lambda1003() {
        runtime.setAndCoerceProperty$Ex(Lit6327, Lit963, Lit6328, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6327, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6327, Lit6, "Futures", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6327, Lit989, Lit6329, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6327, Lit5527, Lit6330, Lit720);
    }

    public Object btn_futures$Click() {
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        runtime.setThisForm();
        runtime.callComponentMethod(Lit245, Lit246, LList.Empty, LList.Empty);
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit6332, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Stocks,Index,Option,OPTION_CHAIN,Future"), Lit6333, "list from csv row")), Lit6334, "is in list?") == Boolean.FALSE) {
            return Values.empty;
        }
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod3 = runtime.string$Mnreplace$Mnall;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("?+%##hwr8%6,/t)+h9pl!2!b<3&(#9/\u0013\u0018 \u0015\u0012\u0004\u0013W\u000bNX\u001a\u0014\u0016\u000e\u0012\u0004\u0004\u001b\u0012L\u001b\u0011\u0001\t\u0012H\u001d\u0004\u0018", "jcjiijok"), Lit6335, "deobfuscate text");
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit6336, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Stocks,Index,OPTION_CHAIN"), Lit6337, "list from csv row")), Lit6338, "is in list?") != Boolean.FALSE) {
            moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            list3 = LList.list3("search_id", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), "");
            pairWithPosition = Lit6339;
        } else {
            moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            list3 = LList.list3("underlying_search_id", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), "");
            pairWithPosition = Lit6340;
        }
        applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod2, LList.list3(runtime.callYailPrimitive(moduleMethod3, LList.list3(callYailPrimitive, "{sid}", runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "dictionary lookup")), Lit6341, "replace all"), "{ETD}", runtime.get$Mnproperty.apply2(Lit3664, Lit6)), Lit6342, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1004() {
        runtime.setAndCoerceProperty$Ex(Lit6345, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6345, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6345, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1005() {
        runtime.setAndCoerceProperty$Ex(Lit6345, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6345, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6345, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1006() {
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5533, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5536, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6348, Lit5527, Lit6350, Lit720);
    }

    static Object lambda1007() {
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5533, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5536, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6348, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6348, Lit5527, Lit6350, Lit720);
    }

    static Object lambda1008() {
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit6, "Set Fund", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6353, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1009() {
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit6, "Set Fund", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6353, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6353, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1010() {
        runtime.setAndCoerceProperty$Ex(Lit6356, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6356, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6356, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1011() {
        runtime.setAndCoerceProperty$Ex(Lit6356, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6356, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6356, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1012() {
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit2937, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5540, Lit6360, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6359, Lit5527, Lit6361, Lit720);
    }

    static Object lambda1013() {
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit2937, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5540, Lit6360, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6359, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6359, Lit5527, Lit6361, Lit720);
    }

    static Object lambda1014() {
        runtime.setAndCoerceProperty$Ex(Lit6364, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6364, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6364, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6364, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1015() {
        runtime.setAndCoerceProperty$Ex(Lit6364, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6364, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6364, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6364, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1016() {
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit6, "₹", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4926, Lit5527, Lit5552, Lit720);
    }

    static Object lambda1017() {
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit6, "₹", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4926, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4926, Lit5527, Lit5552, Lit720);
    }

    static Object lambda1018() {
        runtime.setAndCoerceProperty$Ex(Lit6369, Lit963, Lit6370, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6369, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6369, Lit5558, "Enter amount", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6369, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1019() {
        runtime.setAndCoerceProperty$Ex(Lit6369, Lit963, Lit6370, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6369, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6369, Lit5558, "Enter amount", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6369, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1020() {
        runtime.setAndCoerceProperty$Ex(Lit6373, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6373, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6373, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1021() {
        runtime.setAndCoerceProperty$Ex(Lit6373, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6373, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6373, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1022() {
        runtime.setAndCoerceProperty$Ex(Lit6376, Lit963, Lit6377, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6376, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6376, Lit6, "Save", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6376, Lit989, Lit6378, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6376, Lit5527, Lit6379, Lit720);
    }

    static Object lambda1023() {
        runtime.setAndCoerceProperty$Ex(Lit6376, Lit963, Lit6377, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6376, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6376, Lit6, "Save", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6376, Lit989, Lit6378, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6376, Lit5527, Lit6379, Lit720);
    }

    public Object mbtnSaveFund$Click() {
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        Pair list1;
        PairWithPosition pairWithPosition;
        runtime.setThisForm();
        if (runtime.callYailPrimitive(Scheme.numGrt, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit6369, Lit6)), runtime.callComponentMethod(Lit160, Lit161, LList.list2("maxfund", Lit6381), Lit6382)), Lit6383, ">") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit6369, Lit2824, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3("Fund cannot be more than Rs.", runtime.callComponentMethod(Lit160, Lit161, LList.list2("maxfund", Lit6384), Lit6385), runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit6386) == Boolean.FALSE ? "\nTo increase funds, activate PRO account" : ""), Lit6387, "join"), Lit9);
            simpleSymbol = Lit6369;
            simpleSymbol2 = Lit2841;
            list1 = LList.list1(Boolean.TRUE);
            pairWithPosition = Lit6388;
        } else if (runtime.callYailPrimitive(Scheme.numLEq, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit6369, Lit6)), Lit141), Lit6389, "<=") != Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit6369, Lit2824, "Fund cannot be zero", Lit9);
            simpleSymbol = Lit6369;
            simpleSymbol2 = Lit2841;
            list1 = LList.list1(Boolean.TRUE);
            pairWithPosition = Lit6390;
        } else {
            if (runtime.callYailPrimitive(Scheme.numLEq, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit6369, Lit6)), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit328, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6391, "<=") == Boolean.FALSE) {
                runtime.callComponentMethod(Lit160, Lit169, LList.list2("fund", runtime.get$Mnproperty.apply2(Lit6369, Lit6)), Lit6393);
                runtime.setAndCoerceProperty$Ex(Lit6369, Lit2824, "", Lit9);
                runtime.callComponentMethod(Lit6369, Lit642, LList.Empty, LList.Empty);
                runtime.callComponentMethod(Lit0, Lit642, LList.Empty, LList.Empty);
                runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
                return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit225, runtime.$Stthe$Mnnull$Mnvalue$St));
            }
            runtime.setAndCoerceProperty$Ex(Lit6369, Lit2824, "Fund cannot be less than the total margin used", Lit9);
            simpleSymbol = Lit6369;
            simpleSymbol2 = Lit2841;
            list1 = LList.list1(Boolean.TRUE);
            pairWithPosition = Lit6392;
        }
        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, list1, pairWithPosition);
        return runtime.callComponentMethod(Lit6369, Lit3619, LList.Empty, LList.Empty);
    }

    static Object lambda1024() {
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit963, Lit6396, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3750, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1025() {
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit963, Lit6396, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3750, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1026() {
        runtime.setAndCoerceProperty$Ex(Lit6399, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6399, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6399, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6399, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1027() {
        runtime.setAndCoerceProperty$Ex(Lit6399, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6399, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6399, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6399, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1028() {
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit6, "arrow_back_ios_new", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6402, Lit5527, Lit5552, Lit720);
    }

    static Object lambda1029() {
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit6, "arrow_back_ios_new", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6402, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6402, Lit5527, Lit5552, Lit720);
    }

    public Object lblOptionchainBack$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit3750, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoercePropertyAndCheck$Ex(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3754, runtime.$Stthe$Mnnull$Mnvalue$St), Lit3638, Lit172, Boolean.TRUE, Lit173);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1030() {
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5533, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5536, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5540, Lit6407, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6406, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1031() {
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5533, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5536, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5540, Lit6407, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6406, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6406, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1032() {
        runtime.setAndCoerceProperty$Ex(Lit3660, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3660, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3660, Lit5551, Lit19, Lit720);
    }

    static Object lambda1033() {
        runtime.setAndCoerceProperty$Ex(Lit3660, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3660, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3660, Lit5551, Lit19, Lit720);
    }

    static Object lambda1034() {
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5533, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5536, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5540, Lit6413, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6412, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1035() {
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5533, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5536, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5540, Lit6413, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6412, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6412, Lit5527, Lit5524, Lit720);
    }

    public Object cvExpiryDt$Click() {
        runtime.setThisForm();
        runtime.addGlobalVarToCurrentFormEnvironment(Lit25, Boolean.TRUE);
        return runtime.callComponentMethod(Lit6415, Lit6416, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit6412), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit143, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6417);
    }

    static Object lambda1036() {
        runtime.setAndCoerceProperty$Ex(Lit3664, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3664, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3664, Lit5551, Lit19, Lit720);
    }

    static Object lambda1037() {
        runtime.setAndCoerceProperty$Ex(Lit3664, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3664, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3664, Lit5551, Lit19, Lit720);
    }

    static Object lambda1038() {
        runtime.setAndCoerceProperty$Ex(Lit6422, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6422, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6422, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6422, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6422, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1039() {
        runtime.setAndCoerceProperty$Ex(Lit6422, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6422, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6422, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6422, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6422, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1040() {
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit963, Lit6426, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit5526, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit6, "CALLS", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit989, Lit6427, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6425, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1041() {
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit963, Lit6426, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit5526, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit6, "CALLS", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6425, Lit989, Lit6427, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6425, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1042() {
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit963, Lit6431, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit5526, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit6, "PUTS", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit989, Lit6432, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6430, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1043() {
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit963, Lit6431, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit5526, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit6, "PUTS", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6430, Lit989, Lit6432, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6430, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1044() {
        runtime.setAndCoerceProperty$Ex(Lit6435, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6435, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6435, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6435, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1045() {
        runtime.setAndCoerceProperty$Ex(Lit6435, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6435, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6435, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6435, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1046() {
        runtime.setAndCoerceProperty$Ex(Lit6438, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6438, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6438, Lit6, "OI\nOi Chn%", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6438, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1047() {
        runtime.setAndCoerceProperty$Ex(Lit6438, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6438, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6438, Lit6, "OI\nOi Chn%", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6438, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1048() {
        runtime.setAndCoerceProperty$Ex(Lit6441, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6441, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6441, Lit6, "LTP\nChn(Chn%)", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6441, Lit5527, Lit6442, Lit720);
    }

    static Object lambda1049() {
        runtime.setAndCoerceProperty$Ex(Lit6441, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6441, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6441, Lit6, "LTP\nChn(Chn%)", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6441, Lit5527, Lit6442, Lit720);
    }

    static Object lambda1050() {
        runtime.setAndCoerceProperty$Ex(Lit6445, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6445, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6445, Lit6, "StrikePrice", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6445, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6445, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1051() {
        runtime.setAndCoerceProperty$Ex(Lit6445, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6445, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6445, Lit6, "StrikePrice", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6445, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6445, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1052() {
        runtime.setAndCoerceProperty$Ex(Lit6448, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6448, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6448, Lit6, "LTP\nChn(Chn%)", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6448, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6448, Lit5527, Lit6449, Lit720);
    }

    static Object lambda1053() {
        runtime.setAndCoerceProperty$Ex(Lit6448, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6448, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6448, Lit6, "LTP\nChn(Chn%)", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6448, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6448, Lit5527, Lit6449, Lit720);
    }

    static Object lambda1054() {
        runtime.setAndCoerceProperty$Ex(Lit6452, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6452, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6452, Lit6, "OI\nOi Chn%", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6452, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6452, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1055() {
        runtime.setAndCoerceProperty$Ex(Lit6452, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6452, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6452, Lit6, "OI\nOi Chn%", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6452, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6452, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1056() {
        runtime.setAndCoerceProperty$Ex(Lit3746, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3746, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3746, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3746, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1057() {
        runtime.setAndCoerceProperty$Ex(Lit3746, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3746, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3746, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3746, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1058() {
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit963, Lit6457, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3021, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1059() {
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit963, Lit6457, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3021, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3021, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1060() {
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5540, Lit6461, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5721, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6460, Lit5527, Lit6462, Lit720);
    }

    static Object lambda1061() {
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5540, Lit6461, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6460, Lit5721, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6460, Lit5527, Lit6462, Lit720);
    }

    static Object lambda1062() {
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit5525, "15,0,15,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit6, "Futures", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6465, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1063() {
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit5525, "15,0,15,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6465, Lit6, "Futures", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6465, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1064() {
        runtime.setAndCoerceProperty$Ex(Lit6468, Lit963, Lit6469, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6468, Lit1112, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6468, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6468, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6468, Lit5527, Lit6470, Lit720);
    }

    static Object lambda1065() {
        runtime.setAndCoerceProperty$Ex(Lit6468, Lit963, Lit6469, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6468, Lit1112, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6468, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6468, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6468, Lit5527, Lit6470, Lit720);
    }

    static Object lambda1066() {
        runtime.setAndCoerceProperty$Ex(Lit6473, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6473, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6473, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1067() {
        runtime.setAndCoerceProperty$Ex(Lit6473, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6473, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6473, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1068() {
        runtime.setAndCoerceProperty$Ex(Lit3011, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3011, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3011, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3011, Lit5527, Lit6476, Lit720);
    }

    static Object lambda1069() {
        runtime.setAndCoerceProperty$Ex(Lit3011, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3011, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3011, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit3011, Lit5527, Lit6476, Lit720);
    }

    static Object lambda1070() {
        runtime.setAndCoerceProperty$Ex(Lit6479, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6479, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6479, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1071() {
        runtime.setAndCoerceProperty$Ex(Lit6479, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6479, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6479, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1072() {
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit2937, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5539, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit2811, Lit5527, Lit6482, Lit720);
    }

    static Object lambda1073() {
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit2937, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit5539, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2811, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit2811, Lit5527, Lit6482, Lit720);
    }

    static Object lambda1074() {
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit5484, "bg_gradient.jpg", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6485, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1075() {
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6485, Lit5484, "bg_gradient.jpg", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6485, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1076() {
        runtime.setAndCoerceProperty$Ex(Lit6488, Lit1112, Lit435, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6488, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6488, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6488, Lit5672, "VirtualTrading_icon.png", Lit9);
    }

    static Object lambda1077() {
        runtime.setAndCoerceProperty$Ex(Lit6488, Lit1112, Lit435, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6488, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6488, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6488, Lit5672, "VirtualTrading_icon.png", Lit9);
    }

    static Object lambda1078() {
        runtime.setAndCoerceProperty$Ex(Lit1657, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1657, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1657, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1079() {
        runtime.setAndCoerceProperty$Ex(Lit1657, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1657, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1657, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1080() {
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit6, "Enjoying Virtual Trading?", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit989, Lit6494, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6493, Lit5527, Lit6495, Lit720);
    }

    static Object lambda1081() {
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit6, "Enjoying Virtual Trading?", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6493, Lit989, Lit6494, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6493, Lit5527, Lit6495, Lit720);
    }

    static Object lambda1082() {
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit6, "\nIf you like this app, \nplease give it some stars :)\n", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6498, Lit989, Lit6499, Lit720);
    }

    static Object lambda1083() {
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit6, "\nIf you like this app, \nplease give it some stars :)\n", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6498, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6498, Lit989, Lit6499, Lit720);
    }

    static Object lambda1084() {
        runtime.setAndCoerceProperty$Ex(Lit6502, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6502, Lit5525, "0,0,0,20", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6502, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6502, Lit5527, Lit6503, Lit720);
    }

    static Object lambda1085() {
        runtime.setAndCoerceProperty$Ex(Lit6502, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6502, Lit5525, "0,0,0,20", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6502, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6502, Lit5527, Lit6503, Lit720);
    }

    static Object lambda1086() {
        runtime.setAndCoerceProperty$Ex(Lit1671, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1671, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1671, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1671, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1671, Lit5551, Lit19, Lit720);
    }

    static Object lambda1087() {
        runtime.setAndCoerceProperty$Ex(Lit1671, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1671, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1671, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1671, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1671, Lit5551, Lit19, Lit720);
    }

    public Object r1$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1646, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19);
    }

    static Object lambda1088() {
        runtime.setAndCoerceProperty$Ex(Lit1672, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1672, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1672, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1672, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1672, Lit5551, Lit19, Lit720);
    }

    static Object lambda1089() {
        runtime.setAndCoerceProperty$Ex(Lit1672, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1672, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1672, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1672, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1672, Lit5551, Lit19, Lit720);
    }

    public Object r2$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1646, runtime.$Stthe$Mnnull$Mnvalue$St), Lit711);
    }

    static Object lambda1090() {
        runtime.setAndCoerceProperty$Ex(Lit1673, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1673, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1673, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1673, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1673, Lit5551, Lit19, Lit720);
    }

    static Object lambda1091() {
        runtime.setAndCoerceProperty$Ex(Lit1673, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1673, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1673, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1673, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1673, Lit5551, Lit19, Lit720);
    }

    public Object r3$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1646, runtime.$Stthe$Mnnull$Mnvalue$St), Lit1666);
    }

    static Object lambda1092() {
        runtime.setAndCoerceProperty$Ex(Lit1674, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1674, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1674, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1674, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1674, Lit5551, Lit19, Lit720);
    }

    static Object lambda1093() {
        runtime.setAndCoerceProperty$Ex(Lit1674, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1674, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1674, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1674, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1674, Lit5551, Lit19, Lit720);
    }

    public Object r4$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1646, runtime.$Stthe$Mnnull$Mnvalue$St), Lit602);
    }

    static Object lambda1094() {
        runtime.setAndCoerceProperty$Ex(Lit1675, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1675, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1675, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1675, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1675, Lit5551, Lit19, Lit720);
    }

    static Object lambda1095() {
        runtime.setAndCoerceProperty$Ex(Lit1675, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1675, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1675, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1675, Lit6, "★", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1675, Lit5551, Lit19, Lit720);
    }

    public Object r5$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1646, runtime.$Stthe$Mnnull$Mnvalue$St), Lit645);
    }

    static Object lambda1096() {
        runtime.setAndCoerceProperty$Ex(Lit1649, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1649, Lit5558, "Feedback", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1649, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1649, Lit5527, Lit6521, Lit720);
    }

    static Object lambda1097() {
        runtime.setAndCoerceProperty$Ex(Lit1649, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1649, Lit5558, "Feedback", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1649, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1649, Lit5527, Lit6521, Lit720);
    }

    static Object lambda1098() {
        runtime.setAndCoerceProperty$Ex(Lit1658, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1658, Lit6, "Submit", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1658, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1658, Lit5527, Lit6524, Lit720);
    }

    static Object lambda1099() {
        runtime.setAndCoerceProperty$Ex(Lit1658, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1658, Lit6, "Submit", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1658, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1658, Lit5527, Lit6524, Lit720);
    }

    public Object mBtnRatingSubmit$Click() {
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Boolean bool;
        String str;
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit140, runtime.$Stthe$Mnnull$Mnvalue$St), Lit141), Lit6526, "=") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool = Boolean.FALSE;
            str = "Please rate the app";
        } else {
            if (runtime.callYailPrimitive(Scheme.numLEq, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.get$Mnproperty.apply2(Lit1649, Lit6)), Lit6527, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit2717), Lit6528, "<=") == Boolean.FALSE) {
                runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
                ApplyToArgs applyToArgs2 = Scheme.applyToArgs;
                ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
                ModuleMethod moduleMethod2 = runtime.make$Mnyail$Mnlist;
                SimpleSymbol simpleSymbol = Lit198;
                Pair list1 = LList.list1(runtime.callComponentMethod(simpleSymbol, Lit419, LList.list2(runtime.callComponentMethod(simpleSymbol, Lit420, LList.Empty, LList.Empty), "MM/dd/yyyy-hh:mm:ssa"), Lit6530));
                LList.chain4(list1, runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit6531), runtime.get$Mnproperty.apply2(Lit1649, Lit6), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit140, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callComponentMethod(Lit468, Lit469, LList.Empty, LList.Empty), "|", runtime.callComponentMethod(Lit1694, Lit1695, LList.Empty, LList.Empty)), Lit6532, "join"));
                applyToArgs2.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit465, runtime.$Stthe$Mnnull$Mnvalue$St), "I", runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("d\u0010+\u001b\u0019$)3n=?$ K2\u000b\u001d\b\u0000\u0018,E,.)\t-+\u0014\t\fD>,;\u001d\u001b\b#\u00149>1\u0017", "yqiqpany"), Lit6529, "deobfuscate text"), "contacted", "DATE|EMAIL|DESCRIPTION|RATING|DEVICE_ID", runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, list1, Lit6533, "make a list"), "|"), Lit6534, "join with separator"), "DATE"});
                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Thank you. Feedback received, we will get back shortly...");
                runtime.setAndCoerceProperty$Ex(Lit1649, Lit6, "", Lit9);
                runtime.callComponentMethod(Lit1649, Lit642, LList.Empty, LList.Empty);
                return runtime.callComponentMethod(Lit0, Lit642, LList.Empty, LList.Empty);
            }
            runtime.callComponentMethod(Lit1649, Lit3352, LList.Empty, LList.Empty);
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool = Boolean.FALSE;
            str = "Please enter your suggestion/issue/request";
        }
        return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, str);
    }

    static Object lambda1100() {
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6537, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1101() {
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6537, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6537, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1102() {
        runtime.setAndCoerceProperty$Ex(Lit6540, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6540, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6540, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6540, Lit6, "This App version has been de-activated on technical grounds. Please use the latest version. \nPlease download the latest from the link below ", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6540, Lit5551, Lit19, Lit720);
    }

    static Object lambda1103() {
        runtime.setAndCoerceProperty$Ex(Lit6540, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6540, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6540, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6540, Lit6, "This App version has been de-activated on technical grounds. Please use the latest version. \nPlease download the latest from the link below ", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6540, Lit5551, Lit19, Lit720);
    }

    static Object lambda1104() {
        runtime.setAndCoerceProperty$Ex(Lit6543, Lit5661, Boolean.TRUE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6543, Lit6, "Backup Data", Lit9);
    }

    static Object lambda1105() {
        runtime.setAndCoerceProperty$Ex(Lit6543, Lit5661, Boolean.TRUE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6543, Lit6, "Backup Data", Lit9);
    }

    public Object mbtnBackupData$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4200, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda1106() {
        runtime.setAndCoerceProperty$Ex(Lit6547, Lit963, Lit6548, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6547, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6547, Lit6, "Click here to download", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6547, Lit989, Lit6549, Lit720);
    }

    static Object lambda1107() {
        runtime.setAndCoerceProperty$Ex(Lit6547, Lit963, Lit6548, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6547, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6547, Lit6, "Click here to download", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6547, Lit989, Lit6549, Lit720);
    }

    public Object btnAppVersion$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit1659, Lit1660, "android.intent.action.VIEW", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1659, Lit1661, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit100, runtime.$Stthe$Mnnull$Mnvalue$St), Lit9);
        return runtime.callComponentMethod(Lit1659, Lit1664, LList.Empty, LList.Empty);
    }

    static Object lambda1108() {
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit963, Lit6553, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4960, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1109() {
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit963, Lit6553, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4960, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1110() {
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5534, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5535, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6556, Lit5527, Lit6557, Lit720);
    }

    static Object lambda1111() {
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5534, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5535, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6556, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6556, Lit5527, Lit6557, Lit720);
    }

    static Object lambda1112() {
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit963, Lit6561, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6560, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1113() {
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit963, Lit6561, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6560, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6560, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1114() {
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit989, Lit6565, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6564, Lit5527, Lit5552, Lit720);
    }

    static Object lambda1115() {
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6564, Lit989, Lit6565, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6564, Lit5527, Lit5552, Lit720);
    }

    public Object Label50$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
    }

    static Object lambda1116() {
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5060, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4927, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1117() {
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5060, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4927, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit4927, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1118() {
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit6, "refresh", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6571, Lit5527, Lit5552, Lit720);
    }

    static Object lambda1119() {
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit6, "refresh", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6571, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6571, Lit5527, Lit5552, Lit720);
    }

    public Object lblrecommendRefresh$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit5183, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1120() {
        runtime.setAndCoerceProperty$Ex(Lit6575, Lit5525, "0,0,0,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6575, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6575, Lit6, "* To be used for Educational purposes only", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6575, Lit989, Lit6576, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6575, Lit5527, Lit6577, Lit720);
    }

    static Object lambda1121() {
        runtime.setAndCoerceProperty$Ex(Lit6575, Lit5525, "0,0,0,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6575, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6575, Lit6, "* To be used for Educational purposes only", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6575, Lit989, Lit6576, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6575, Lit5527, Lit6577, Lit720);
    }

    static Object lambda1122() {
        runtime.setAndCoerceProperty$Ex(Lit4953, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4953, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4953, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4953, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1123() {
        runtime.setAndCoerceProperty$Ex(Lit4953, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4953, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4953, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4953, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1124() {
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4920, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1125() {
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4920, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit4920, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1126() {
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit2937, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6584, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1127() {
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit2937, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6584, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6584, Lit5527, Lit5524, Lit720);
    }

    public Object cvAds$Click() {
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit26, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit6586, "is text empty?") == Boolean.FALSE) {
            runtime.setAndCoerceProperty$Ex(Lit1659, Lit1660, "android.intent.action.VIEW", Lit9);
            runtime.setAndCoerceProperty$Ex(Lit1659, Lit1661, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit26, runtime.$Stthe$Mnnull$Mnvalue$St), Lit9);
            runtime.callComponentMethod(Lit1659, Lit1664, LList.Empty, LList.Empty);
        }
        return runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
    }

    static Object lambda1128() {
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6589, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1129() {
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6589, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6589, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1130() {
        runtime.setAndCoerceProperty$Ex(Lit6592, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6592, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6592, Lit5551, Lit19, Lit720);
    }

    static Object lambda1131() {
        runtime.setAndCoerceProperty$Ex(Lit6592, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6592, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6592, Lit5551, Lit19, Lit720);
    }

    static Object lambda1132() {
        runtime.setAndCoerceProperty$Ex(Lit6595, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6595, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1133() {
        runtime.setAndCoerceProperty$Ex(Lit6595, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6595, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1134() {
        runtime.setAndCoerceProperty$Ex(Lit6598, Lit963, Lit6599, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6598, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6598, Lit6, "ok", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6598, Lit5527, Lit6600, Lit720);
    }

    static Object lambda1135() {
        runtime.setAndCoerceProperty$Ex(Lit6598, Lit963, Lit6599, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6598, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6598, Lit6, "ok", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6598, Lit5527, Lit6600, Lit720);
    }

    static Object lambda1136() {
        runtime.setAndCoerceProperty$Ex(Lit6603, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6603, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6603, Lit6, "Text for Label118", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6603, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda1137() {
        runtime.setAndCoerceProperty$Ex(Lit6603, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6603, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6603, Lit6, "Text for Label118", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6603, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda1138() {
        runtime.setAndCoerceProperty$Ex(Lit5, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda1139() {
        runtime.setAndCoerceProperty$Ex(Lit5, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda1140() {
        runtime.setAndCoerceProperty$Ex(Lit543, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit963, Lit6608, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5484, "vt_splash.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit543, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1141() {
        runtime.setAndCoerceProperty$Ex(Lit543, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit963, Lit6608, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit543, Lit5484, "vt_splash.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit543, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1142() {
        runtime.setAndCoerceProperty$Ex(Lit6611, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6611, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6611, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1143() {
        runtime.setAndCoerceProperty$Ex(Lit6611, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6611, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6611, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1144() {
        runtime.setAndCoerceProperty$Ex(Lit718, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit718, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit718, Lit6614, Lit435, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit718, Lit6615, Lit6616, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit718, Lit5527, Lit6617, Lit720);
    }

    static Object lambda1145() {
        runtime.setAndCoerceProperty$Ex(Lit718, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit718, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit718, Lit6614, Lit435, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit718, Lit6615, Lit6616, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit718, Lit5527, Lit6617, Lit720);
    }

    static Object lambda1146() {
        runtime.setAndCoerceProperty$Ex(Lit6620, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6620, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6620, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1147() {
        runtime.setAndCoerceProperty$Ex(Lit6620, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6620, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6620, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1148() {
        runtime.setAndCoerceProperty$Ex(Lit942, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit942, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit942, Lit6, "Built with love 🧡 for all who love to invest & trade", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit942, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit942, Lit989, Lit6623, Lit720);
    }

    static Object lambda1149() {
        runtime.setAndCoerceProperty$Ex(Lit942, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit942, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit942, Lit6, "Built with love 🧡 for all who love to invest & trade", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit942, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit942, Lit989, Lit6623, Lit720);
    }

    static Object lambda1150() {
        runtime.setAndCoerceProperty$Ex(Lit6626, Lit1112, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6626, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6626, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1151() {
        runtime.setAndCoerceProperty$Ex(Lit6626, Lit1112, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6626, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6626, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1152() {
        runtime.setAndCoerceProperty$Ex(Lit171, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit171, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1153() {
        runtime.setAndCoerceProperty$Ex(Lit171, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit171, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1154() {
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6631, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1155() {
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6631, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6631, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1156() {
        runtime.setAndCoerceProperty$Ex(Lit937, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit937, Lit1112, Lit5688, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit937, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit937, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit937, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1157() {
        runtime.setAndCoerceProperty$Ex(Lit937, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit937, Lit1112, Lit5688, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit937, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit937, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit937, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1158() {
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit6, "segment", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit989, Lit6637, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6636, Lit5527, Lit828, Lit720);
    }

    static Object lambda1159() {
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit6, "segment", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6636, Lit989, Lit6637, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6636, Lit5527, Lit828, Lit720);
    }

    public Object lblMenu$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit591, Lit625, LList.list1(Lit602), Lit6639);
    }

    static Object lambda1160() {
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit6, "Watchlist", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit989, Lit6643, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6642, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1161() {
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit6, "Watchlist", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6642, Lit989, Lit6643, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6642, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1162() {
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit6, "help_outline", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit989, Lit6647, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6646, Lit5527, Lit828, Lit720);
    }

    static Object lambda1163() {
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit6, "help_outline", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6646, Lit989, Lit6647, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6646, Lit5527, Lit828, Lit720);
    }

    public Object lblHelp$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St), "https://bit.ly/kavkrish-FAQ");
    }

    static Object lambda1164() {
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit6, "notifications", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit989, Lit6652, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6651, Lit5527, Lit828, Lit720);
    }

    static Object lambda1165() {
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit6, "notifications", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6651, Lit989, Lit6652, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6651, Lit5527, Lit828, Lit720);
    }

    public Object lblNotification$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit4905, Lit4906, LList.list1("Coming soon"), Lit6654);
    }

    static Object lambda1166() {
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit6, "expand_less", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit989, Lit6658, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6657, Lit5527, Lit828, Lit720);
    }

    static Object lambda1167() {
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit6, "expand_less", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6657, Lit989, Lit6658, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6657, Lit5527, Lit828, Lit720);
    }

    public Object lblMarket$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit172, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit6660, Lit172)), Lit6661, "not"), Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6657, Lit6, runtime.get$Mnproperty.apply2(Lit6660, Lit172) != Boolean.FALSE ? "expand_less" : "expand_more", Lit9);
    }

    static Object lambda1168() {
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit963, Lit6664, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit1112, Lit5546, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6660, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1169() {
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit963, Lit6664, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit1112, Lit5546, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6660, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6660, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1170() {
        runtime.setAndCoerceProperty$Ex(Lit6667, Lit963, Lit6668, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6667, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6667, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6667, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1171() {
        runtime.setAndCoerceProperty$Ex(Lit6667, Lit963, Lit6668, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6667, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6667, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6667, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1172() {
        runtime.setAndCoerceProperty$Ex(Lit6671, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6671, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6671, Lit5527, Lit2717, Lit720);
    }

    static Object lambda1173() {
        runtime.setAndCoerceProperty$Ex(Lit6671, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6671, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6671, Lit5527, Lit2717, Lit720);
    }

    static Object lambda1174() {
        runtime.setAndCoerceProperty$Ex(Lit6674, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6674, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6674, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6674, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1175() {
        runtime.setAndCoerceProperty$Ex(Lit6674, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6674, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6674, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6674, Lit5527, Lit5524, Lit720);
    }

    public Object haW1$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit6676, Lit2199, "https://in.tradingview.com/chart/?symbol=NSE%3ANIFTY", Lit9);
        return runtime.callComponentMethod(Lit6676, Lit6677, LList.Empty, LList.Empty);
    }

    static Object lambda1176() {
        runtime.setAndCoerceProperty$Ex(Lit6680, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6680, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6680, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6680, Lit6, "NIFTY<br>50", Lit9);
    }

    static Object lambda1177() {
        runtime.setAndCoerceProperty$Ex(Lit6680, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6680, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6680, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6680, Lit6, "NIFTY<br>50", Lit9);
    }

    static Object lambda1178() {
        runtime.setAndCoerceProperty$Ex(Lit6683, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6683, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6683, Lit5527, Lit2717, Lit720);
    }

    static Object lambda1179() {
        runtime.setAndCoerceProperty$Ex(Lit6683, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6683, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6683, Lit5527, Lit2717, Lit720);
    }

    static Object lambda1180() {
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit6, "<font color=green>XXXXX.XX</font><br><small>XXX.XX<small>(XXX.XX%)</small></small>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4731, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1181() {
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4731, Lit6, "<font color=green>XXXXX.XX</font><br><small>XXX.XX<small>(XXX.XX%)</small></small>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4731, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1182() {
        runtime.setAndCoerceProperty$Ex(Lit6688, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6688, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6688, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1183() {
        runtime.setAndCoerceProperty$Ex(Lit6688, Lit1112, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6688, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6688, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1184() {
        runtime.setAndCoerceProperty$Ex(Lit6691, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6691, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6691, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6691, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1185() {
        runtime.setAndCoerceProperty$Ex(Lit6691, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6691, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6691, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6691, Lit5527, Lit5524, Lit720);
    }

    public Object haW2$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit6676, Lit2199, "https://in.tradingview.com/chart/?symbol=NSE%3ABANKNIFTY", Lit9);
        return runtime.callComponentMethod(Lit6676, Lit6677, LList.Empty, LList.Empty);
    }

    static Object lambda1186() {
        runtime.setAndCoerceProperty$Ex(Lit6695, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6695, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6695, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6695, Lit6, "NIFTY<br>BANK", Lit9);
    }

    static Object lambda1187() {
        runtime.setAndCoerceProperty$Ex(Lit6695, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6695, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6695, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6695, Lit6, "NIFTY<br>BANK", Lit9);
    }

    static Object lambda1188() {
        runtime.setAndCoerceProperty$Ex(Lit6698, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6698, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6698, Lit5527, Lit2717, Lit720);
    }

    static Object lambda1189() {
        runtime.setAndCoerceProperty$Ex(Lit6698, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6698, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6698, Lit5527, Lit2717, Lit720);
    }

    static Object lambda1190() {
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit6, "<font color=green>XXXXX.XX</font><br><small>XXX.XX<small>(XXX.XX%)</small></small>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4736, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1191() {
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit4736, Lit6, "<font color=green>XXXXX.XX</font><br><small>XXX.XX<small>(XXX.XX%)</small></small>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit4736, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1192() {
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit963, Lit6703, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit1112, Lit435, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1443, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1193() {
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit963, Lit6703, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit1112, Lit435, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1443, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1443, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1194() {
        runtime.setAndCoerceProperty$Ex(Lit1319, Lit6706, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1319, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1319, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1319, Lit6707, Boolean.TRUE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1319, Lit5612, Boolean.FALSE, Lit173);
    }

    static Object lambda1195() {
        runtime.setAndCoerceProperty$Ex(Lit1319, Lit6706, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1319, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1319, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1319, Lit6707, Boolean.TRUE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1319, Lit5612, Boolean.FALSE, Lit173);
    }

    public Object wvBanner$WebViewStringChange(Object obj) {
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        FString stringAppend;
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit5039, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData);
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit99, runtime.$Stthe$Mnnull$Mnvalue$St), z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit6709, "select list item"), Lit1666), Lit6710, "select list item");
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnget$Mnitem;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
        Object lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit99, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (z) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable");
        }
        Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(lookupGlobalVarInCurrentFormEnvironment2, sanitizeComponentData), Lit6711, "select list item"), Lit711), Lit6712, "select list item");
        boolean z2 = callYailPrimitive instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, "link"), Lit6713, "=") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (callYailPrimitive2 instanceof Package) {
                stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit6714), " is not bound in the current context");
                callYailPrimitive2 = runtime.signalRuntimeError(stringAppend, "Unbound Variable");
            }
            return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive2);
        }
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, OSInAppMessageContentKt.HTML), Lit6715, "=") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2662, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (callYailPrimitive2 instanceof Package) {
                stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit6714), " is not bound in the current context");
                callYailPrimitive2 = runtime.signalRuntimeError(stringAppend, "Unbound Variable");
            }
            return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive2);
        }
        ModuleMethod moduleMethod3 = runtime.yail$Mnequal$Qu;
        if (z2) {
            callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit430), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod3, LList.list2(callYailPrimitive, "activity"), Lit6716, "=") == Boolean.FALSE) {
            return Values.empty;
        }
        applyToArgs = Scheme.applyToArgs;
        lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1950, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (callYailPrimitive2 instanceof Package) {
            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit6714), " is not bound in the current context");
            callYailPrimitive2 = runtime.signalRuntimeError(stringAppend, "Unbound Variable");
        }
        return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, callYailPrimitive2);
    }

    static Object lambda1196() {
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3637, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1197() {
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3637, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3637, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1198() {
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6721, Lit5527, Lit6722, Lit720);
    }

    static Object lambda1199() {
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6721, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6721, Lit5527, Lit6722, Lit720);
    }

    static Object lambda1200() {
        runtime.setAndCoerceProperty$Ex(Lit6725, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6725, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6725, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6725, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6725, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1201() {
        runtime.setAndCoerceProperty$Ex(Lit6725, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6725, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6725, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6725, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6725, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1202() {
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5060, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit2937, Lit141, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6728, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1203() {
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5060, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6728, Lit2937, Lit141, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6728, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1204() {
        runtime.setAndCoerceProperty$Ex(Lit6731, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6731, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6731, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6731, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1205() {
        runtime.setAndCoerceProperty$Ex(Lit6731, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6731, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6731, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6731, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1206() {
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit6, FirebaseAnalytics.Event.SEARCH, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit989, Lit6735, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6734, Lit5527, Lit6736, Lit720);
    }

    static Object lambda1207() {
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit6, FirebaseAnalytics.Event.SEARCH, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6734, Lit989, Lit6735, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6734, Lit5527, Lit6736, Lit720);
    }

    static Object lambda1208() {
        runtime.setAndCoerceProperty$Ex(Lit6739, Lit963, Lit6740, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6739, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6739, Lit5558, "Search", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6739, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1209() {
        runtime.setAndCoerceProperty$Ex(Lit6739, Lit963, Lit6740, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6739, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6739, Lit5558, "Search", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6739, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1210() {
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit963, Lit6744, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit5525, "0,0,8,8", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit5526, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit989, Lit6745, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6743, Lit5527, Lit19, Lit720);
    }

    static Object lambda1211() {
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit963, Lit6744, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit5525, "0,0,8,8", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit5526, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6743, Lit989, Lit6745, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6743, Lit5527, Lit19, Lit720);
    }

    static Object lambda1212() {
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit5525, "10,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit6, "+ New basket", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6748, Lit989, Lit6749, Lit720);
    }

    static Object lambda1213() {
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit5525, "10,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit6, "+ New basket", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6748, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6748, Lit989, Lit6749, Lit720);
    }

    public Object lblNewBasket$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2902, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1214() {
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit963, Lit6754, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit989, Lit6755, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6753, Lit5527, Lit5578, Lit720);
    }

    static Object lambda1215() {
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit963, Lit6754, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit989, Lit6755, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6753, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6753, Lit5527, Lit5578, Lit720);
    }

    static Object lambda1216() {
        runtime.setAndCoerceProperty$Ex(Lit6758, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6758, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6758, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6758, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6758, Lit5527, Lit6759, Lit720);
    }

    static Object lambda1217() {
        runtime.setAndCoerceProperty$Ex(Lit6758, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6758, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6758, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6758, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6758, Lit5527, Lit6759, Lit720);
    }

    static Object lambda1218() {
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3368, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1219() {
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3368, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3368, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1220() {
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit931, Lit5527, Lit6764, Lit720);
    }

    static Object lambda1221() {
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit931, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit931, Lit5527, Lit6764, Lit720);
    }

    static Object lambda1222() {
        runtime.setAndCoerceProperty$Ex(Lit6767, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6767, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6767, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6767, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6767, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1223() {
        runtime.setAndCoerceProperty$Ex(Lit6767, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6767, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6767, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6767, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6767, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1224() {
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5060, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit2937, Lit141, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6770, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1225() {
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5060, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5537, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6770, Lit2937, Lit141, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6770, Lit5527, Lit5524, Lit720);
    }

    public Object cvSearch$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda1226() {
        runtime.setAndCoerceProperty$Ex(Lit6774, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6774, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6774, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6774, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1227() {
        runtime.setAndCoerceProperty$Ex(Lit6774, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6774, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6774, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6774, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1228() {
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit6778, "MaterialIcons-Regular.ttf", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit6, FirebaseAnalytics.Event.SEARCH, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit989, Lit6779, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6777, Lit5527, Lit6736, Lit720);
    }

    static Object lambda1229() {
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit6778, "MaterialIcons-Regular.ttf", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit6, FirebaseAnalytics.Event.SEARCH, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6777, Lit989, Lit6779, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6777, Lit5527, Lit6736, Lit720);
    }

    static Object lambda1230() {
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit6, "Search and Add", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit989, Lit6783, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6782, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1231() {
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit981, Lit6150, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit6, "Search and Add", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6782, Lit989, Lit6783, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6782, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1232() {
        runtime.setAndCoerceProperty$Ex(Lit795, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, "0/10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit795, Lit989, Lit6786, Lit720);
    }

    static Object lambda1233() {
        runtime.setAndCoerceProperty$Ex(Lit795, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit6, "0/10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit795, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit795, Lit989, Lit6786, Lit720);
    }

    static Object lambda1234() {
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit5525, "10,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit989, Lit6790, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6789, Lit5527, Lit5552, Lit720);
    }

    static Object lambda1235() {
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit5525, "10,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6789, Lit989, Lit6790, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6789, Lit5527, Lit5552, Lit720);
    }

    public Object lblMic$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit5580, Lit5051, LList.Empty, LList.Empty);
    }

    static Object lambda1236() {
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit5525, "10,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit6, "tune", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit989, Lit6795, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6794, Lit5527, Lit5552, Lit720);
    }

    static Object lambda1237() {
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit5525, "10,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit6, "tune", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit989, Lit6795, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6794, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6794, Lit5527, Lit5552, Lit720);
    }

    static Object lambda1238() {
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit963, Lit6798, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit989, Lit6799, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5580, Lit5527, Lit5578, Lit720);
    }

    static Object lambda1239() {
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit963, Lit6798, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit6, "mic", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit989, Lit6799, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5580, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5580, Lit5527, Lit5578, Lit720);
    }

    public Object btnMic$Click() {
        runtime.setThisForm();
        runtime.callComponentMethod(Lit6801, Lit6802, LList.Empty, LList.Empty);
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda1240() {
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit6805, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit6615, Lit6806, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit6807, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1377, Lit5527, Lit6808, Lit720);
    }

    static Object lambda1241() {
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit6805, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit6615, Lit6806, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit6807, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1377, Lit5527, Lit6808, Lit720);
    }

    static Object lambda1242() {
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit963, Lit6811, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit6812, Lit6813, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit1378, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1243() {
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit963, Lit6811, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1378, Lit6812, Lit6813, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit1378, Lit5527, Lit5524, Lit720);
    }

    public Object Swipe_Refresh_Layout1$OnPageRefresh() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit196, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1244() {
        runtime.setAndCoerceProperty$Ex(Lit6818, Lit4921, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6818, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6818, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6818, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6818, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1245() {
        runtime.setAndCoerceProperty$Ex(Lit6818, Lit4921, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6818, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6818, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6818, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6818, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1246() {
        runtime.setAndCoerceProperty$Ex(Lit6821, Lit5525, "0,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6821, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6821, Lit6, "Clear all unused item", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6821, Lit989, Lit6822, Lit720);
    }

    static Object lambda1247() {
        runtime.setAndCoerceProperty$Ex(Lit6821, Lit5525, "0,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6821, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6821, Lit6, "Clear all unused item", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6821, Lit989, Lit6822, Lit720);
    }

    public Object lblWatchlistClear$Click() {
        runtime.setThisForm();
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit6824) != Boolean.FALSE) {
            return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit174, "Clear Watchlist", "Are you sure you want to clear all unused watchlist items?", "Go back", "Yes", Boolean.TRUE});
        }
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("subscription"), Lit6825, "open another screen");
    }

    static Object lambda1248() {
        runtime.setAndCoerceProperty$Ex(Lit826, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit826, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit826, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit826, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit826, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit826, Lit5527, Lit6828, Lit720);
    }

    static Object lambda1249() {
        runtime.setAndCoerceProperty$Ex(Lit826, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit826, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit826, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit826, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit826, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit826, Lit5527, Lit6828, Lit720);
    }

    static Object lambda1250() {
        runtime.setAndCoerceProperty$Ex(Lit791, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit791, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit791, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit791, Lit5527, Lit6831, Lit720);
    }

    static Object lambda1251() {
        runtime.setAndCoerceProperty$Ex(Lit791, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit791, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit791, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit791, Lit5527, Lit6831, Lit720);
    }

    public Object vaNoWatchlist$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda1252() {
        runtime.setAndCoerceProperty$Ex(Lit6835, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6835, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6835, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6835, Lit5484, "marketwatch.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6835, Lit5527, Lit6349, Lit720);
    }

    static Object lambda1253() {
        runtime.setAndCoerceProperty$Ex(Lit6835, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6835, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6835, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6835, Lit5484, "marketwatch.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6835, Lit5527, Lit6349, Lit720);
    }

    static Object lambda1254() {
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit5060, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit6, "<b>Nothing here</b><br><br><font color=gray><small>Use the search bar to add instruments to your watchlist</small></font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6838, Lit5551, Lit19, Lit720);
    }

    static Object lambda1255() {
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit5060, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6838, Lit6, "<b>Nothing here</b><br><br><font color=gray><small>Use the search bar to add instruments to your watchlist</small></font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6838, Lit5551, Lit19, Lit720);
    }

    static Object lambda1256() {
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3404, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1257() {
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3404, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3404, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1258() {
        runtime.setAndCoerceProperty$Ex(Lit614, Lit963, Lit6843, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit614, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit614, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit614, Lit5595, Lit6844, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit614, Lit5597, Lit6845, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit614, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1259() {
        runtime.setAndCoerceProperty$Ex(Lit614, Lit963, Lit6843, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit614, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit614, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit614, Lit5595, Lit6844, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit614, Lit5597, Lit6845, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit614, Lit5527, Lit5524, Lit720);
    }

    public Object Tab_Layout1$Selected(Object obj) {
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
    }

    static Object lambda1260() {
        runtime.setAndCoerceProperty$Ex(Lit606, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit606, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit606, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit606, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1261() {
        runtime.setAndCoerceProperty$Ex(Lit606, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit606, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit606, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit606, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1262() {
        runtime.setAndCoerceProperty$Ex(Lit608, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit608, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit608, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit608, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit608, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1263() {
        runtime.setAndCoerceProperty$Ex(Lit608, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit608, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit608, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit608, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit608, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1264() {
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5534, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5535, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6853, Lit5527, Lit6854, Lit720);
    }

    static Object lambda1265() {
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5534, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5535, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6853, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6853, Lit5527, Lit6854, Lit720);
    }

    static Object lambda1266() {
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit963, Lit6858, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit5525, "10,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6857, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1267() {
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit963, Lit6858, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit5525, "10,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6857, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6857, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1268() {
        runtime.setAndCoerceProperty$Ex(Lit6861, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6861, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6861, Lit6, "Script", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6861, Lit989, Lit6862, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6861, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1269() {
        runtime.setAndCoerceProperty$Ex(Lit6861, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6861, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6861, Lit6, "Script", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6861, Lit989, Lit6862, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6861, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1270() {
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit6, "P/L", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit5551, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit989, Lit6866, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6865, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1271() {
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit6, "P/L", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit5551, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6865, Lit989, Lit6866, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6865, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1272() {
        runtime.setAndCoerceProperty$Ex(Lit6869, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6869, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6869, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1273() {
        runtime.setAndCoerceProperty$Ex(Lit6869, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6869, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6869, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1274() {
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1025, Lit5527, Lit6872, Lit720);
    }

    static Object lambda1275() {
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1025, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1025, Lit5527, Lit6872, Lit720);
    }

    static Object lambda1276() {
        runtime.setAndCoerceProperty$Ex(Lit2060, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2060, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2060, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2060, Lit5527, Lit6831, Lit720);
    }

    static Object lambda1277() {
        runtime.setAndCoerceProperty$Ex(Lit2060, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2060, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2060, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2060, Lit5527, Lit6831, Lit720);
    }

    static Object lambda1278() {
        runtime.setAndCoerceProperty$Ex(Lit6877, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6877, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6877, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6877, Lit5484, "orders.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6877, Lit5527, Lit6349, Lit720);
    }

    static Object lambda1279() {
        runtime.setAndCoerceProperty$Ex(Lit6877, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6877, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6877, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6877, Lit5484, "orders.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6877, Lit5527, Lit6349, Lit720);
    }

    static Object lambda1280() {
        runtime.setAndCoerceProperty$Ex(Lit6880, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6880, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6880, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6880, Lit6, "<b>No Pending Orders</b><br><br><font color=gray><small>Place an order from your watchlist</small></font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6880, Lit5551, Lit19, Lit720);
    }

    static Object lambda1281() {
        runtime.setAndCoerceProperty$Ex(Lit6880, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6880, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6880, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6880, Lit6, "<b>No Pending Orders</b><br><br><font color=gray><small>Place an order from your watchlist</small></font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6880, Lit5551, Lit19, Lit720);
    }

    static Object lambda1282() {
        runtime.setAndCoerceProperty$Ex(Lit612, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit612, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit612, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit612, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit612, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1283() {
        runtime.setAndCoerceProperty$Ex(Lit612, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit612, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit612, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit612, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit612, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1284() {
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5534, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5535, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6885, Lit5527, Lit6886, Lit720);
    }

    static Object lambda1285() {
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5534, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5535, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6885, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6885, Lit5527, Lit6886, Lit720);
    }

    static Object lambda1286() {
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit963, Lit6890, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6889, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1287() {
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit963, Lit6890, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6889, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6889, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1288() {
        runtime.setAndCoerceProperty$Ex(Lit6893, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6893, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6893, Lit6, "Script", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6893, Lit989, Lit6894, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6893, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1289() {
        runtime.setAndCoerceProperty$Ex(Lit6893, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6893, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6893, Lit6, "Script", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6893, Lit989, Lit6894, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6893, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1290() {
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit5525, "0,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit6, "P/L", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit5551, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit989, Lit6897, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2125, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1291() {
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit5525, "0,10,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit6, "P/L", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit5551, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2125, Lit989, Lit6897, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2125, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1292() {
        runtime.setAndCoerceProperty$Ex(Lit6900, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6900, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6900, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1293() {
        runtime.setAndCoerceProperty$Ex(Lit6900, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6900, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6900, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1294() {
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1027, Lit5527, Lit6903, Lit720);
    }

    static Object lambda1295() {
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1027, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1027, Lit5527, Lit6903, Lit720);
    }

    static Object lambda1296() {
        runtime.setAndCoerceProperty$Ex(Lit2059, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2059, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2059, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2059, Lit5527, Lit6831, Lit720);
    }

    static Object lambda1297() {
        runtime.setAndCoerceProperty$Ex(Lit2059, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2059, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2059, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2059, Lit5527, Lit6831, Lit720);
    }

    static Object lambda1298() {
        runtime.setAndCoerceProperty$Ex(Lit6908, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6908, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6908, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6908, Lit5484, "orders.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6908, Lit5527, Lit6349, Lit720);
    }

    static Object lambda1299() {
        runtime.setAndCoerceProperty$Ex(Lit6908, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6908, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6908, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6908, Lit5484, "orders.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6908, Lit5527, Lit6349, Lit720);
    }

    static Object lambda1300() {
        runtime.setAndCoerceProperty$Ex(Lit6911, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6911, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6911, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6911, Lit6, "<b>No History Orders</b><br><br><font color=gray><small>You will see today's closed or cancelled orders</small></font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6911, Lit5551, Lit19, Lit720);
    }

    static Object lambda1301() {
        runtime.setAndCoerceProperty$Ex(Lit6911, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6911, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6911, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6911, Lit6, "<b>No History Orders</b><br><br><font color=gray><small>You will see today's closed or cancelled orders</small></font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6911, Lit5551, Lit19, Lit720);
    }

    static Object lambda1302() {
        runtime.setAndCoerceProperty$Ex(Lit610, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit610, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit610, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit610, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit610, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1303() {
        runtime.setAndCoerceProperty$Ex(Lit610, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit610, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit610, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit610, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit610, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1304() {
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5534, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5535, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6916, Lit5527, Lit6917, Lit720);
    }

    static Object lambda1305() {
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5534, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5535, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6916, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6916, Lit5527, Lit6917, Lit720);
    }

    static Object lambda1306() {
        runtime.setAndCoerceProperty$Ex(Lit232, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit6, "<font color=gray>Current P/L</font>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit989, Lit6920, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit232, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1307() {
        runtime.setAndCoerceProperty$Ex(Lit232, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit6, "<font color=gray>Current P/L</font>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit232, Lit989, Lit6920, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit232, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1308() {
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit4921, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6923, Lit5527, Lit6924, Lit720);
    }

    static Object lambda1309() {
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit4921, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6923, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6923, Lit5527, Lit6924, Lit720);
    }

    static Object lambda1310() {
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit6, "<big>Used Margin </big>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6927, Lit989, Lit6928, Lit720);
    }

    static Object lambda1311() {
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6927, Lit6, "<big>Used Margin </big>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6927, Lit989, Lit6928, Lit720);
    }

    static Object lambda1312() {
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit6, "₹ 0.00", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit989, Lit6931, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2122, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1313() {
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit6, "₹ 0.00", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2122, Lit989, Lit6931, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2122, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1314() {
        runtime.setAndCoerceProperty$Ex(Lit6934, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6934, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6934, Lit6, "Square Off All", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6934, Lit989, Lit6935, Lit720);
    }

    static Object lambda1315() {
        runtime.setAndCoerceProperty$Ex(Lit6934, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6934, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6934, Lit6, "Square Off All", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6934, Lit989, Lit6935, Lit720);
    }

    public Object lblSquareOff$Click() {
        runtime.setThisForm();
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit6937) != Boolean.FALSE) {
            return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "Square Off", "Are you sure you want to square off all Active Orders?", "Go back", "Yes", Boolean.TRUE});
        }
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("subscription"), Lit6938, "open another screen");
    }

    static Object lambda1316() {
        runtime.setAndCoerceProperty$Ex(Lit6941, Lit963, Lit6942, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6941, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6941, Lit5525, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6941, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6941, Lit5527, Lit6943, Lit720);
    }

    static Object lambda1317() {
        runtime.setAndCoerceProperty$Ex(Lit6941, Lit963, Lit6942, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6941, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6941, Lit5525, "0,0,5,5", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6941, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6941, Lit5527, Lit6943, Lit720);
    }

    static Object lambda1318() {
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1026, Lit5527, Lit6946, Lit720);
    }

    static Object lambda1319() {
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1026, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1026, Lit5527, Lit6946, Lit720);
    }

    static Object lambda1320() {
        runtime.setAndCoerceProperty$Ex(Lit2058, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2058, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2058, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2058, Lit5527, Lit6831, Lit720);
    }

    static Object lambda1321() {
        runtime.setAndCoerceProperty$Ex(Lit2058, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2058, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2058, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit2058, Lit5527, Lit6831, Lit720);
    }

    static Object lambda1322() {
        runtime.setAndCoerceProperty$Ex(Lit6951, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6951, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6951, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6951, Lit5484, "orders.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6951, Lit5527, Lit6349, Lit720);
    }

    static Object lambda1323() {
        runtime.setAndCoerceProperty$Ex(Lit6951, Lit1112, Lit6349, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6951, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6951, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6951, Lit5484, "orders.png", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6951, Lit5527, Lit6349, Lit720);
    }

    static Object lambda1324() {
        runtime.setAndCoerceProperty$Ex(Lit6954, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6954, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6954, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6954, Lit6, "<b>No Active Orders</b><br><br><font color=gray><small>Place an order from your watchlist</small></font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6954, Lit5551, Lit19, Lit720);
    }

    static Object lambda1325() {
        runtime.setAndCoerceProperty$Ex(Lit6954, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6954, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6954, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6954, Lit6, "<b>No Active Orders</b><br><br><font color=gray><small>Place an order from your watchlist</small></font>", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6954, Lit5551, Lit19, Lit720);
    }

    static Object lambda1326() {
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3635, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1327() {
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3635, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3635, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1328() {
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit1112, Lit6960, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit2937, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5539, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6959, Lit5527, Lit6961, Lit720);
    }

    static Object lambda1329() {
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit1112, Lit6960, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit2937, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6959, Lit5539, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6959, Lit5527, Lit6961, Lit720);
    }

    static Object lambda1330() {
        runtime.setAndCoerceProperty$Ex(Lit6964, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6964, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6964, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6964, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6964, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1331() {
        runtime.setAndCoerceProperty$Ex(Lit6964, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6964, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6964, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6964, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6964, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1332() {
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit963, Lit6968, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit1112, Lit6969, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit2937, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5540, Lit6970, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6967, Lit5527, Lit6969, Lit720);
    }

    static Object lambda1333() {
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit963, Lit6968, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit1112, Lit6969, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit2937, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5540, Lit6970, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6967, Lit5721, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6967, Lit5527, Lit6969, Lit720);
    }

    static Object lambda1334() {
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit963, Lit6974, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit1112, Lit6975, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit2937, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5540, Lit6976, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6973, Lit5527, Lit6975, Lit720);
    }

    static Object lambda1335() {
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit963, Lit6974, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit1112, Lit6975, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit2937, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6973, Lit5540, Lit6976, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit6973, Lit5527, Lit6975, Lit720);
    }

    static Object lambda1336() {
        runtime.setAndCoerceProperty$Ex(Lit575, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit6, "M", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit575, Lit989, Lit6979, Lit720);
    }

    static Object lambda1337() {
        runtime.setAndCoerceProperty$Ex(Lit575, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit6, "M", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit575, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit575, Lit989, Lit6979, Lit720);
    }

    static Object lambda1338() {
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit4921, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6982, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1339() {
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit4921, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6982, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit6982, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1340() {
        runtime.setAndCoerceProperty$Ex(Lit467, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit467, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit467, Lit6, "Email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit467, Lit989, Lit6985, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit467, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1341() {
        runtime.setAndCoerceProperty$Ex(Lit467, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit467, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit467, Lit6, "Email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit467, Lit989, Lit6985, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit467, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1342() {
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit6988, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit6, "PRO USER", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit989, Lit6989, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1429, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1343() {
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit6988, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit6, "PRO USER", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit989, Lit6989, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1429, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1429, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1344() {
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6992, Lit5527, Lit6993, Lit720);
    }

    static Object lambda1345() {
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6992, Lit5655, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6992, Lit5527, Lit6993, Lit720);
    }

    static Object lambda1346() {
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5533, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5536, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit2937, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5539, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6996, Lit5527, Lit6997, Lit720);
    }

    static Object lambda1347() {
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5533, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5534, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5535, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5536, Lit5719, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit2937, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit6996, Lit5539, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit6996, Lit5527, Lit6997, Lit720);
    }

    static Object lambda1348() {
        runtime.setAndCoerceProperty$Ex(Lit7000, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7000, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7000, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7000, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1349() {
        runtime.setAndCoerceProperty$Ex(Lit7000, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7000, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7000, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7000, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1350() {
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit6, "Your Wallet", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit989, Lit7004, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7003, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1351() {
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit6, "Your Wallet", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7003, Lit989, Lit7004, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7003, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1352() {
        runtime.setAndCoerceProperty$Ex(Lit7007, Lit963, Lit7008, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7007, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7007, Lit6, "Top Up", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7007, Lit989, Lit7009, Lit720);
    }

    static Object lambda1353() {
        runtime.setAndCoerceProperty$Ex(Lit7007, Lit963, Lit7008, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7007, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7007, Lit6, "Top Up", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7007, Lit989, Lit7009, Lit720);
    }

    public Object mbtnTopUp$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "Top up Viritual Fund", "Are you sure you want to add ₹1,00,000.00 to your funds?", "Cancel", "Top Up", Boolean.TRUE});
    }

    static Object lambda1354() {
        runtime.setAndCoerceProperty$Ex(Lit7013, Lit963, Lit7014, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7013, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7013, Lit6, "+ Add Funds", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7013, Lit989, Lit7015, Lit720);
    }

    static Object lambda1355() {
        runtime.setAndCoerceProperty$Ex(Lit7013, Lit963, Lit7014, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7013, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7013, Lit6, "+ Add Funds", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7013, Lit989, Lit7015, Lit720);
    }

    public Object mbtnSetFunds$Click() {
        runtime.setThisForm();
        runtime.callComponentMethod(Lit1655, Lit2667, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit6348), Boolean.TRUE), Lit7017);
        runtime.setAndCoerceProperty$Ex(Lit1655, Lit2666, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit6369, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callComponentMethod(Lit160, Lit161, LList.list2("fund", Lit7018), Lit7019)), Lit9);
        runtime.callComponentMethod(Lit1655, Lit2670, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit6369, Lit3619, LList.Empty, LList.Empty);
        runtime.callComponentMethod(Lit6369, Lit3345, LList.list1(runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.get$Mnproperty.apply2(Lit6369, Lit6)), Lit7020, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit19), Lit7021, "+")), Lit7022);
        return runtime.callComponentMethod(Lit6369, Lit3352, LList.Empty, LList.Empty);
    }

    static Object lambda1356() {
        runtime.setAndCoerceProperty$Ex(Lit7025, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7025, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7025, Lit6, "Total Funds", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7025, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1357() {
        runtime.setAndCoerceProperty$Ex(Lit7025, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7025, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7025, Lit6, "Total Funds", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7025, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1358() {
        runtime.setAndCoerceProperty$Ex(Lit7028, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7028, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7028, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1359() {
        runtime.setAndCoerceProperty$Ex(Lit7028, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7028, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7028, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1360() {
        runtime.setAndCoerceProperty$Ex(Lit7031, Lit981, Lit7032, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7031, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7031, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7031, Lit6, "₹", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7031, Lit989, Lit7033, Lit720);
    }

    static Object lambda1361() {
        runtime.setAndCoerceProperty$Ex(Lit7031, Lit981, Lit7032, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7031, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7031, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7031, Lit6, "₹", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7031, Lit989, Lit7033, Lit720);
    }

    static Object lambda1362() {
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit6, "0.00", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1496, Lit989, Lit7036, Lit720);
    }

    static Object lambda1363() {
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1496, Lit6, "0.00", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1496, Lit989, Lit7036, Lit720);
    }

    static Object lambda1364() {
        runtime.setAndCoerceProperty$Ex(Lit7039, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7039, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7039, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1365() {
        runtime.setAndCoerceProperty$Ex(Lit7039, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7039, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7039, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1366() {
        runtime.setAndCoerceProperty$Ex(Lit7042, Lit963, Lit7043, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7042, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7042, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7042, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7042, Lit5527, Lit7044, Lit720);
    }

    static Object lambda1367() {
        runtime.setAndCoerceProperty$Ex(Lit7042, Lit963, Lit7043, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7042, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7042, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7042, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7042, Lit5527, Lit7044, Lit720);
    }

    static Object lambda1368() {
        runtime.setAndCoerceProperty$Ex(Lit7047, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7047, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7047, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1369() {
        runtime.setAndCoerceProperty$Ex(Lit7047, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7047, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7047, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1370() {
        runtime.setAndCoerceProperty$Ex(Lit7050, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7050, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7050, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7050, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1371() {
        runtime.setAndCoerceProperty$Ex(Lit7050, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7050, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7050, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7050, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1372() {
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit6, "<big>Available Fund</big>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit989, Lit7054, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7053, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1373() {
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit6, "<big>Available Fund</big>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7053, Lit989, Lit7054, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7053, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1374() {
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit6, "<big>Used Margin</big>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit989, Lit7058, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7057, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1375() {
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit6, "<big>Used Margin</big>", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7057, Lit989, Lit7058, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7057, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1376() {
        runtime.setAndCoerceProperty$Ex(Lit7061, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7061, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7061, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7061, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1377() {
        runtime.setAndCoerceProperty$Ex(Lit7061, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7061, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7061, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7061, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1378() {
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit6, "₹ 0.00", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit989, Lit7064, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2883, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1379() {
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit6, "₹ 0.00", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2883, Lit989, Lit7064, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2883, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1380() {
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit6, "₹ 0.00", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit989, Lit7067, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2120, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1381() {
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit6, "₹ 0.00", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit2120, Lit989, Lit7067, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2120, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1382() {
        runtime.setAndCoerceProperty$Ex(Lit7070, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7070, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7070, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7070, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1383() {
        runtime.setAndCoerceProperty$Ex(Lit7070, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7070, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7070, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7070, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1384() {
        runtime.setAndCoerceProperty$Ex(Lit7073, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7073, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7073, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7073, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1385() {
        runtime.setAndCoerceProperty$Ex(Lit7073, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7073, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7073, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7073, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1386() {
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7076, Lit5527, Lit7077, Lit720);
    }

    static Object lambda1387() {
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7076, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7076, Lit5527, Lit7077, Lit720);
    }

    static Object lambda1388() {
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2117, Lit989, Lit7080, Lit720);
    }

    static Object lambda1389() {
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2117, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2117, Lit989, Lit7080, Lit720);
    }

    static Object lambda1390() {
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit6, "Total Net Profit", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7083, Lit989, Lit7084, Lit720);
    }

    static Object lambda1391() {
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit6, "Total Net Profit", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7083, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7083, Lit989, Lit7084, Lit720);
    }

    static Object lambda1392() {
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7087, Lit5527, Lit7088, Lit720);
    }

    static Object lambda1393() {
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7087, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7087, Lit5527, Lit7088, Lit720);
    }

    static Object lambda1394() {
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2116, Lit989, Lit7091, Lit720);
    }

    static Object lambda1395() {
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2116, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2116, Lit989, Lit7091, Lit720);
    }

    static Object lambda1396() {
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit6, "Positive Transactions", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7094, Lit989, Lit7095, Lit720);
    }

    static Object lambda1397() {
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit6, "Positive Transactions", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7094, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7094, Lit989, Lit7095, Lit720);
    }

    static Object lambda1398() {
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7098, Lit5527, Lit7099, Lit720);
    }

    static Object lambda1399() {
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7098, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7098, Lit5527, Lit7099, Lit720);
    }

    public Object cvLearn$Click() {
        runtime.setThisForm();
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("!>+99|pm\";341`0%6=#<T\u0015\u0000\u001fN\u0014\u001e\u0004\u0005Q\f\u001b\u001f\u0001\r\u0000\u0019\u000e\u001e\u0012\u0001\u0001J\u001d\u0007\u000f\u0005\u0004\u0010\u0014\b", "zxnyehrn"), Lit7101, "deobfuscate text"));
    }

    static Object lambda1400() {
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit6, "school", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7104, Lit989, Lit7105, Lit720);
    }

    static Object lambda1401() {
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit6, "school", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7104, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7104, Lit989, Lit7105, Lit720);
    }

    static Object lambda1402() {
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit6, "Learn", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7108, Lit989, Lit7109, Lit720);
    }

    static Object lambda1403() {
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit6, "Learn", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7108, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7108, Lit989, Lit7109, Lit720);
    }

    static Object lambda1404() {
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7112, Lit5527, Lit7113, Lit720);
    }

    static Object lambda1405() {
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7112, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7112, Lit5527, Lit7113, Lit720);
    }

    public Object cvInvite$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit7115, Lit7116, LList.list1("Hi,\nCheckout this Virtual Trading App. Learn without investing,\nCheck it out https://kavkrishapps.page.link/Virtualtrading"), Lit7117);
    }

    static Object lambda1406() {
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit6, "person_add_alt", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7120, Lit989, Lit7121, Lit720);
    }

    static Object lambda1407() {
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit6, "person_add_alt", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7120, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7120, Lit989, Lit7121, Lit720);
    }

    static Object lambda1408() {
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit6, "Invite friends", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7124, Lit989, Lit7125, Lit720);
    }

    static Object lambda1409() {
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit6, "Invite friends", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7124, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7124, Lit989, Lit7125, Lit720);
    }

    static Object lambda1410() {
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7128, Lit5527, Lit7129, Lit720);
    }

    static Object lambda1411() {
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7128, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7128, Lit5527, Lit7129, Lit720);
    }

    public Object cvPrivacy$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St), "https://sites.google.com/view/kavkrishapps/fno-virtualtrading/virtual-trading-2-0/privacy-policy");
    }

    static Object lambda1412() {
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit6, "policy", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7133, Lit989, Lit7134, Lit720);
    }

    static Object lambda1413() {
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit6, "policy", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7133, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7133, Lit989, Lit7134, Lit720);
    }

    static Object lambda1414() {
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit6, "Privacy Policy", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7137, Lit989, Lit7138, Lit720);
    }

    static Object lambda1415() {
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit6, "Privacy Policy", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7137, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7137, Lit989, Lit7138, Lit720);
    }

    static Object lambda1416() {
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7141, Lit5527, Lit7142, Lit720);
    }

    static Object lambda1417() {
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7141, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7141, Lit5527, Lit7142, Lit720);
    }

    public Object cvContact$Click() {
        runtime.setThisForm();
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen$Mnwith$Mnstart$Mnvalue, LList.list2("ScrContact", runtime.get$Mnproperty.apply2(Lit5, Lit6)), Lit7144, "open another screen with start value");
    }

    static Object lambda1418() {
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit6, "email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7147, Lit989, Lit7148, Lit720);
    }

    static Object lambda1419() {
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit6, "email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7147, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7147, Lit989, Lit7148, Lit720);
    }

    static Object lambda1420() {
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit6, "Contact", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7151, Lit989, Lit7152, Lit720);
    }

    static Object lambda1421() {
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit6, "Contact", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7151, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7151, Lit989, Lit7152, Lit720);
    }

    static Object lambda1422() {
        runtime.setAndCoerceProperty$Ex(Lit7155, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7155, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7155, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1423() {
        runtime.setAndCoerceProperty$Ex(Lit7155, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7155, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7155, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1424() {
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7158, Lit5527, Lit7159, Lit720);
    }

    static Object lambda1425() {
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7158, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7158, Lit5527, Lit7159, Lit720);
    }

    static Object lambda1426() {
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2118, Lit989, Lit7162, Lit720);
    }

    static Object lambda1427() {
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2118, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2118, Lit989, Lit7162, Lit720);
    }

    static Object lambda1428() {
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit6, "Total Net Loss", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7165, Lit989, Lit7166, Lit720);
    }

    static Object lambda1429() {
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit6, "Total Net Loss", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7165, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7165, Lit989, Lit7166, Lit720);
    }

    static Object lambda1430() {
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7169, Lit5527, Lit7170, Lit720);
    }

    static Object lambda1431() {
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7169, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7169, Lit5527, Lit7170, Lit720);
    }

    static Object lambda1432() {
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2119, Lit989, Lit7173, Lit720);
    }

    static Object lambda1433() {
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit6, Component.CHIP_TYPE_CHOICE, Lit9);
        runtime.setAndCoerceProperty$Ex(Lit2119, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit2119, Lit989, Lit7173, Lit720);
    }

    static Object lambda1434() {
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit6, "Negative Transactions", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7176, Lit989, Lit7177, Lit720);
    }

    static Object lambda1435() {
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit6, "Negative Transactions", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7176, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7176, Lit989, Lit7177, Lit720);
    }

    static Object lambda1436() {
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7180, Lit5527, Lit7181, Lit720);
    }

    static Object lambda1437() {
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7180, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7180, Lit5527, Lit7181, Lit720);
    }

    public Object cvReports$Click() {
        ModuleMethod moduleMethod;
        Pair list1;
        PairWithPosition pairWithPosition;
        runtime.setThisForm();
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit7183) != Boolean.FALSE) {
            moduleMethod = runtime.open$Mnanother$Mnscreen;
            list1 = LList.list1("scrReports");
            pairWithPosition = Lit7184;
        } else {
            moduleMethod = runtime.open$Mnanother$Mnscreen;
            list1 = LList.list1("subscription");
            pairWithPosition = Lit7185;
        }
        return runtime.callYailPrimitive(moduleMethod, list1, pairWithPosition, "open another screen");
    }

    static Object lambda1438() {
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit6, "bar_chart", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7188, Lit989, Lit7189, Lit720);
    }

    static Object lambda1439() {
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit6, "bar_chart", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7188, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7188, Lit989, Lit7189, Lit720);
    }

    static Object lambda1440() {
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit6, "<big>👑</big> Reports", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7192, Lit989, Lit7193, Lit720);
    }

    static Object lambda1441() {
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit6, "<big>👑</big> Reports", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7192, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7192, Lit989, Lit7193, Lit720);
    }

    static Object lambda1442() {
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7196, Lit5527, Lit7197, Lit720);
    }

    static Object lambda1443() {
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7196, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7196, Lit5527, Lit7197, Lit720);
    }

    public Object cvNews$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St), "https://bit.ly/newsonthehour");
    }

    static Object lambda1444() {
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit6, "receipt_long", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7201, Lit989, Lit7202, Lit720);
    }

    static Object lambda1445() {
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit6, "receipt_long", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7201, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7201, Lit989, Lit7202, Lit720);
    }

    static Object lambda1446() {
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit6, "News", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7205, Lit989, Lit7206, Lit720);
    }

    static Object lambda1447() {
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit6, "News", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7205, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7205, Lit989, Lit7206, Lit720);
    }

    static Object lambda1448() {
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7209, Lit5527, Lit7210, Lit720);
    }

    static Object lambda1449() {
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7209, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7209, Lit5527, Lit7210, Lit720);
    }

    public Object cvSupport$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit1659, Lit1660, "android.intent.action.VIEW", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1659, Lit1661, "tg://resolve?domain=kavkrishapps_bot", Lit9);
        return runtime.callComponentMethod(Lit1659, Lit1664, LList.Empty, LList.Empty);
    }

    static Object lambda1450() {
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit5550, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit6, "f1d8", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7214, Lit989, Lit7215, Lit720);
    }

    static Object lambda1451() {
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit5550, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit6, "f1d8", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7214, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7214, Lit989, Lit7215, Lit720);
    }

    static Object lambda1452() {
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit6, "Telegram Support", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7218, Lit989, Lit7219, Lit720);
    }

    static Object lambda1453() {
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit6, "Telegram Support", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7218, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7218, Lit989, Lit7219, Lit720);
    }

    static Object lambda1454() {
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7222, Lit5527, Lit7223, Lit720);
    }

    static Object lambda1455() {
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5533, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5534, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5535, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5536, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7222, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7222, Lit5527, Lit7223, Lit720);
    }

    public Object cvRate$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit648, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1456() {
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit6, "star", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7227, Lit989, Lit7228, Lit720);
    }

    static Object lambda1457() {
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit6, "star", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7227, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7227, Lit989, Lit7228, Lit720);
    }

    static Object lambda1458() {
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit6, "Rate", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7231, Lit989, Lit7232, Lit720);
    }

    static Object lambda1459() {
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit981, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit6, "Rate", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7231, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7231, Lit989, Lit7232, Lit720);
    }

    static Object lambda1460() {
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit2937, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5539, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit7235, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1461() {
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit2937, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7235, Lit5539, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit7235, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1462() {
        runtime.setAndCoerceProperty$Ex(Lit7238, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7238, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7238, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1463() {
        runtime.setAndCoerceProperty$Ex(Lit7238, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7238, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7238, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1464() {
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit6, "Font Size", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit989, Lit7242, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7241, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1465() {
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit6, "Font Size", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7241, Lit989, Lit7242, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7241, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1466() {
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit6, "Font Size is: 14", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit5551, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit989, Lit7246, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7245, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1467() {
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit6, "Font Size is: 14", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit5551, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit989, Lit7246, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7245, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1468() {
        runtime.setAndCoerceProperty$Ex(Lit7249, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7249, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7249, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1469() {
        runtime.setAndCoerceProperty$Ex(Lit7249, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7249, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7249, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1470() {
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit7253, Lit7254, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit7255, Lit7256, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit7257, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit7258, Lit982, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7252, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1471() {
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit7253, Lit7254, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit7255, Lit7256, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit7257, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7252, Lit7258, Lit982, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7252, Lit5527, Lit5524, Lit720);
    }

    public Object Slider1$PositionChanged(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("exeFontSize", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7260), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit7261);
        runtime.setAndCoerceProperty$Ex(Lit7245, Lit981, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7260), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, Lit720);
        SimpleSymbol simpleSymbol = Lit7245;
        SimpleSymbol simpleSymbol2 = Lit6;
        ModuleMethod moduleMethod = strings.string$Mnappend;
        if (z) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7260), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(moduleMethod, LList.list2("Font size is: ", sanitizeComponentData), Lit7262, "join"), Lit9);
        Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit235, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1472() {
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit5526, "10,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit6, "settings_backup_restore", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7266, Lit989, Lit7267, Lit720);
    }

    static Object lambda1473() {
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit5526, "10,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit6, "settings_backup_restore", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7266, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7266, Lit989, Lit7267, Lit720);
    }

    public Object Label66$Click() {
        runtime.setThisForm();
        return runtime.setAndCoerceProperty$Ex(Lit7252, Lit7258, Lit982, Lit720);
    }

    static Object lambda1474() {
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit2937, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit7271, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1475() {
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit2937, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7271, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit7271, Lit5527, Lit5524, Lit720);
    }

    public Object cvTheme$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit374, Lit375, runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.get$Mnproperty.apply2(Lit7273, Lit375)), Lit7274, "not"), Lit173);
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda1476() {
        runtime.setAndCoerceProperty$Ex(Lit7277, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7277, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7277, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7277, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1477() {
        runtime.setAndCoerceProperty$Ex(Lit7277, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7277, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7277, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7277, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1478() {
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit6, "Dark Mode", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit989, Lit7280, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit4007, Lit7281, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7273, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1479() {
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit6, "Dark Mode", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit989, Lit7280, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7273, Lit4007, Lit7281, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7273, Lit5527, Lit5524, Lit720);
    }

    public Object swtDarkmode$Changed() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1480() {
        runtime.setAndCoerceProperty$Ex(Lit1445, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1445, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1445, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1445, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1481() {
        runtime.setAndCoerceProperty$Ex(Lit1445, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1445, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1445, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1445, Lit5527, Lit5524, Lit720);
    }

    public Object vaBackupRestore$Click() {
        runtime.setThisForm();
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("subscription"), Lit7286, "open another screen");
    }

    static Object lambda1482() {
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7289, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1483() {
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7289, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7289, Lit5527, Lit5524, Lit720);
    }

    public Object cvBackup$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4200, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda1484() {
        runtime.setAndCoerceProperty$Ex(Lit7293, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7293, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7293, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7293, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1485() {
        runtime.setAndCoerceProperty$Ex(Lit7293, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7293, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7293, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7293, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1486() {
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit6, "<big>👑</big> Backup Data", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit989, Lit7297, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7296, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1487() {
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit6, "<big>👑</big> Backup Data", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7296, Lit989, Lit7297, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7296, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1488() {
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit6, "cloud_upload", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7300, Lit989, Lit7301, Lit720);
    }

    static Object lambda1489() {
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit6, "cloud_upload", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7300, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7300, Lit989, Lit7301, Lit720);
    }

    static Object lambda1490() {
        runtime.setAndCoerceProperty$Ex(Lit5507, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5507, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5507, Lit6, "Auto Backup on App exit", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5507, Lit989, Lit7304, Lit720);
    }

    static Object lambda1491() {
        runtime.setAndCoerceProperty$Ex(Lit5507, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5507, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5507, Lit6, "Auto Backup on App exit", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5507, Lit989, Lit7304, Lit720);
    }

    static Object lambda1492() {
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7307, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1493() {
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7307, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7307, Lit5527, Lit5524, Lit720);
    }

    public Object cvRestore$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4185, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1494() {
        runtime.setAndCoerceProperty$Ex(Lit7311, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7311, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7311, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7311, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1495() {
        runtime.setAndCoerceProperty$Ex(Lit7311, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7311, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7311, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7311, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1496() {
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit6, "<big>👑</big> Restore Data", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit989, Lit7315, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7314, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1497() {
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit6, "<big>👑</big> Restore Data", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7314, Lit989, Lit7315, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7314, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1498() {
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit6, "cloud_download", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7318, Lit989, Lit7319, Lit720);
    }

    static Object lambda1499() {
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit6, "cloud_download", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7318, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7318, Lit989, Lit7319, Lit720);
    }

    static Object lambda1500() {
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7322, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1501() {
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7322, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7322, Lit5527, Lit5524, Lit720);
    }

    public Object cvLogout$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "Log out?", "Are you sure you want to log out?", "Go back", "Log out", Boolean.TRUE});
    }

    static Object lambda1502() {
        runtime.setAndCoerceProperty$Ex(Lit7326, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7326, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7326, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7326, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1503() {
        runtime.setAndCoerceProperty$Ex(Lit7326, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7326, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7326, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7326, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1504() {
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit6, "Logout", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit989, Lit7330, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7329, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1505() {
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit6, "Logout", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7329, Lit989, Lit7330, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7329, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1506() {
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit6, "logout", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7333, Lit989, Lit7334, Lit720);
    }

    static Object lambda1507() {
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit6, "logout", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7333, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7333, Lit989, Lit7334, Lit720);
    }

    static Object lambda1508() {
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7337, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1509() {
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7337, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7337, Lit5527, Lit5524, Lit720);
    }

    public Object cvClearData$Click() {
        runtime.setThisForm();
        Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "Reset App Data?", "Are you sure you want to reset?", "Go back", "Reset data", Boolean.TRUE});
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
    }

    static Object lambda1510() {
        runtime.setAndCoerceProperty$Ex(Lit7341, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7341, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7341, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7341, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1511() {
        runtime.setAndCoerceProperty$Ex(Lit7341, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7341, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7341, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7341, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1512() {
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit6, "Reset App Data", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit989, Lit7345, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7344, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1513() {
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit6, "Reset App Data", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7344, Lit989, Lit7345, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7344, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1514() {
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit6, "replay", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7348, Lit989, Lit7349, Lit720);
    }

    static Object lambda1515() {
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit6, "replay", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7348, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7348, Lit989, Lit7349, Lit720);
    }

    static Object lambda1516() {
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7352, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1517() {
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7352, Lit2937, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7352, Lit5527, Lit5524, Lit720);
    }

    public Object cvSettings$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit242, Lit243, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1662, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit7354);
    }

    static Object lambda1518() {
        runtime.setAndCoerceProperty$Ex(Lit7357, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7357, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7357, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7357, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1519() {
        runtime.setAndCoerceProperty$Ex(Lit7357, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7357, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7357, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7357, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1520() {
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit6, "App Settings", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit989, Lit7361, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7360, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1521() {
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit6, "App Settings", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7360, Lit989, Lit7361, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7360, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1522() {
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit6, "settings", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7364, Lit989, Lit7365, Lit720);
    }

    static Object lambda1523() {
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit6, "settings", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7364, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7364, Lit989, Lit7365, Lit720);
    }

    static Object lambda1524() {
        runtime.setAndCoerceProperty$Ex(Lit568, Lit5525, "0,0,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit568, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit568, Lit6, "Enable navigation bar", Lit9);
    }

    static Object lambda1525() {
        runtime.setAndCoerceProperty$Ex(Lit568, Lit5525, "0,0,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit568, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit568, Lit6, "Enable navigation bar", Lit9);
    }

    public Object chkNavBar$Changed() {
        runtime.setThisForm();
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("NAVBAR", runtime.get$Mnproperty.apply2(Lit568, Lit569)), Lit7369);
        return runtime.setAndCoerceProperty$Ex(Lit0, Lit5447, runtime.get$Mnproperty.apply2(Lit568, Lit569), Lit173);
    }

    static Object lambda1526() {
        runtime.setAndCoerceProperty$Ex(Lit5485, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5485, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5485, Lit989, Lit7372, Lit720);
    }

    static Object lambda1527() {
        runtime.setAndCoerceProperty$Ex(Lit5485, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5485, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit5485, Lit989, Lit7372, Lit720);
    }

    static Object lambda1528() {
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit989, Lit7376, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7375, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1529() {
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit5551, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7375, Lit989, Lit7376, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7375, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1530() {
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3634, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1531() {
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3634, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1532() {
        runtime.setAndCoerceProperty$Ex(Lit7381, Lit963, Lit7382, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7381, Lit1112, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7381, Lit5525, "0,0,20,20", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7381, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7381, Lit5527, Lit7383, Lit720);
    }

    static Object lambda1533() {
        runtime.setAndCoerceProperty$Ex(Lit7381, Lit963, Lit7382, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7381, Lit1112, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7381, Lit5525, "0,0,20,20", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7381, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7381, Lit5527, Lit7383, Lit720);
    }

    static Object lambda1534() {
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7386, Lit5527, Lit7387, Lit720);
    }

    static Object lambda1535() {
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7386, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7386, Lit5527, Lit7387, Lit720);
    }

    public Object cvFiiDii$Click() {
        runtime.setThisForm();
        Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE);
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("scrFIIDII"), Lit7389, "open another screen");
    }

    static Object lambda1536() {
        runtime.setAndCoerceProperty$Ex(Lit7392, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7392, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7392, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7392, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7392, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1537() {
        runtime.setAndCoerceProperty$Ex(Lit7392, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7392, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7392, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7392, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7392, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1538() {
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit6, "account_balance", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7395, Lit989, Lit7396, Lit720);
    }

    static Object lambda1539() {
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7395, Lit6, "account_balance", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7395, Lit989, Lit7396, Lit720);
    }

    static Object lambda1540() {
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit6, "FII DII Data", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit989, Lit7400, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7399, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1541() {
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit6, "FII DII Data", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7399, Lit989, Lit7400, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7399, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1542() {
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7403, Lit989, Lit7404, Lit720);
    }

    static Object lambda1543() {
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7403, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7403, Lit989, Lit7404, Lit720);
    }

    static Object lambda1544() {
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7407, Lit5527, Lit7408, Lit720);
    }

    static Object lambda1545() {
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7407, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7407, Lit5527, Lit7408, Lit720);
    }

    public Object cvRecommend$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit4960, Lit172, Boolean.FALSE, Lit173);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit5183, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1546() {
        runtime.setAndCoerceProperty$Ex(Lit7412, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7412, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7412, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7412, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7412, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1547() {
        runtime.setAndCoerceProperty$Ex(Lit7412, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7412, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7412, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7412, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7412, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1548() {
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit6, "assistant", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7415, Lit989, Lit7416, Lit720);
    }

    static Object lambda1549() {
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7415, Lit6, "assistant", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7415, Lit989, Lit7416, Lit720);
    }

    static Object lambda1550() {
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit6, "<big>👑</big> Recommendations", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit989, Lit7420, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7419, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1551() {
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit6, "<big>👑</big> Recommendations", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7419, Lit989, Lit7420, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7419, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1552() {
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7423, Lit989, Lit7424, Lit720);
    }

    static Object lambda1553() {
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7423, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7423, Lit989, Lit7424, Lit720);
    }

    static Object lambda1554() {
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit7427, Lit5527, Lit7428, Lit720);
    }

    static Object lambda1555() {
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7427, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit7427, Lit5527, Lit7428, Lit720);
    }

    static Object lambda1556() {
        runtime.setAndCoerceProperty$Ex(Lit7431, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7431, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7431, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7431, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7431, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1557() {
        runtime.setAndCoerceProperty$Ex(Lit7431, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7431, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7431, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7431, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7431, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1558() {
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit6, "query_stats", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7434, Lit989, Lit7435, Lit720);
    }

    static Object lambda1559() {
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7434, Lit6, "query_stats", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7434, Lit989, Lit7435, Lit720);
    }

    static Object lambda1560() {
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit6, "Scanners", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit989, Lit7439, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7438, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1561() {
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit6, "Scanners", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7438, Lit989, Lit7439, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7438, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1562() {
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7442, Lit989, Lit7443, Lit720);
    }

    static Object lambda1563() {
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7442, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7442, Lit989, Lit7443, Lit720);
    }

    static Object lambda1564() {
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7446, Lit5527, Lit7447, Lit720);
    }

    static Object lambda1565() {
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7446, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7446, Lit5527, Lit7447, Lit720);
    }

    public Object cvYoutube$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1950, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(" \";-5jq{79 k''38-$:c5/#k\u0010\u0015\u0006\u0003\u0005\n\u001f\u000f\u0000\u0017\u001f\r\u0015O\r\u0001\u00021\u0014\n\u0010\u000e\u000f\u001e\u0015\u0007\u000b\u0004\u0019\u000eSU", "payhrcle"), Lit7449, "deobfuscate text"));
    }

    static Object lambda1566() {
        runtime.setAndCoerceProperty$Ex(Lit7452, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7452, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7452, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7452, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7452, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1567() {
        runtime.setAndCoerceProperty$Ex(Lit7452, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7452, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7452, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7452, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7452, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1568() {
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit5550, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit6, "f167", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7455, Lit989, Lit7456, Lit720);
    }

    static Object lambda1569() {
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit5550, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7455, Lit6, "f167", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7455, Lit989, Lit7456, Lit720);
    }

    static Object lambda1570() {
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit6, "Subscribe to Youtube", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit989, Lit7460, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7459, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1571() {
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit6, "Subscribe to Youtube", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7459, Lit989, Lit7460, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7459, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1572() {
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7463, Lit989, Lit7464, Lit720);
    }

    static Object lambda1573() {
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7463, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7463, Lit989, Lit7464, Lit720);
    }

    static Object lambda1574() {
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7467, Lit5527, Lit7468, Lit720);
    }

    static Object lambda1575() {
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7467, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7467, Lit5527, Lit7468, Lit720);
    }

    public Object cvinstagram$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1950, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("%)6\"8at|2\"=t*=0?<* #6e(,8j1+%(\u0001\u0012\u001e\u0015\u0003\u0002\u001b\bTL\f\u0012\u0019\u0012\n\u0017^19\t\u0019,/1\u0002-!(_Y7", "payhrcle"), Lit7470, "deobfuscate text"));
    }

    static Object lambda1576() {
        runtime.setAndCoerceProperty$Ex(Lit7473, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7473, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7473, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7473, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7473, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1577() {
        runtime.setAndCoerceProperty$Ex(Lit7473, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7473, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7473, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7473, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7473, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1578() {
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit5550, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit6, "f16d", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7476, Lit989, Lit7477, Lit720);
    }

    static Object lambda1579() {
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit5550, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit5696, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7476, Lit6, "f16d", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7476, Lit989, Lit7477, Lit720);
    }

    static Object lambda1580() {
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit6, "Follow us on Instagram", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit989, Lit7481, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7480, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1581() {
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit6, "Follow us on Instagram", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7480, Lit989, Lit7481, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7480, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1582() {
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7484, Lit989, Lit7485, Lit720);
    }

    static Object lambda1583() {
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7484, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7484, Lit989, Lit7485, Lit720);
    }

    static Object lambda1584() {
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7488, Lit5527, Lit7489, Lit720);
    }

    static Object lambda1585() {
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7488, Lit2937, Lit2717, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7488, Lit5527, Lit7489, Lit720);
    }

    public Object cvHowtouse$Click() {
        runtime.setThisForm();
        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St), "https://bit.ly/how2u5e");
    }

    static Object lambda1586() {
        runtime.setAndCoerceProperty$Ex(Lit7493, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7493, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7493, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7493, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7493, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1587() {
        runtime.setAndCoerceProperty$Ex(Lit7493, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7493, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7493, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7493, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7493, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1588() {
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit6, "device_unknown", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7496, Lit989, Lit7497, Lit720);
    }

    static Object lambda1589() {
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7496, Lit6, "device_unknown", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7496, Lit989, Lit7497, Lit720);
    }

    static Object lambda1590() {
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit6, "How to use?", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit989, Lit7501, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7500, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1591() {
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit6, "How to use?", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7500, Lit989, Lit7501, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7500, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1592() {
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7504, Lit989, Lit7505, Lit720);
    }

    static Object lambda1593() {
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7504, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7504, Lit989, Lit7505, Lit720);
    }

    static Object lambda1594() {
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit7508, Lit5527, Lit7509, Lit720);
    }

    static Object lambda1595() {
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5533, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5534, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5535, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5536, Lit141, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5537, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit2937, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7508, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit7508, Lit5527, Lit7509, Lit720);
    }

    public Object cvBasketOrder$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit3634, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3637, Lit172, Boolean.TRUE, Lit173);
    }

    static Object lambda1596() {
        runtime.setAndCoerceProperty$Ex(Lit7513, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7513, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7513, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7513, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7513, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1597() {
        runtime.setAndCoerceProperty$Ex(Lit7513, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7513, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7513, Lit5525, "10,10,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7513, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7513, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1598() {
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit6, "local_mall", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7516, Lit989, Lit7517, Lit720);
    }

    static Object lambda1599() {
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7516, Lit6, "local_mall", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7516, Lit989, Lit7517, Lit720);
    }

    static Object lambda1600() {
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit6, "Basket Orders", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit989, Lit7521, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7520, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1601() {
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit981, Lit5712, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit5525, "15,15,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit6, "Basket Orders", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7520, Lit989, Lit7521, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7520, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1602() {
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7524, Lit989, Lit7525, Lit720);
    }

    static Object lambda1603() {
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7524, Lit6, "chevron_right", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7524, Lit989, Lit7525, Lit720);
    }

    static Object lambda1604() {
        runtime.setAndCoerceProperty$Ex(Lit7528, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7528, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7528, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7528, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1605() {
        runtime.setAndCoerceProperty$Ex(Lit7528, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7528, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7528, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7528, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1606() {
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit963, Lit7531, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1444, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1607() {
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit963, Lit7531, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit5532, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1444, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1444, Lit5527, Lit5524, Lit720);
    }

    public Object cvUpgrade$Click() {
        runtime.setThisForm();
        return runtime.callYailPrimitive(runtime.open$Mnanother$Mnscreen, LList.list1("subscription"), Lit7533, "open another screen");
    }

    static Object lambda1608() {
        runtime.setAndCoerceProperty$Ex(Lit7536, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7536, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7536, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7536, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7536, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1609() {
        runtime.setAndCoerceProperty$Ex(Lit7536, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7536, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7536, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7536, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7536, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1610() {
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit5060, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit6, "Upgrade to PRO to enable additional features", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7539, Lit989, Lit7540, Lit720);
    }

    static Object lambda1611() {
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit5060, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit981, Lit982, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7539, Lit6, "Upgrade to PRO to enable additional features", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7539, Lit989, Lit7540, Lit720);
    }

    static Object lambda1612() {
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit6, "shopping_cart", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7543, Lit989, Lit7544, Lit720);
    }

    static Object lambda1613() {
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit6, "shopping_cart", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7543, Lit5551, Lit711, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7543, Lit989, Lit7544, Lit720);
    }

    static Object lambda1614() {
        runtime.setAndCoerceProperty$Ex(Lit1436, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1436, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1615() {
        runtime.setAndCoerceProperty$Ex(Lit1436, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1436, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1616() {
        runtime.setAndCoerceProperty$Ex(Lit7549, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7549, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7549, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1617() {
        runtime.setAndCoerceProperty$Ex(Lit7549, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7549, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7549, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1618() {
        runtime.setAndCoerceProperty$Ex(Lit7552, Lit963, Lit7553, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7552, Lit1112, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7552, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7552, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7552, Lit5527, Lit7554, Lit720);
    }

    static Object lambda1619() {
        runtime.setAndCoerceProperty$Ex(Lit7552, Lit963, Lit7553, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7552, Lit1112, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7552, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7552, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7552, Lit5527, Lit7554, Lit720);
    }

    static Object lambda1620() {
        runtime.setAndCoerceProperty$Ex(Lit7557, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7557, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7557, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1621() {
        runtime.setAndCoerceProperty$Ex(Lit7557, Lit1112, Lit2717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7557, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7557, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1622() {
        runtime.setAndCoerceProperty$Ex(Lit604, Lit5531, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit604, Lit963, Lit7560, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit604, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit604, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit604, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit604, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1623() {
        runtime.setAndCoerceProperty$Ex(Lit604, Lit5531, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit604, Lit963, Lit7560, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit604, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit604, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit604, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit604, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1624() {
        runtime.setAndCoerceProperty$Ex(Lit7563, Lit1112, Lit5765, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7563, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7563, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7563, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda1625() {
        runtime.setAndCoerceProperty$Ex(Lit7563, Lit1112, Lit5765, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7563, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7563, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7563, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda1626() {
        runtime.setAndCoerceProperty$Ex(Lit544, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit963, Lit7566, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit5655, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit544, Lit5527, Lit7567, Lit720);
    }

    static Object lambda1627() {
        runtime.setAndCoerceProperty$Ex(Lit544, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit963, Lit7566, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit1112, Lit5524, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit5655, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit544, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit544, Lit5527, Lit7567, Lit720);
    }

    static Object lambda1628() {
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit5525, "0,0,17,17", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5506, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1629() {
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit5525, "0,0,17,17", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit6, "arrow_back", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5506, Lit5527, Lit5524, Lit720);
    }

    public Object lblIntroBack$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit560, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit561, Lit172, Boolean.FALSE, Lit173);
    }

    static Object lambda1630() {
        runtime.setAndCoerceProperty$Ex(Lit560, Lit1112, Lit7573, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit560, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit560, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit560, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1631() {
        runtime.setAndCoerceProperty$Ex(Lit560, Lit1112, Lit7573, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit560, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit560, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit560, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1632() {
        runtime.setAndCoerceProperty$Ex(Lit7576, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7576, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7576, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1633() {
        runtime.setAndCoerceProperty$Ex(Lit7576, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7576, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7576, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1634() {
        runtime.setAndCoerceProperty$Ex(Lit7579, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7579, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7579, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7579, Lit5672, "VirtualTrading_icon.png", Lit9);
    }

    static Object lambda1635() {
        runtime.setAndCoerceProperty$Ex(Lit7579, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7579, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7579, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7579, Lit5672, "VirtualTrading_icon.png", Lit9);
    }

    static Object lambda1636() {
        runtime.setAndCoerceProperty$Ex(Lit7582, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7582, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7582, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1637() {
        runtime.setAndCoerceProperty$Ex(Lit7582, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7582, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7582, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1638() {
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit6, "Welcome to\nVirtual Trading Platform ", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7585, Lit989, Lit7586, Lit720);
    }

    static Object lambda1639() {
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7585, Lit6, "Welcome to\nVirtual Trading Platform ", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7585, Lit989, Lit7586, Lit720);
    }

    static Object lambda1640() {
        runtime.setAndCoerceProperty$Ex(Lit7589, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7589, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7589, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1641() {
        runtime.setAndCoerceProperty$Ex(Lit7589, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7589, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7589, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1642() {
        runtime.setAndCoerceProperty$Ex(Lit7592, Lit963, Lit7593, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7592, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7592, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7592, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7592, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1643() {
        runtime.setAndCoerceProperty$Ex(Lit7592, Lit963, Lit7593, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7592, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7592, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7592, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7592, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1644() {
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit5060, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit7597, Lit7598, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7596, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1645() {
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit5060, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7596, Lit7597, Lit7598, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7596, Lit5527, Lit5524, Lit720);
    }

    public Object haLogin$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit560, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit6, "", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7601, Lit6, "", Lit9);
    }

    static Object lambda1646() {
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit6, "Login to your account", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit989, Lit7605, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7604, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1647() {
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit6, "Login to your account", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7604, Lit989, Lit7605, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7604, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1648() {
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit6, FirebaseAnalytics.Event.LOGIN, Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7608, Lit989, Lit7609, Lit720);
    }

    static Object lambda1649() {
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7608, Lit6, FirebaseAnalytics.Event.LOGIN, Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7608, Lit989, Lit7609, Lit720);
    }

    static Object lambda1650() {
        runtime.setAndCoerceProperty$Ex(Lit7612, Lit963, Lit7613, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7612, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7612, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7612, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7612, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1651() {
        runtime.setAndCoerceProperty$Ex(Lit7612, Lit963, Lit7613, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7612, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7612, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7612, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7612, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1652() {
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit5060, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit7597, Lit7617, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7616, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1653() {
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit5060, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit1438, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit1112, Lit5538, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7616, Lit7597, Lit7617, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7616, Lit5527, Lit5524, Lit720);
    }

    public Object haSignUp$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit561, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit560, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit6, "", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit6, "", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7620, Lit6, "", Lit9);
    }

    static Object lambda1654() {
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit6, "Open a new account", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit989, Lit7624, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7623, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1655() {
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit981, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit6, "Open a new account", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7623, Lit989, Lit7624, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7623, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1656() {
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit6, "perm_identity", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7627, Lit989, Lit7628, Lit720);
    }

    static Object lambda1657() {
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit981, Lit1489, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit5550, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7627, Lit6, "perm_identity", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7627, Lit989, Lit7628, Lit720);
    }

    static Object lambda1658() {
        runtime.setAndCoerceProperty$Ex(Lit7631, Lit963, Lit7632, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7631, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7631, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7631, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7631, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1659() {
        runtime.setAndCoerceProperty$Ex(Lit7631, Lit963, Lit7632, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7631, Lit1112, Lit19, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7631, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7631, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7631, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1660() {
        runtime.setAndCoerceProperty$Ex(Lit7635, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7635, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7635, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1661() {
        runtime.setAndCoerceProperty$Ex(Lit7635, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7635, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7635, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1662() {
        runtime.setAndCoerceProperty$Ex(Lit7638, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7638, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7638, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7638, Lit6, "Virtual Trading", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7638, Lit989, Lit7639, Lit720);
    }

    static Object lambda1663() {
        runtime.setAndCoerceProperty$Ex(Lit7638, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7638, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7638, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7638, Lit6, "Virtual Trading", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7638, Lit989, Lit7639, Lit720);
    }

    static Object lambda1664() {
        runtime.setAndCoerceProperty$Ex(Lit7642, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7642, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7642, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1665() {
        runtime.setAndCoerceProperty$Ex(Lit7642, Lit1112, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7642, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7642, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1666() {
        runtime.setAndCoerceProperty$Ex(Lit548, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit548, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit548, Lit6, "By continuing, you agree to our Terms and Conditions & Privacy Policy", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit548, Lit989, Lit7645, Lit720);
    }

    static Object lambda1667() {
        runtime.setAndCoerceProperty$Ex(Lit548, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit548, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit548, Lit6, "By continuing, you agree to our Terms and Conditions & Privacy Policy", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit548, Lit989, Lit7645, Lit720);
    }

    static Object lambda1668() {
        runtime.setAndCoerceProperty$Ex(Lit7648, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7648, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7648, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1669() {
        runtime.setAndCoerceProperty$Ex(Lit7648, Lit1112, Lit828, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7648, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7648, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1670() {
        runtime.setAndCoerceProperty$Ex(Lit564, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit564, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1671() {
        runtime.setAndCoerceProperty$Ex(Lit564, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit564, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1672() {
        runtime.setAndCoerceProperty$Ex(Lit561, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit561, Lit1112, Lit7653, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit561, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit561, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit561, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit561, Lit5527, Lit7654, Lit720);
    }

    static Object lambda1673() {
        runtime.setAndCoerceProperty$Ex(Lit561, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit561, Lit1112, Lit7653, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit561, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit561, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit561, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit561, Lit5527, Lit7654, Lit720);
    }

    static Object lambda1674() {
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit6, "Sign up", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7657, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1675() {
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7657, Lit6, "Sign up", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7657, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1676() {
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit2824, "Enter You Name (min 6 chars)", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit5558, "Name", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1599, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1677() {
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit2824, "Enter You Name (min 6 chars)", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1599, Lit5558, "Name", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit1599, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1678() {
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit2824, "Enter your Phone number", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit5558, "Mobile", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit5862, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit1601, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1679() {
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit2824, "Enter your Phone number", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit5558, "Mobile", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1601, Lit5862, Lit645, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit1601, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1680() {
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit2824, "Enter Valid Email ID", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit5558, "Email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit5862, Lit1666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7619, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1681() {
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit2824, "Enter Valid Email ID", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit5558, "Email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7619, Lit5862, Lit1666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7619, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1682() {
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit7666, Lit7667, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit2824, "Password length need to be atleast 8 chars", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit5558, "Password", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit5862, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit7668, Lit7669, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7620, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1683() {
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit7666, Lit7667, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit2824, "Password length need to be atleast 8 chars", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit5558, "Password", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit5862, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7620, Lit7668, Lit7669, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7620, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1684() {
        runtime.setAndCoerceProperty$Ex(Lit7672, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7672, Lit5526, "16,16,17,17", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7672, Lit6, "Sign Up", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7672, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1685() {
        runtime.setAndCoerceProperty$Ex(Lit7672, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7672, Lit5526, "16,16,17,17", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7672, Lit6, "Sign Up", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7672, Lit5527, Lit5524, Lit720);
    }

    public Object mbtnSignUp$Click() {
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Boolean bool;
        Object lookupInCurrentFormEnvironment;
        SimpleSymbol simpleSymbol;
        runtime.setThisForm();
        if (runtime.callYailPrimitive(Scheme.numLss, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.get$Mnproperty.apply2(Lit1599, Lit6)), Lit7674, "trim")), Lit7675, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit4954), Lit7676, "<") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "", runtime.lookupInCurrentFormEnvironment(Lit1599));
        }
        if (runtime.callYailPrimitive(Scheme.numLss, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.get$Mnproperty.apply2(Lit1601, Lit6)), Lit7677, "trim")), Lit7678, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit2717), Lit7679, "<") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool = Boolean.TRUE;
            lookupInCurrentFormEnvironment = runtime.lookupInCurrentFormEnvironment(Lit1599);
            simpleSymbol = Lit1601;
        } else if (runtime.processOrDelayed$V(new Object[]{lambda$Fn1685, lambda$Fn1686}) != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool = Boolean.TRUE;
            lookupInCurrentFormEnvironment = runtime.lookupInCurrentFormEnvironment(Lit1601);
            simpleSymbol = Lit7619;
        } else {
            if (runtime.callYailPrimitive(Scheme.numLss, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.get$Mnproperty.apply2(Lit7620, Lit6)), Lit7687, "trim")), Lit7688, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit5719), Lit7689, "<") == Boolean.FALSE) {
                runtime.callComponentTypeMethod(runtime.lookupInCurrentFormEnvironment(Lit7620), Lit3341, Lit2841, LList.list1(Boolean.FALSE), Lit7690);
                return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit903, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit7619, Lit6), runtime.get$Mnproperty.apply2(Lit7620, Lit6));
            }
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St);
            bool = Boolean.TRUE;
            lookupInCurrentFormEnvironment = runtime.lookupInCurrentFormEnvironment(Lit7619);
            simpleSymbol = Lit7620;
        }
        return applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, bool, lookupInCurrentFormEnvironment, runtime.lookupInCurrentFormEnvironment(simpleSymbol));
    }

    static Object lambda1686() {
        return runtime.callYailPrimitive(Scheme.numLss, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.get$Mnproperty.apply2(Lit7619, Lit6)), Lit7680, "trim")), Lit7681, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit645), Lit7682, "<");
    }

    static Object lambda1687() {
        return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callComponentMethod(Lit7683, Lit7684, LList.list1(runtime.get$Mnproperty.apply2(Lit7619, Lit6)), Lit7685), Boolean.FALSE), Lit7686, "=");
    }

    static Object lambda1688() {
        runtime.setAndCoerceProperty$Ex(Lit7693, Lit5525, "0,0,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7693, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7693, Lit6, "OR", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7693, Lit5551, Lit19, Lit720);
    }

    static Object lambda1689() {
        runtime.setAndCoerceProperty$Ex(Lit7693, Lit5525, "0,0,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7693, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7693, Lit6, "OR", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7693, Lit5551, Lit19, Lit720);
    }

    static Object lambda1690() {
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit963, Lit7697, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit5526, "16,16,12,12", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit7698, Lit7699, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit6, "Continue With Google", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7696, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1691() {
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit963, Lit7697, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit5526, "16,16,12,12", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit7698, Lit7699, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7696, Lit6, "Continue With Google", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7696, Lit5527, Lit5524, Lit720);
    }

    public Object mbtnGoogle$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit204, Lit7701, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit29, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit7702);
    }

    static Object lambda1692() {
        runtime.setAndCoerceProperty$Ex(Lit7705, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7705, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7705, Lit5525, "0,0,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7705, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7705, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1693() {
        runtime.setAndCoerceProperty$Ex(Lit7705, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7705, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7705, Lit5525, "0,0,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7705, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7705, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1694() {
        runtime.setAndCoerceProperty$Ex(Lit7708, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7708, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7708, Lit6, "Already a member?", Lit9);
    }

    static Object lambda1695() {
        runtime.setAndCoerceProperty$Ex(Lit7708, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7708, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7708, Lit6, "Already a member?", Lit9);
    }

    static Object lambda1696() {
        runtime.setAndCoerceProperty$Ex(Lit7711, Lit5525, "10,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7711, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7711, Lit7712, "All", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7711, Lit6, "Log In", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7711, Lit989, Lit7713, Lit720);
    }

    static Object lambda1697() {
        runtime.setAndCoerceProperty$Ex(Lit7711, Lit5525, "10,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7711, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7711, Lit7712, "All", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7711, Lit6, "Log In", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7711, Lit989, Lit7713, Lit720);
    }

    public Object lblLogin$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit561, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.TRUE, Lit173);
    }

    static Object lambda1698() {
        runtime.setAndCoerceProperty$Ex(Lit563, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit1112, Lit7717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit5525, "0,0,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit563, Lit5527, Lit7718, Lit720);
    }

    static Object lambda1699() {
        runtime.setAndCoerceProperty$Ex(Lit563, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit1112, Lit7717, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit5525, "0,0,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit563, Lit5527, Lit7718, Lit720);
    }

    static Object lambda1700() {
        runtime.setAndCoerceProperty$Ex(Lit7721, Lit1112, Lit435, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7721, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7721, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1701() {
        runtime.setAndCoerceProperty$Ex(Lit7721, Lit1112, Lit435, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7721, Lit5525, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7721, Lit5526, "0,0,0,0", Lit9);
    }

    static Object lambda1702() {
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit6, "Forgot Password?", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7724, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1703() {
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7724, Lit6, "Forgot Password?", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7724, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1704() {
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit2824, "Enter valid Email ID", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit5558, "Email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit5862, Lit1666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit1422, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1705() {
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit2824, "Enter valid Email ID", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit5558, "Email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit1422, Lit5862, Lit1666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit1422, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1706() {
        runtime.setAndCoerceProperty$Ex(Lit7729, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7729, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7729, Lit6, "Kindly provide your registered email address to get password reset link", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7729, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1707() {
        runtime.setAndCoerceProperty$Ex(Lit7729, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7729, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7729, Lit6, "Kindly provide your registered email address to get password reset link", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7729, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1708() {
        runtime.setAndCoerceProperty$Ex(Lit7732, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7732, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7732, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1709() {
        runtime.setAndCoerceProperty$Ex(Lit7732, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7732, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7732, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1710() {
        runtime.setAndCoerceProperty$Ex(Lit7735, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7735, Lit5526, "16,16,17,17", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7735, Lit6, "Back", Lit9);
    }

    static Object lambda1711() {
        runtime.setAndCoerceProperty$Ex(Lit7735, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7735, Lit5526, "16,16,17,17", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7735, Lit6, "Back", Lit9);
    }

    public Object mbtnForgotBack$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit5506, Lit172, Boolean.TRUE, Lit173);
    }

    static Object lambda1712() {
        runtime.setAndCoerceProperty$Ex(Lit7739, Lit963, Lit7740, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7739, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7739, Lit5526, "16,16,17,17", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7739, Lit7698, Lit7741, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7739, Lit6, "Get Link", Lit9);
    }

    static Object lambda1713() {
        runtime.setAndCoerceProperty$Ex(Lit7739, Lit963, Lit7740, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7739, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7739, Lit5526, "16,16,17,17", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7739, Lit7698, Lit7741, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7739, Lit6, "Get Link", Lit9);
    }

    public Object mbtnGetLink$Click() {
        runtime.setThisForm();
        if (runtime.processOrDelayed$V(new Object[]{lambda$Fn1713, lambda$Fn1714}) != Boolean.FALSE) {
            return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "", runtime.lookupInCurrentFormEnvironment(Lit1422));
        }
        runtime.callComponentMethod(Lit1422, Lit2841, LList.list1(Boolean.FALSE), Lit7748);
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1417, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1714() {
        return runtime.callYailPrimitive(Scheme.numLss, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.get$Mnproperty.apply2(Lit1422, Lit6)), Lit7743, "trim")), Lit7744, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit602), Lit7745, "<");
    }

    static Object lambda1715() {
        return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.get$Mnproperty.apply2(Lit1422, Lit6), GetNamedPart.CAST_METHOD_NAME), Lit7746, "string contains"), Boolean.FALSE), Lit7747, "=");
    }

    static Object lambda1716() {
        runtime.setAndCoerceProperty$Ex(Lit562, Lit1112, Lit7751, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit562, Lit5525, "0,0,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit562, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit562, Lit5527, Lit7752, Lit720);
    }

    static Object lambda1717() {
        runtime.setAndCoerceProperty$Ex(Lit562, Lit1112, Lit7751, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit562, Lit5525, "0,0,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit562, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit562, Lit5527, Lit7752, Lit720);
    }

    static Object lambda1718() {
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit6, "Sign In", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7755, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1719() {
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit5711, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit981, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7755, Lit6, "Sign In", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7755, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1720() {
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit2824, "Enter valid Email ID", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit5558, "Email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit5862, Lit1666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7600, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1721() {
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit2824, "Enter valid Email ID", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit5558, "Email", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7600, Lit5862, Lit1666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7600, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1722() {
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit7666, Lit7760, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit2824, "Enter valid Password", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit5558, "Password", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit5862, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit7668, Lit7761, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7601, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1723() {
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit7666, Lit7760, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit2824, "Enter valid Password", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit1112, Lit5861, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit5525, "5,5,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit5558, "Password", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit5862, Lit602, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7601, Lit7668, Lit7761, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7601, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1724() {
        runtime.setAndCoerceProperty$Ex(Lit7764, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7764, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7764, Lit7712, "All", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7764, Lit6, "Forgot Password?", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7764, Lit989, Lit7765, Lit720);
    }

    static Object lambda1725() {
        runtime.setAndCoerceProperty$Ex(Lit7764, Lit5525, "10,10,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7764, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7764, Lit7712, "All", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7764, Lit6, "Forgot Password?", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7764, Lit989, Lit7765, Lit720);
    }

    public Object lblForgot$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.FALSE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit563, Lit172, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit5506, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit1422, Lit6, "", Lit9);
    }

    static Object lambda1726() {
        runtime.setAndCoerceProperty$Ex(Lit7769, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7769, Lit5526, "16,16,17,17", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7769, Lit6, "Sign In", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7769, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1727() {
        runtime.setAndCoerceProperty$Ex(Lit7769, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7769, Lit5526, "16,16,17,17", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7769, Lit6, "Sign In", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7769, Lit5527, Lit5524, Lit720);
    }

    public Object mbtnLogin$Click() {
        runtime.setThisForm();
        if (runtime.processOrDelayed$V(new Object[]{lambda$Fn1727, lambda$Fn1728}) != Boolean.FALSE) {
            return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "", runtime.lookupInCurrentFormEnvironment(Lit7600));
        }
        if (runtime.callYailPrimitive(Scheme.numLss, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.get$Mnproperty.apply2(Lit7601, Lit6)), Lit7777, "trim")), Lit7778, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit5719), Lit7779, "<") != Boolean.FALSE) {
            return Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2819, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, runtime.lookupInCurrentFormEnvironment(Lit7600), runtime.lookupInCurrentFormEnvironment(Lit7601));
        }
        runtime.callComponentTypeMethod(runtime.lookupInCurrentFormEnvironment(Lit7601), Lit3341, Lit2841, LList.list1(Boolean.FALSE), Lit7780);
        return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit521, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit7600, Lit6), runtime.get$Mnproperty.apply2(Lit7601, Lit6));
    }

    static Object lambda1728() {
        return runtime.callYailPrimitive(Scheme.numLss, LList.list2(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.get$Mnproperty.apply2(Lit7600, Lit6)), Lit7771, "trim")), Lit7772, PropertyTypeConstants.PROPERTY_TYPE_LENGTH), Lit645), Lit7773, "<");
    }

    static Object lambda1729() {
        return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.get$Mnproperty.apply2(Lit7600, Lit6)), Lit7774, "trim"), GetNamedPart.CAST_METHOD_NAME), Lit7775, "string contains"), Boolean.FALSE), Lit7776, "=");
    }

    static Object lambda1730() {
        runtime.setAndCoerceProperty$Ex(Lit7783, Lit5525, "0,0,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7783, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7783, Lit6, "OR", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7783, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7783, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1731() {
        runtime.setAndCoerceProperty$Ex(Lit7783, Lit5525, "0,0,10,10", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7783, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7783, Lit6, "OR", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7783, Lit5551, Lit19, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit7783, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1732() {
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit963, Lit7787, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit5526, "16,16,12,12", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit7698, Lit7788, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit6, "Continue With Google", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7786, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1733() {
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit963, Lit7787, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit5661, Boolean.TRUE, Lit173);
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit5526, "16,16,12,12", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit7698, Lit7788, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7786, Lit6, "Continue With Google", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7786, Lit5527, Lit5524, Lit720);
    }

    public Object mbtnGoogle1$Click() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit204, Lit7701, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit29, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit7790);
    }

    static Object lambda1734() {
        runtime.setAndCoerceProperty$Ex(Lit7793, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7793, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7793, Lit5525, "0,0,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7793, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7793, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1735() {
        runtime.setAndCoerceProperty$Ex(Lit7793, Lit4921, Lit1666, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7793, Lit5531, Lit711, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit7793, Lit5525, "0,0,15,15", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7793, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7793, Lit5527, Lit5524, Lit720);
    }

    static Object lambda1736() {
        runtime.setAndCoerceProperty$Ex(Lit7796, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7796, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7796, Lit6, "Not a member yet?", Lit9);
    }

    static Object lambda1737() {
        runtime.setAndCoerceProperty$Ex(Lit7796, Lit5525, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7796, Lit5526, "0,0,0,0", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7796, Lit6, "Not a member yet?", Lit9);
    }

    static Object lambda1738() {
        runtime.setAndCoerceProperty$Ex(Lit7799, Lit5525, "10,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7799, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7799, Lit7712, "All", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7799, Lit6, "Sign Up", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7799, Lit989, Lit7800, Lit720);
    }

    static Object lambda1739() {
        runtime.setAndCoerceProperty$Ex(Lit7799, Lit5525, "10,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7799, Lit5526, "0,0,0,0", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7799, Lit7712, "All", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit7799, Lit6, "Sign Up", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit7799, Lit989, Lit7800, Lit720);
    }

    public Object lblSignup$Click() {
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit562, Lit172, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit561, Lit172, Boolean.TRUE, Lit173);
    }

    public Object AlphaDialog1$OnDismiss() {
        runtime.setThisForm();
        runtime.addGlobalVarToCurrentFormEnvironment(Lit25, Boolean.FALSE);
        if (runtime.get$Mnproperty.apply2(Lit3614, Lit172) == Boolean.FALSE) {
            return Values.empty;
        }
        runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
        return runtime.callComponentMethod(Lit3009, Lit3014, LList.list1(Lit7807), Lit7808);
    }

    static Object lambda1740() {
        runtime.setAndCoerceProperty$Ex(Lit591, Lit2790, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7812, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7813, Lit7814, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7815, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7816, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7817, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7818, "", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit591, Lit7819, Lit2717, Lit720);
    }

    static Object lambda1741() {
        runtime.setAndCoerceProperty$Ex(Lit591, Lit2790, Lit5570, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7812, Lit4897, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7813, Lit7814, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7815, Lit645, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7816, Lit1439, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7817, Lit5829, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit591, Lit7818, "", Lit9);
        return runtime.setAndCoerceProperty$Ex(Lit591, Lit7819, Lit2717, Lit720);
    }

    public Object BubbleTabBar1$OnSelected(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit627, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, sanitizeComponentData);
    }

    public class frame68 extends ModuleBody {
        Object $json;
        Object $name;
        Object $responseContent;
        Object $status;
        Object $url;
        final ModuleMethod proc$Fn1741 = new ModuleMethod(this, 156, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod proc$Fn1747 = new ModuleMethod(this, 157, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);
        final ModuleMethod lambda$Fn1749 = new ModuleMethod(this, 158, null, 0);
        final ModuleMethod lambda$Fn1750 = new ModuleMethod(this, 159, null, 0);
        final ModuleMethod lambda$Fn1751 = new ModuleMethod(this, ComponentConstants.TEXTBOX_PREFERRED_WIDTH, null, 0);
        final ModuleMethod lambda$Fn1752 = new ModuleMethod(this, 161, null, 0);
        final ModuleMethod lambda$Fn1753 = new ModuleMethod(this, 162, null, 0);
        final ModuleMethod lambda$Fn1754 = new ModuleMethod(this, 163, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 158:
                    return lambda1750();
                case 159:
                    return lambda1751();
                case ComponentConstants.TEXTBOX_PREFERRED_WIDTH:
                    return lambda1752();
                case 161:
                    return lambda1753();
                case 162:
                    return lambda1754();
                case 163:
                    return lambda1755();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            int i = moduleMethod.selector;
            if (i != 156) {
                return i != 157 ? super.apply1(moduleMethod, obj) : lambda1748proc(obj);
            }
            lambda1742proc(obj);
            return Values.empty;
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 158:
                case 159:
                case ComponentConstants.TEXTBOX_PREFERRED_WIDTH:
                case 161:
                case 162:
                case 163:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 156 && i != 157) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda1742proc(Object obj) {
            frame69 frame69Var = new frame69();
            frame69Var.staticLink = this;
            frame69Var.$item = obj;
            if (runtime.processAndDelayed$V(new Object[]{frame69Var.lambda$Fn1742, frame69Var.lambda$Fn1743}) != Boolean.FALSE) {
                runtime.addGlobalVarToCurrentFormEnvironment(Screen1.Lit100, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(frame69Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame69Var.$item, Screen1.Lit1666), Screen1.Lit7858, "select list item"));
                runtime.setAndCoerceProperty$Ex(Screen1.Lit6540, Screen1.Lit6, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(frame69Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame69Var.$item, Screen1.Lit602), Screen1.Lit7859, "select list item"), Screen1.Lit9);
                this.$status = Boolean.FALSE;
            }
        }

        public static Object lambda1745proc(Object obj) {
            frame70 frame70Var = new frame70();
            frame70Var.$item = obj;
            if (runtime.processAndDelayed$V(new Object[]{frame70Var.lambda$Fn1745, frame70Var.lambda$Fn1746}) == Boolean.FALSE) {
                return Values.empty;
            }
            runtime.setAndCoerceProperty$Ex(Screen1.Lit150, Screen1.Lit2199, runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("]TD@5mfe8'9)?l071-&526*s2=o=!-{\"kd69\u0013\u001b\u001f\u0004\u0011\u001a@\u0001\u0003\u001e\u000f\u0015\u001a[\u001a\u000f\u0019\u0018Y\u000b\u001e\u001a\u0011\bX\u001b\u001e\u0019\u0004\u001dL", "vbqpyit"), Screen1.Lit7883, "deobfuscate text"), "{exch}", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("exchange", frame70Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame70Var.$item, ""), Screen1.Lit7884, "dictionary lookup")), Screen1.Lit7885, "replace all"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("token", frame70Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame70Var.$item, ""), Screen1.Lit7886, "dictionary lookup")), Screen1.Lit7887, "join"), Screen1.Lit9);
            runtime.addGlobalVarToCurrentFormEnvironment(Screen1.Lit137, frame70Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame70Var.$item);
            return runtime.callComponentMethod(Screen1.Lit150, Screen1.Lit2201, LList.Empty, LList.Empty);
        }

        public Object lambda1748proc(Object obj) {
            ModuleMethod moduleMethod = strings.string$Mnappend;
            Object obj2 = this.$name;
            if (obj2 instanceof Package) {
                obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            ModuleMethod moduleMethod2 = runtime.yail$Mnequal$Qu;
            Object obj3 = this.$name;
            if (obj3 instanceof Package) {
                obj3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit314), " is not bound in the current context"), "Unbound Variable");
            }
            boolean z = obj instanceof Package;
            this.$name = runtime.callYailPrimitive(moduleMethod, LList.list3(obj2, runtime.callYailPrimitive(moduleMethod2, LList.list2("", obj3), Screen1.Lit7975, "=") != Boolean.FALSE ? "" : " | ", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("{market}: <font color={color}>{status}</font>", "{market}", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("exc", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit7976, "dictionary lookup")), Screen1.Lit7977, "replace all"), "{status}", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("sts", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit7978, "dictionary lookup")), Screen1.Lit7979, "replace all"), "{color}", runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("sts", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit7980, "dictionary lookup"), "Closed"), Screen1.Lit7981, "=") != Boolean.FALSE ? "red" : "green"), Screen1.Lit7982, "replace all")), Screen1.Lit7983, "join");
            return runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("exc", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit7984, "dictionary lookup"), runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit406, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("sts", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : obj, ""), Screen1.Lit7985, "dictionary lookup")), Screen1.Lit7986, "set value for key in dictionary to value");
        }

        static Object lambda1749() {
            return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"), runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit18, runtime.$Stthe$Mnnull$Mnvalue$St)), Screen1.Lit8019, "=");
        }

        Object lambda1750() {
            NumberCompare numberCompare;
            Object obj;
            MultiplyOp multiplyOp;
            Object obj2;
            Object obj3;
            Object callYailPrimitive;
            NumberCompare numberCompare2 = Scheme.numLss;
            ModuleMethod moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            Object obj4 = this.$json;
            if (obj4 instanceof Package) {
                obj4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive2 = runtime.callYailPrimitive(moduleMethod, LList.list3("totalAmtRequired", obj4, Screen1.Lit141), Screen1.Lit8020, "dictionary lookup");
            MultiplyOp multiplyOp2 = MultiplyOp.$St;
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit32, runtime.$Stthe$Mnnull$Mnvalue$St), "BUY"), Screen1.Lit8021, "=") != Boolean.FALSE) {
                ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
                ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnget$Mnitem;
                ModuleMethod moduleMethod4 = runtime.yail$Mndictionary$Mnlookup;
                Object obj5 = this.$json;
                numberCompare = numberCompare2;
                if (obj5 instanceof Package) {
                    obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable");
                }
                obj = callYailPrimitive2;
                multiplyOp = multiplyOp2;
                callYailPrimitive = runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(moduleMethod4, LList.list3(Constants.ScionAnalytics.MessageType.DATA_MESSAGE, obj5, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit8022, "dictionary lookup"), Screen1.Lit19), Screen1.Lit8023, "select list item"), Screen1.Lit3012), Screen1.Lit8024, "select list item");
                obj2 = "Unbound Variable";
                obj3 = " is not bound in the current context";
            } else {
                numberCompare = numberCompare2;
                obj = callYailPrimitive2;
                multiplyOp = multiplyOp2;
                MultiplyOp multiplyOp3 = MultiplyOp.$St;
                IntNum intNum = Screen1.Lit964;
                ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnget$Mnitem;
                ModuleMethod moduleMethod6 = runtime.yail$Mnlist$Mnget$Mnitem;
                ModuleMethod moduleMethod7 = runtime.yail$Mndictionary$Mnlookup;
                Object obj6 = this.$json;
                if (obj6 instanceof Package) {
                    obj6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), " is not bound in the current context"), "Unbound Variable");
                }
                obj2 = "Unbound Variable";
                obj3 = " is not bound in the current context";
                callYailPrimitive = runtime.callYailPrimitive(multiplyOp3, LList.list2(intNum, runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(moduleMethod6, LList.list2(runtime.callYailPrimitive(moduleMethod7, LList.list3(Constants.ScionAnalytics.MessageType.DATA_MESSAGE, obj6, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit8025, "dictionary lookup"), Screen1.Lit19), Screen1.Lit8026, "select list item"), Screen1.Lit3012), Screen1.Lit8027, "select list item")), Screen1.Lit8028, "*");
            }
            ModuleMethod moduleMethod8 = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod9 = runtime.yail$Mnlist$Mnget$Mnitem;
            ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnlookup;
            Object obj7 = this.$json;
            if (obj7 instanceof Package) {
                obj7 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1309), obj3), obj2);
            }
            return runtime.callYailPrimitive(numberCompare, LList.list2(obj, runtime.callYailPrimitive(multiplyOp, LList.list2(callYailPrimitive, runtime.callYailPrimitive(moduleMethod8, LList.list2(runtime.callYailPrimitive(moduleMethod9, LList.list2(runtime.callYailPrimitive(moduleMethod10, LList.list3(Constants.ScionAnalytics.MessageType.DATA_MESSAGE, obj7, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit8029, "dictionary lookup"), Screen1.Lit19), Screen1.Lit8030, "select list item"), Screen1.Lit5719), Screen1.Lit8031, "select list item")), Screen1.Lit8032, "*")), Screen1.Lit8033, "<");
        }

        Object lambda1751() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            Object obj = this.$responseContent;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1556), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "FAndOLists\\\": null"), Screen1.Lit8075, "string contains");
        }

        Object lambda1752() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            Object obj = this.$responseContent;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1556), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "String reference not set to an instance of a String"), Screen1.Lit8076, "string contains");
        }

        Object lambda1753() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            Object obj = this.$url;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1553), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001c\b\u0014\u001a;\u0005", "idwwltkh"), Screen1.Lit8155, "deobfuscate text")), Screen1.Lit8156, "string contains");
        }

        Object lambda1754() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            Object obj = this.$url;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1553), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\b\u001c\u0000\u0016+\u00170\n\u0017\u0005/\u0011\u0019\u0002\u0018\u0004\u0019\u0001", "idwwltkh"), Screen1.Lit8157, "deobfuscate text")), Screen1.Lit8158, "string contains");
        }

        Object lambda1755() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            Object obj = this.$url;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit1553), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0011\u000b\u0010\u001b$\u001d\f/\u0005\u0002\u0013", "idwwltkh"), Screen1.Lit8159, "deobfuscate text")), Screen1.Lit8160, "string contains");
        }
    }

    public class frame69 extends ModuleBody {
        Object $item;
        final ModuleMethod lambda$Fn1742 = new ModuleMethod(this, 152, null, 0);
        final ModuleMethod lambda$Fn1743 = new ModuleMethod(this, 153, null, 0);
        frame68 staticLink;

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 152 ? i != 153 ? super.apply0(moduleMethod) : lambda1744() : lambda1743();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 152 && i != 153) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda1743() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(obj, Screen1.Lit19), Screen1.Lit7854, "select list item"), runtime.get$Mnproperty.apply2(Screen1.Lit0, Screen1.Lit636)), Screen1.Lit7855, "=");
        }

        Object lambda1744() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list2(obj, Screen1.Lit711), Screen1.Lit7856, "select list item"), "NO"), Screen1.Lit7857, "=");
        }
    }

    public Object Web1$GotText(Object obj, Object obj2, Object obj3, Object obj4) {
        frame68 frame68Var;
        Object obj5;
        Object obj6;
        Object obj7;
        Object obj8;
        Object obj9;
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        Object obj10;
        ApplyToArgs applyToArgs2;
        Object lookupGlobalVarInCurrentFormEnvironment2;
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        char c;
        Object obj11;
        char c2;
        Object obj12;
        Object obj13;
        char c3;
        char c4;
        char c5;
        Object obj14;
        Object obj15;
        ModuleMethod moduleMethod2;
        SimpleSymbol simpleSymbol;
        ModuleMethod moduleMethod3;
        SimpleSymbol simpleSymbol2;
        Object apply2;
        Object callYailPrimitive;
        Object obj16;
        Object callYailPrimitive2;
        ApplyToArgs applyToArgs3;
        Object lookupGlobalVarInCurrentFormEnvironment3;
        FString stringAppend;
        Object obj17;
        SimpleSymbol simpleSymbol3;
        SimpleSymbol simpleSymbol4;
        Object obj18;
        Object obj19;
        Object obj20;
        Object obj21;
        Object obj22;
        Object obj23;
        int i;
        char c6;
        char c7;
        char c8;
        Object obj24;
        Object obj25;
        ApplyToArgs applyToArgs4;
        Object lookupGlobalVarInCurrentFormEnvironment4;
        Boolean bool;
        ApplyToArgs applyToArgs5;
        Object lookupGlobalVarInCurrentFormEnvironment5;
        FString stringAppend2;
        SimpleSymbol simpleSymbol5;
        FString stringAppend3;
        Object obj26;
        Object obj27;
        Object obj28;
        Object obj29;
        frame68 frame68Var2 = new frame68();
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj2);
        runtime.sanitizeComponentData(obj3);
        frame68Var2.$responseContent = runtime.sanitizeComponentData(obj4);
        frame68Var2.$url = sanitizeComponentData;
        runtime.setThisForm();
        boolean z = sanitizeComponentData2 instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7827), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData2, Lit6349), Lit7828, "=") == Boolean.FALSE) {
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7827), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData2, Lit8153), Lit8154, "=") == Boolean.FALSE) {
                return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
            }
            if (runtime.processOrDelayed$V(new Object[]{frame68Var2.lambda$Fn1752, frame68Var2.lambda$Fn1753, frame68Var2.lambda$Fn1754}) != Boolean.FALSE) {
                return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(Constants.IPC_BUNDLE_KEY_SEND_ERROR, OneSignalDbContract.NotificationTable.COLUMN_NAME_MESSAGE), Lit8161, "make a list"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var2.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable") : frame68Var2.$responseContent), Lit8162), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit8163, "dictionary recursive lookup"));
            }
            return runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var2.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : frame68Var2.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("", "idwwltkh"), Lit8164, "deobfuscate text")), Lit8165, "string contains") != Boolean.FALSE ? Boolean.FALSE : Values.empty;
        }
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var2.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : frame68Var2.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("CMBXP\u0001\u0005\u001bWNMC\u0005TMS\\EC\u00160$7k0!,%:'!$.<\";l?ee=v\u001f\"1`6>b:\u007f\r9\u0013/Q%A6)H-_\r&\u0013#\u0002\u0002\u001f!\u001b\u0019U\u001c\u0002\u0018\u0012\u0007==Q\u0001", "xkgxlugx"), Lit7829, "deobfuscate text")), Lit7830, "string contains") != Boolean.FALSE) {
            obj9 = "make a list";
            obj7 = "string contains";
            frame68Var = frame68Var2;
            obj5 = "Unbound Variable";
            obj6 = " is not bound in the current context";
            IntNum intNum = runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(frame68Var2.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable") : frame68Var2.$responseContent, "\"", ""), Lit7831, "replace all"), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnto$Mnupper$Mncase, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("EMAIL", ""), Lit7832)), Lit7833, "upcase"), "\n", ""), Lit7834, "replace all")), Lit7835, "=") != Boolean.FALSE ? Lit19 : Lit141;
            runtime.callComponentMethod(Lit160, Lit157, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(">##", "msmebnva"), Lit7836, "deobfuscate text")), Lit7837);
            obj8 = "replace all";
            runtime.callComponentMethod(Lit1694, Lit7838, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(">##", "msmebnva"), Lit7839, "deobfuscate text"), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), intNum)), Lit7840, "make a pair")), Lit7841, "make a dictionary")), Lit7842);
            runtime.callComponentMethod(Lit160, Lit169, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("9<.*", "msmebnva"), Lit7843, "deobfuscate text"), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), intNum)), Lit7844);
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(intNum, Component.CHIP_TYPE_ACTION), Lit7845, "=") != Boolean.FALSE) {
                runtime.callComponentMethod(Lit1694, Lit7838, LList.list1(runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list1(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(">##", "msmebnva"), Lit7846, "deobfuscate text"), Lit19), Lit7847, "make a pair")), Lit7848, "make a dictionary")), Lit7849);
                runtime.callComponentMethod(Lit160, Lit169, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(">##", "msmebnva"), Lit7850, "deobfuscate text"), Boolean.TRUE), Lit7851);
                Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St), "PRO Activated");
            }
            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit201, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
        } else {
            frame68Var = frame68Var2;
            obj5 = "Unbound Variable";
            obj6 = " is not bound in the current context";
            obj7 = "string contains";
            obj8 = "replace all";
            obj9 = "make a list";
        }
        if (runtime.get$Mnproperty.apply2(Lit544, Lit172) != Boolean.FALSE) {
            ApplyToArgs applyToArgs6 = Scheme.applyToArgs;
            Object lookupGlobalVarInCurrentFormEnvironment6 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1552, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (z) {
                obj28 = obj5;
                obj29 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7827), obj6), obj28);
            } else {
                obj28 = obj5;
                obj29 = sanitizeComponentData2;
            }
            frame68 frame68Var3 = frame68Var;
            return applyToArgs6.apply4(lookupGlobalVarInCurrentFormEnvironment6, obj29, frame68Var3.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj28) : frame68Var3.$responseContent, frame68Var3.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj28) : frame68Var3.$url);
        }
        frame68 frame68Var4 = frame68Var;
        Object obj30 = obj5;
        Object obj31 = obj7;
        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("r{{n:p\u007f}eko'igi.ssvcooum[YDF\u0013[\u0017_\u0015\rbpqh\u0011\b^yMq\\Ne\u0019\u0017ojT\u0012WGZ:<jl1-\f\u0017ce\u0018\u0006\u000e\u001d\u001d\u0017\u00179\u0014}##\u0011\u0005!61\u000f\u001bu5q\u001d>&\u0011\"=\u0004/\u0015\u0016J\rC\u00168\u0002\t)\b[\"\u0007'7\u00103+\u000e\"\u001a\u000f", "abmige"), Lit7852, "deobfuscate text")), Lit7853, obj31) != Boolean.FALSE) {
            frame68Var4.$status = Boolean.TRUE;
            ModuleMethod moduleMethod4 = frame68Var4.proc$Fn1741;
            runtime.yailForEach(frame68Var4.proc$Fn1741, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mntable, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7860, "list from csv table"));
            if (!(frame68Var4.$status instanceof Package) ? frame68Var4.$status != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2067), obj6), obj30) != Boolean.FALSE) {
                runtime.addGlobalVarToCurrentFormEnvironment(Lit39, Boolean.TRUE);
                runtime.callComponentMethod(Lit1380, Lit4438, LList.Empty, LList.Empty);
                runtime.setAndCoerceProperty$Ex(Lit6543, Lit172, runtime.callComponentMethod(Lit160, Lit161, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("1!=", "bqshzkre"), Lit7861, "deobfuscate text"), Boolean.FALSE), Lit7862), Lit173);
                runtime.setAndCoerceProperty$Ex(Lit543, Lit172, Boolean.FALSE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit171, Lit172, Boolean.FALSE, Lit173);
                return runtime.setAndCoerceProperty$Ex(Lit6537, Lit172, Boolean.TRUE, Lit173);
            }
            applyToArgs5 = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4, runtime.$Stthe$Mnnull$Mnvalue$St);
            obj27 = "Checkver completed";
        } else {
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("m\u001a\u001d\u000b)\u0015ns\u001e=9}\u00042\u0017\u0001$(F\u0019T\u00119\u0010!39\u001e\u0013Y3 >6!X\u0011\u0002\f<\u0018, \u0016", "pvndudxn"), Lit7863, "deobfuscate text")), Lit7864, obj31) == Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("/4/ 5lfq91-0p-9)>3.)8\"0/A\u000b\u001c\u0015A\u001f\u0011\u001fH\u0003\u0016_6\u0004\u0006\u0018\u0016\u0014\u0006%\u0015\u001a^-\u0012\t\"\u000e\u0010\tV", "pvndudxn"), Lit7865, "deobfuscate text")), Lit7866, obj31) != Boolean.FALSE) {
                    simpleSymbol5 = Lit3374;
                    if (frame68Var4.$responseContent instanceof Package) {
                        stringAppend3 = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6);
                        obj26 = runtime.signalRuntimeError(stringAppend3, obj30);
                    }
                    obj26 = frame68Var4.$responseContent;
                } else {
                    if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\r\t\u001b\u0018\u0012\u000e\u001a\u0004\u0016Q\u0005\f\u001eN\u001d\u001d\u001bX", "pvndudxn"), Lit7867, "deobfuscate text")), Lit7868, obj31) != Boolean.FALSE) {
                        simpleSymbol5 = Lit5200;
                        if (frame68Var4.$responseContent instanceof Package) {
                            stringAppend3 = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6);
                            obj26 = runtime.signalRuntimeError(stringAppend3, obj30);
                        }
                        obj26 = frame68Var4.$responseContent;
                    } else {
                        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("T^@#e:,:#,3:-5%<l$1&t($,u-#06 ..:%+\u000b\u0004\u000b\u0010Z\u001c]Y\u0012\u0013\u0018C\u000f\u0007\u0014\u001b\n\t\n\u001cH\b\u001a\u0016\f\u0001\u0015Q\u0003\u0017\u0000", "pvndudxn"), Lit7869, "deobfuscate text")), Lit7870, obj31) == Boolean.FALSE) {
                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("?-\b\u001b\u000bK@^\u000e\r\u0004\u000b\u0011W\u0014\u0018\u0014\u0006\u0002\u0017\u0001\u000f\u001aO\u0016\u001fK\u0012\u0010\u0000X\u001fF", "vycuemtk"), Lit7871, "deobfuscate text")), Lit7872, obj31) != Boolean.FALSE) {
                                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("R\u0005[R\u0011\u000e\u0010\u001d\u0016\u0013]", "vycuemtk"), Lit7873, "deobfuscate text")), Lit7874, obj31) != Boolean.FALSE) {
                                    runtime.addGlobalVarToCurrentFormEnvironment(Lit137, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"));
                                    Object callYailPrimitive3 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("result", runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7875), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj9)), Lit7876, "dictionary lookup");
                                    ModuleMethod moduleMethod5 = proc$Fn1744;
                                    if (callYailPrimitive3 instanceof Package) {
                                        callYailPrimitive3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj30);
                                    }
                                    return runtime.yailForEach(moduleMethod5, callYailPrimitive3);
                                }
                                Object obj32 = obj9;
                                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("T\u0003YP\u000f\n\u001d\u0019\u0001\u001c\u0003\u0003K", "vycuemtk"), Lit7888, "deobfuscate text")), Lit7889, obj31) == Boolean.FALSE) {
                                    if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("W\u0002^Q\f\u0005\u0010\u000f\u0005\u0010\u0006\u0002\b\u001e", "vycuemtk"), Lit7908, "deobfuscate text")), Lit7909, obj31) == Boolean.FALSE) {
                                        return Values.empty;
                                    }
                                    runtime.addGlobalVarToCurrentFormEnvironment(Lit5039, frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent);
                                    Object callYailPrimitive4 = runtime.callYailPrimitive(AddOp.$Pl, LList.list4(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("result,combined_margin,var_margin"), Lit7910, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit5039, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit7911), Lit141), Lit7912, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("result,combined_margin,premium_margin"), Lit7913, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7914), Lit141), Lit7915, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("result,combined_margin,exposure_margin"), Lit7916, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7917), Lit141), Lit7918, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("result,combined_margin,span"), Lit7919, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7920), Lit141), Lit7921, "dictionary recursive lookup")), Lit7922, "+");
                                    boolean z2 = callYailPrimitive4 instanceof Package;
                                    runtime.setAndCoerceProperty$Ex(Lit2881, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("₹{amt} ↺", "{amt}", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), obj6), obj30) : callYailPrimitive4)), Lit7923, obj8), Lit9);
                                    runtime.setAndCoerceProperty$Ex(Lit2837, Lit6, runtime.get$Mnproperty.apply2(Lit2883, Lit6), Lit9);
                                    runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), obj6), obj30) : callYailPrimitive4)), Lit7924, "set value for key in dictionary to value");
                                    SimpleSymbol simpleSymbol6 = Lit306;
                                    ApplyToArgs applyToArgs7 = Scheme.applyToArgs;
                                    Object lookupGlobalVarInCurrentFormEnvironment7 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                                    if (z2) {
                                        callYailPrimitive4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), obj6), obj30);
                                    }
                                    runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol6, applyToArgs7.apply2(lookupGlobalVarInCurrentFormEnvironment7, callYailPrimitive4));
                                    return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit372, runtime.$Stthe$Mnnull$Mnvalue$St));
                                }
                                Object callYailPrimitive5 = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("result", runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7890), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj32)), Lit7891, "dictionary lookup");
                                ApplyToArgs applyToArgs8 = Scheme.applyToArgs;
                                Object[] objArr = new Object[11];
                                objArr[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2203, runtime.$Stthe$Mnnull$Mnvalue$St);
                                objArr[1] = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("exchange", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit137, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit7892, "lookup in pairs");
                                objArr[2] = "NEW";
                                objArr[3] = runtime.get$Mnproperty.apply2(Lit379, Lit6);
                                objArr[4] = runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.get$Mnproperty.apply2(Lit383, Lit6)), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("lotsize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), Component.CHIP_TYPE_ACTION), Lit7893, "lookup in pairs")), Lit7894, "*")), Lit7895, "trim");
                                objArr[5] = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("segment", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit137, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit7896, "lookup in pairs"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NFO", "FutOpt"), Lit7897, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("Equity", "Capital"), Lit7898, "make a pair")), Lit7899, "make a dictionary"), runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("segment", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit137, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit7900, "lookup in pairs")), Lit7901, "lookup in pairs");
                                boolean z3 = callYailPrimitive5 instanceof Package;
                                objArr[6] = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("instrument_name", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), obj6), obj30) : callYailPrimitive5, ""), Lit7902, "lookup in pairs");
                                objArr[7] = runtime.get$Mnproperty.apply2(Lit374, Lit375) != Boolean.FALSE ? "SELL" : "BUY";
                                objArr[8] = runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("trading_symbol", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), obj6), obj30) : callYailPrimitive5, ""), Lit7903, "lookup in pairs");
                                objArr[9] = runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("instrument_token", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), obj6), obj30) : callYailPrimitive5, ""), Lit7904, "lookup in pairs")), Lit7905, "trim");
                                ModuleMethod moduleMethod6 = runtime.string$Mntrim;
                                ModuleMethod moduleMethod7 = runtime.yail$Mnalist$Mnlookup;
                                if (z3) {
                                    callYailPrimitive5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), obj6), obj30);
                                }
                                objArr[10] = runtime.callYailPrimitive(moduleMethod6, LList.list1(runtime.callYailPrimitive(moduleMethod7, LList.list3("underlying_token", callYailPrimitive5, ""), Lit7906, "lookup in pairs")), Lit7907, "trim");
                                return applyToArgs8.applyN(objArr);
                            }
                            Object obj33 = obj9;
                            Object obj34 = obj8;
                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("B\u000b\u0005\u0017C\u001f\u0002W6\u0001\u000f\u001f\u00147\u0018\u000e\t\b\u0004\r\bC,\r\u0014\u0000\u000e\u000e[", "pvndudxn"), Lit7925, "deobfuscate text")), Lit7926, obj31) != Boolean.FALSE) {
                                Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj33)), Lit7927);
                                Object lookupGlobalVarInCurrentFormEnvironment8 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit54, runtime.$Stthe$Mnnull$Mnvalue$St);
                                runtime.addGlobalVarToCurrentFormEnvironment(Lit52, runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7928));
                                boolean z4 = lookupGlobalVarInCurrentFormEnvironment8 instanceof Package;
                                runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("stream_id", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7929), obj6), obj30) : lookupGlobalVarInCurrentFormEnvironment8, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Token", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Response", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit7930, "dictionary lookup"), Lit19), Lit7931, "select list item"), ""), Lit7932, "dictionary lookup"), "_", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("ExchangeSegment", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Response", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit7933, "dictionary lookup"), Lit19), Lit7934, "select list item"), ""), Lit7935, "dictionary lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("BSEFO", "BFO"), Lit7936, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("NSEFO", "NFO"), Lit7937, "make a pair")), Lit7938, "make a dictionary"), "NFO"), Lit7939, "dictionary lookup")), Lit7940, "join")), Lit7941, "set value for key in dictionary to value");
                                ModuleMethod moduleMethod8 = runtime.yail$Mndictionary$Mnset$Mnpair;
                                if (z4) {
                                    obj21 = obj30;
                                    obj22 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7929), obj6), obj21);
                                } else {
                                    obj21 = obj30;
                                    obj22 = lookupGlobalVarInCurrentFormEnvironment8;
                                }
                                runtime.callYailPrimitive(moduleMethod8, LList.list3("lotsize", obj22, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("MarketLot", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Response", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit7942, "dictionary lookup"), Lit19), Lit7943, "select list item"), Lit19), Lit7944, "dictionary lookup")), Lit7945, "set value for key in dictionary to value");
                                Object obj35 = obj21;
                                runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("token", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7929), obj6), obj21) : lookupGlobalVarInCurrentFormEnvironment8, runtime.callYailPrimitive(strings.string$Mnappend, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("SegmentId", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Response", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit7946, "dictionary lookup"), Lit19), Lit7947, "select list item"), Lit19), Lit7948, "dictionary lookup"), GetNamedPart.CAST_METHOD_NAME, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Token", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Response", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit7949, "dictionary lookup"), Lit19), Lit7950, "select list item"), ""), Lit7951, "dictionary lookup")), Lit7952, "join")), Lit7953, "set value for key in dictionary to value");
                                ModuleMethod moduleMethod9 = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
                                Object obj36 = callComponentMethod;
                                boolean z5 = obj36 instanceof Package;
                                if (z5) {
                                    i = 3;
                                    c6 = 0;
                                    c8 = 1;
                                    c7 = 2;
                                    obj23 = obj35;
                                    obj24 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), obj6), obj23);
                                } else {
                                    obj23 = obj35;
                                    i = 3;
                                    c6 = 0;
                                    c7 = 2;
                                    c8 = 1;
                                    obj24 = obj36;
                                }
                                if (z4) {
                                    Object[] objArr2 = new Object[i];
                                    objArr2[c6] = "The variable ";
                                    objArr2[c8] = runtime.getDisplayRepresentation(Lit7929);
                                    objArr2[c7] = obj6;
                                    obj25 = runtime.signalRuntimeError(strings.stringAppend(objArr2), obj23);
                                } else {
                                    obj25 = lookupGlobalVarInCurrentFormEnvironment8;
                                }
                                runtime.callYailPrimitive(moduleMethod9, LList.list2(obj24, obj25), Lit7954, "add items to list");
                                SimpleSymbol simpleSymbol7 = Lit160;
                                SimpleSymbol simpleSymbol8 = Lit169;
                                if (z5) {
                                    obj36 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), obj6), obj23);
                                }
                                runtime.callComponentMethod(simpleSymbol7, simpleSymbol8, LList.list2("Watchlist", obj36), Lit7955);
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1382, runtime.$Stthe$Mnnull$Mnvalue$St));
                                Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                                if (runtime.get$Mnproperty.apply2(Lit3615, Lit375) != Boolean.FALSE) {
                                    applyToArgs4 = Scheme.applyToArgs;
                                    lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4031, runtime.$Stthe$Mnnull$Mnvalue$St);
                                    bool = Boolean.FALSE;
                                } else {
                                    runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
                                    runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
                                    Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Added to watchist");
                                    runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2("OPTION_CHAIN", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("entity_type", z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7929), obj6), obj23) : lookupGlobalVarInCurrentFormEnvironment8, ""), Lit7956, "lookup in pairs")), Lit7957, "not =");
                                    Boolean bool2 = Boolean.FALSE;
                                    if (runtime.get$Mnproperty.apply2(Lit3614, Lit172) == Boolean.FALSE) {
                                        return runtime.callComponentMethod(Lit2789, Lit1656, LList.Empty, LList.Empty);
                                    }
                                    applyToArgs4 = Scheme.applyToArgs;
                                    lookupGlobalVarInCurrentFormEnvironment4 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St);
                                    bool = Boolean.TRUE;
                                }
                                return applyToArgs4.apply2(lookupGlobalVarInCurrentFormEnvironment4, bool);
                            }
                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, "/GetMarketStatus"), Lit7958, obj31) != Boolean.FALSE) {
                                ModuleMethod moduleMethod10 = runtime.yail$Mndictionary$Mnlookup;
                                SimpleSymbol simpleSymbol9 = Lit150;
                                SimpleSymbol simpleSymbol10 = Lit151;
                                Object callYailPrimitive6 = runtime.callYailPrimitive(moduleMethod10, LList.list3("JsonData", runtime.callComponentMethod(simpleSymbol9, simpleSymbol10, LList.list1(runtime.callComponentMethod(simpleSymbol9, simpleSymbol10, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7959)), Lit7960), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit7961, "dictionary lookup");
                                Object lookupInCurrentFormEnvironment = runtime.lookupInCurrentFormEnvironment(Lit4731);
                                SimpleSymbol simpleSymbol11 = Lit980;
                                SimpleSymbol simpleSymbol12 = Lit6;
                                ApplyToArgs applyToArgs9 = Scheme.applyToArgs;
                                Object lookupGlobalVarInCurrentFormEnvironment9 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                                Object callYailPrimitive7 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit7962, "list from csv row");
                                ModuleMethod moduleMethod11 = runtime.make$Mnyail$Mnlist;
                                ApplyToArgs applyToArgs10 = Scheme.applyToArgs;
                                Object lookupGlobalVarInCurrentFormEnvironment10 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                                ModuleMethod moduleMethod12 = runtime.yail$Mndictionary$Mnlookup;
                                boolean z6 = callYailPrimitive6 instanceof Package;
                                if (z6) {
                                    callYailPrimitive6 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj30);
                                }
                                runtime.setAndCoercePropertyAndCheck$Ex(lookupInCurrentFormEnvironment, simpleSymbol11, simpleSymbol12, applyToArgs9.apply4(lookupGlobalVarInCurrentFormEnvironment9, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive7, runtime.callYailPrimitive(moduleMethod11, LList.list4(applyToArgs10.apply2(lookupGlobalVarInCurrentFormEnvironment10, runtime.callYailPrimitive(moduleMethod12, LList.list3("NSEchg", callYailPrimitive6, Lit141), Lit7963, "dictionary lookup")), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("NSE", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj30) : callYailPrimitive6, Lit141), Lit7964, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("NSEchg", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj30) : callYailPrimitive6, Lit141), Lit7965, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("NSEchgp", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj30) : callYailPrimitive6, Lit141), Lit7966, "dictionary lookup")), Lit7967, obj33)), Lit9);
                                Object lookupInCurrentFormEnvironment2 = runtime.lookupInCurrentFormEnvironment(Lit4736);
                                SimpleSymbol simpleSymbol13 = Lit980;
                                SimpleSymbol simpleSymbol14 = Lit6;
                                ApplyToArgs applyToArgs11 = Scheme.applyToArgs;
                                Object lookupGlobalVarInCurrentFormEnvironment11 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St);
                                Object callYailPrimitive8 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{color},{LTP},{CHG},{PCT}"), Lit7968, "list from csv row");
                                ModuleMethod moduleMethod13 = runtime.make$Mnyail$Mnlist;
                                ApplyToArgs applyToArgs12 = Scheme.applyToArgs;
                                Object lookupGlobalVarInCurrentFormEnvironment12 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St);
                                ModuleMethod moduleMethod14 = runtime.yail$Mndictionary$Mnlookup;
                                if (z6) {
                                    obj19 = obj30;
                                    obj20 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj19);
                                } else {
                                    obj19 = obj30;
                                    obj20 = callYailPrimitive6;
                                }
                                return runtime.setAndCoercePropertyAndCheck$Ex(lookupInCurrentFormEnvironment2, simpleSymbol13, simpleSymbol14, applyToArgs11.apply4(lookupGlobalVarInCurrentFormEnvironment11, "<font color={color}>{LTP} </font><br><small>{CHG}<font color=gray> ({PCT} %)</font></small>", callYailPrimitive8, runtime.callYailPrimitive(moduleMethod13, LList.list4(applyToArgs12.apply2(lookupGlobalVarInCurrentFormEnvironment12, runtime.callYailPrimitive(moduleMethod14, LList.list3("BSEchg", obj20, Lit141), Lit7969, "dictionary lookup")), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("BSE", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj19) : callYailPrimitive6, Lit141), Lit7970, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("BSEchg", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj19) : callYailPrimitive6, Lit141), Lit7971, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("BSEchgp", z6 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj19) : callYailPrimitive6, Lit141), Lit7972, "dictionary lookup")), Lit7973, obj33)), Lit9);
                            }
                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, "Market/MarketStatus"), Lit7974, obj31) != Boolean.FALSE) {
                                frame68Var4.$name = "";
                                ModuleMethod moduleMethod15 = frame68Var4.proc$Fn1747;
                                runtime.yailForEach(frame68Var4.proc$Fn1747, runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7987));
                                return runtime.setAndCoerceProperty$Ex(Lit6631, Lit6, frame68Var4.$name instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit314), obj6), obj30) : frame68Var4.$name, Lit9);
                            }
                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u000b\u001f\u001f\\\u0010\u0005\u0003\u001e\t\u0014!\u000f\u001a\u001d\u0015J\fNI\u0000\u001c\f\f\f\u001c\u000e", "pvndudxn"), Lit7988, "deobfuscate text")), Lit7989, obj31) != Boolean.FALSE) {
                                simpleSymbol3 = Lit3477;
                                simpleSymbol4 = Lit172;
                                obj18 = runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("true", runtime.callYailPrimitive(runtime.string$Mntrim, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("header,isFnoEnabled"), Lit7990, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit7991), Boolean.FALSE), Lit7992, "dictionary recursive lookup")), Lit7993, "trim")), Lit7994, "=");
                            } else {
                                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, "charting_service"), Lit7995, obj31) == Boolean.FALSE) {
                                    if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("-41+&o\"?~,uc5\u001a\u000eT\u0002\u001b\u0000\u0003\u0015\t=\u0006\u0002*\u001b\u0004\u0011\u0017G\u0016IQ\u0010\u0000\u000b\u0007\u0001\u001d\u0001\u001a\u0005[", "fmtuy"), Lit8005, "deobfuscate text")), Lit8006, obj31) != Boolean.FALSE) {
                                        return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2975, runtime.$Stthe$Mnnull$Mnvalue$St), frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent);
                                    }
                                    if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0017\r\u0019'\u001f\u0005\b\u0006\u0003\r\u000b\u0018\u0010\u0017\u00065\u0006\u0015\r\u0013\t\u001a\u000f\u0003!\n\u0011\u00010\u0015\u0005\u0019", "pwsylpa"), Lit8007, "deobfuscate text")), Lit8008, obj31) != Boolean.FALSE) {
                                        applyToArgs3 = Scheme.applyToArgs;
                                        lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4918, runtime.$Stthe$Mnnull$Mnvalue$St);
                                        if (frame68Var4.$responseContent instanceof Package) {
                                            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6);
                                            obj17 = runtime.signalRuntimeError(stringAppend, obj30);
                                        }
                                        obj17 = frame68Var4.$responseContent;
                                    } else {
                                        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, "option_chain_service"), Lit8009, obj31) == Boolean.FALSE) {
                                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, "/margin-calculator"), Lit8015, obj31) != Boolean.FALSE) {
                                                frame68Var4.$json = runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit8016);
                                                if (runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totalAmtRequired", frame68Var4.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : frame68Var4.$json, Lit141), Lit8017, "dictionary lookup"), Lit141), Lit8018, "not =") != Boolean.FALSE) {
                                                    if (runtime.processAndDelayed$V(new Object[]{lambda$Fn1748, frame68Var4.lambda$Fn1749}) != Boolean.FALSE) {
                                                        MultiplyOp multiplyOp = MultiplyOp.$St;
                                                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit32, runtime.$Stthe$Mnnull$Mnvalue$St), "BUY"), Lit8034, "=") != Boolean.FALSE) {
                                                            obj16 = "select list item";
                                                            callYailPrimitive2 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(Constants.ScionAnalytics.MessageType.DATA_MESSAGE, frame68Var4.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : frame68Var4.$json, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj33)), Lit8035, "dictionary lookup"), Lit19), Lit8036, obj16), Lit3012), Lit8037, obj16);
                                                        } else {
                                                            obj16 = "select list item";
                                                            callYailPrimitive2 = runtime.callYailPrimitive(MultiplyOp.$St, LList.list2(Lit964, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(Constants.ScionAnalytics.MessageType.DATA_MESSAGE, frame68Var4.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : frame68Var4.$json, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj33)), Lit8038, "dictionary lookup"), Lit19), Lit8039, obj16), Lit3012), Lit8040, obj16)), Lit8041, "*");
                                                        }
                                                        callYailPrimitive = runtime.callYailPrimitive(multiplyOp, LList.list2(callYailPrimitive2, runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(Constants.ScionAnalytics.MessageType.DATA_MESSAGE, frame68Var4.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : frame68Var4.$json, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj33)), Lit8042, "dictionary lookup"), Lit19), Lit8043, obj16), Lit5719), Lit8044, obj16)), Lit8045, "*");
                                                    } else {
                                                        callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("totalAmtRequired", frame68Var4.$json instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : frame68Var4.$json, Lit141), Lit8046, "dictionary lookup");
                                                    }
                                                    boolean z7 = callYailPrimitive instanceof Package;
                                                    runtime.setAndCoerceProperty$Ex(Lit2881, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("₹{amt} ↺", "{amt}", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), obj6), obj30) : callYailPrimitive)), Lit8047, obj34), Lit9);
                                                    runtime.setAndCoerceProperty$Ex(Lit2837, Lit6, runtime.get$Mnproperty.apply2(Lit2883, Lit6), Lit9);
                                                    runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("margin", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z7 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), obj6), obj30) : callYailPrimitive)), Lit8048, "set value for key in dictionary to value");
                                                    SimpleSymbol simpleSymbol15 = Lit306;
                                                    ApplyToArgs applyToArgs13 = Scheme.applyToArgs;
                                                    Object lookupGlobalVarInCurrentFormEnvironment13 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                                                    if (z7) {
                                                        callYailPrimitive = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), obj6), obj30);
                                                    }
                                                    return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol15, applyToArgs13.apply2(lookupGlobalVarInCurrentFormEnvironment13, callYailPrimitive));
                                                }
                                                MultiplyOp multiplyOp2 = MultiplyOp.$St;
                                                ModuleMethod moduleMethod16 = runtime.yail$Mnequal$Qu;
                                                if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,PRC"), Lit8049, "list from csv row")), Lit8050, "is in list?") != Boolean.FALSE) {
                                                    moduleMethod2 = runtime.get$Mnproperty;
                                                    simpleSymbol = Lit378;
                                                } else {
                                                    moduleMethod2 = runtime.get$Mnproperty;
                                                    simpleSymbol = Lit379;
                                                }
                                                if (runtime.callYailPrimitive(moduleMethod16, LList.list2("", moduleMethod2.apply2(simpleSymbol, Lit6)), Lit8051, "=") != Boolean.FALSE) {
                                                    apply2 = Lit141;
                                                } else {
                                                    if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit34, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("LMT,PRC"), Lit8052, "list from csv row")), Lit8053, "is in list?") != Boolean.FALSE) {
                                                        moduleMethod3 = runtime.get$Mnproperty;
                                                        simpleSymbol2 = Lit378;
                                                    } else {
                                                        moduleMethod3 = runtime.get$Mnproperty;
                                                        simpleSymbol2 = Lit379;
                                                    }
                                                    apply2 = moduleMethod3.apply2(simpleSymbol2, Lit6);
                                                }
                                                Object callYailPrimitive9 = runtime.callYailPrimitive(multiplyOp2, LList.list4(apply2, Lit19, runtime.get$Mnproperty.apply2(Lit383, Lit6), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("lotSize", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit18, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit8054, "dictionary lookup")), Lit8055, "*");
                                                boolean z8 = callYailPrimitive9 instanceof Package;
                                                runtime.setAndCoerceProperty$Ex(Lit2881, Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3("₹{amt} ↺", "{amt}", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), z8 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), obj6), obj30) : callYailPrimitive9)), Lit8056, obj34), Lit9);
                                                runtime.setAndCoerceProperty$Ex(Lit2837, Lit6, runtime.get$Mnproperty.apply2(Lit2883, Lit6), Lit9);
                                                ModuleMethod moduleMethod17 = runtime.yail$Mndictionary$Mnset$Mnpair;
                                                Object lookupGlobalVarInCurrentFormEnvironment14 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St);
                                                ApplyToArgs applyToArgs14 = Scheme.applyToArgs;
                                                Object lookupGlobalVarInCurrentFormEnvironment15 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit233, runtime.$Stthe$Mnnull$Mnvalue$St);
                                                if (z8) {
                                                    callYailPrimitive9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2070), obj6), obj30);
                                                }
                                                return runtime.callYailPrimitive(moduleMethod17, LList.list3("margin", lookupGlobalVarInCurrentFormEnvironment14, applyToArgs14.apply2(lookupGlobalVarInCurrentFormEnvironment15, callYailPrimitive9)), Lit8057, "set value for key in dictionary to value");
                                            }
                                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u001c\u001d\u001c\u0006I\t\r\u0016\u0016\u001a\u001c\n\u0003\u001f\u0001\u0019\u0013U\u000f\u001b\u000eL\u0010\u0001\u0003", "krfgrs"), Lit8058, "deobfuscate text")), Lit8059, obj31) == Boolean.FALSE) {
                                                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0006\u0002\nD\r\u0017\u0019\u001b\u0014\u0019$\u0005\u00194\u001a\u0011\u0003\u0003", "ucsdpnzs"), Lit8088, "deobfuscate text")), Lit8089, obj31) != Boolean.FALSE) {
                                                    runtime.addGlobalVarToCurrentFormEnvironment(Lit18, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnalist$Mnto$Mndict, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("contractDetails", runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit8090), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit8091, "dictionary lookup")), Lit8092, "convert an alist to a dictionary"));
                                                    if (runtime.lookupGlobalVarInCurrentFormEnvironment(Lit25, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
                                                        Object callComponentMethod2 = runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit8093);
                                                        SimpleSymbol simpleSymbol16 = Lit78;
                                                        ModuleMethod moduleMethod18 = runtime.make$Mnyail$Mndictionary;
                                                        ModuleMethod moduleMethod19 = runtime.make$Mndictionary$Mnpair;
                                                        ModuleMethod moduleMethod20 = runtime.yail$Mndictionary$Mnrecursive$Mnlookup;
                                                        Object callYailPrimitive10 = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("contractDetails,growwContractId"), Lit8094, "list from csv row");
                                                        boolean z9 = callComponentMethod2 instanceof Package;
                                                        if (z9) {
                                                            callComponentMethod2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30);
                                                        }
                                                        Pair list1 = LList.list1(runtime.callYailPrimitive(moduleMethod19, LList.list2(OSOutcomeConstants.OUTCOME_ID, runtime.callYailPrimitive(moduleMethod20, LList.list3(callYailPrimitive10, callComponentMethod2, ""), Lit8095, "dictionary recursive lookup")), Lit8096, "make a pair"));
                                                        LList.chain1(LList.chain1(LList.chain4(list1, runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("search_id", runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("contractDetails,contractDisplayName"), Lit8097, "list from csv row"), z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : callComponentMethod2, ""), Lit8098, "dictionary recursive lookup"), " ", "-"), Lit8099, obj34)), Lit8100, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("underlying_search_id", runtime.callYailPrimitive(runtime.string$Mnto$Mnlower$Mncase, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("underlyingAsset,searchId"), Lit8101, "list from csv row"), z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : callComponentMethod2, ""), Lit8102, "dictionary recursive lookup")), Lit8103, "downcase")), Lit8104, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("entity_type", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("contractDetails,equityType"), Lit8105, "list from csv row"), z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : callComponentMethod2, ""), Lit8106, "dictionary recursive lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.list2(runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("OPTION", "Option"), Lit8107, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("FUTURE", "Future"), Lit8108, "make a pair")), Lit8109, "make a dictionary"), ""), Lit8110, "dictionary lookup")), Lit8111, "make a pair"), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2(OneSignalDbContract.NotificationTable.COLUMN_NAME_TITLE, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("contractDetails,longDisplayName"), Lit8112, "list from csv row"), z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : callComponentMethod2, ""), Lit8113, "dictionary recursive lookup")), Lit8114, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("contractDisplayName", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("contractDetails,contractDisplayName"), Lit8115, "list from csv row"), z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : callComponentMethod2, ""), Lit8116, "dictionary recursive lookup")), Lit8117, "make a pair")), runtime.callYailPrimitive(runtime.make$Mndictionary$Mnpair, LList.list2("lotsize", Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit17, runtime.$Stthe$Mnnull$Mnvalue$St))), Lit8118, "make a pair"));
                                                        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol16, runtime.callYailPrimitive(moduleMethod18, list1, Lit8119, "make a dictionary"));
                                                        runtime.addGlobalVarToCurrentFormEnvironment(Lit53, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0011\u0019\u001f\u0000\u001b\u0012\u001c\u0001;\u001f\t\u0007\u0013\u0018\u000fT\u0004\u0014\u0010\u0012\u001a$\u000e\n\u001b\u0006\r\u0001\u001a#\t", "mhlhrif"), Lit8120, "deobfuscate text")), Lit8121, "list from csv row"), z9 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1309), obj6), obj30) : callComponentMethod2, ""), Lit8122, "dictionary recursive lookup"));
                                                        if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit8123, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Lit8124, obj33), runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj33)), Lit8125)), Lit8126, "list by walking key path in dictionary")), Lit8127, "is in list?")), Lit8128, "not") != Boolean.FALSE) {
                                                            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2366, runtime.$Stthe$Mnnull$Mnvalue$St));
                                                            return "ignored";
                                                        }
                                                        Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "Already added to the watchlist");
                                                        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                                                    }
                                                    Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3363, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnalist$Mnto$Mndict, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("livePrice", runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit8129), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit8130, "dictionary lookup")), Lit8131, "convert an alist to a dictionary"));
                                                    applyToArgs2 = Scheme.applyToArgs;
                                                    lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
                                                    moduleMethod = runtime.string$Mnreplace$Mnall;
                                                    list3 = LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("fno", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit55, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit8132, "dictionary lookup"), "{ID}", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St));
                                                    pairWithPosition = Lit8133;
                                                } else {
                                                    if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, "api/stocks_data"), Lit8134, obj31) == Boolean.FALSE) {
                                                        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("hnMU@DTUu\u0015\u001b?<\u001f\u00013j\u000b962i\u0000\u0017c\u000f\u0000=\u001a&\u0019\f\u000e!5\t\u001a75>(\r4 \u00000O\u000b\t\u0014VL:4&\u00001\u0012]E^(\u0006(>.\u001eR8\u0007\u000b*", "abmige"), Lit8137, "deobfuscate text")), Lit8138, obj31) != Boolean.FALSE) {
                                                            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                                                            return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2662, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("ÈÊ«¶½¥§±¤×\u009c\u008f\u0095\u008b%-6mvpq5 3dvve8)65dzhr0abxw 8slv_WKIK\u000b\u000eBA_EBJ_\u0015\u0015\\T^AZ\u0010I^FV_F\nF_]21uo%-)+:$.`964/=jee\u007f{`qb25.8>fg\u000f\f\b\t\u0007]\u0006K@O\n\u001c\u0019\u0015K\u000f\u0017\u0004\u0000\u0013\u0005IP\u000e\u0011\u001c\u0013\u0011VE\u0016\u0012æô©èúûççµ±±§æäúóîï µ¢ýõ °¿¼£ðøòíÎ\u0083\u0099\u009e\u009c\u0093\u0085\u0084\u0093Ø\u0082\u008dÞÑ\u0099\u0083Ìß\u0094Ð\u008f\u0099\u009eÓÑÓÅÒÆ\u0081\u0098\u0097«µê¶\u00ad±´¯à쨷³¥¢\u00adíééÿ¨¶¨»î´¾´½«ÿó\u0084\u0082\u0082\u008fÄÉÎÁ\u009e\u0090\u0095\u0083\u008d\u0085\u008fÍËÅ\u008a\u008dÉÍ\u0090ÛÐßÀÌ\u0094\u0085\u008f\u0095c'93#ke~w;\"1hzqz8)47g+ C{bnzy~vcZYCJLN\u0001\u0004H\u001d\u0012\u0013\u000bEO_\u0016@M\u0002\u001e\\E[S@FySS\u0007\rhgd\u00170(*( 6\u007fijktx/4,krqb9?;%}gm%:\u0014\u0010\t\u001bRC@_zEBMJUIL\u000b\u0014\u0006\u0002\u001f\r@QBN\t\u0003\u0019\u0017F", "ygdswy"), Lit8139, "deobfuscate text"), "Loading...", frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit8140, obj34));
                                                        }
                                                        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("j`CWBB_XEIL\u0012\u0011\u0011g#\u0002n;7\u0004o\u0003''1lpz||=\u001e\u000f\u0003z/\u0005;\r\u0016}/\r\n\u0015.\u0018\u001d>\u0012I@\u001b&\u0007O-\u0003]\u0000\t\u001b\t!\u0002\u0000\u000e\r\u0003Q7$2", "abmige"), Lit8141, "deobfuscate text")), Lit8142, obj31) == Boolean.FALSE) {
                                                            return Values.empty;
                                                        }
                                                        if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent, "ERR:"), Lit8143, obj31) == Boolean.FALSE) {
                                                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0000\u000b\u0002V!", "abmige"), Lit8144, "deobfuscate text")), Lit8145, obj31) != Boolean.FALSE) {
                                                                runtime.addGlobalVarToCurrentFormEnvironment(Lit37, frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent);
                                                                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit37, runtime.$Stthe$Mnnull$Mnvalue$St), "~"), Lit8146, obj31) != Boolean.FALSE) {
                                                                    Scheme.applyToArgs.applyN(new Object[]{runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2772, runtime.$Stthe$Mnnull$Mnvalue$St), Lit2843, "Restore Alert", runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("Please note: Data may get overwritten.\n\nDo you want to restore backup which was created on : ", runtime.callComponentMethod(Lit2537, Lit4425, LList.list1(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit37, runtime.$Stthe$Mnnull$Mnvalue$St), "~"), Lit8147, "split"), Lit1666), Lit8148, "select list item")), Lit8149)), Lit8150, "join"), "Cancel", "Restore", Boolean.TRUE});
                                                                } else {
                                                                    applyToArgs = Scheme.applyToArgs;
                                                                    lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                                                                    obj10 = "No backup found";
                                                                }
                                                            } else {
                                                                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0000\u000b\u0002V3", "abmige"), Lit8151, "deobfuscate text")), Lit8152, obj31) != Boolean.FALSE && runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4224, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE) {
                                                                    Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Backup Completed");
                                                                }
                                                            }
                                                            return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                                                        }
                                                        applyToArgs = Scheme.applyToArgs;
                                                        lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
                                                        obj10 = frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent;
                                                        applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, "", obj10);
                                                        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                                                    }
                                                    runtime.addGlobalVarToCurrentFormEnvironment(Lit18, runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary"));
                                                    Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3363, runtime.$Stthe$Mnnull$Mnvalue$St), frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent);
                                                    applyToArgs2 = Scheme.applyToArgs;
                                                    lookupGlobalVarInCurrentFormEnvironment2 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
                                                    moduleMethod = runtime.string$Mnreplace$Mnall;
                                                    list3 = LList.list3(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("Stocks", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit55, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit8135, "dictionary lookup"), "{ID}", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit53, runtime.$Stthe$Mnnull$Mnvalue$St));
                                                    pairWithPosition = Lit8136;
                                                }
                                                return applyToArgs2.apply3(lookupGlobalVarInCurrentFormEnvironment2, runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, obj34), runtime.lookupInCurrentFormEnvironment(Lit150));
                                            }
                                            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(frame68Var4.$url instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30) : frame68Var4.$url, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("Q7\u0002\u0002\u0016\b\f1\u001e\b\u001f\u001d\u0019\u0001!\u0001\u0017\n\b\u001a)\u0012:\u0017\u0005\u0000\b\fM", "cnhmfdb"), Lit8060, "deobfuscate text")), Lit8061, obj31) != Boolean.FALSE) {
                                                return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2(".<>5&ib\u007f 7/:s50.75;\" \"146~12 d48\u000fG'\u0004\u0007\u0018\b\u0004A0\u0010\u0002\u001e\u001e\u0016\u000bY=\u000b\u0000\f\u0017\u0004$\u001b\u0004\u0013\u0014\u0001\u0018Z", "yvwynith"), Lit8062, "deobfuscate text"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("CompanyCode", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("companyMarketPrice", runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("JsonData", runtime.callComponentMethod(Lit150, Lit151, LList.list1(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent, "\"{", "{"), Lit8063, obj34), "}\"", "}"), Lit8064, obj34), "r\\", "~"), Lit8065, obj34), "\\~n", ""), Lit8066, obj34), "\\\"", "\""), Lit8067, obj34), "\\~", ""), Lit8068, obj34)), Lit8069), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit8070, "dictionary lookup"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj33)), Lit8071, "dictionary lookup"), Lit19), Lit8072, "select list item"), ""), Lit8073, "dictionary lookup")), Lit8074, "join"), runtime.lookupInCurrentFormEnvironment(Lit150));
                                            }
                                            if (runtime.processOrDelayed$V(new Object[]{frame68Var4.lambda$Fn1750, frame68Var4.lambda$Fn1751}) != Boolean.FALSE) {
                                                runtime.addGlobalVarToCurrentFormEnvironment(Lit132, frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent);
                                                Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "No trades, cannot add to watchlist");
                                                return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                                            }
                                            Object callComponentMethod3 = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, obj33)), Lit8077);
                                            Object lookupGlobalVarInCurrentFormEnvironment16 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit54, runtime.$Stthe$Mnnull$Mnvalue$St);
                                            SimpleSymbol simpleSymbol17 = Lit52;
                                            ApplyToArgs applyToArgs15 = Scheme.applyToArgs;
                                            Object[] objArr3 = new Object[5];
                                            objArr3[0] = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1951, runtime.$Stthe$Mnnull$Mnvalue$St);
                                            if (frame68Var4.$url instanceof Package) {
                                                c = 1;
                                                obj11 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), obj6), obj30);
                                            } else {
                                                c = 1;
                                                obj11 = frame68Var4.$url;
                                            }
                                            objArr3[c] = obj11;
                                            if (frame68Var4.$responseContent instanceof Package) {
                                                Object[] objArr4 = new Object[3];
                                                objArr4[0] = "The variable ";
                                                objArr4[c] = runtime.getDisplayRepresentation(Lit1556);
                                                c2 = 2;
                                                objArr4[2] = obj6;
                                                obj12 = runtime.signalRuntimeError(strings.stringAppend(objArr4), obj30);
                                            } else {
                                                c2 = 2;
                                                obj12 = frame68Var4.$responseContent;
                                            }
                                            objArr3[c2] = obj12;
                                            boolean z10 = lookupGlobalVarInCurrentFormEnvironment16 instanceof Package;
                                            if (z10) {
                                                Object[] objArr5 = new Object[3];
                                                objArr5[0] = "The variable ";
                                                objArr5[1] = runtime.getDisplayRepresentation(Lit7929);
                                                objArr5[c2] = obj6;
                                                obj13 = runtime.signalRuntimeError(strings.stringAppend(objArr5), obj30);
                                            } else {
                                                obj13 = lookupGlobalVarInCurrentFormEnvironment16;
                                            }
                                            objArr3[3] = obj13;
                                            objArr3[4] = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7929), obj6), obj30) : lookupGlobalVarInCurrentFormEnvironment16, ""), Lit8078, "dictionary lookup");
                                            runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol17, applyToArgs15.applyN(objArr3));
                                            runtime.addGlobalVarToCurrentFormEnvironment(Lit52, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4894, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St)));
                                            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("stream_id", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7929), obj6), obj30) : lookupGlobalVarInCurrentFormEnvironment16, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("StreamingSymbol", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("NSEStreamingSymbol", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit8079, "dictionary lookup")), Lit8080, "dictionary lookup")), Lit8081, "set value for key in dictionary to value");
                                            runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnset$Mnpair, LList.list3("lotsize", z10 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7929), obj6), obj30) : lookupGlobalVarInCurrentFormEnvironment16, runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("MarketLot", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit52, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit8082, "dictionary lookup")), Lit8083, "set value for key in dictionary to value");
                                            ModuleMethod moduleMethod21 = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
                                            boolean z11 = callComponentMethod3 instanceof Package;
                                            if (z11) {
                                                c3 = 0;
                                                c5 = 1;
                                                c4 = 2;
                                                obj14 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), obj6), obj30);
                                            } else {
                                                c3 = 0;
                                                c4 = 2;
                                                c5 = 1;
                                                obj14 = callComponentMethod3;
                                            }
                                            if (z10) {
                                                Object[] objArr6 = new Object[3];
                                                objArr6[c3] = "The variable ";
                                                objArr6[c5] = runtime.getDisplayRepresentation(Lit7929);
                                                objArr6[c4] = obj6;
                                                obj15 = runtime.signalRuntimeError(strings.stringAppend(objArr6), obj30);
                                            } else {
                                                obj15 = lookupGlobalVarInCurrentFormEnvironment16;
                                            }
                                            runtime.callYailPrimitive(moduleMethod21, LList.list2(obj14, obj15), Lit8084, "add items to list");
                                            SimpleSymbol simpleSymbol18 = Lit160;
                                            SimpleSymbol simpleSymbol19 = Lit169;
                                            if (z11) {
                                                callComponentMethod3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit746), obj6), obj30);
                                            }
                                            runtime.callComponentMethod(simpleSymbol18, simpleSymbol19, LList.list2("Watchlist", callComponentMethod3), Lit8085);
                                            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit234, runtime.$Stthe$Mnnull$Mnvalue$St));
                                            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1382, runtime.$Stthe$Mnnull$Mnvalue$St));
                                            Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1739, runtime.$Stthe$Mnnull$Mnvalue$St));
                                            if (runtime.get$Mnproperty.apply2(Lit3615, Lit375) != Boolean.FALSE) {
                                                return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4031, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
                                            }
                                            runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
                                            runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
                                            Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE, "Added to watchist");
                                            ModuleMethod moduleMethod22 = runtime.yail$Mnnot$Mnequal$Qu;
                                            ModuleMethod moduleMethod23 = runtime.yail$Mnalist$Mnlookup;
                                            if (z10) {
                                                lookupGlobalVarInCurrentFormEnvironment16 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7929), obj6), obj30);
                                            }
                                            runtime.callYailPrimitive(moduleMethod22, LList.list2("OPTION_CHAIN", runtime.callYailPrimitive(moduleMethod23, LList.list3("entity_type", lookupGlobalVarInCurrentFormEnvironment16, ""), Lit8086, "lookup in pairs")), Lit8087, "not =");
                                            Boolean bool3 = Boolean.FALSE;
                                            return runtime.get$Mnproperty.apply2(Lit3614, Lit172) != Boolean.FALSE ? Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3611, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.TRUE) : runtime.callComponentMethod(Lit2789, Lit1656, LList.Empty, LList.Empty);
                                        }
                                        if (runtime.callYailPrimitive(runtime.string$Mnempty$Qu, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit8010, "is text empty?") != Boolean.FALSE) {
                                            runtime.callComponentMethod(Lit1655, Lit1656, LList.Empty, LList.Empty);
                                            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE, "No OptionChain Available");
                                        }
                                        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnempty$Qu, LList.list1(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnrecursive$Mnlookup, LList.list3(runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("optionChain,optionChains"), Lit8011, "list from csv row"), runtime.callComponentMethod(Lit150, Lit151, LList.list1(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent), Lit8012), runtime.callYailPrimitive(runtime.make$Mnyail$Mndictionary, LList.Empty, LList.Empty, "make a dictionary")), Lit8013, "dictionary recursive lookup")), Lit8014, "is list empty?") != Boolean.FALSE) {
                                            return Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St), "", "No Optionchain available");
                                        }
                                        runtime.addGlobalVarToCurrentFormEnvironment(Lit25, Boolean.FALSE);
                                        applyToArgs3 = Scheme.applyToArgs;
                                        lookupGlobalVarInCurrentFormEnvironment3 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3649, runtime.$Stthe$Mnnull$Mnvalue$St);
                                        if (frame68Var4.$responseContent instanceof Package) {
                                            stringAppend = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6);
                                            obj17 = runtime.signalRuntimeError(stringAppend, obj30);
                                        }
                                        obj17 = frame68Var4.$responseContent;
                                    }
                                    return applyToArgs3.apply2(lookupGlobalVarInCurrentFormEnvironment3, obj17);
                                }
                                runtime.callComponentMethod(Lit3009, Lit7996, LList.list1(Lit19), Lit7997);
                                runtime.callComponentMethod(Lit3009, Lit3010, LList.list2(runtime.lookupInCurrentFormEnvironment(Lit6239), Lit19), Lit7998);
                                runtime.callComponentMethod(Lit3009, Lit3014, LList.list1(Lit19), Lit7999);
                                runtime.setAndCoerceProperty$Ex(Lit3009, Lit963, runtime.callComponentMethod(Lit160, Lit161, LList.list2("Level1BG", Lit964), Lit8000), Lit720);
                                runtime.callComponentMethod(Lit3009, Lit3017, LList.list1(Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1007, runtime.$Stthe$Mnnull$Mnvalue$St), "<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'>  <head > <title> Chart </title>   <meta name='generator' content='editplus' />   <meta name='author' content='' />   <meta name='keywords' content='' />   <meta name='description' content='' />   <meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;' name='viewport' />   <script src='https://www.chartjs.org/dist/2.9.3/Chart.min.js'></script>  </head>   <body style=\"background-color:{CLR};\"> <small><font color=gray>Price Trend - 1D</font></small>   <canvas id='canvas' height='80' width='200' style=\"background-color:{CLR};\"></canvas>   <div id=div1></div>   <script>   window.onload=function(){   var jsonfile = {CHART};  var labels = jsonfile.candles.map(function(e) {    return e[0]; });  var data = jsonfile.candles.map(function(e) {    return e[4]; });  var ctx = canvas.getContext('2d');  ctx.beginPath();  ctx.rect(20, 20, 150, 100);  ctx.fill();  var config = {    type: 'line',        data: {       labels: labels,       datasets: [{          data: data,  \t\t fill: false, \t\t pointRadius: 2, \t\t lineTension: 1, \t\t borderColor: \"blue\"       }] \t  }, \t   options:{ tooltips: {enabled: false},     hover: {mode: null}, \t\tlegend: { \t\t\tdisplay: false, \t\t},         scales:{             xAxes: [{                 display: false              }],             yAxes: [{                 display: false              }]                      }    } };  var chart = new Chart(ctx, config);  \t} </script> </body> </html>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("{CHART},{CLR}"), Lit8001, "list from csv row"), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(frame68Var4.$responseContent instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6), obj30) : frame68Var4.$responseContent, runtime.callComponentMethod(Lit160, Lit161, LList.list2("WVBG", Lit964), Lit8002)), Lit8003, obj33))), Lit8004);
                                simpleSymbol3 = Lit6239;
                                simpleSymbol4 = Lit172;
                                obj18 = Boolean.TRUE;
                            }
                            return runtime.setAndCoerceProperty$Ex(simpleSymbol3, simpleSymbol4, obj18, Lit173);
                        }
                        applyToArgs5 = Scheme.applyToArgs;
                        lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4918, runtime.$Stthe$Mnnull$Mnvalue$St);
                        if (frame68Var4.$responseContent instanceof Package) {
                            stringAppend2 = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6);
                            obj27 = runtime.signalRuntimeError(stringAppend2, obj30);
                        }
                        obj27 = frame68Var4.$responseContent;
                    }
                }
                return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol5, obj26);
            }
            applyToArgs5 = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment5 = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1308, runtime.$Stthe$Mnnull$Mnvalue$St);
            if (frame68Var4.$responseContent instanceof Package) {
                stringAppend2 = strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), obj6);
                obj27 = runtime.signalRuntimeError(stringAppend2, obj30);
            }
            obj27 = frame68Var4.$responseContent;
        }
        return applyToArgs5.apply2(lookupGlobalVarInCurrentFormEnvironment5, obj27);
    }

    public class frame70 extends ModuleBody {
        Object $item;
        final ModuleMethod lambda$Fn1745 = new ModuleMethod(this, 154, null, 0);
        final ModuleMethod lambda$Fn1746 = new ModuleMethod(this, 155, null, 0);

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 154 ? i != 155 ? super.apply0(moduleMethod) : lambda1747() : lambda1746();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 154 && i != 155) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda1746() {
            ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("exchange", obj, ""), Screen1.Lit7877, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("NSE,NFO"), Screen1.Lit7878, "list from csv row")), Screen1.Lit7879, "is in list?");
        }

        Object lambda1747() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("symbol", obj, ""), Screen1.Lit7880, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(OSOutcomeConstants.OUTCOME_ID, runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Screen1.Lit7881, "dictionary lookup")), Screen1.Lit7882, "=");
        }
    }

    static Object lambda1756() {
        return runtime.setAndCoerceProperty$Ex(Lit2537, Lit8169, "J2hsIhd33T09o9Qv", Lit9);
    }

    static Object lambda1757() {
        return runtime.setAndCoerceProperty$Ex(Lit2537, Lit8169, "J2hsIhd33T09o9Qv", Lit9);
    }

    public class frame71 extends ModuleBody {
        Object $currPL;
        final ModuleMethod proc$Fn1757 = new ModuleMethod(this, 171, Screen1.Lit247, FragmentTransaction.TRANSIT_FRAGMENT_OPEN);

        @Override
        public Object apply1(ModuleMethod moduleMethod, Object obj) {
            if (moduleMethod.selector != 171) {
                return super.apply1(moduleMethod, obj);
            }
            lambda1758proc(obj);
            return Values.empty;
        }

        @Override
        public int match1(ModuleMethod moduleMethod, Object obj, CallContext callContext) {
            if (moduleMethod.selector != 171) {
                return super.match1(moduleMethod, obj, callContext);
            }
            callContext.value1 = obj;
            callContext.proc = moduleMethod;
            callContext.pc = 1;
            return 0;
        }

        public void lambda1758proc(Object obj) {
            frame72 frame72Var = new frame72();
            frame72Var.staticLink = this;
            frame72Var.$item = obj;
            if (runtime.processAndDelayed$V(new Object[]{frame72Var.lambda$Fn1758, frame72Var.lambda$Fn1759}) != Boolean.FALSE) {
                AddOp addOp = AddOp.$Pl;
                Object obj2 = this.$currPL;
                if (obj2 instanceof Package) {
                    obj2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit8184), " is not bound in the current context"), "Unbound Variable");
                }
                this.$currPL = runtime.callYailPrimitive(addOp, LList.list2(obj2, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit233, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnget$Mnitem, LList.list2(runtime.callYailPrimitive(runtime.string$Mnsplit$Mnat$Mnfirst, LList.list2(runtime.getPropertyAndCheck(runtime.callComponentMethod(Screen1.Lit741, Screen1.Lit934, LList.list1(frame72Var.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame72Var.$item), Screen1.Lit8185), Screen1.Lit980, Screen1.Lit6), "\n"), Screen1.Lit8186, "split at first"), Screen1.Lit19), Screen1.Lit8187, "select list item"))), Screen1.Lit8188, "+");
            }
        }

        public static Object lambda1761proc(Object obj) {
            SimpleSymbol simpleSymbol = Screen1.Lit4009;
            SimpleSymbol simpleSymbol2 = Screen1.Lit742;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(obj), Screen1.Lit8202);
        }

        public static Object lambda1762proc(Object obj) {
            Object obj2;
            boolean z;
            Object obj3;
            Object obj4;
            ModuleMethod moduleMethod;
            Pair list3;
            PairWithPosition pairWithPosition;
            Object obj5;
            frame73 frame73Var;
            Object obj6;
            Object obj7;
            Object obj8;
            Object obj9;
            frame73 frame73Var2 = new frame73();
            frame73Var2.$item = obj;
            if (runtime.processAndDelayed$V(new Object[]{Screen1.lambda$Fn1762, frame73Var2.lambda$Fn1763}) != Boolean.FALSE) {
                runtime.callYailPrimitive(runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit308, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnalist$Mnto$Mndict, LList.list1(frame73Var2.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame73Var2.$item), Screen1.Lit8208, "convert an alist to a dictionary")), Screen1.Lit8209, "add items to list");
                if (runtime.processOrDelayed$V(new Object[]{frame73Var2.lambda$Fn1764, frame73Var2.lambda$Fn1767}) != Boolean.FALSE) {
                    Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit308, runtime.$Stthe$Mnnull$Mnvalue$St)), Screen1.Lit8217, "length of list");
                    boolean z2 = callYailPrimitive instanceof Package;
                    runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit930, LList.list3(runtime.lookupInCurrentFormEnvironment(Screen1.Lit5654), runtime.lookupInCurrentFormEnvironment(Screen1.Lit937), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("ha", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8218, "join")), Screen1.Lit8219);
                    runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit930, LList.list3(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("ha", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8220, "join")), Screen1.Lit8221), runtime.lookupInCurrentFormEnvironment(Screen1.Lit3614), z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8222);
                    runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit930, LList.list3(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("ha", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8223, "join")), Screen1.Lit8224), runtime.lookupInCurrentFormEnvironment(Screen1.Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(FirebaseAnalytics.Event.SEARCH, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8225, "join")), Screen1.Lit8226);
                    runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit2124, LList.list3(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8227), "Width", Screen1.Lit5524), Screen1.Lit8228);
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("OPTION_CHAIN", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("entity_type", frame73Var2.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame73Var2.$item, ""), Screen1.Lit8229, "lookup in pairs")), Screen1.Lit8230, "=") != Boolean.FALSE) {
                        runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8231), Screen1.Lit3638, Screen1.Lit1438, Boolean.TRUE, Screen1.Lit173);
                        obj5 = "";
                        runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit2124, LList.list3(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2("ha", z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8232, "join")), Screen1.Lit8233), "Width", Screen1.Lit5524), Screen1.Lit8234);
                        frame73Var = frame73Var2;
                        obj2 = "ha";
                        obj4 = "join";
                        obj6 = "Unbound Variable";
                        z = z2;
                        obj3 = FirebaseAnalytics.Event.SEARCH;
                        obj7 = "replace all";
                    } else {
                        SimpleSymbol simpleSymbol = Screen1.Lit4009;
                        SimpleSymbol simpleSymbol2 = Screen1.Lit955;
                        obj2 = "ha";
                        z = z2;
                        Object callComponentMethod = runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(FirebaseAnalytics.Event.SEARCH, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Screen1.Lit8235, "join")), Screen1.Lit8236);
                        SimpleSymbol simpleSymbol3 = Screen1.Lit150;
                        SimpleSymbol simpleSymbol4 = Screen1.Lit151;
                        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
                        ModuleMethod moduleMethod3 = runtime.yail$Mnlist$Mnmember$Qu;
                        obj3 = FirebaseAnalytics.Event.SEARCH;
                        obj4 = "join";
                        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2("Stocks", runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("entity_type", frame73Var2.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame73Var2.$item, ""), Screen1.Lit8237, "lookup in pairs")), Screen1.Lit8238, "=") != Boolean.FALSE) {
                            moduleMethod = runtime.yail$Mnalist$Mnlookup;
                            list3 = LList.list3("nse_scrip_code", frame73Var2.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame73Var2.$item, "");
                            pairWithPosition = Screen1.Lit8239;
                        } else {
                            moduleMethod = runtime.yail$Mnalist$Mnlookup;
                            list3 = LList.list3(OSOutcomeConstants.OUTCOME_ID, frame73Var2.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable") : frame73Var2.$item, "");
                            pairWithPosition = Screen1.Lit8240;
                        }
                        obj5 = "";
                        frame73Var = frame73Var2;
                        obj6 = "Unbound Variable";
                        String str = runtime.callYailPrimitive(moduleMethod3, LList.list2(runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "lookup in pairs"), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnwalk, LList.list2(runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.list2(YailDictionary.ALL, OSOutcomeConstants.OUTCOME_ID), Screen1.Lit8241, "make a list"), runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Screen1.Lit8242)), Screen1.Lit8243, "list by walking key path in dictionary")), Screen1.Lit8244, "is in list?") != Boolean.FALSE ? "check_box" : "check_box_outline_blank";
                        obj7 = "replace all";
                        runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(callComponentMethod, runtime.callComponentMethod(simpleSymbol3, simpleSymbol4, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list3("{\"FontSize\":\"25\",\"FontTypeface\":\"4\",\"Width\":\"45\",\"Text\":\"{text}\",\"TextAlignment\":\"1\",\"Clickable\":\"true\"}", "{text}", str), Screen1.Lit8245, obj7)), Screen1.Lit8246)), Screen1.Lit8247);
                    }
                    SimpleSymbol simpleSymbol5 = Screen1.Lit4009;
                    SimpleSymbol simpleSymbol6 = Screen1.Lit934;
                    ModuleMethod moduleMethod4 = strings.string$Mnappend;
                    if (z) {
                        obj8 = obj6;
                        obj9 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8);
                    } else {
                        obj8 = obj6;
                        obj9 = callYailPrimitive;
                    }
                    Object obj10 = obj4;
                    runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(simpleSymbol5, simpleSymbol6, LList.list1(runtime.callYailPrimitive(moduleMethod4, LList.list2(obj2, obj9), Screen1.Lit8248, obj10)), Screen1.Lit8249), Screen1.Lit8250, Screen1.Lit1115, Screen1.Lit6975, Screen1.Lit720);
                    runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8) : callYailPrimitive), Screen1.Lit8251), Screen1.Lit3638, Screen1.Lit1112, Screen1.Lit5861, Screen1.Lit720);
                    runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit930, LList.list3(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8) : callYailPrimitive), Screen1.Lit8252), runtime.lookupInCurrentFormEnvironment(Screen1.Lit942), runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8) : callYailPrimitive, "lblSearch"), Screen1.Lit8253, obj10)), Screen1.Lit8254);
                    runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit2124, LList.list3(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8) : callYailPrimitive, "lblSearch"), Screen1.Lit8255, obj10)), Screen1.Lit8256), "HTMLFormat", Boolean.TRUE), Screen1.Lit8257);
                    runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8) : callYailPrimitive, "lblSearch"), Screen1.Lit8258, obj10)), Screen1.Lit8259), Screen1.Lit980, Screen1.Lit981, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("exeFontSize", Screen1.Lit982), Screen1.Lit8260), Screen1.Lit645), Screen1.Lit8261, "+"), Screen1.Lit720);
                    runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8) : callYailPrimitive, "lblSearch"), Screen1.Lit8262, obj10)), Screen1.Lit8263), Screen1.Lit980, Screen1.Lit989, runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("HighlightText", Screen1.Lit8264), Screen1.Lit8265), Screen1.Lit720);
                    runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(obj3, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8) : callYailPrimitive), Screen1.Lit8266, obj10)), Screen1.Lit8267), Screen1.Lit980, Screen1.Lit989, runtime.callComponentMethod(Screen1.Lit160, Screen1.Lit161, LList.list2("HighlightText", Screen1.Lit8268), Screen1.Lit8269), Screen1.Lit720);
                    frame73 frame73Var3 = frame73Var;
                    return runtime.setAndCoercePropertyAndCheck$Ex(runtime.callComponentMethod(Screen1.Lit4009, Screen1.Lit934, LList.list1(runtime.callYailPrimitive(strings.string$Mnappend, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit145), " is not bound in the current context"), obj8) : callYailPrimitive, "lblSearch"), Screen1.Lit8270, obj10)), Screen1.Lit8271), Screen1.Lit980, Screen1.Lit6, runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(runtime.callYailPrimitive(runtime.string$Mnreplace$Mnall, LList.list3(Scheme.applyToArgs.apply4(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit425, runtime.$Stthe$Mnnull$Mnvalue$St), "{title} <small>{nse_scrip_code}</small> <br><small><font color=gray>{entity_type}</font></small>", runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("title,entity_type,nse_scrip_code"), Screen1.Lit8272, "list from csv row"), frame73Var3.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), obj8) : frame73Var3.$item), "null", obj5), Screen1.Lit8273, obj7), "{COLOR}", Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit1091, runtime.$Stthe$Mnnull$Mnvalue$St), Scheme.applyToArgs.apply3(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit449, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("cn", frame73Var3.$item instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), obj8) : frame73Var3.$item, Screen1.Lit141), Screen1.Lit8274, "dictionary lookup"), Screen1.Lit141))), Screen1.Lit8275, obj7), Screen1.Lit9);
                }
            }
            return Values.empty;
        }
    }

    public class frame72 extends ModuleBody {
        Object $item;
        final ModuleMethod lambda$Fn1758 = new ModuleMethod(this, 164, null, 0);
        final ModuleMethod lambda$Fn1759 = new ModuleMethod(this, 165, null, 0);
        frame71 staticLink;

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            int i = moduleMethod.selector;
            return i != 164 ? i != 165 ? super.apply0(moduleMethod) : lambda1760() : lambda1759();
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            int i = moduleMethod.selector;
            if (i != 164 && i != 165) {
                return super.match0(moduleMethod, callContext);
            }
            callContext.proc = moduleMethod;
            callContext.pc = 0;
            return 0;
        }

        Object lambda1759() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "RO~"), Screen1.Lit8182, "string contains");
        }

        Object lambda1760() {
            ModuleMethod moduleMethod = runtime.string$Mncontains;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(obj, "\"ACTIVE\""), Screen1.Lit8183, "string contains");
        }
    }

    public Object Web2$GotText(Object obj, Object obj2, Object obj3, Object obj4) {
        Object obj5;
        frame71 frame71Var = new frame71();
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj2);
        runtime.sanitizeComponentData(obj3);
        Object sanitizeComponentData3 = runtime.sanitizeComponentData(obj4);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        runtime.addGlobalVarToCurrentFormEnvironment(Lit46, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData);
        ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
        if (sanitizeComponentData2 instanceof Package) {
            sanitizeComponentData2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit7827), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod, LList.list2(sanitizeComponentData2, Lit6349), Lit8173, "=") != Boolean.FALSE) {
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("Q\u001a\u0004>\u0006\u0019\u0010\u0013)", "wfqgotet"), Lit8174, "deobfuscate text")), Lit8175, "string contains") != Boolean.FALSE) {
                ApplyToArgs applyToArgs = Scheme.applyToArgs;
                Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4471, runtime.$Stthe$Mnnull$Mnvalue$St);
                if (sanitizeComponentData3 instanceof Package) {
                    sanitizeComponentData3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
                }
                return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, sanitizeComponentData3);
            }
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("]\u0016\u0000P\u001d[U\u001d\u001b\u000eI\u0004\u0017\r\u0011\u001f\u0010", "boaqffqv"), Lit8176, "deobfuscate text")), Lit8177, "string contains") != Boolean.FALSE) {
                if (runtime.callYailPrimitive(Scheme.numLss, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit346, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnlength, LList.list1(runtime.callComponentMethod(Lit160, Lit161, LList.list2("Watchlist", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit8178)), Lit8179, "length of list")), Lit8180, "<") != Boolean.FALSE) {
                    runtime.addGlobalVarToCurrentFormEnvironment(Lit346, runtime.callYailPrimitive(AddOp.$Pl, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit346, runtime.$Stthe$Mnnull$Mnvalue$St), Lit19), Lit8181, "+"));
                    return Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2673, runtime.$Stthe$Mnnull$Mnvalue$St), runtime.lookupGlobalVarInCurrentFormEnvironment(Lit346, runtime.$Stthe$Mnnull$Mnvalue$St));
                }
                frame71Var.$currPL = Lit141;
                ModuleMethod moduleMethod2 = frame71Var.proc$Fn1757;
                runtime.yailForEach(frame71Var.proc$Fn1757, runtime.callComponentMethod(Lit741, Lit744, LList.Empty, LList.Empty));
                runtime.setAndCoerceProperty$Ex(Lit232, Lit6, Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3328, runtime.$Stthe$Mnnull$Mnvalue$St), frame71Var.$currPL instanceof Package ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8184), " is not bound in the current context"), "Unbound Variable") : frame71Var.$currPL), Lit9);
                runtime.setAndCoerceProperty$Ex(Lit1377, Lit172, Boolean.FALSE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit1378, Lit1379, Boolean.FALSE, Lit173);
                return runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.TRUE, Lit173);
            }
            if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0013\u0003\u0012I\u0000\u0001\u0003\u0019\u0019\u0013", "xzsauafh"), Lit8189, "deobfuscate text")), Lit8190, "string contains") != Boolean.FALSE) {
                runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list");
                boolean z2 = sanitizeComponentData3 instanceof Package;
                Object callYailPrimitive = runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3(FirebaseAnalytics.Param.CONTENT, runtime.callComponentMethod(Lit150, Lit151, LList.list1(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData3), Lit8191), runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit8192, "dictionary lookup");
                runtime.addGlobalVarToCurrentFormEnvironment(Lit131, z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData3);
                runtime.setAndCoerceProperty$Ex(Lit5607, Lit172, Boolean.FALSE, Lit173);
                runtime.setAndCoerceProperty$Ex(Lit5654, Lit172, Boolean.TRUE, Lit173);
                runtime.addGlobalVarToCurrentFormEnvironment(Lit308, runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list"));
                boolean z3 = callYailPrimitive instanceof Package;
                if (runtime.callYailPrimitive(runtime.yail$Mnnot$Mnequal$Qu, LList.list2("null", z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit6714), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive), Lit8193, "not =") != Boolean.FALSE) {
                    if (runtime.callYailPrimitive(runtime.yail$Mnnot, LList.list1(runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z2 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData3, "nifty-bank-oc"), Lit8194, "string contains")), Lit8195, "not") != Boolean.FALSE) {
                        obj5 = callYailPrimitive;
                        runtime.callYailPrimitive(runtime.yail$Mnlist$Mninsert$Mnitem$Ex, LList.list3(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit6714), " is not bound in the current context"), "Unbound Variable") : callYailPrimitive, Lit19, runtime.callComponentMethod(Lit150, Lit151, LList.list1("{\"id\":\"nifty-bank-oc\",\"search_id\":\"nifty-bank\",\"scheme_search\":null,\"scheme_name\":null,\"scheme_code\":null,\"title\":\"NIFTY BANK option chain\",\"entity_type\":\"OPTION_CHAIN\",\"search_string\":null,\"isin\":null,\"fund_name\":null,\"tiker\":null,\"term_page_view\":31926,\"underlying_search_id\":null,\"nse_scrip_code\":null,\"bse_scrip_code\":null,\"groww_contract_id\":null,\"analytics_label\":\"KEYWORD_CORRECTION_SEARCH_FLOW\",\"expiry\":null}"), Lit8196)), Lit8197, "insert list item");
                    } else {
                        obj5 = callYailPrimitive;
                    }
                    ModuleMethod moduleMethod3 = runtime.yail$Mnnot;
                    ModuleMethod moduleMethod4 = runtime.string$Mncontains;
                    if (z2) {
                        sanitizeComponentData3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
                    }
                    if (runtime.callYailPrimitive(moduleMethod3, LList.list1(runtime.callYailPrimitive(moduleMethod4, LList.list2(sanitizeComponentData3, "nifty-oc"), Lit8198, "string contains")), Lit8199, "not") != Boolean.FALSE) {
                        runtime.callYailPrimitive(runtime.yail$Mnlist$Mninsert$Mnitem$Ex, LList.list3(z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit6714), " is not bound in the current context"), "Unbound Variable") : obj5, Lit19, runtime.callComponentMethod(Lit150, Lit151, LList.list1("{\"id\":\"nifty-oc\",\"search_id\":\"nifty\",\"scheme_search\":null,\"scheme_name\":null,\"scheme_code\":null,\"title\":\"NIFTY option chain\",\"entity_type\":\"OPTION_CHAIN\",\"search_string\":null,\"isin\":null,\"fund_name\":null,\"tiker\":null,\"term_page_view\":31926,\"underlying_search_id\":null,\"nse_scrip_code\":null,\"bse_scrip_code\":null,\"groww_contract_id\":null,\"analytics_label\":\"KEYWORD_CORRECTION_SEARCH_FLOW\",\"expiry\":null}"), Lit8200)), Lit8201, "insert list item");
                    }
                    runtime.yailForEach(proc$Fn1760, runtime.callComponentMethod(Lit4009, Lit744, LList.Empty, LList.Empty));
                    return runtime.yailForEach(proc$Fn1761, z3 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit6714), " is not bound in the current context"), "Unbound Variable") : obj5);
                }
            } else {
                if (runtime.callYailPrimitive(runtime.string$Mncontains, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("6\u0006\u001b/\b\f", "wfqgotet"), Lit8276, "deobfuscate text")), Lit8277, "string contains") != Boolean.FALSE) {
                    boolean z4 = sanitizeComponentData3 instanceof Package;
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mnalist$Mnlookup, LList.list3("Status", runtime.callComponentMethod(Lit150, Lit151, LList.list1(z4 ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData3), Lit8278), ""), Lit8279, "lookup in pairs"), "Success"), Lit8280, "=") != Boolean.FALSE) {
                        SimpleSymbol simpleSymbol = Lit51;
                        ModuleMethod moduleMethod5 = runtime.yail$Mnalist$Mnlookup;
                        SimpleSymbol simpleSymbol2 = Lit150;
                        SimpleSymbol simpleSymbol3 = Lit151;
                        if (z4) {
                            sanitizeComponentData3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1556), " is not bound in the current context"), "Unbound Variable");
                        }
                        runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol, runtime.callYailPrimitive(moduleMethod5, LList.list3("Response", runtime.callComponentMethod(simpleSymbol2, simpleSymbol3, LList.list1(sanitizeComponentData3), Lit8281), ""), Lit8282, "lookup in pairs"));
                        return runtime.callComponentMethod(Lit160, Lit169, LList.list2("genkey", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit51, runtime.$Stthe$Mnnull$Mnvalue$St)), Lit8283);
                    }
                } else {
                    ModuleMethod moduleMethod6 = runtime.string$Mncontains;
                    if (z) {
                        sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1553), " is not bound in the current context"), "Unbound Variable");
                    }
                    if (runtime.callYailPrimitive(moduleMethod6, LList.list2(sanitizeComponentData, runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("\u0016\u0012\u0013\u001e\b\u001a\fQ\b\u001f\n\u0014\u0006\tO\u0014\u001a\n", "wfqgotet"), Lit8284, "deobfuscate text")), Lit8285, "string contains") != Boolean.FALSE) {
                        return Boolean.FALSE;
                    }
                }
            }
        }
        return Values.empty;
    }

    public class frame73 extends ModuleBody {
        Object $item;
        final ModuleMethod lambda$Fn1763 = new ModuleMethod(this, 166, null, 0);
        final ModuleMethod lambda$Fn1765 = new ModuleMethod(this, 167, null, 0);
        final ModuleMethod lambda$Fn1766 = new ModuleMethod(this, 168, null, 0);
        final ModuleMethod lambda$Fn1764 = new ModuleMethod(this, 169, null, 0);
        final ModuleMethod lambda$Fn1767 = new ModuleMethod(this, 170, null, 0);

        static Boolean lambda1763() {
            return Boolean.TRUE;
        }

        @Override
        public Object apply0(ModuleMethod moduleMethod) {
            switch (moduleMethod.selector) {
                case 166:
                    return lambda1764();
                case 167:
                    return lambda1766();
                case 168:
                    return lambda1767();
                case 169:
                    return lambda1765();
                case 170:
                    return lambda1768();
                default:
                    return super.apply0(moduleMethod);
            }
        }

        @Override
        public int match0(ModuleMethod moduleMethod, CallContext callContext) {
            switch (moduleMethod.selector) {
                case 166:
                case 167:
                case 168:
                case 169:
                case 170:
                    callContext.proc = moduleMethod;
                    callContext.pc = 0;
                    return 0;
                default:
                    return super.match0(moduleMethod, callContext);
            }
        }

        Object lambda1764() {
            ModuleMethod moduleMethod;
            Pair list1;
            PairWithPosition pairWithPosition;
            ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnmember$Qu;
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            Object callYailPrimitive = runtime.callYailPrimitive(moduleMethod3, LList.list3("entity_type", obj, ""), Screen1.Lit8203, "dictionary lookup");
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit50, runtime.$Stthe$Mnnull$Mnvalue$St), "OPTION_CHAIN"), Screen1.Lit8204, "=") != Boolean.FALSE) {
                moduleMethod = runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow;
                list1 = LList.list1(runtime.lookupGlobalVarInCurrentFormEnvironment(Screen1.Lit50, runtime.$Stthe$Mnnull$Mnvalue$St));
                pairWithPosition = Screen1.Lit8205;
            } else {
                moduleMethod = runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow;
                list1 = LList.list1("Stocks,Option,Future");
                pairWithPosition = Screen1.Lit8206;
            }
            return runtime.callYailPrimitive(moduleMethod2, LList.list2(callYailPrimitive, runtime.callYailPrimitive(moduleMethod, list1, pairWithPosition, "list from csv row")), Screen1.Lit8207, "is in list?");
        }

        Object lambda1765() {
            return runtime.processAndDelayed$V(new Object[]{this.lambda$Fn1765, this.lambda$Fn1766});
        }

        Object lambda1766() {
            ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("entity_type", obj, ""), Screen1.Lit8210, "dictionary lookup"), "Stocks"), Screen1.Lit8211, "=");
        }

        Object lambda1767() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot$Mnequal$Qu;
            ModuleMethod moduleMethod2 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list2(runtime.callYailPrimitive(moduleMethod2, LList.list3("nse_scrip_code", obj, ""), Screen1.Lit8212, "dictionary lookup"), ""), Screen1.Lit8213, "not =");
        }

        Object lambda1768() {
            ModuleMethod moduleMethod = runtime.yail$Mnnot;
            ModuleMethod moduleMethod2 = runtime.is$Mnnumber$Qu;
            ModuleMethod moduleMethod3 = runtime.yail$Mndictionary$Mnlookup;
            Object obj = this.$item;
            if (obj instanceof Package) {
                obj = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Screen1.Lit152), " is not bound in the current context"), "Unbound Variable");
            }
            return runtime.callYailPrimitive(moduleMethod, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list1(runtime.callYailPrimitive(moduleMethod3, LList.list3("bse_scrip_code", obj, ""), Screen1.Lit8214, "dictionary lookup")), Screen1.Lit8215, "is a number?")), Screen1.Lit8216, "not");
        }
    }

    static Object lambda1769() {
        return runtime.setAndCoerceProperty$Ex(Lit160, Lit8290, "TinyDBLogin", Lit9);
    }

    static Object lambda1770() {
        return runtime.setAndCoerceProperty$Ex(Lit160, Lit8290, "TinyDBLogin", Lit9);
    }

    static Object lambda1771() {
        return runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
    }

    static Object lambda1772() {
        return runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
    }

    public Object Clock1$Timer() {
        ApplyToArgs applyToArgs;
        SimpleSymbol simpleSymbol;
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.FALSE, Lit173);
        if (runtime.get$Mnproperty.apply2(Lit543, Lit172) != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            simpleSymbol = Lit3932;
        } else {
            if (runtime.callComponentMethod(Lit160, Lit161, LList.list2(OutcomeEventsTable.COLUMN_NAME_SESSION, Boolean.FALSE), Lit8296) == Boolean.FALSE) {
                return Values.empty;
            }
            applyToArgs = Scheme.applyToArgs;
            simpleSymbol = Lit1341;
        }
        return applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(simpleSymbol, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    static Object lambda1773() {
        return runtime.setAndCoerceProperty$Ex(Lit156, Lit8290, "TinyDBOrders", Lit9);
    }

    static Object lambda1774() {
        return runtime.setAndCoerceProperty$Ex(Lit156, Lit8290, "TinyDBOrders", Lit9);
    }

    static Object lambda1775() {
        runtime.setAndCoerceProperty$Ex(Lit245, Lit963, Lit8302, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit245, Lit2790, Lit1439, Lit720);
    }

    static Object lambda1776() {
        runtime.setAndCoerceProperty$Ex(Lit245, Lit963, Lit8302, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit245, Lit2790, Lit1439, Lit720);
    }

    static Object lambda1777() {
        runtime.setAndCoerceProperty$Ex(Lit3009, Lit8307, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3009, Lit5612, Boolean.FALSE, Lit173);
    }

    static Object lambda1778() {
        runtime.setAndCoerceProperty$Ex(Lit3009, Lit8307, Boolean.FALSE, Lit173);
        return runtime.setAndCoerceProperty$Ex(Lit3009, Lit5612, Boolean.FALSE, Lit173);
    }

    public Object CustomWebView1$WebViewStringChanged(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.get$Mnproperty.apply2(Lit3009, Lit8309), "Optionchain"), Lit8310, "=") == Boolean.FALSE) {
            return runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(runtime.get$Mnproperty.apply2(Lit3009, Lit8309), ""), Lit8316, "=") != Boolean.FALSE ? Boolean.FALSE : Values.empty;
        }
        runtime.addGlobalVarToCurrentFormEnvironment(Lit25, Boolean.TRUE);
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod = runtime.string$Mnreplace$Mnall;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("GAGNG\u0010\u001d\u0019RKJHJ\u001eWN\u000bV\u001e\fZQN\u0005[BAIJ^nM>\u00036-$5t!vr?3.+,?9(+\"6gco\u000e;./v~\u000bm\u0013\u0001\u0018\u0006\u000b\u0014\n\u0007F\u0013\b\u000b\u000f\u000b,\u001c\u0010\u000b\u0017\u001c\u0005\u0019\u00169\f\rH\u0014\u0004\u0004\u0013", "pknbo"), Lit8311, "deobfuscate text");
        SimpleSymbol simpleSymbol = Lit150;
        SimpleSymbol simpleSymbol2 = Lit2680;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnget$Mnitem;
        ModuleMethod moduleMethod3 = runtime.string$Mnsplit;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2062), " is not bound in the current context"), "Unbound Variable");
        }
        applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod, LList.list3(callYailPrimitive, "{id}", runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list2(sanitizeComponentData, "~"), Lit8312, "split"), Lit19), Lit8313, "select list item")), Lit8314)), Lit8315, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public Object Speech_Recognizer1$AfterGettingText(Object obj, Object obj2) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        ModuleMethod moduleMethod = runtime.yail$Mnnot;
        if (sanitizeComponentData2 instanceof Package) {
            sanitizeComponentData2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8321), " is not bound in the current context"), "Unbound Variable");
        }
        if (runtime.callYailPrimitive(moduleMethod, LList.list1(sanitizeComponentData2), Lit8322, "not") == Boolean.FALSE) {
            return Values.empty;
        }
        SimpleSymbol simpleSymbol = Lit2906;
        SimpleSymbol simpleSymbol2 = Lit6;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit1838), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, sanitizeComponentData, Lit9);
        return runtime.callComponentMethod(Lit2906, Lit3345, LList.list1(runtime.callYailPrimitive(strings.string$Mnlength, LList.list1(runtime.get$Mnproperty.apply2(Lit2906, Lit6)), Lit8323, PropertyTypeConstants.PROPERTY_TYPE_LENGTH)), Lit8324);
    }

    public Object Async_Task1$CallFinishedWithResult(Object obj, Object obj2, Object obj3) {
        SimpleSymbol simpleSymbol;
        SimpleSymbol simpleSymbol2;
        Pair list1;
        PairWithPosition pairWithPosition;
        SimpleSymbol simpleSymbol3;
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.sanitizeComponentData(obj2);
        runtime.sanitizeComponentData(obj3);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8339), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, "cancelSnackbar"), Lit8340, "=") != Boolean.FALSE) {
            simpleSymbol3 = Lit33;
        } else {
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8339), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, "emailVerification"), Lit8341, "=") == Boolean.FALSE) {
                if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8339), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, FirebaseAnalytics.Event.SHARE), Lit8342, "=") != Boolean.FALSE) {
                    simpleSymbol = Lit8343;
                    simpleSymbol2 = Lit8344;
                    list1 = LList.list3(runtime.lookupInCurrentFormEnvironment(Lit3476), "Saved.jpg", "Download");
                    pairWithPosition = Lit8345;
                } else {
                    if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8339), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, "Connect"), Lit8346, "=") != Boolean.FALSE) {
                        runtime.callComponentMethod(Lit1380, Lit4438, LList.Empty, LList.Empty);
                        return runtime.setAndCoerceProperty$Ex(Lit198, Lit199, Boolean.TRUE, Lit173);
                    }
                    ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
                    if (z) {
                        sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8339), " is not bound in the current context"), "Unbound Variable");
                    }
                    if (runtime.callYailPrimitive(moduleMethod, LList.list2(sanitizeComponentData, "callAlert1"), Lit8347, "=") == Boolean.FALSE || runtime.get$Mnproperty.apply2(Lit4960, Lit172) == Boolean.FALSE) {
                        return Values.empty;
                    }
                    simpleSymbol = Lit728;
                    simpleSymbol2 = Lit4514;
                    list1 = LList.list1("callAlert");
                    pairWithPosition = Lit8348;
                }
                return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, list1, pairWithPosition);
            }
            simpleSymbol3 = Lit14;
        }
        return runtime.addGlobalVarToCurrentFormEnvironment(simpleSymbol3, Boolean.FALSE);
    }

    static Object lambda1779() {
        return runtime.setAndCoerceProperty$Ex(Lit6415, Lit989, Lit8354, Lit720);
    }

    static Object lambda1780() {
        return runtime.setAndCoerceProperty$Ex(Lit6415, Lit989, Lit8354, Lit720);
    }

    public Object DevYbPopupMenu1$OnMenuItemClick(Object obj) {
        ModuleMethod moduleMethod;
        Pair list3;
        PairWithPosition pairWithPosition;
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        runtime.setAndCoerceProperty$Ex(Lit3664, Lit6, z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, Lit9);
        runtime.addGlobalVarToCurrentFormEnvironment(Lit25, Boolean.TRUE);
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit408, runtime.$Stthe$Mnnull$Mnvalue$St);
        ModuleMethod moduleMethod2 = runtime.string$Mnreplace$Mnall;
        ModuleMethod moduleMethod3 = runtime.string$Mnreplace$Mnall;
        Object callYailPrimitive = runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("E\\LFM\u001d\f\tUNWVN\u0012EL\rM\u000e\u0015GXE\u001aZ@TG9!\u0014-259'\u001e71(,*$'a6ur2(</!9\f5*-!?F\b\u0019\u0000\u001b\u001d\u000e\u001e\u001f\u000e\u0019\u0016J\u001b\u0003\u0017\u0002\u0002D\u001b\u0012\u0014\t\u000b\bI\u001f/>7\n", "vraniq"), Lit8356, "deobfuscate text");
        if (runtime.callYailPrimitive(runtime.yail$Mnlist$Mnmember$Qu, LList.list2(runtime.callYailPrimitive(runtime.yail$Mndictionary$Mnlookup, LList.list3("entity_type", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), ""), Lit8357, "dictionary lookup"), runtime.callYailPrimitive(runtime.yail$Mnlist$Mnfrom$Mncsv$Mnrow, LList.list1("Stocks,Index,OPTION_CHAIN"), Lit8358, "list from csv row")), Lit8359, "is in list?") != Boolean.FALSE) {
            moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            list3 = LList.list3("search_id", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), "");
            pairWithPosition = Lit8360;
        } else {
            moduleMethod = runtime.yail$Mndictionary$Mnlookup;
            list3 = LList.list3("underlying_search_id", runtime.lookupGlobalVarInCurrentFormEnvironment(Lit78, runtime.$Stthe$Mnnull$Mnvalue$St), "");
            pairWithPosition = Lit8361;
        }
        applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, runtime.callYailPrimitive(moduleMethod2, LList.list3(runtime.callYailPrimitive(moduleMethod3, LList.list3(callYailPrimitive, "{sid}", runtime.callYailPrimitive(moduleMethod, list3, pairWithPosition, "dictionary lookup")), Lit8362, "replace all"), "{ETD}", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit152), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData), Lit8363, "replace all"), runtime.lookupInCurrentFormEnvironment(Lit150));
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit3927, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public Object Firebase_Auth1$GoogleSignInSuccess(Object obj, Object obj2, Object obj3, Object obj4, Object obj5) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj2);
        runtime.sanitizeComponentData(obj3);
        runtime.sanitizeComponentData(obj4);
        runtime.sanitizeComponentData(obj5);
        runtime.setThisForm();
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1561, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (sanitizeComponentData2 instanceof Package) {
            sanitizeComponentData2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8368), " is not bound in the current context"), "Unbound Variable");
        }
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit527), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply4(lookupGlobalVarInCurrentFormEnvironment, sanitizeComponentData2, sanitizeComponentData, "");
    }

    public Object Firebase_Auth1$GoogleSignInFailed(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
        Boolean bool = Boolean.FALSE;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8371), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, sanitizeComponentData);
    }

    public Object Firebase_Auth1$FailedToInitialize(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit195, runtime.$Stthe$Mnnull$Mnvalue$St);
        Boolean bool = Boolean.FALSE;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8374), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply3(lookupGlobalVarInCurrentFormEnvironment, bool, sanitizeComponentData);
    }

    static Object lambda1781() {
        return runtime.setAndCoerceProperty$Ex(Lit5463, Lit5472, "", Lit9);
    }

    static Object lambda1782() {
        return runtime.setAndCoerceProperty$Ex(Lit5463, Lit5472, "", Lit9);
    }

    public Object StyleTextUtils1$TextClicked(Object obj, Object obj2) {
        ApplyToArgs applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment;
        String str;
        runtime.sanitizeComponentData(obj);
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        boolean z = sanitizeComponentData instanceof Package;
        if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2798), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, "Privacy Policy"), Lit8381, "=") != Boolean.FALSE) {
            applyToArgs = Scheme.applyToArgs;
            lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St);
            str = "https://sites.google.com/view/kavkrishapps/fno-virtualtrading/virtual-trading-2-0/privacy-policy";
        } else {
            if (runtime.callYailPrimitive(runtime.yail$Mnequal$Qu, LList.list2(z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2798), " is not bound in the current context"), "Unbound Variable") : sanitizeComponentData, "Terms and Conditions"), Lit8382, "=") != Boolean.FALSE) {
                applyToArgs = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St);
                str = "https://sites.google.com/view/kavkrishapps/fno-virtualtrading/virtual-trading-2-0/terms-conditions";
            } else {
                ModuleMethod moduleMethod = runtime.yail$Mnequal$Qu;
                if (z) {
                    sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2798), " is not bound in the current context"), "Unbound Variable");
                }
                if (runtime.callYailPrimitive(moduleMethod, LList.list2(sanitizeComponentData, "bit.ly/kavkrish-FAQ"), Lit8383, "=") == Boolean.FALSE) {
                    return Values.empty;
                }
                applyToArgs = Scheme.applyToArgs;
                lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit2743, runtime.$Stthe$Mnnull$Mnvalue$St);
                str = "https://sites.google.com/view/kavkrishapps/fno-virtualtrading/virtual-trading-2-0/faq";
            }
        }
        return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, str);
    }

    public Object View_Utils1$ComponentSavedAsImage(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        runtime.setAndCoerceProperty$Ex(Lit6131, Lit172, Boolean.FALSE, Lit173);
        SimpleSymbol simpleSymbol = Lit7115;
        SimpleSymbol simpleSymbol2 = Lit8388;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8389), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list2(sanitizeComponentData, runtime.get$Mnproperty.apply2(Lit3439, Lit6)), Lit8390);
    }

    public Object Facebook_Interstitial1$AdDisplayed() {
        runtime.setThisForm();
        return runtime.callComponentMethod(Lit1464, Lit1465, LList.list1(runtime.callYailPrimitive(runtime.text$Mndeobfuscate, LList.list2("gNXKCZPMYDSDKVU(QYKTXMH_CVDRV@CR", "rawagrsf"), Lit8401, "deobfuscate text")), Lit8402);
    }

    public Object Facebook_Interstitial1$AdLoaded() {
        runtime.setThisForm();
        return runtime.addGlobalVarToCurrentFormEnvironment(Lit27, Boolean.TRUE);
    }

    static Object lambda1783() {
        runtime.setAndCoerceProperty$Ex(Lit622, Lit8408, "ChannelA", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit622, Lit5426, Lit8409, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit622, Lit8410, "VirtualTrading_icon.png", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit622, Lit8411, Lit1666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit622, Lit8412, Lit1666, Lit720);
    }

    static Object lambda1784() {
        runtime.setAndCoerceProperty$Ex(Lit622, Lit8408, "ChannelA", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit622, Lit5426, Lit8409, Lit720);
        runtime.setAndCoerceProperty$Ex(Lit622, Lit8410, "VirtualTrading_icon.png", Lit9);
        runtime.setAndCoerceProperty$Ex(Lit622, Lit8411, Lit1666, Lit720);
        return runtime.setAndCoerceProperty$Ex(Lit622, Lit8412, Lit1666, Lit720);
    }

    public Object WebSocketConnector1$ErrorOccurred(Object obj) {
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        runtime.callComponentMethod(Lit1380, Lit4438, LList.Empty, LList.Empty);
        return runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit8416, "WSConnect"), Lit8417);
    }

    public Object WebSocketConnector1$MessageReceived(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        ApplyToArgs applyToArgs = Scheme.applyToArgs;
        Object lookupGlobalVarInCurrentFormEnvironment = runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4617, runtime.$Stthe$Mnnull$Mnvalue$St);
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit2775), " is not bound in the current context"), "Unbound Variable");
        }
        return applyToArgs.apply2(lookupGlobalVarInCurrentFormEnvironment, sanitizeComponentData);
    }

    public Object WebSocketConnector1$Connected(Object obj) {
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return Scheme.applyToArgs.apply1(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit1382, runtime.$Stthe$Mnnull$Mnvalue$St));
    }

    public Object WebSocketConnector1$Disconnected(Object obj) {
        runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        return runtime.lookupGlobalVarInCurrentFormEnvironment(Lit39, runtime.$Stthe$Mnnull$Mnvalue$St) != Boolean.FALSE ? Boolean.FALSE : runtime.callComponentMethod(Lit728, Lit729, LList.list2(Lit8416, "WSConnect"), Lit8423);
    }

    static Object lambda1785() {
        return runtime.setAndCoerceProperty$Ex(Lit1694, Lit8427, "4e019741-8cca-4638-b8d2-e26631a0ac19", Lit9);
    }

    static Object lambda1786() {
        return runtime.setAndCoerceProperty$Ex(Lit1694, Lit8427, "4e019741-8cca-4638-b8d2-e26631a0ac19", Lit9);
    }

    public Object Onesingal_Push1$OpenedNotification(Object obj, Object obj2, Object obj3, Object obj4) {
        char c;
        char c2;
        Object obj5;
        char c3;
        Object obj6;
        Object obj7;
        Object obj8;
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj2);
        Object sanitizeComponentData3 = runtime.sanitizeComponentData(obj3);
        Object sanitizeComponentData4 = runtime.sanitizeComponentData(obj4);
        runtime.setThisForm();
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Notification", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit8429);
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
        boolean z = callComponentMethod instanceof Package;
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8430), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        boolean z2 = sanitizeComponentData instanceof Package;
        if (z2) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z3 = sanitizeComponentData2 instanceof Package;
        if (z3) {
            sanitizeComponentData2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z4 = sanitizeComponentData3 instanceof Package;
        if (z4) {
            sanitizeComponentData3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8431), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z5 = sanitizeComponentData4 instanceof Package;
        if (z5) {
            sanitizeComponentData4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8432), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callYailPrimitive(moduleMethod, LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list4(sanitizeComponentData, sanitizeComponentData2, sanitizeComponentData3, sanitizeComponentData4), Lit8433, "make a list"), "|"), Lit8434, "join with separator")), Lit8435, "add items to list");
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Notification", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8430), " is not bound in the current context"), "Unbound Variable") : callComponentMethod), Lit8436);
        SimpleSymbol simpleSymbol = Lit4905;
        SimpleSymbol simpleSymbol2 = Lit4906;
        ModuleMethod moduleMethod4 = strings.string$Mnappend;
        ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod6 = runtime.make$Mnyail$Mnlist;
        if (z2) {
            c = 0;
            c2 = 1;
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 0;
            c2 = 1;
            obj5 = sanitizeComponentData;
        }
        if (z3) {
            Object[] objArr = new Object[3];
            objArr[c] = "The variable ";
            objArr[c2] = runtime.getDisplayRepresentation(Lit474);
            c3 = 2;
            objArr[2] = " is not bound in the current context";
            obj6 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
        } else {
            c3 = 2;
            obj6 = sanitizeComponentData2;
        }
        if (z4) {
            Object[] objArr2 = new Object[3];
            objArr2[c] = "The variable ";
            objArr2[c2] = runtime.getDisplayRepresentation(Lit8431);
            objArr2[c3] = " is not bound in the current context";
            obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            obj7 = sanitizeComponentData3;
        }
        if (z5) {
            Object[] objArr3 = new Object[3];
            objArr3[c] = "The variable ";
            objArr3[c2] = runtime.getDisplayRepresentation(Lit8432);
            objArr3[c3] = " is not bound in the current context";
            obj8 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj8 = sanitizeComponentData4;
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod4, LList.list2("Opened:\n", runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(moduleMethod6, LList.list4(obj5, obj6, obj7, obj8), Lit8437, "make a list"), "|"), Lit8438, "join with separator")), Lit8439, "join")), Lit8440);
    }

    public Object Onesingal_Push1$ReceivedNotification(Object obj, Object obj2, Object obj3, Object obj4) {
        char c;
        char c2;
        Object obj5;
        char c3;
        Object obj6;
        Object obj7;
        Object obj8;
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj2);
        Object sanitizeComponentData3 = runtime.sanitizeComponentData(obj3);
        Object sanitizeComponentData4 = runtime.sanitizeComponentData(obj4);
        runtime.setThisForm();
        Object callComponentMethod = runtime.callComponentMethod(Lit160, Lit161, LList.list2("Notification", runtime.callYailPrimitive(runtime.make$Mnyail$Mnlist, LList.Empty, LList.Empty, "make a list")), Lit8443);
        ModuleMethod moduleMethod = runtime.yail$Mnlist$Mnadd$Mnto$Mnlist$Ex;
        boolean z = callComponentMethod instanceof Package;
        Object signalRuntimeError = z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8430), " is not bound in the current context"), "Unbound Variable") : callComponentMethod;
        ModuleMethod moduleMethod2 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod3 = runtime.make$Mnyail$Mnlist;
        boolean z2 = sanitizeComponentData instanceof Package;
        if (z2) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z3 = sanitizeComponentData2 instanceof Package;
        if (z3) {
            sanitizeComponentData2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit474), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z4 = sanitizeComponentData3 instanceof Package;
        if (z4) {
            sanitizeComponentData3 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8431), " is not bound in the current context"), "Unbound Variable");
        }
        boolean z5 = sanitizeComponentData4 instanceof Package;
        if (z5) {
            sanitizeComponentData4 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8432), " is not bound in the current context"), "Unbound Variable");
        }
        runtime.callYailPrimitive(moduleMethod, LList.list2(signalRuntimeError, runtime.callYailPrimitive(moduleMethod2, LList.list2(runtime.callYailPrimitive(moduleMethod3, LList.list4(sanitizeComponentData, sanitizeComponentData2, sanitizeComponentData3, sanitizeComponentData4), Lit8444, "make a list"), "|"), Lit8445, "join with separator")), Lit8446, "add items to list");
        runtime.callComponentMethod(Lit160, Lit169, LList.list2("Notification", z ? runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8430), " is not bound in the current context"), "Unbound Variable") : callComponentMethod), Lit8447);
        SimpleSymbol simpleSymbol = Lit4905;
        SimpleSymbol simpleSymbol2 = Lit4906;
        ModuleMethod moduleMethod4 = strings.string$Mnappend;
        ModuleMethod moduleMethod5 = runtime.yail$Mnlist$Mnjoin$Mnwith$Mnseparator;
        ModuleMethod moduleMethod6 = runtime.make$Mnyail$Mnlist;
        if (z2) {
            c = 0;
            c2 = 1;
            obj5 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit145), " is not bound in the current context"), "Unbound Variable");
        } else {
            c = 0;
            c2 = 1;
            obj5 = sanitizeComponentData;
        }
        if (z3) {
            Object[] objArr = new Object[3];
            objArr[c] = "The variable ";
            objArr[c2] = runtime.getDisplayRepresentation(Lit474);
            c3 = 2;
            objArr[2] = " is not bound in the current context";
            obj6 = runtime.signalRuntimeError(strings.stringAppend(objArr), "Unbound Variable");
        } else {
            c3 = 2;
            obj6 = sanitizeComponentData2;
        }
        if (z4) {
            Object[] objArr2 = new Object[3];
            objArr2[c] = "The variable ";
            objArr2[c2] = runtime.getDisplayRepresentation(Lit8431);
            objArr2[c3] = " is not bound in the current context";
            obj7 = runtime.signalRuntimeError(strings.stringAppend(objArr2), "Unbound Variable");
        } else {
            obj7 = sanitizeComponentData3;
        }
        if (z5) {
            Object[] objArr3 = new Object[3];
            objArr3[c] = "The variable ";
            objArr3[c2] = runtime.getDisplayRepresentation(Lit8432);
            objArr3[c3] = " is not bound in the current context";
            obj8 = runtime.signalRuntimeError(strings.stringAppend(objArr3), "Unbound Variable");
        } else {
            obj8 = sanitizeComponentData4;
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(runtime.callYailPrimitive(moduleMethod4, LList.list2("Received:\n", runtime.callYailPrimitive(moduleMethod5, LList.list2(runtime.callYailPrimitive(moduleMethod6, LList.list4(obj5, obj6, obj7, obj8), Lit8448, "make a list"), "|"), Lit8449, "join with separator")), Lit8450, "join")), Lit8451);
    }

    public Object In$MnApp_Update1$UpdateAvailable(Object obj, Object obj2) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        Object sanitizeComponentData2 = runtime.sanitizeComponentData(obj2);
        runtime.setThisForm();
        if (!(sanitizeComponentData instanceof Package) ? sanitizeComponentData != Boolean.FALSE : runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8459), " is not bound in the current context"), "Unbound Variable") != Boolean.FALSE) {
            return Values.empty;
        }
        if (runtime.callComponentMethod(Lit160, Lit161, LList.list2("PRO", Boolean.FALSE), Lit8460) != Boolean.FALSE) {
            Scheme.applyToArgs.apply2(runtime.lookupGlobalVarInCurrentFormEnvironment(Lit4200, runtime.$Stthe$Mnnull$Mnvalue$St), Boolean.FALSE);
        }
        SimpleSymbol simpleSymbol = Lit8457;
        SimpleSymbol simpleSymbol2 = Lit8461;
        if (sanitizeComponentData2 instanceof Package) {
            sanitizeComponentData2 = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8462), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.callComponentMethod(simpleSymbol, simpleSymbol2, LList.list1(sanitizeComponentData2), Lit8463);
    }

    public Object ScrollHandler1$OnVScroll(Object obj) {
        Object sanitizeComponentData = runtime.sanitizeComponentData(obj);
        runtime.setThisForm();
        SimpleSymbol simpleSymbol = Lit1378;
        SimpleSymbol simpleSymbol2 = Lit4037;
        NumberCompare numberCompare = Scheme.numLEq;
        if (sanitizeComponentData instanceof Package) {
            sanitizeComponentData = runtime.signalRuntimeError(strings.stringAppend("The variable ", runtime.getDisplayRepresentation(Lit8475), " is not bound in the current context"), "Unbound Variable");
        }
        return runtime.setAndCoerceProperty$Ex(simpleSymbol, simpleSymbol2, runtime.callYailPrimitive(numberCompare, LList.list2(sanitizeComponentData, Lit828), Lit8476, "<="), Lit173);
    }

    public String getSimpleName(Object obj) {
        return obj.getClass().getSimpleName();
    }

    @Override
    public void onCreate(Bundle bundle) {
        AppInventorCompatActivity.setClassicModeFromYail(true);
        super.onCreate(bundle);
    }

    public void addToFormEnvironment(Symbol symbol, Object obj) {
        androidLogForm(Format.formatToString(0, "Adding ~A to env ~A with value ~A", symbol, this.form$Mnenvironment, obj));
        this.form$Mnenvironment.put(symbol, obj);
    }

    public Object lookupInFormEnvironment(Symbol symbol, Object obj) {
        int i = ((this.form$Mnenvironment == null ? 1 : 0) + 1) & 1;
        if (i != 0) {
            if (!this.form$Mnenvironment.isBound(symbol)) {
                return obj;
            }
        } else if (i == 0) {
            return obj;
        }
        return this.form$Mnenvironment.get(symbol);
    }

    public boolean isBoundInFormEnvironment(Symbol symbol) {
        return this.form$Mnenvironment.isBound(symbol);
    }

    public void addToGlobalVarEnvironment(Symbol symbol, Object obj) {
        androidLogForm(Format.formatToString(0, "Adding ~A to env ~A with value ~A", symbol, this.global$Mnvar$Mnenvironment, obj));
        this.global$Mnvar$Mnenvironment.put(symbol, obj);
    }

    public void addToEvents(Object obj, Object obj2) {
        this.events$Mnto$Mnregister = lists.cons(lists.cons(obj, obj2), this.events$Mnto$Mnregister);
    }

    public void addToComponents(Object obj, Object obj2, Object obj3, Object obj4) {
        this.components$Mnto$Mncreate = lists.cons(LList.list4(obj, obj2, obj3, obj4), this.components$Mnto$Mncreate);
    }

    public void addToGlobalVars(Object obj, Object obj2) {
        this.global$Mnvars$Mnto$Mncreate = lists.cons(LList.list2(obj, obj2), this.global$Mnvars$Mnto$Mncreate);
    }

    public void addToFormDoAfterCreation(Object obj) {
        this.form$Mndo$Mnafter$Mncreation = lists.cons(obj, this.form$Mndo$Mnafter$Mncreation);
    }

    public void sendError(Object obj) {
        RetValManager.sendError(obj == null ? null : obj.toString());
    }

    public void processException(Object obj) {
        Object apply1 = Scheme.applyToArgs.apply1(GetNamedPart.getNamedPart.apply2(obj, Lit1));
        RuntimeErrorAlert.alert(this, apply1 == null ? null : apply1.toString(), obj instanceof YailRuntimeError ? ((YailRuntimeError) obj).getErrorType() : "Runtime Error", "End Application");
    }

    @Override
    public boolean dispatchEvent(Component component, String str, String str2, Object[] objArr) {
        Symbol string$To$Symbol = misc.string$To$Symbol(str);
        if (isBoundInFormEnvironment(string$To$Symbol)) {
            if (lookupInFormEnvironment(string$To$Symbol) != component) {
                return false;
            }
            try {
                Scheme.apply.apply2(lookupHandler(str, str2), LList.makeList(objArr, 0));
                return true;
            } catch (PermissionException e) {
                e.printStackTrace();
                boolean z = this == component;
                if (!z ? z : IsEqual.apply(str2, "PermissionNeeded")) {
                    processException(e);
                    return false;
                }
                PermissionDenied(component, str2, e.getPermissionNeeded());
                return false;
            } catch (StopBlocksExecution unused) {
                return false;
            } catch (Throwable th) {
                androidLogForm(th.getMessage());
                th.printStackTrace();
                processException(th);
                return false;
            }
        }
        EventDispatcher.unregisterEventForDelegation(this, str, str2);
        return false;
    }

    @Override
    public void dispatchGenericEvent(Component component, String str, boolean z, Object[] objArr) {
        Object lookupInFormEnvironment = lookupInFormEnvironment(misc.string$To$Symbol(strings.stringAppend("any$", getSimpleName(component), "$", str)));
        if (lookupInFormEnvironment != Boolean.FALSE) {
            try {
                Scheme.apply.apply2(lookupInFormEnvironment, lists.cons(component, lists.cons(z ? Boolean.TRUE : Boolean.FALSE, LList.makeList(objArr, 0))));
            } catch (PermissionException e) {
                e.printStackTrace();
                boolean z2 = this == component;
                if (!z2 ? z2 : IsEqual.apply(str, "PermissionNeeded")) {
                    processException(e);
                } else {
                    PermissionDenied(component, str, e.getPermissionNeeded());
                }
            } catch (StopBlocksExecution unused) {
            } catch (Throwable th) {
                androidLogForm(th.getMessage());
                th.printStackTrace();
                processException(th);
            }
        }
    }

    public Object lookupHandler(Object obj, Object obj2) {
        return lookupInFormEnvironment(misc.string$To$Symbol(EventDispatcher.makeFullEventName(obj == null ? null : obj.toString(), obj2 != null ? obj2.toString() : null)));
    }

    public static SimpleSymbol lambda1symbolAppend$V(Object[] objArr) {
        Object makeList = LList.makeList(objArr, 0);
        Apply apply = Scheme.apply;
        ModuleMethod moduleMethod = strings.string$Mnappend;
        Object obj = LList.Empty;
        while (makeList != LList.Empty) {
            try {
                Pair pair = (Pair) makeList;
                Object cdr = pair.getCdr();
                Object car = pair.getCar();
                try {
                    obj = Pair.make(((Symbol) car).toString(), obj);
                    makeList = cdr;
                } catch (ClassCastException e) {
                    throw new WrongType(e, "symbol->string", 1, car);
                }
            } catch (ClassCastException e2) {
                throw new WrongType(e2, "arg0", -2, makeList);
            }
        }
        Object apply2 = apply.apply2(moduleMethod, LList.reverseInPlace(obj));
        try {
            return misc.string$To$Symbol((CharSequence) apply2);
        } catch (ClassCastException e3) {
            throw new WrongType(e3, "string->symbol", 1, apply2);
        }
    }

    @Override
    public void $define() {
        Language.setDefaults(Scheme.getInstance());
        try {
            run();
        } catch (Exception e) {
            androidLogForm(e.getMessage());
            processException(e);
        }
        Screen1 = this;
        addToFormEnvironment(Lit0, this);
        Object obj = this.events$Mnto$Mnregister;
        while (obj != LList.Empty) {
            try {
                Pair pair = (Pair) obj;
                Object car = pair.getCar();
                Object apply1 = lists.car.apply1(car);
                String str = null;
                String obj2 = apply1 == null ? null : apply1.toString();
                Object apply12 = lists.cdr.apply1(car);
                if (apply12 != null) {
                    str = apply12.toString();
                }
                EventDispatcher.registerEventForDelegation(this, obj2, str);
                obj = pair.getCdr();
            } catch (ClassCastException e2) {
                throw new WrongType(e2, "arg0", -2, obj);
            }
        }
        try {
            Object reverse = lists.reverse(this.components$Mnto$Mncreate);
            addToGlobalVars(Lit2, lambda$Fn1);
            Object reverse2 = lists.reverse(this.form$Mndo$Mnafter$Mncreation);
            while (reverse2 != LList.Empty) {
                try {
                    Pair pair2 = (Pair) reverse2;
                    misc.force(pair2.getCar());
                    reverse2 = pair2.getCdr();
                } catch (ClassCastException e3) {
                    throw new WrongType(e3, "arg0", -2, reverse2);
                }
            }
            Object obj3 = reverse;
            while (obj3 != LList.Empty) {
                try {
                    Pair pair3 = (Pair) obj3;
                    Object car2 = pair3.getCar();
                    Object apply13 = lists.caddr.apply1(car2);
                    lists.cadddr.apply1(car2);
                    Object apply14 = lists.cadr.apply1(car2);
                    Object apply15 = lists.car.apply1(car2);
                    try {
                        Object apply2 = Invoke.make.apply2(apply14, lookupInFormEnvironment((Symbol) apply15));
                        SlotSet.set$Mnfield$Ex.apply3(this, apply13, apply2);
                        try {
                            addToFormEnvironment((Symbol) apply13, apply2);
                            obj3 = pair3.getCdr();
                        } catch (ClassCastException e4) {
                            throw new WrongType(e4, "add-to-form-environment", 0, apply13);
                        }
                    } catch (ClassCastException e5) {
                        throw new WrongType(e5, "lookup-in-form-environment", 0, apply15);
                    }
                } catch (ClassCastException e6) {
                    throw new WrongType(e6, "arg0", -2, obj3);
                }
            }
            Object reverse3 = lists.reverse(this.global$Mnvars$Mnto$Mncreate);
            while (reverse3 != LList.Empty) {
                try {
                    Pair pair4 = (Pair) reverse3;
                    Object car3 = pair4.getCar();
                    Object apply16 = lists.car.apply1(car3);
                    try {
                        addToGlobalVarEnvironment((Symbol) apply16, Scheme.applyToArgs.apply1(lists.cadr.apply1(car3)));
                        reverse3 = pair4.getCdr();
                    } catch (ClassCastException e7) {
                        throw new WrongType(e7, "add-to-global-var-environment", 0, apply16);
                    }
                } catch (ClassCastException e8) {
                    throw new WrongType(e8, "arg0", -2, reverse3);
                }
            }
            Object obj4 = reverse;
            while (obj4 != LList.Empty) {
                try {
                    Pair pair5 = (Pair) obj4;
                    Object car4 = pair5.getCar();
                    lists.caddr.apply1(car4);
                    Object apply17 = lists.cadddr.apply1(car4);
                    if (apply17 != Boolean.FALSE) {
                        Scheme.applyToArgs.apply1(apply17);
                    }
                    obj4 = pair5.getCdr();
                } catch (ClassCastException e9) {
                    throw new WrongType(e9, "arg0", -2, obj4);
                }
            }
            while (reverse != LList.Empty) {
                try {
                    Pair pair6 = (Pair) reverse;
                    Object car5 = pair6.getCar();
                    Object apply18 = lists.caddr.apply1(car5);
                    lists.cadddr.apply1(car5);
                    callInitialize(SlotGet.field.apply2(this, apply18));
                    reverse = pair6.getCdr();
                } catch (ClassCastException e10) {
                    throw new WrongType(e10, "arg0", -2, reverse);
                }
            }
        } catch (YailRuntimeError e11) {
            processException(e11);
        }
    }
}