sdml 0.1.2

Rust CLI for Simple Domain Modeling Language (SDML)
Documentation
1
2
3
4
5
6
7
;;; Annotation, Multiple Decimals

module campaign is

  @dc:some = [ 101.0 102.201 0.1 ]

end