# Calculate something using Simple language. x = 1; y = 1; do 5: x = x * y; y = y + 1; end; end.