Skip to content

Instantly share code, notes, and snippets.

@tetsu-miyagawa
Created November 17, 2015 14:10
Show Gist options
  • Save tetsu-miyagawa/a30905adc98e689815da to your computer and use it in GitHub Desktop.
Save tetsu-miyagawa/a30905adc98e689815da to your computer and use it in GitHub Desktop.
CTMCP Section 2.9 Exercise 4 (a) 2
local X Y T in
X=1
Y=1
T=X==Y
case T of true then {Browse true} else {Browse false} end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment