doc: add missing statement separator

This commit is contained in:
2024-11-10 12:22:31 +00:00
parent f1e797e6ba
commit 8a7198b70b

View File

@@ -385,7 +385,7 @@ throw { i => 32, s => 'error' }.
/******************************************************************************/
x = 32
x = 32.
/* a whole bunch of ways of doing conditionals using lambdas and messages */
[ cout put:'Hello, world!' ] if:x > 10.
[ cout put:'Hello, world!' ] unless:x <= 10.