From 52e50e58c6674560056a4dcb787099d739284b02 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 6 Apr 2025 16:34:23 -0400 Subject: Change Set syntax from {x} to |x| --- examples/log/log.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/log') diff --git a/examples/log/log.tm b/examples/log/log.tm index 7375d5f6..047398b0 100644 --- a/examples/log/log.tm +++ b/examples/log/log.tm @@ -3,7 +3,7 @@ use timestamp_format := CString("%F %T") -logfiles : @{Path} = @{/} +logfiles : @|Path| = @|| func _timestamp(->Text): c_str := inline C:CString { -- cgit v1.2.3