Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 190 Bytes

FIXME.md

File metadata and controls

5 lines (5 loc) · 190 Bytes
store = struct  {todos: [struct {value:"do some work"}, 9]}
       for t in store{
        println(t.key + " " + to_string(t.value)) } # works if the closing bracket is on next line