Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here's how to do a package. We will keep it in the one GELLO file but often these packages form a data model and/or a library of functions that can be imported.

These would be saved  with the extension .gello_model (see earlier tutes).

Package SubatomicParticle
imports iso_21090_datatypes

    class Quark
      name: String
      electricCharge: String
      mass: PQ
      spin: String

EndPackage

...