Files
cell/vm_test/go_basic.txt
2026-02-05 10:21:16 -06:00

3 lines
43 B
Plaintext

function a() { go b() }
function b() { 1 }