Do

DoLang

View the Project on GitHub Programming-Language/Do

Flow Control: Choice

(comming soon)

Preview

X choice
    when 'a'
      ...
    when 'b'
      ...
    also
    when 'c'
      ...
end