Skip to content

Instantly share code, notes, and snippets.

@azaharafernandezguizan
Created September 7, 2019 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azaharafernandezguizan/32b9c4026848204d637f783bf782ef25 to your computer and use it in GitHub Desktop.
Save azaharafernandezguizan/32b9c4026848204d637f783bf782ef25 to your computer and use it in GitHub Desktop.
Bosque Language object creation example
concept Bar{
...
field k: Bool;
}
var x=Baz@{f=1, g=2, k=true};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment