Skip to content

Instantly share code, notes, and snippets.

@juliuscanute
Created May 25, 2020 09:37
Show Gist options
  • Save juliuscanute/356d68b85675dc488e5cb3c37f7ab2c4 to your computer and use it in GitHub Desktop.
Save juliuscanute/356d68b85675dc488e5cb3c37f7ab2c4 to your computer and use it in GitHub Desktop.
Choice DSL
choice {
key = "D"
description = "D-D"
currentChoiceIndex = 0
item {
description = "E"
}
item {
description = "F"
}
item {
description = "G"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment