Skip to content

Instantly share code, notes, and snippets.

@tetsu-miyagawa
Created November 17, 2015 14:12
Show Gist options
  • Save tetsu-miyagawa/c7605576d6a2a7843273 to your computer and use it in GitHub Desktop.
Save tetsu-miyagawa/c7605576d6a2a7843273 to your computer and use it in GitHub Desktop.
CTMCP Section 2.9 Exercise 4 (b) 1
local X in
X=person(name:"George" age:25)
case X
of person(name:"George" age:_) then {Browse X.age}
else {Browse false}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment