translation-party ( text source target -- )


Vocabulary
google.translate

Inputs
textan object
sourcean object
targetan object


Outputs
None

Definition


:: translation-party ( text source target -- )
text dup print [
dup source target translate dup print
target source translate dup print swap dupd = not
] loop drop ;