I finally got this working with windows and even added a raw:"..." directive for comments / raw html
but i can't figure out how to create custom functions that the timl parser will recognize.
I'd like to get the type proc working
Any guidance?
var x = "Tim is awesome, right?"
echo $x.type
Error (5:8) Undeclared function type [UndeclaredFunction]
I finally got this working with windows and even added a
raw:"..."directive for comments / raw htmlbut i can't figure out how to create custom functions that the timl parser will recognize.
I'd like to get the
typeproc workingAny guidance?