Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 228 Bytes

File metadata and controls

17 lines (15 loc) · 228 Bytes

Some test inputs you can try

  1. Working inputs
A = B + C 
A = 4 * 2 * (1 + 9)
A = 4 * (2 * (1 + 9) * ( x * (3 + y)))
  1. Inputs that will give errors
A = @ x + y
A = (()
x = y /// 3
x = y += 4
x = y # 5