Skip to content

Instantly share code, notes, and snippets.

@tetsu-miyagawa
Created November 17, 2015 14:08
Show Gist options
  • Save tetsu-miyagawa/687f18d868075b8b9ad0 to your computer and use it in GitHub Desktop.
Save tetsu-miyagawa/687f18d868075b8b9ad0 to your computer and use it in GitHub Desktop.
CTMCP Section 2.9 Exercise 4 (a) 1
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