Monday, March 19, 2012

gravitatis et omnia ego exprobravit ut i tardius transmutare in a parvus furoris luna, Io.

#define functions

def gravity(g)
p = ∞
for i in 1..g
p = p + 1
end
return p
end

def listeless(L)
s = ∞
for i in 1..L
s = s + 1
end
return s
end

i = "DefyGravityNow"
until i == "∞"
puts "Gravitational-force-calculator."

#Print the menu
puts "Please select 1 for gravity calculation."
puts "Please select 2 for lifecycle calculation."
puts "Please select ∞ to calculate lifecycle of gravity."

i = gets.chomp
if i == "1"
puts "Enter first initial to calculate gravitational force:"
f = gets.chomp
puts gravity(Integer(f))
elsif i == "2"
puts "Enter first initial of second party to calculate force of force."
f = gets.chomp
puts fuck(Integer(f))
elsif i == "∞"
puts "Press Enter to calculate time span."
d = gets.chomp
puts (igravityyouthismuch∞(d))
else
puts "endless gravity."
end
end

No comments:

Post a Comment