doc: sample: switch to kebab-case

This commit is contained in:
2025-11-07 10:07:44 +00:00
parent c8f0be14a1
commit 77791d91e3
9 changed files with 66 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
try
x = 0
--v = Int parse:'342'
catch ($err:number_format, err) in
catch ($err:number-format, err) in
x = 1
--cout put:'Cannot parse integer string ({err})'
catch (_, err) in