nl / NANOLABO /ace /src /snippets /forth.js
farhanwaris78's picture
Upload 1085 files
2d8ab11 verified
Raw
History Blame Contribute Delete
334 Bytes
; (function() {
window.require(["ace/snippets/forth"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();