Skip to content

Instantly share code, notes, and snippets.

@ewenmaclean
Created July 16, 2020 09:47
Show Gist options
  • Save ewenmaclean/72c4cba8566acd30bade3a2d59da188a to your computer and use it in GitHub Desktop.
Save ewenmaclean/72c4cba8566acd30bade3a2d59da188a to your computer and use it in GitHub Desktop.
enum location {
Exchange
Client
Transit
Eaten
}
internal state {
assignable{
act : act
obj :? obj
}
cabbage : location = Exchange;
goat : location = Exchange;
wolf : location = Exchange;
transit : location = Client;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment