I'm new to lua and I'm trying to print an open curly bracket {
in the output screen. I tried these ones:
print "%{"
print "\u123"
print "{{"
And there was no luck, but if I try the close bracket there's no problem and it prints }
.
I'm wondering how may I figure it out.