command /root: trigger: set {_a} to 222 set {_x} to {_a} loop 40 times: if {_x}*{_x} < {_a}: loop 200 times: set {_x_n} to {_a}/{_x} set {_x_n} to {_x} + {_x_n} set {_x} to {_x_n}/2 message "X_n-1 = %{_x_n}% 루트 = %{_x}%" stop loop else: set {_x} to {_x}/2