dol 0.8.1

DOL (Design Ontology Language) - A declarative specification language for ontology-first development
1
2
3
4
5
module control @ 0.1.0

fun max(a: i64, b: i64) -> i64 {
    return a + b
}