Changes between Version 2 and Version 3 of MetapostPlugin


Ignore:
Timestamp:
May 22, 2010, 5:26:58 PM (14 years ago)
Author:
seas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MetapostPlugin

    v2 v3  
    3333
    3434Begin.b;
    35 Activity.eat("Eat something good", "from the kitchen");
     35Activity.eat("Eat something good", "from the kitchen");
    3636Branch.enough;
    37 Fork.fork("h", 50);
    38 Activity.read("Read a book");
    39 Activity.listen("Listen to music", "(and ignore it)");
    40 Fork.join("h", 50);
     37Fork.fork("h", 50);
     38Activity.read("Read a book");
     39Activity.listen("Listen to music", "(and ignore it)");
     40Fork.join("h", 50);
    4141End.e;
    4242
     
    5959clink(transition)(join, e);
    6060
    61 item(iGuard)("still hungry")(obj.sw = enough.e + (20, 0));
    62 item(iGuard)("had enough")(obj.nw = enough.s + (0, -4));
     61item(iGuard)("still hungry")(obj.sw = enough.e + (20, 0));
     62item(iGuard)("had enough")(obj.nw = enough.s + (0, -4));
    6363
    6464endfig;