tonylukasavage / triple

REPL for Titanium
MIT License
96 stars 21 forks source link

send message back when context is reset #73

Closed tonylukasavage closed 10 years ago

tonylukasavage commented 10 years ago

After executing .clear, send a little message back to the developer:

≫ triple -p android
[launching app]
> var foo = 123
undefined
> foo
123
> .clear
[ context reset ]
>