doc: update complex-msg syntax examples

This commit is contained in:
2025-04-23 10:55:54 +01:00
parent 279b387b69
commit 0cdefbeec3
2 changed files with 11 additions and 15 deletions

View File

@@ -1 +1,3 @@
2 + 3 * 4.
var y = 32.
var f = [ :x | x * 2 + y ].
var result = f(4).