[ prog / sol / mona ]
frontpage - thread list - new thread - preferences - ?
var state=3; function openFuture(state) { window.eval(`console.log(${state})`) } openFuture(121) Result: 121
function openFuture(state) { window.eval("console.log(state)") } openFuture(121) Result: 3
VIP:
bbs.scm + MIT Scheme + SICP + Satori Mode