0.3.7 • Published 5 years ago
@dotlit/litcode v0.3.7
Welcome
This is a .lit notebook.
It' s made up of only a few sections:
Some code
In the browser
alert("Hi, from your browser")On your host machine
var dialog = require('dialog')
dialog.info("Hi, from Node.js")Everything is just a repl
osascript -e 'tell app "Finder" to display dialog "Hello World"'