CSML-by-Clevy / csml-engine

CSML is an easy-to-use chatbot programming language and framework.

Home Page:https://csml.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arithmetic in object declaration returns an error on build

bastienbot opened this issue · comments

Describe the bug
Bot fails to build when an arithmetic operation is given as object attribute.

To Reproduce

start:
  do a = 4
  do b = 2
  do foo = {
    "add": a + b
  }
  goto end

Expected behavior
It should build

Duplicate of #240, closing