-- Take your age.
-- Subtract 2.
-- Then add 2.
-- That's your age.
age x = ($) ((.) `foldl` id) [(-2+), (2+)] $ x

comments (single view)

// take your age
// subtract 2
// add 2
// multiply by 1.00
// make unnecessary variables
// make new variable and set it to age
// multiply age by 0
var age = prompt('Age');
age *= 2;
age++;
age++;
age = age * 1.00;
var a = 'wdefrgtytyhjuyew';
var t = 1/1;
var p = age * 1;
age *= 0;
age = 0;
return p;
View all comments