# Calculate someting else using Simple language. x = 0; y = 1; do 5: z = x + y; x = y; y = z; end; end.