Skip to content

v0.8.12

Latest

Choose a tag to compare

@oboard oboard released this 06 Nov 13:03
· 47 commits to main since this release
0143849
inspect(vm.eval("@math.PI"), content="3.141592653589793")
inspect(vm.eval("\"hello\\nworld\""), content="hello\nworld")
println(vm.eval("@fs.read_dir(\"./\")"))
inspect(
  vm.eval(
    (
      #|typeof(eval("1+2"))
    ),
  ),
  content="@moonbitlang/core/int.Int",
)