|
⇤ ← Revision 1 as of 2010-05-23 10:18:06
Size: 217
Comment: graph test
|
Size: 232
Comment: dot syntax block
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| {{{#!dot | |
| Line 15: | Line 16: |
| }}} |
VASTT
VASTT is a lightweight editor written by zalas for handling the translation of game script files.
digraph workflow {
a;
b;
c;
d;
e;
a -> b -> c;
b -> d;
}