doc: add/update sample files

This commit is contained in:
2025-08-16 21:02:14 +01:00
parent 1a9debd6fb
commit 7583252b72
4 changed files with 17 additions and 5 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