11 lines
221 B
Text
11 lines
221 B
Text
#include <jambo.h>
|
|
|
|
Main
|
|
r="un corderito", s="María tenía", t="felpudo"
|
|
|
|
Multicat ( s," ",r," ",t ),Get utf8, and print it
|
|
|
|
d=0
|
|
Let ' d := Utf8( Cat( Cat ( s, " un " ), t ) )'
|
|
Printnl ( "\n",d )
|
|
End
|