removed slot operator (no longer needed) & class proto bug fix to use NewSlot by...
[vox.git] / _modules / core / warning.vx
blob8457ce1cc487ce213c5a163b150409e52f9d6d3e
2 return function(...)
4     local str = ""
5     vargv.map(function(arg) { str += arg.tostring() })
6     ::io.stderr.write("Runtime Warning: %s\n".fmt(str))