"This is a TypeScript implementation of the Monkey language!"
"Monkey supports integers, strings, and booleans:"
15
"Hi!"
false
"Monkey also supports arrays and hashes:"
[1, 2, 3]
{"key": "value"}
"You can define your own functions and pass functions as arguments:"
5
"For more info, click the '?' (help) link in the top right of the main nav."
null