Annotation of researchv10no/cmd/ideal/tests/camel.i, revision 1.1

1.1     ! root        1: .IS
        !             2: camel
        !             3: {
        !             4: var a, b, c, d, e, f;
        !             5: a = (0,-1);
        !             6: b = (-0.5,-0.5);
        !             7: c = 0;
        !             8: d = (-1,1);
        !             9: e = (0,2);
        !            10: f = (1,1);
        !            11: bdlist = a, b, c, d, e, f;
        !            12: }
        !            13: .IE
        !            14: .IS
        !            15: main {
        !            16: conn -1 to 1;
        !            17: 'version 0' at -2;
        !            18: put camel {
        !            19: opaque interior;
        !            20: }
        !            21: }
        !            22: .IE
        !            23: .IS
        !            24: main {
        !            25: conn -1 to 1;
        !            26: 'version 1' at -2;
        !            27: put camel {
        !            28: opaque exterior;
        !            29: }
        !            30: }
        !            31: .IE
        !            32: .IS
        !            33: main {
        !            34: conn 1 to -1;
        !            35: 'version 2' at -2;
        !            36: put camel {
        !            37: opaque interior;
        !            38: }
        !            39: }
        !            40: .IE
        !            41: .IS
        !            42: main {
        !            43: conn 1 to -1;
        !            44: 'version 3' at -2;
        !            45: put camel {
        !            46: opaque exterior;
        !            47: }
        !            48: }
        !            49: .IE
        !            50: .IS
        !            51: main {
        !            52: conn (0,-2) to (0,3);
        !            53: 'version 4' at -2;
        !            54: put camel {
        !            55: opaque interior;
        !            56: }
        !            57: }
        !            58: .IE
        !            59: .IS
        !            60: main {
        !            61: conn (0,-2) to (0,3);
        !            62: 'version 5' at -2;
        !            63: put camel {
        !            64: opaque exterior;
        !            65: }
        !            66: }
        !            67: .IE
        !            68: .IS
        !            69: main {
        !            70: conn (0,3) to (0,-2);
        !            71: 'version 6' at -2;
        !            72: put camel {
        !            73: opaque interior;
        !            74: }
        !            75: }
        !            76: .IE
        !            77: .IS
        !            78: main {
        !            79: conn (0,3) to (0,-2);
        !            80: 'version 7' at -2;
        !            81: put camel {
        !            82: opaque exterior;
        !            83: }
        !            84: }
        !            85: .IE
        !            86: .IS
        !            87: main {
        !            88: conn (0,-1) to (0,3);
        !            89: 'version 8' at -2;
        !            90: put camel {
        !            91: opaque interior;
        !            92: }
        !            93: }
        !            94: .IE
        !            95: .IS
        !            96: main {
        !            97: conn (0,-1) to (0,3);
        !            98: 'version 9' at -2;
        !            99: put camel {
        !           100: opaque exterior;
        !           101: }
        !           102: }
        !           103: .IE
        !           104: .IS
        !           105: main {
        !           106: conn (0,3) to (0,-1);
        !           107: 'version 10' at -2;
        !           108: put camel {
        !           109: opaque interior;
        !           110: }
        !           111: }
        !           112: .IE
        !           113: .IS
        !           114: main {
        !           115: conn (0,3) to (0,-1);
        !           116: 'version 11' at -2;
        !           117: put camel {
        !           118: opaque exterior;
        !           119: }
        !           120: }
        !           121: .IE
        !           122: .IS
        !           123: main {
        !           124: conn (0,-1) to (0,2);
        !           125: 'version 12' at -2;
        !           126: put camel {
        !           127: opaque interior;
        !           128: }
        !           129: }
        !           130: .IE
        !           131: .IS
        !           132: main {
        !           133: conn (0,-1) to (0,2);
        !           134: 'version 13' at -2;
        !           135: put camel {
        !           136: opaque exterior;
        !           137: }
        !           138: }
        !           139: .IE
        !           140: .IS
        !           141: main {
        !           142: conn (0,2) to (0,-1);
        !           143: 'version 14' at -2;
        !           144: put camel {
        !           145: opaque interior;
        !           146: }
        !           147: }
        !           148: .IE
        !           149: .IS
        !           150: main {
        !           151: conn (0,2) to (0,-1);
        !           152: 'version 15' at -2;
        !           153: put camel {
        !           154: opaque exterior;
        !           155: }
        !           156: }
        !           157: .IE
        !           158: .IS
        !           159: main {
        !           160: conn (0,-1) to (0,.5);
        !           161: 'version 16' at -2;
        !           162: put camel {
        !           163: opaque interior;
        !           164: }
        !           165: }
        !           166: .IE
        !           167: .IS
        !           168: main {
        !           169: conn (0,-1) to (0,.5);
        !           170: 'version 17' at -2;
        !           171: put camel {
        !           172: opaque exterior;
        !           173: }
        !           174: }
        !           175: .IE
        !           176: .IS
        !           177: main {
        !           178: conn (0,.5) to (0,-1);
        !           179: 'version 18' at -2;
        !           180: put camel {
        !           181: opaque interior;
        !           182: }
        !           183: }
        !           184: .IE
        !           185: .IS
        !           186: main {
        !           187: conn (0,.5) to (0,-1);
        !           188: 'version 19' at -2;
        !           189: put camel {
        !           190: opaque exterior;
        !           191: }
        !           192: }
        !           193: .IE
        !           194: .IS
        !           195: main {
        !           196: conn 0 to (0,1);
        !           197: 'version 20' at -2;
        !           198: put camel {
        !           199: opaque interior;
        !           200: }
        !           201: }
        !           202: .IE
        !           203: .IS
        !           204: main {
        !           205: conn 0 to (0,1);
        !           206: 'version 21' at -2;
        !           207: put camel {
        !           208: opaque exterior;
        !           209: }
        !           210: }
        !           211: .IE
        !           212: .IS
        !           213: main {
        !           214: conn (0,1) to 0;
        !           215: 'version 22' at -2;
        !           216: put camel {
        !           217: opaque interior;
        !           218: }
        !           219: }
        !           220: .IE
        !           221: .IS
        !           222: main {
        !           223: conn (0,1) to 0;
        !           224: 'version 23' at -2;
        !           225: put camel {
        !           226: opaque exterior;
        !           227: }
        !           228: }
        !           229: .IE
        !           230: .IS
        !           231: main {
        !           232: conn (-2,1) to (2,1);
        !           233: 'version 24' at -2;
        !           234: put camel {
        !           235: opaque interior;
        !           236: }
        !           237: }
        !           238: .IE
        !           239: .IS
        !           240: main {
        !           241: conn (-2,1) to (2,1);
        !           242: 'version 25' at -2;
        !           243: put camel {
        !           244: opaque exterior;
        !           245: }
        !           246: }
        !           247: .IE
        !           248: .IS
        !           249: main {
        !           250: conn (2,1) to (-2,1);
        !           251: 'version 26' at -2;
        !           252: put camel {
        !           253: opaque interior;
        !           254: }
        !           255: }
        !           256: .IE
        !           257: .IS
        !           258: main {
        !           259: conn (2,1) to (-2,1);
        !           260: 'version 27' at -2;
        !           261: put camel {
        !           262: opaque exterior;
        !           263: }
        !           264: }
        !           265: .IE
        !           266: .IS
        !           267: main {
        !           268: conn (-1,1) to (2,1);
        !           269: 'version 28' at -2;
        !           270: put camel {
        !           271: opaque interior;
        !           272: }
        !           273: }
        !           274: .IE
        !           275: .IS
        !           276: main {
        !           277: conn (-1,1) to (2,1);
        !           278: 'version 29' at -2;
        !           279: put camel {
        !           280: opaque exterior;
        !           281: }
        !           282: }
        !           283: .IE
        !           284: .IS
        !           285: main {
        !           286: conn (2,1) to (-1,1);
        !           287: 'version 30' at -2;
        !           288: put camel {
        !           289: opaque interior;
        !           290: }
        !           291: }
        !           292: .IE
        !           293: .IS
        !           294: main {
        !           295: conn (2,1) to (-1,1);
        !           296: 'version 31' at -2;
        !           297: put camel {
        !           298: opaque exterior;
        !           299: }
        !           300: }
        !           301: .IE
        !           302: .IS
        !           303: main {
        !           304: conn (-1,1) to (1,1);
        !           305: 'version 32' at -2;
        !           306: put camel {
        !           307: opaque interior;
        !           308: }
        !           309: }
        !           310: .IE
        !           311: .IS
        !           312: main {
        !           313: conn (-1,1) to (1,1);
        !           314: 'version 33' at -2;
        !           315: put camel {
        !           316: opaque exterior;
        !           317: }
        !           318: }
        !           319: .IE
        !           320: .IS
        !           321: main {
        !           322: conn (1,1) to (-1,1);
        !           323: 'version 34' at -2;
        !           324: put camel {
        !           325: opaque interior;
        !           326: }
        !           327: }
        !           328: .IE
        !           329: .IS
        !           330: main {
        !           331: conn (1,1) to (-1,1);
        !           332: 'version 35' at -2;
        !           333: put camel {
        !           334: opaque exterior;
        !           335: }
        !           336: }
        !           337: .IE
        !           338: .IS
        !           339: main {
        !           340: conn (-1,1) to (0,1);
        !           341: 'version 36' at -2;
        !           342: put camel {
        !           343: opaque interior;
        !           344: }
        !           345: }
        !           346: .IE
        !           347: .IS
        !           348: main {
        !           349: conn (-1,1) to (0,1);
        !           350: 'version 37' at -2;
        !           351: put camel {
        !           352: opaque exterior;
        !           353: }
        !           354: }
        !           355: .IE
        !           356: .IS
        !           357: main {
        !           358: conn (0,1) to (-1,1);
        !           359: 'version 38' at -2;
        !           360: put camel {
        !           361: opaque interior;
        !           362: }
        !           363: }
        !           364: .IE
        !           365: .IS
        !           366: main {
        !           367: conn (0,1) to (-1,1);
        !           368: 'version 39' at -2;
        !           369: put camel {
        !           370: opaque exterior;
        !           371: }
        !           372: }
        !           373: .IE
        !           374: .IS
        !           375: main {
        !           376: conn (-1,2) to (1,2);
        !           377: 'version 40' at -2;
        !           378: put camel {
        !           379: opaque interior;
        !           380: }
        !           381: }
        !           382: .IE
        !           383: .IS
        !           384: main {
        !           385: conn (-1,2) to (1,2);
        !           386: 'version 41' at -2;
        !           387: put camel {
        !           388: opaque exterior;
        !           389: }
        !           390: }
        !           391: .IE
        !           392: .IS
        !           393: main {
        !           394: conn (1,2) to (-1,2);
        !           395: 'version 42' at -2;
        !           396: put camel {
        !           397: opaque interior;
        !           398: }
        !           399: }
        !           400: .IE
        !           401: .IS
        !           402: main {
        !           403: conn (1,2) to (-1,2);
        !           404: 'version 43' at -2;
        !           405: put camel {
        !           406: opaque exterior;
        !           407: }
        !           408: }
        !           409: .IE
        !           410: .IS
        !           411: main {
        !           412: conn (-1,2) to (0,2);
        !           413: 'version 44' at -2;
        !           414: put camel {
        !           415: opaque interior;
        !           416: }
        !           417: }
        !           418: .IE
        !           419: .IS
        !           420: main {
        !           421: conn (-1,2) to (0,2);
        !           422: 'version 45' at -2;
        !           423: put camel {
        !           424: opaque exterior;
        !           425: }
        !           426: }
        !           427: .IE
        !           428: .IS
        !           429: main {
        !           430: conn (0,2) to (-1,2);
        !           431: 'version 46' at -2;
        !           432: put camel {
        !           433: opaque interior;
        !           434: }
        !           435: }
        !           436: .IE
        !           437: .IS
        !           438: main {
        !           439: conn (0,2) to (-1,2);
        !           440: 'version 47' at -2;
        !           441: put camel {
        !           442: opaque exterior;
        !           443: }
        !           444: }
        !           445: .IE
        !           446: .IS
        !           447: main {
        !           448: conn (-2,-2) to (2,-2);
        !           449: 'version 48' at -2;
        !           450: put camel {
        !           451: opaque interior;
        !           452: }
        !           453: }
        !           454: .IE
        !           455: .IS
        !           456: main {
        !           457: conn (-2,-2) to (2,-2);
        !           458: 'version 49' at -2;
        !           459: put camel {
        !           460: opaque exterior;
        !           461: }
        !           462: }
        !           463: .IE
        !           464: .IS
        !           465: main {
        !           466: conn (2,-2) to (-2,-2);
        !           467: 'version 50' at -2;
        !           468: put camel {
        !           469: opaque interior;
        !           470: }
        !           471: }
        !           472: .IE
        !           473: .IS
        !           474: main {
        !           475: conn (2,-2) to (-2,-2);
        !           476: 'version 51' at -2;
        !           477: put camel {
        !           478: opaque exterior;
        !           479: }
        !           480: }
        !           481: .IE

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.