Skip to content

Instantly share code, notes, and snippets.

@Teino1978-Corp
Created November 17, 2015 14:28
Show Gist options
  • Save Teino1978-Corp/1207e1e2e6cc98a5b195 to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/1207e1e2e6cc98a5b195 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