lean2/tests/lua/format1.lua

5 lines
125 B
Lua
Raw Normal View History

f = format(format("hello"):highlight('red'), line(), 1):group() .. space() .. (line() .. format("world")):nest(4)
print(f)