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

Dividing zero by an Int or Float raises an exception

bastienbot opened this issue · comments

Describe the bug
0/2 (or any other Int or Float) raises a Division by zero exception

To Reproduce

start:
  say 0/2
  goto end

Expected behavior
It should return 0