OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

`.` value is not preserved in `spawn()`

Open amylizzle opened this issue 1 year ago • 0 comments

/proc/main()
  . = "test"
  spawn(0)
    world.log << .

should output test, but . is null in the spawn()

amylizzle avatar Feb 03 '24 13:02 amylizzle