OpenDream
OpenDream copied to clipboard
`.` value is not preserved in `spawn()`
/proc/main()
. = "test"
spawn(0)
world.log << .
should output test, but .
is null
in the spawn()