Make your own program! Share your code in the comments!
A basic programming language. Commands: -Set: (Set the variable) "answer" Programmed Value -Ask: (Asks the user for input) "answer" "var" Programmed Value -Say: (Displays a message or a value) "answer" "var" Programmed Value -Play: (Play a sound) "answer" "var" Programmed Sound -Alert: (Displays a popup for 1.5s) "answer" "var" Programmed Value -Goto: (Go to a spot in the program) "answer" "var" "start" Programmed Value -Wait: (Wait in seconds) "answer" "var" Programmed Value -Delete: (clear all or parts of the screen) "answer" "var" "all" Programmed Value -End (End program) Example program: say:Hello World! ask:What's your name? set:"answer" say:"var" alert:I like your name! play:laser wait:2 delete:"all" goto:"start"