lama_byterun/stdlib/regression/test33.lama

6 lines
111 B
Text
Raw Normal View History

import List;
import Array;
printf ("{}.string: %s\n", {}.string);
printf ("{}.stringcat: %s\n", {}.stringcat)