Skip to main content
summaryrefslogtreecommitdiffstats
blob: c9b45145bac8ca702fcbc316959f2b24d2531156 (plain) (blame)
1
2
3
4
5
6

«DEFINE WithFileOutput FOR String»
    «FILE "dummy.txt"»
	Hello «this»: «this.length»!
	«ENDFILE»
«ENDDEFINE»

Back to the top