implemented create event + create offset

This commit is contained in:
2024-07-30 12:18:57 +02:00
parent 2c724598e9
commit 0968436c8a
4 changed files with 19 additions and 1 deletions

Binary file not shown.

View File

@ -135,4 +135,11 @@
_seq("[", "a", comment: [Test])
_note("left", [This is also a note])
})*/
})*/
#pagebreak()
#chronos.diagram({
_seq("Bob", "Alice", comment: [Hello])
_evt("Other", "create")
})