You can interact with the appication in following format Using ADD Event -
- ADD a TITLE name title
- ADD a PARAGRAPH name paragraph
- ADD an INPUT
- ADD a BREAK
- ADD a BUTTON name button_name
Using GIVE Event -
- GIVE the BUTTON name button_name COLOR color
Using DELETE Event -
- DELETE the BUTTON name _button_name
- DELETE EVERYTHING
Example - Say
- ADD an INPUT
- ADD an BUTTON name submit
- GIVE the button name submit COLOR RED
- DELETE the BUTTON name submit
- ADD a PARAGRAPH name This is an awesome project