From 99d219f637d6e46e1cf5226d15be95b57925189e Mon Sep 17 00:00:00 2001 From: William Bell Date: Thu, 22 Sep 2022 20:57:00 +0100 Subject: [PATCH] add code --- spec.md | 3 +++ 1 file changed, 3 insertions(+) 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') ] +``` ---