+import java.lang.Math;
+
public class SYSTEM
{
/* Каркас для фреймов процедур */
v[i] = 0;
}
+ public static void COPY(String x, byte[] v)
+ {
+ COPY(x.getBytes(), v);
+ }
+
public static int STRCMP(byte[] a, byte[] b)
{
int i = 0;
{
throw new RuntimeException("NOT IMPLEMENTED");
}
+ else if(n == -4)
+ {
+ throw new RuntimeException("RETURN TRAP");
+ }
else
{
throw new RuntimeException("TRAP CODE " + n);