doc: add missing statement separator
This commit is contained in:
@@ -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 */
|
/* a whole bunch of ways of doing conditionals using lambdas and messages */
|
||||||
[ cout put:'Hello, world!' ] if:x > 10.
|
[ cout put:'Hello, world!' ] if:x > 10.
|
||||||
[ cout put:'Hello, world!' ] unless:x <= 10.
|
[ cout put:'Hello, world!' ] unless:x <= 10.
|
||||||
|
|||||||
Reference in New Issue
Block a user