1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 17:59:10 +03:00
semantic/preludes/javascript.js

3 lines
121 B
JavaScript
Raw Normal View History

2018-05-16 20:55:58 +03:00
// can't quite define console.log in a way we can evaluate yet, but...
2018-05-16 20:58:21 +03:00
// function log(x) { return __semantic_print(x) }