Look! * [1]#Drakon * - I made this: In [2]#Javascript *it's: function Start() { // item 10 if (Kenneth Udut Is sitting at computer.) { // item 24 Put hands on keyboard and type. } else { // item 21 He's doing something else. } } But in [3]#LUA * it's: function Start() -- item 10 if Kenneth Udut Is sitting at computer. then -- item 24 Put hands on keyboard and type. else -- item 21 He's doing something else. end end but in [4]#Python *2 it's: def Start(): [5]#item 10 if Kenneth Udut Is sitting at computer.: [6]#item 24 Put hands on keyboard and type. else: [7]#item 21 He's doing something else. In processing, it's: import java.util.Iterator; void Start() { // item 10 if (Kenneth Udut Is sitting at computer.) { // item 24 Put hands on keyboard and type. } else { // item 21 He's doing something else. } } erlang: -module(idontknow). Start() -> % item 10 case Kenneth Udut Is sitting at computer. of true -> % item 24 Put hands on keyboard and type. ; false -> % item 21 He's doing something else. end . all I had to do is draw properly. *I don't know what I'll do with this.. but I really love how simple they make it to use. **so different* from most things.[8]kenfirst References Visible links 1. https://plus.google.com/s/%23Drakon 2. https://plus.google.com/s/%23Javascript 3. https://plus.google.com/s/%23LUA 4. https://plus.google.com/s/%23Python 5. https://plus.google.com/s/%23item 6. https://plus.google.com/s/%23item 7. https://plus.google.com/s/%23item 8. http://icopiedyou.com/wp-content/uploads/2015/07/kenfirst.png