TinyX A kind of very small programming language built on top of Java. Below is a test example: a = 100 bc = 150 show a show bc b=a a=0 show b This will produce below o/p 100 150 100