poohbar
05/29/2019, 12:35 PMDico
05/29/2019, 12:37 PM//@formatter:off
//@formatter:on
poohbar
05/29/2019, 12:39 PMDico
05/29/2019, 12:43 PMpoohbar
05/29/2019, 12:44 PMpoohbar
05/29/2019, 12:44 PMDico
05/29/2019, 1:44 PMformat
code in a table style.
You can make a DSL like
table {
columns("name", "age")
row {
column["name"] = "poohbar"
}
}