I don't know how you got "invalid indentation". Even pressing the "Run" button
on the forum gives a different error. This is the correct version:
#? stdtmpl | standard
#proc greet(name = "world"): string =
# result = ""
<h1>Hello $name</h1>
#end proc
#
#echo greet()
- Source filter indentation problem random898989
- Re: Source filter indentation problem dom96
- Re: Source filter indentation problem random898989
