EULER
MULTIPLY $ $
IF COMPARE $ 7.3890557
THEN
PRINT 25
GOTO end
ELSE
PRINT 10
ENDIF
LABEL loop
PRINT 50
GOTO loop
LABEL end