diff --git a/spec.md b/spec.md index afe13ea..64b4975 100644 --- a/spec.md +++ b/spec.md @@ -36,9 +36,12 @@ if there is no variable found in the other stacks, then it sets one in the curre setting variables returns the value, which can be used. example: + +``` if (x = 10) > 5 [ log(x, 'is bigger than 5') ] +``` ---