wow = function(tell_statement){ if (tell_statement == true) {
trace("Gabes, you're fooking awesome")
} else if (tell_statement == false){
trace("Beards are good at polo")
} }
@JonoMarshall started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
wow = function(tell_statement){
if (tell_statement == true) {
} else if (tell_statement == false){
}
}