removed slot operator (no longer needed) & class proto bug fix to use NewSlot by...
[vox.git] / examples / compiletpl.vx
blob811b5c8d03807c1913aa0b31b2ff9429e7389c0d
2 local template = import("core/template")
3 if(system.argv.len() > 1)
5     println(template.compile_string(io.readfile(system.argv[1])))
7 else
9     println("Usage: %s <template-path>".fmt(system.argv[0]))