() hello_world() { int number = 2; int multiplier = number; int degree = 5; repeat(degree - 1) { number *= multiplier; } } func -o test.fif test.fc