repo.or.cz
/
vox.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
removed slot operator (no longer needed) & class proto bug fix to use NewSlot by...
[vox.git]
/
_modules
/
core
/
warning.vx
blob
8457ce1cc487ce213c5a163b150409e52f9d6d3e
1
2
return function(...)
3
{
4
local str = ""
5
vargv.map(function(arg) { str += arg.tostring() })
6
::io.stderr.write("Runtime Warning: %s\n".fmt(str))
7
}