-
Notifications
You must be signed in to change notification settings - Fork 0
trace
Eric edited this page Jul 15, 2017
·
2 revisions
// trace demo in javascript
cls();
function TIC() {
trace("hello console: "+Date());
}
Coming soon.