!747 m { !include #1000882 // Diff !include #1000883 // BlockDiffer static S text1, text2, diff; p { text1 = "hello\nworld"; text2 = "hello\nyour\nworld"; diff = fromLines(BlockDiffer.generateUniDiff(toLines(text1), toLines(text2), 1)); print(diff); } }